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 - Form3.vb

Form3.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 Form3.
  11.    '/ </summary>
  12.    
  13.    Public Class Form3
  14.       Inherits System.Windows.Forms.Form
  15.       Private label1 As System.Windows.Forms.Label
  16.       Private WithEvents button1 As System.Windows.Forms.Button
  17.       Private WithEvents pictureBox1 As System.Windows.Forms.PictureBox
  18.       '/ <summary>
  19.       '/ Variabile di progettazione necessaria.
  20.       '/ </summary>
  21.       Private components As System.ComponentModel.Container = Nothing
  22.      
  23.      
  24.       Public Sub New()
  25.          '
  26.          ' Necessario per il supporto di Progettazione Windows Form
  27.          '
  28.          InitializeComponent()
  29.       End Sub 'New
  30.        
  31.       '
  32.       ' TODO: aggiungere il codice del costruttore dopo la chiamata a InitializeComponent
  33.       '
  34.      
  35.       '/ <summary>
  36.       '/ Pulire le risorse in uso.
  37.       '/ </summary>
  38.       Protected Overrides Sub Dispose(disposing As Boolean)
  39.          If disposing Then
  40.             If Not (components Is Nothing) Then
  41.                components.Dispose()
  42.             End If
  43.          End If
  44.          MyBase.Dispose(disposing)
  45.       End Sub 'Dispose
  46.      
  47.       #Region "Codice generato da Progettazione Windows Form"
  48.      
  49.       '/ <summary>
  50.       '/ Metodo necessario per il supporto della finestra di progettazione. Non modificare
  51.       '/ il contenuto del metodo con l'editor di codice.
  52.       '/ </summary>
  53.       Private Sub InitializeComponent()
  54.          Dim resources As New System.Resources.ResourceManager(GetType(Form3))
  55.          Me.label1 = New System.Windows.Forms.Label()
  56.          Me.button1 = New System.Windows.Forms.Button()
  57.          Me.pictureBox1 = New System.Windows.Forms.PictureBox()
  58.          Me.SuspendLayout()
  59.          '
  60.          ' label1
  61.          '
  62.          Me.label1.BackColor = System.Drawing.Color.Transparent
  63.          Me.label1.Font = New System.Drawing.Font("Comic Sans MS", __unknown, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, System.Byte))
  64.          Me.label1.ForeColor = System.Drawing.Color.Lime '
  65.          'ToDo: Error processing original source shown below
  66.          '   this.label1.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  67.          '   this.label1.ForeColor = System.Drawing.Color.Lime;
  68.          '----------------------------------------------------------------------^--- Numeric constant overflow
  69.          Me.label1.Location = New System.Drawing.Point(192, 8)
  70.          Me.label1.Name = "label1"
  71.          Me.label1.Size = New System.Drawing.Size(272, 72)
  72.          Me.label1.TabIndex = 0
  73.          Me.label1.Text = "ProGRaMma ReaLiZZaTo Da   Che PeRMeTTe Di ConVeRTiRe Un CaRaTTeRe NoRMaLe I" + "n ASCII"
  74.          '
  75.          ' button1
  76.          '
  77.          Me.button1.Font = New System.Drawing.Font("Comic Sans MS", __unknown, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, System.Byte))
  78.          Me.button1.ForeColor = System.Drawing.Color.Lime '
  79.          'ToDo: Error processing original source shown below
  80.          '   this.button1.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  81.          '   this.button1.ForeColor = System.Drawing.Color.Lime;
  82.          '-----------------------------------------------------------------------^--- Numeric constant overflow
  83.          '
  84.          'ToDo: Error processing original source shown below
  85.          '   this.label1.BackColor = System.Drawing.Color.Transparent;
  86.          '   this.label1.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  87.          '---------------------------------------------------------------------^--- expression expected
  88.          '
  89.          'ToDo: Error processing original source shown below
  90.          '   //
  91.          '   this.button1.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
  92.          '----------------------------------------------------------------------^--- expression expected
  93.          Me.button1.Location = New System.Drawing.Point(200, 96)
  94.          Me.button1.Name = "button1"
  95.          Me.button1.Size = New System.Drawing.Size(80, 24)
  96.          Me.button1.TabIndex = 1
  97.          Me.button1.Text = "OK"
  98.          '
  99.          ' pictureBox1
  100.          '
  101.          Me.pictureBox1.Image = CType(resources.GetObject("pictureBox1.Image"), System.Drawing.Image)
  102.          Me.pictureBox1.Location = New System.Drawing.Point(16, - 32)
  103.          Me.pictureBox1.Name = "pictureBox1"
  104.          Me.pictureBox1.Size = New System.Drawing.Size(152, 128)
  105.          Me.pictureBox1.TabIndex = 2
  106.          Me.pictureBox1.TabStop = False
  107.          '
  108.          ' Form3
  109.          '
  110.          Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
  111.          Me.BackColor = System.Drawing.Color.Black
  112.          Me.ClientSize = New System.Drawing.Size(474, 128)
  113.          Me.ControlBox = False
  114.          Me.Controls.Add(pictureBox1)
  115.          Me.Controls.Add(button1)
  116.          Me.Controls.Add(label1)
  117.          Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
  118.          Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  119.          Me.MaximizeBox = False
  120.          Me.Name = "Form3"
  121.          Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  122.          Me.Text = "]["
  123.          Me.ResumeLayout(False)
  124.       End Sub 'InitializeComponent
  125.       #End Region
  126.      
  127.      
  128.       Private Sub button1_Click(sender As Object, e As System.EventArgs) Handles button1.Click
  129.          Me.Close()
  130.          Return
  131.       End Sub 'button1_Click
  132.      
  133.      
  134.       Private Sub pictureBox1_Click(sender As Object, e As System.EventArgs) Handles pictureBox1.Click
  135.       End Sub 'pictureBox1_Click
  136.    End Class 'Form3
  137. End Namespace 'WindowsApplication31