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 - frmTextBox.Designer.vb

frmTextBox.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmTextBox
  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.Label1 = New System.Windows.Forms.Label
  23.         Me.txtName = New System.Windows.Forms.TextBox
  24.         Me.Label2 = New System.Windows.Forms.Label
  25.         Me.cmbType = New System.Windows.Forms.ComboBox
  26.         Me.Label3 = New System.Windows.Forms.Label
  27.         Me.Label4 = New System.Windows.Forms.Label
  28.         Me.nudLength = New System.Windows.Forms.NumericUpDown
  29.         Me.Label5 = New System.Windows.Forms.Label
  30.         Me.nudIndex = New System.Windows.Forms.NumericUpDown
  31.         Me.cmdOK = New System.Windows.Forms.Button
  32.         Me.txtDefault = New System.Windows.Forms.TextBox
  33.         Me.chbDisabled = New System.Windows.Forms.CheckBox
  34.         Me.chbReadOnly = New System.Windows.Forms.CheckBox
  35.         CType(Me.nudLength, System.ComponentModel.ISupportInitialize).BeginInit()
  36.         CType(Me.nudIndex, System.ComponentModel.ISupportInitialize).BeginInit()
  37.         Me.SuspendLayout()
  38.         '
  39.         'Label1
  40.         '
  41.         Me.Label1.AutoSize = True
  42.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  43.         Me.Label1.Name = "Label1"
  44.         Me.Label1.Size = New System.Drawing.Size(38, 13)
  45.         Me.Label1.TabIndex = 0
  46.         Me.Label1.Text = "Nome:"
  47.         '
  48.         'txtName
  49.         '
  50.         Me.txtName.Location = New System.Drawing.Point(56, 6)
  51.         Me.txtName.Name = "txtName"
  52.         Me.txtName.Size = New System.Drawing.Size(224, 20)
  53.         Me.txtName.TabIndex = 1
  54.         '
  55.         'Label2
  56.         '
  57.         Me.Label2.AutoSize = True
  58.         Me.Label2.Location = New System.Drawing.Point(12, 35)
  59.         Me.Label2.Name = "Label2"
  60.         Me.Label2.Size = New System.Drawing.Size(31, 13)
  61.         Me.Label2.TabIndex = 2
  62.         Me.Label2.Text = "Tipo:"
  63.         '
  64.         'cmbType
  65.         '
  66.         Me.cmbType.FormattingEnabled = True
  67.         Me.cmbType.Items.AddRange(New Object() {"TextBox normale", "TextBox multilinea", "TextBox per password"})
  68.         Me.cmbType.Location = New System.Drawing.Point(56, 32)
  69.         Me.cmbType.Name = "cmbType"
  70.         Me.cmbType.Size = New System.Drawing.Size(224, 21)
  71.         Me.cmbType.TabIndex = 3
  72.         '
  73.         'Label3
  74.         '
  75.         Me.Label3.AutoSize = True
  76.         Me.Label3.Location = New System.Drawing.Point(12, 87)
  77.         Me.Label3.Name = "Label3"
  78.         Me.Label3.Size = New System.Drawing.Size(83, 13)
  79.         Me.Label3.TabIndex = 4
  80.         Me.Label3.Text = "Testo di default:"
  81.         '
  82.         'Label4
  83.         '
  84.         Me.Label4.AutoSize = True
  85.         Me.Label4.Location = New System.Drawing.Point(12, 61)
  86.         Me.Label4.Name = "Label4"
  87.         Me.Label4.Size = New System.Drawing.Size(105, 13)
  88.         Me.Label4.TabIndex = 6
  89.         Me.Label4.Text = "Lunghezza massima:"
  90.         '
  91.         'nudLength
  92.         '
  93.         Me.nudLength.Location = New System.Drawing.Point(123, 59)
  94.         Me.nudLength.Maximum = New Decimal(New Integer() {32700, 0, 0, 0})
  95.         Me.nudLength.Name = "nudLength"
  96.         Me.nudLength.Size = New System.Drawing.Size(157, 20)
  97.         Me.nudLength.TabIndex = 7
  98.         '
  99.         'Label5
  100.         '
  101.         Me.Label5.AutoSize = True
  102.         Me.Label5.Location = New System.Drawing.Point(174, 185)
  103.         Me.Label5.Name = "Label5"
  104.         Me.Label5.Size = New System.Drawing.Size(55, 13)
  105.         Me.Label5.TabIndex = 8
  106.         Me.Label5.Text = "TabIndex:"
  107.         '
  108.         'nudIndex
  109.         '
  110.         Me.nudIndex.Location = New System.Drawing.Point(235, 183)
  111.         Me.nudIndex.Name = "nudIndex"
  112.         Me.nudIndex.Size = New System.Drawing.Size(45, 20)
  113.         Me.nudIndex.TabIndex = 9
  114.         '
  115.         'cmdOK
  116.         '
  117.         Me.cmdOK.Location = New System.Drawing.Point(200, 209)
  118.         Me.cmdOK.Name = "cmdOK"
  119.         Me.cmdOK.Size = New System.Drawing.Size(80, 27)
  120.         Me.cmdOK.TabIndex = 10
  121.         Me.cmdOK.Text = "OK"
  122.         Me.cmdOK.UseVisualStyleBackColor = True
  123.         '
  124.         'txtDefault
  125.         '
  126.         Me.txtDefault.Location = New System.Drawing.Point(15, 103)
  127.         Me.txtDefault.Multiline = True
  128.         Me.txtDefault.Name = "txtDefault"
  129.         Me.txtDefault.Size = New System.Drawing.Size(265, 74)
  130.         Me.txtDefault.TabIndex = 11
  131.         '
  132.         'chbDisabled
  133.         '
  134.         Me.chbDisabled.AutoSize = True
  135.         Me.chbDisabled.Location = New System.Drawing.Point(15, 186)
  136.         Me.chbDisabled.Name = "chbDisabled"
  137.         Me.chbDisabled.Size = New System.Drawing.Size(117, 17)
  138.         Me.chbDisabled.TabIndex = 12
  139.         Me.chbDisabled.Text = "TextBox disabilitata"
  140.         Me.chbDisabled.UseVisualStyleBackColor = True
  141.         '
  142.         'chbReadOnly
  143.         '
  144.         Me.chbReadOnly.AutoSize = True
  145.         Me.chbReadOnly.Location = New System.Drawing.Point(15, 209)
  146.         Me.chbReadOnly.Name = "chbReadOnly"
  147.         Me.chbReadOnly.Size = New System.Drawing.Size(130, 17)
  148.         Me.chbReadOnly.TabIndex = 13
  149.         Me.chbReadOnly.Text = "TextBox in sola lettura"
  150.         Me.chbReadOnly.UseVisualStyleBackColor = True
  151.         '
  152.         'frmTextBox
  153.         '
  154.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  155.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  156.         Me.ClientSize = New System.Drawing.Size(292, 245)
  157.         Me.Controls.Add(Me.chbReadOnly)
  158.         Me.Controls.Add(Me.chbDisabled)
  159.         Me.Controls.Add(Me.txtDefault)
  160.         Me.Controls.Add(Me.cmdOK)
  161.         Me.Controls.Add(Me.nudIndex)
  162.         Me.Controls.Add(Me.Label5)
  163.         Me.Controls.Add(Me.nudLength)
  164.         Me.Controls.Add(Me.Label4)
  165.         Me.Controls.Add(Me.Label3)
  166.         Me.Controls.Add(Me.cmbType)
  167.         Me.Controls.Add(Me.Label2)
  168.         Me.Controls.Add(Me.txtName)
  169.         Me.Controls.Add(Me.Label1)
  170.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  171.         Me.MaximizeBox = False
  172.         Me.Name = "frmTextBox"
  173.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  174.         Me.Text = "Creazione di una Text Box"
  175.         CType(Me.nudLength, System.ComponentModel.ISupportInitialize).EndInit()
  176.         CType(Me.nudIndex, System.ComponentModel.ISupportInitialize).EndInit()
  177.         Me.ResumeLayout(False)
  178.         Me.PerformLayout()
  179.  
  180.     End Sub
  181.     Friend WithEvents Label1 As System.Windows.Forms.Label
  182.     Friend WithEvents txtName As System.Windows.Forms.TextBox
  183.     Friend WithEvents Label2 As System.Windows.Forms.Label
  184.     Friend WithEvents cmbType As System.Windows.Forms.ComboBox
  185.     Friend WithEvents Label3 As System.Windows.Forms.Label
  186.     Friend WithEvents Label4 As System.Windows.Forms.Label
  187.     Friend WithEvents nudLength As System.Windows.Forms.NumericUpDown
  188.     Friend WithEvents Label5 As System.Windows.Forms.Label
  189.     Friend WithEvents nudIndex As System.Windows.Forms.NumericUpDown
  190.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  191.     Friend WithEvents txtDefault As System.Windows.Forms.TextBox
  192.     Friend WithEvents chbDisabled As System.Windows.Forms.CheckBox
  193.     Friend WithEvents chbReadOnly As System.Windows.Forms.CheckBox
  194. End Class