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
QHTML 2.0 - frmRadio.Designer.vb

frmRadio.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmRadio
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form overrides dispose to clean up the component list.
  6.     <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         If disposing AndAlso components IsNot Nothing Then
  9.             components.Dispose()
  10.         End If
  11.         MyBase.Dispose(disposing)
  12.     End Sub
  13.  
  14.     'Required by the Windows Form Designer
  15.     Private components As System.ComponentModel.IContainer
  16.  
  17.     'NOTE: The following procedure is required by the Windows Form Designer
  18.     'It can be modified using the Windows Form Designer.  
  19.     'Do not modify it using the code editor.
  20.     <System.Diagnostics.DebuggerStepThrough()> _
  21.     Private Sub InitializeComponent()
  22.         Me.cmdOK = New System.Windows.Forms.Button
  23.         Me.chbDisabled = New System.Windows.Forms.CheckBox
  24.         Me.chbCheck = New System.Windows.Forms.CheckBox
  25.         Me.txtText = New System.Windows.Forms.TextBox
  26.         Me.Label2 = New System.Windows.Forms.Label
  27.         Me.txtName = New System.Windows.Forms.TextBox
  28.         Me.Label1 = New System.Windows.Forms.Label
  29.         Me.SuspendLayout()
  30.         '
  31.         'cmdOK
  32.         '
  33.         Me.cmdOK.Location = New System.Drawing.Point(189, 73)
  34.         Me.cmdOK.Name = "cmdOK"
  35.         Me.cmdOK.Size = New System.Drawing.Size(77, 25)
  36.         Me.cmdOK.TabIndex = 13
  37.         Me.cmdOK.Text = "OK"
  38.         Me.cmdOK.UseVisualStyleBackColor = True
  39.         '
  40.         'chbDisabled
  41.         '
  42.         Me.chbDisabled.AutoSize = True
  43.         Me.chbDisabled.Location = New System.Drawing.Point(15, 81)
  44.         Me.chbDisabled.Name = "chbDisabled"
  45.         Me.chbDisabled.Size = New System.Drawing.Size(112, 17)
  46.         Me.chbDisabled.TabIndex = 12
  47.         Me.chbDisabled.Text = "Casella disabilitata"
  48.         Me.chbDisabled.UseVisualStyleBackColor = True
  49.         '
  50.         'chbCheck
  51.         '
  52.         Me.chbCheck.AutoSize = True
  53.         Me.chbCheck.Location = New System.Drawing.Point(15, 58)
  54.         Me.chbCheck.Name = "chbCheck"
  55.         Me.chbCheck.Size = New System.Drawing.Size(104, 17)
  56.         Me.chbCheck.TabIndex = 11
  57.         Me.chbCheck.Text = "Casella spuntata"
  58.         Me.chbCheck.UseVisualStyleBackColor = True
  59.         '
  60.         'txtText
  61.         '
  62.         Me.txtText.Location = New System.Drawing.Point(56, 32)
  63.         Me.txtText.Name = "txtText"
  64.         Me.txtText.Size = New System.Drawing.Size(210, 20)
  65.         Me.txtText.TabIndex = 10
  66.         '
  67.         'Label2
  68.         '
  69.         Me.Label2.AutoSize = True
  70.         Me.Label2.Location = New System.Drawing.Point(12, 35)
  71.         Me.Label2.Name = "Label2"
  72.         Me.Label2.Size = New System.Drawing.Size(37, 13)
  73.         Me.Label2.TabIndex = 9
  74.         Me.Label2.Text = "Testo:"
  75.         '
  76.         'txtName
  77.         '
  78.         Me.txtName.Location = New System.Drawing.Point(56, 6)
  79.         Me.txtName.Name = "txtName"
  80.         Me.txtName.Size = New System.Drawing.Size(210, 20)
  81.         Me.txtName.TabIndex = 8
  82.         '
  83.         'Label1
  84.         '
  85.         Me.Label1.AutoSize = True
  86.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  87.         Me.Label1.Name = "Label1"
  88.         Me.Label1.Size = New System.Drawing.Size(38, 13)
  89.         Me.Label1.TabIndex = 7
  90.         Me.Label1.Text = "Nome:"
  91.         '
  92.         'frmRadio
  93.         '
  94.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  95.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  96.         Me.ClientSize = New System.Drawing.Size(281, 112)
  97.         Me.Controls.Add(Me.cmdOK)
  98.         Me.Controls.Add(Me.chbDisabled)
  99.         Me.Controls.Add(Me.chbCheck)
  100.         Me.Controls.Add(Me.txtText)
  101.         Me.Controls.Add(Me.Label2)
  102.         Me.Controls.Add(Me.txtName)
  103.         Me.Controls.Add(Me.Label1)
  104.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  105.         Me.MaximizeBox = False
  106.         Me.Name = "frmRadio"
  107.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  108.         Me.Text = "Creazione di un Radio Button"
  109.         Me.ResumeLayout(False)
  110.         Me.PerformLayout()
  111.  
  112.     End Sub
  113.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  114.     Friend WithEvents chbDisabled As System.Windows.Forms.CheckBox
  115.     Friend WithEvents chbCheck As System.Windows.Forms.CheckBox
  116.     Friend WithEvents txtText As System.Windows.Forms.TextBox
  117.     Friend WithEvents Label2 As System.Windows.Forms.Label
  118.     Friend WithEvents txtName As System.Windows.Forms.TextBox
  119.     Friend WithEvents Label1 As System.Windows.Forms.Label
  120. End Class