Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Ascii Name Maker - Form2.vb

Form2.vb

Caricato da:
Scarica il programma completo

  1. Imports System
  2. Imports System.Drawing
  3. Imports System.Collections
  4. Imports System.ComponentModel
  5. Imports System.Windows.Forms
  6.  
  7.  
  8. Namespace WindowsApplication31
  9.    '/ <summary>
  10.    '/ Descrizione di riepilogo per Form2.
  11.    '/ </summary>
  12.    
  13.    Public Class Form2
  14.       Inherits System.Windows.Forms.Form
  15.       Private WithEvents button1 As System.Windows.Forms.Button
  16.       Private textBox1 As System.Windows.Forms.TextBox
  17.       Private textBox2 As System.Windows.Forms.TextBox
  18.       Private textBox3 As System.Windows.Forms.TextBox
  19.       '/ <summary>
  20.       '/ Variabile di progettazione necessaria.
  21.       '/ </summary>
  22.       Private components As System.ComponentModel.Container = Nothing
  23.      
  24.      
  25.       Public Sub New()
  26.          '
  27.          ' Necessario per il supporto di Progettazione Windows Form
  28.          '
  29.          InitializeComponent()
  30.       End Sub 'New
  31.        
  32.       '
  33.       ' TODO: aggiungere il codice del costruttore dopo la chiamata a InitializeComponent
  34.       '
  35.      
  36.       '/ <summary>
  37.       '/ Pulire le risorse in uso.
  38.       '/ </summary>
  39.       Protected Overrides Sub Dispose(disposing As Boolean)
  40.          If disposing Then
  41.             If Not (components Is Nothing) Then
  42.                components.Dispose()
  43.             End If
  44.          End If
  45.          MyBase.Dispose(disposing)
  46.       End Sub 'Dispose
  47.      
  48.       #Region "Codice generato da Progettazione Windows Form"
  49.      
  50.       '/ <summary>
  51.       '/ Metodo necessario per il supporto della finestra di progettazione. Non modificare
  52.       '/ il contenuto del metodo con l'editor di codice.
  53.       '/ </summary>
  54.       Private Sub InitializeComponent()
  55.          Dim resources As New System.Resources.ResourceManager(GetType(Form2))
  56.          Me.button1 = New System.Windows.Forms.Button()
  57.          Me.textBox1 = New System.Windows.Forms.TextBox()
  58.          Me.textBox2 = New System.Windows.Forms.TextBox()
  59.          Me.textBox3 = New System.Windows.Forms.TextBox()
  60.          Me.SuspendLayout()
  61.          '
  62.          ' button1
  63.          '
  64.          Me.button1.BackColor = System.Drawing.Color.Transparent
  65.          Me.button1.Font = New System.Drawing.Font("Comic Sans MS", __unknown, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, System.Byte))
  66.          Me.button1.ForeColor = System.Drawing.Color.Lime '
  67.          'ToDo: Error processing original source shown below
  68.          '   this.button1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  69.          '   this.button1.ForeColor = System.Drawing.Color.Lime;
  70.          '------------------------------------------------------------------------^--- Numeric constant overflow
  71.          Me.button1.Location = New System.Drawing.Point(104, 128)
  72.          Me.button1.Name = "button1"
  73.          Me.button1.Size = New System.Drawing.Size(80, 32)
  74.          Me.button1.TabIndex = 2
  75.          Me.button1.Text = "OK"
  76.          '
  77.          ' textBox1
  78.          '
  79.          Me.textBox1.Font = New System.Drawing.Font("Comic Sans MS", __unknown, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, System.Byte))
  80.          Me.textBox1.ForeColor = System.Drawing.Color.Black '
  81.          'ToDo: Error processing original source shown below
  82.          '   this.textBox1.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  83.          '   this.textBox1.ForeColor = System.Drawing.Color.Black;
  84.          '------------------------------------------------------------------------^--- Numeric constant overflow
  85.          Me.textBox1.Location = New System.Drawing.Point(8, 16)
  86.          Me.textBox1.Name = "textBox1"
  87.          Me.textBox1.ReadOnly = True
  88.          Me.textBox1.Size = New System.Drawing.Size(280, 23)
  89.          Me.textBox1.TabIndex = 3
  90.          Me.textBox1.Text = "(`.Nick.)   !Nick!  Nick"
  91.          '
  92.          ' textBox2
  93.          '
  94.          Me.textBox2.Font = New System.Drawing.Font("Comic Sans MS", __unknown, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, System.Byte))
  95.          Me.textBox2.ForeColor = System.Drawing.Color.Black '
  96.          'ToDo: Error processing original source shown below
  97.          '   this.textBox2.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  98.          '   this.textBox2.ForeColor = System.Drawing.Color.Black;
  99.          '------------------------------------------------------------------------^--- Numeric constant overflow
  100.          Me.textBox2.Location = New System.Drawing.Point(8, 48)
  101.          Me.textBox2.Name = "textBox2"
  102.          Me.textBox2.ReadOnly = True
  103.          Me.textBox2.Size = New System.Drawing.Size(280, 23)
  104.          Me.textBox2.TabIndex = 4
  105.          Me.textBox2.Text = " !!!..::Nick::..!!!        (._Nick_.)  "
  106.          '
  107.          ' textBox3
  108.          '
  109.          Me.textBox3.Font = New System.Drawing.Font("Comic Sans MS", __unknown, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, System.Byte))
  110.          Me.textBox3.ForeColor = System.Drawing.Color.Black '
  111.          'ToDo: Error processing original source shown below
  112.          '   this.textBox3.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  113.          '   this.textBox3.ForeColor = System.Drawing.Color.Black;
  114.          '------------------------------------------------------------------------^--- Numeric constant overflow
  115.          '
  116.          'ToDo: Error processing original source shown below
  117.          '   this.button1.BackColor = System.Drawing.Color.Transparent;
  118.          '   this.button1.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  119.          '-----------------------------------------------------------------------^--- expression expected
  120.          '
  121.          'ToDo: Error processing original source shown below
  122.          '   //
  123.          '   this.textBox1.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  124.          '-----------------------------------------------------------------------^--- expression expected
  125.          '
  126.          'ToDo: Error processing original source shown below
  127.          '   //
  128.          '   this.textBox2.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  129.          '-----------------------------------------------------------------------^--- expression expected
  130.          '
  131.          'ToDo: Error processing original source shown below
  132.          '   //
  133.          '   this.textBox3.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  134.          '-----------------------------------------------------------------------^--- expression expected
  135.          Me.textBox3.Location = New System.Drawing.Point(8, 80)
  136.          Me.textBox3.Name = "textBox3"
  137.          Me.textBox3.ReadOnly = True
  138.          Me.textBox3.Size = New System.Drawing.Size(280, 23)
  139.          Me.textBox3.TabIndex = 5
  140.          Me.textBox3.Text = "(`-Nick-)   ..Nick.. "
  141.          '
  142.          ' Form2
  143.          '
  144.          Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
  145.          Me.BackColor = System.Drawing.Color.Black
  146.          Me.ClientSize = New System.Drawing.Size(298, 168)
  147.          Me.ControlBox = False
  148.          Me.Controls.Add(textBox3)
  149.          Me.Controls.Add(textBox2)
  150.          Me.Controls.Add(textBox1)
  151.          Me.Controls.Add(button1)
  152.          Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
  153.          Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  154.          Me.MaximizeBox = False
  155.          Me.Name = "Form2"
  156.          Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  157.          Me.Text = "ЀRZii"
  158.          Me.ResumeLayout(False)
  159.       End Sub 'InitializeComponent
  160.       #End Region
  161.      
  162.      
  163.       Private Sub button1_Click(sender As Object, e As System.EventArgs) Handles button1.Click
  164.          Me.Close()
  165.          Return
  166.       End Sub 'button1_Click
  167.      
  168.      
  169.       Private Sub richTextBox1_TextChanged(sender As Object, e As System.EventArgs)
  170.       End Sub 'richTextBox1_TextChanged
  171.    End Class 'Form2
  172. End Namespace 'WindowsApplication31