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

frmCombo.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmCombo
  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.nudItems = New System.Windows.Forms.NumericUpDown
  26.         Me.grpItems = New System.Windows.Forms.GroupBox
  27.         Me.txtVal = New System.Windows.Forms.TextBox
  28.         Me.Label4 = New System.Windows.Forms.Label
  29.         Me.cmdLabel = New System.Windows.Forms.Button
  30.         Me.lstItems = New System.Windows.Forms.ListBox
  31.         Me.cmdremove = New System.Windows.Forms.Button
  32.         Me.cmdAdd = New System.Windows.Forms.Button
  33.         Me.txtText = New System.Windows.Forms.TextBox
  34.         Me.Label3 = New System.Windows.Forms.Label
  35.         Me.cmdOK = New System.Windows.Forms.Button
  36.         Me.chbSelect = New System.Windows.Forms.CheckBox
  37.         CType(Me.nudItems, System.ComponentModel.ISupportInitialize).BeginInit()
  38.         Me.grpItems.SuspendLayout()
  39.         Me.SuspendLayout()
  40.         '
  41.         'Label1
  42.         '
  43.         Me.Label1.AutoSize = True
  44.         Me.Label1.Location = New System.Drawing.Point(9, 9)
  45.         Me.Label1.Name = "Label1"
  46.         Me.Label1.Size = New System.Drawing.Size(38, 13)
  47.         Me.Label1.TabIndex = 0
  48.         Me.Label1.Text = "Nome:"
  49.         '
  50.         'txtName
  51.         '
  52.         Me.txtName.Location = New System.Drawing.Point(53, 6)
  53.         Me.txtName.Name = "txtName"
  54.         Me.txtName.Size = New System.Drawing.Size(225, 20)
  55.         Me.txtName.TabIndex = 1
  56.         '
  57.         'Label2
  58.         '
  59.         Me.Label2.AutoSize = True
  60.         Me.Label2.Location = New System.Drawing.Point(9, 34)
  61.         Me.Label2.Name = "Label2"
  62.         Me.Label2.Size = New System.Drawing.Size(197, 13)
  63.         Me.Label2.TabIndex = 2
  64.         Me.Label2.Text = "Numero massimo di elementi (opzionale):"
  65.         '
  66.         'nudItems
  67.         '
  68.         Me.nudItems.Location = New System.Drawing.Point(230, 32)
  69.         Me.nudItems.Name = "nudItems"
  70.         Me.nudItems.Size = New System.Drawing.Size(48, 20)
  71.         Me.nudItems.TabIndex = 3
  72.         '
  73.         'grpItems
  74.         '
  75.         Me.grpItems.Controls.Add(Me.txtVal)
  76.         Me.grpItems.Controls.Add(Me.Label4)
  77.         Me.grpItems.Controls.Add(Me.cmdLabel)
  78.         Me.grpItems.Controls.Add(Me.lstItems)
  79.         Me.grpItems.Controls.Add(Me.cmdremove)
  80.         Me.grpItems.Controls.Add(Me.cmdAdd)
  81.         Me.grpItems.Controls.Add(Me.txtText)
  82.         Me.grpItems.Controls.Add(Me.Label3)
  83.         Me.grpItems.Location = New System.Drawing.Point(12, 58)
  84.         Me.grpItems.Name = "grpItems"
  85.         Me.grpItems.Size = New System.Drawing.Size(266, 187)
  86.         Me.grpItems.TabIndex = 4
  87.         Me.grpItems.TabStop = False
  88.         Me.grpItems.Text = "Elementi"
  89.         '
  90.         'txtVal
  91.         '
  92.         Me.txtVal.Location = New System.Drawing.Point(49, 39)
  93.         Me.txtVal.Name = "txtVal"
  94.         Me.txtVal.Size = New System.Drawing.Size(211, 20)
  95.         Me.txtVal.TabIndex = 9
  96.         '
  97.         'Label4
  98.         '
  99.         Me.Label4.AutoSize = True
  100.         Me.Label4.Location = New System.Drawing.Point(6, 42)
  101.         Me.Label4.Name = "Label4"
  102.         Me.Label4.Size = New System.Drawing.Size(40, 13)
  103.         Me.Label4.TabIndex = 8
  104.         Me.Label4.Text = "Valore:"
  105.         '
  106.         'cmdLabel
  107.         '
  108.         Me.cmdLabel.Location = New System.Drawing.Point(56, 65)
  109.         Me.cmdLabel.Name = "cmdLabel"
  110.         Me.cmdLabel.Size = New System.Drawing.Size(64, 27)
  111.         Me.cmdLabel.TabIndex = 7
  112.         Me.cmdLabel.Text = "Etichetta"
  113.         Me.cmdLabel.UseVisualStyleBackColor = True
  114.         '
  115.         'lstItems
  116.         '
  117.         Me.lstItems.FormattingEnabled = True
  118.         Me.lstItems.Location = New System.Drawing.Point(9, 98)
  119.         Me.lstItems.Name = "lstItems"
  120.         Me.lstItems.Size = New System.Drawing.Size(251, 82)
  121.         Me.lstItems.TabIndex = 4
  122.         '
  123.         'cmdremove
  124.         '
  125.         Me.cmdremove.Location = New System.Drawing.Point(126, 65)
  126.         Me.cmdremove.Name = "cmdremove"
  127.         Me.cmdremove.Size = New System.Drawing.Size(64, 27)
  128.         Me.cmdremove.TabIndex = 3
  129.         Me.cmdremove.Text = "Rimuovi"
  130.         Me.cmdremove.UseVisualStyleBackColor = True
  131.         '
  132.         'cmdAdd
  133.         '
  134.         Me.cmdAdd.Location = New System.Drawing.Point(196, 65)
  135.         Me.cmdAdd.Name = "cmdAdd"
  136.         Me.cmdAdd.Size = New System.Drawing.Size(64, 27)
  137.         Me.cmdAdd.TabIndex = 2
  138.         Me.cmdAdd.Text = "Aggiungi"
  139.         Me.cmdAdd.UseVisualStyleBackColor = True
  140.         '
  141.         'txtText
  142.         '
  143.         Me.txtText.Location = New System.Drawing.Point(49, 13)
  144.         Me.txtText.Name = "txtText"
  145.         Me.txtText.Size = New System.Drawing.Size(211, 20)
  146.         Me.txtText.TabIndex = 1
  147.         '
  148.         'Label3
  149.         '
  150.         Me.Label3.AutoSize = True
  151.         Me.Label3.Location = New System.Drawing.Point(6, 16)
  152.         Me.Label3.Name = "Label3"
  153.         Me.Label3.Size = New System.Drawing.Size(37, 13)
  154.         Me.Label3.TabIndex = 0
  155.         Me.Label3.Text = "Testo:"
  156.         '
  157.         'cmdOK
  158.         '
  159.         Me.cmdOK.Location = New System.Drawing.Point(200, 251)
  160.         Me.cmdOK.Name = "cmdOK"
  161.         Me.cmdOK.Size = New System.Drawing.Size(78, 27)
  162.         Me.cmdOK.TabIndex = 5
  163.         Me.cmdOK.Text = "OK"
  164.         Me.cmdOK.UseVisualStyleBackColor = True
  165.         '
  166.         'chbSelect
  167.         '
  168.         Me.chbSelect.AutoSize = True
  169.         Me.chbSelect.Location = New System.Drawing.Point(12, 257)
  170.         Me.chbSelect.Name = "chbSelect"
  171.         Me.chbSelect.Size = New System.Drawing.Size(122, 17)
  172.         Me.chbSelect.TabIndex = 6
  173.         Me.chbSelect.Text = "Abilita multiselezione"
  174.         Me.chbSelect.UseVisualStyleBackColor = True
  175.         '
  176.         'frmCombo
  177.         '
  178.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  179.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  180.         Me.ClientSize = New System.Drawing.Size(293, 287)
  181.         Me.Controls.Add(Me.chbSelect)
  182.         Me.Controls.Add(Me.cmdOK)
  183.         Me.Controls.Add(Me.grpItems)
  184.         Me.Controls.Add(Me.nudItems)
  185.         Me.Controls.Add(Me.Label2)
  186.         Me.Controls.Add(Me.txtName)
  187.         Me.Controls.Add(Me.Label1)
  188.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  189.         Me.MaximizeBox = False
  190.         Me.Name = "frmCombo"
  191.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  192.         Me.Text = "Creazione di una Combo Box"
  193.         CType(Me.nudItems, System.ComponentModel.ISupportInitialize).EndInit()
  194.         Me.grpItems.ResumeLayout(False)
  195.         Me.grpItems.PerformLayout()
  196.         Me.ResumeLayout(False)
  197.         Me.PerformLayout()
  198.  
  199.     End Sub
  200.     Friend WithEvents Label1 As System.Windows.Forms.Label
  201.     Friend WithEvents txtName As System.Windows.Forms.TextBox
  202.     Friend WithEvents Label2 As System.Windows.Forms.Label
  203.     Friend WithEvents nudItems As System.Windows.Forms.NumericUpDown
  204.     Friend WithEvents grpItems As System.Windows.Forms.GroupBox
  205.     Friend WithEvents lstItems As System.Windows.Forms.ListBox
  206.     Friend WithEvents cmdremove As System.Windows.Forms.Button
  207.     Friend WithEvents cmdAdd As System.Windows.Forms.Button
  208.     Friend WithEvents txtText As System.Windows.Forms.TextBox
  209.     Friend WithEvents Label3 As System.Windows.Forms.Label
  210.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  211.     Friend WithEvents chbSelect As System.Windows.Forms.CheckBox
  212.     Friend WithEvents cmdLabel As System.Windows.Forms.Button
  213.     Friend WithEvents txtVal As System.Windows.Forms.TextBox
  214.     Friend WithEvents Label4 As System.Windows.Forms.Label
  215. End Class