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

frmList.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmList
  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.grpType = New System.Windows.Forms.GroupBox
  23.         Me.rbtSorted = New System.Windows.Forms.RadioButton
  24.         Me.dudSort = New System.Windows.Forms.DomainUpDown
  25.         Me.Label1 = New System.Windows.Forms.Label
  26.         Me.rbtUnsorted = New System.Windows.Forms.RadioButton
  27.         Me.Label2 = New System.Windows.Forms.Label
  28.         Me.dudSymbol = New System.Windows.Forms.DomainUpDown
  29.         Me.rbtDfn = New System.Windows.Forms.RadioButton
  30.         Me.grpElements = New System.Windows.Forms.GroupBox
  31.         Me.Label3 = New System.Windows.Forms.Label
  32.         Me.txtText = New System.Windows.Forms.TextBox
  33.         Me.lstItems = New System.Windows.Forms.ListBox
  34.         Me.cmdRemove = New System.Windows.Forms.Button
  35.         Me.cmdAdd = New System.Windows.Forms.Button
  36.         Me.cmdOK = New System.Windows.Forms.Button
  37.         Me.grpType.SuspendLayout()
  38.         Me.grpElements.SuspendLayout()
  39.         Me.SuspendLayout()
  40.         '
  41.         'grpType
  42.         '
  43.         Me.grpType.Controls.Add(Me.rbtDfn)
  44.         Me.grpType.Controls.Add(Me.dudSymbol)
  45.         Me.grpType.Controls.Add(Me.Label2)
  46.         Me.grpType.Controls.Add(Me.rbtUnsorted)
  47.         Me.grpType.Controls.Add(Me.Label1)
  48.         Me.grpType.Controls.Add(Me.dudSort)
  49.         Me.grpType.Controls.Add(Me.rbtSorted)
  50.         Me.grpType.Location = New System.Drawing.Point(12, 12)
  51.         Me.grpType.Name = "grpType"
  52.         Me.grpType.Size = New System.Drawing.Size(298, 147)
  53.         Me.grpType.TabIndex = 0
  54.         Me.grpType.TabStop = False
  55.         Me.grpType.Text = "Tipo di lista"
  56.         '
  57.         'rbtSorted
  58.         '
  59.         Me.rbtSorted.AutoSize = True
  60.         Me.rbtSorted.Checked = True
  61.         Me.rbtSorted.Location = New System.Drawing.Point(6, 19)
  62.         Me.rbtSorted.Name = "rbtSorted"
  63.         Me.rbtSorted.Size = New System.Drawing.Size(88, 17)
  64.         Me.rbtSorted.TabIndex = 0
  65.         Me.rbtSorted.TabStop = True
  66.         Me.rbtSorted.Text = "Lista ordinata"
  67.         Me.rbtSorted.UseVisualStyleBackColor = True
  68.         '
  69.         'dudSort
  70.         '
  71.         Me.dudSort.Items.Add("Numeri")
  72.         Me.dudSort.Items.Add("Lettere minuscole")
  73.         Me.dudSort.Items.Add("Lettere maiuscole")
  74.         Me.dudSort.Items.Add("Numeri romani minuscoli")
  75.         Me.dudSort.Items.Add("Numeri romani maiuscoli")
  76.         Me.dudSort.Location = New System.Drawing.Point(100, 40)
  77.         Me.dudSort.Name = "dudSort"
  78.         Me.dudSort.Size = New System.Drawing.Size(186, 20)
  79.         Me.dudSort.TabIndex = 1
  80.         Me.dudSort.Text = "Numerata"
  81.         '
  82.         'Label1
  83.         '
  84.         Me.Label1.AutoSize = True
  85.         Me.Label1.Location = New System.Drawing.Point(22, 42)
  86.         Me.Label1.Name = "Label1"
  87.         Me.Label1.Size = New System.Drawing.Size(72, 13)
  88.         Me.Label1.TabIndex = 2
  89.         Me.Label1.Text = "Numerazione:"
  90.         '
  91.         'rbtUnsorted
  92.         '
  93.         Me.rbtUnsorted.AutoSize = True
  94.         Me.rbtUnsorted.Location = New System.Drawing.Point(6, 69)
  95.         Me.rbtUnsorted.Name = "rbtUnsorted"
  96.         Me.rbtUnsorted.Size = New System.Drawing.Size(109, 17)
  97.         Me.rbtUnsorted.TabIndex = 3
  98.         Me.rbtUnsorted.TabStop = True
  99.         Me.rbtUnsorted.Text = "Lista non ordinata"
  100.         Me.rbtUnsorted.UseVisualStyleBackColor = True
  101.         '
  102.         'Label2
  103.         '
  104.         Me.Label2.AutoSize = True
  105.         Me.Label2.Enabled = False
  106.         Me.Label2.Location = New System.Drawing.Point(22, 94)
  107.         Me.Label2.Name = "Label2"
  108.         Me.Label2.Size = New System.Drawing.Size(47, 13)
  109.         Me.Label2.TabIndex = 4
  110.         Me.Label2.Text = "Simbolo:"
  111.         '
  112.         'dudSymbol
  113.         '
  114.         Me.dudSymbol.Enabled = False
  115.         Me.dudSymbol.Items.Add("Disco")
  116.         Me.dudSymbol.Items.Add("Cerchio")
  117.         Me.dudSymbol.Items.Add("Quadrato")
  118.         Me.dudSymbol.Location = New System.Drawing.Point(100, 92)
  119.         Me.dudSymbol.Name = "dudSymbol"
  120.         Me.dudSymbol.Size = New System.Drawing.Size(186, 20)
  121.         Me.dudSymbol.TabIndex = 5
  122.         Me.dudSymbol.Text = "Disco"
  123.         '
  124.         'rbtDfn
  125.         '
  126.         Me.rbtDfn.AutoSize = True
  127.         Me.rbtDfn.Location = New System.Drawing.Point(6, 120)
  128.         Me.rbtDfn.Name = "rbtDfn"
  129.         Me.rbtDfn.Size = New System.Drawing.Size(107, 17)
  130.         Me.rbtDfn.TabIndex = 6
  131.         Me.rbtDfn.TabStop = True
  132.         Me.rbtDfn.Text = "Lista di definizioni"
  133.         Me.rbtDfn.UseVisualStyleBackColor = True
  134.         '
  135.         'grpElements
  136.         '
  137.         Me.grpElements.Controls.Add(Me.cmdAdd)
  138.         Me.grpElements.Controls.Add(Me.cmdRemove)
  139.         Me.grpElements.Controls.Add(Me.lstItems)
  140.         Me.grpElements.Controls.Add(Me.txtText)
  141.         Me.grpElements.Controls.Add(Me.Label3)
  142.         Me.grpElements.Location = New System.Drawing.Point(12, 165)
  143.         Me.grpElements.Name = "grpElements"
  144.         Me.grpElements.Size = New System.Drawing.Size(298, 143)
  145.         Me.grpElements.TabIndex = 1
  146.         Me.grpElements.TabStop = False
  147.         Me.grpElements.Text = "Elementi"
  148.         '
  149.         'Label3
  150.         '
  151.         Me.Label3.AutoSize = True
  152.         Me.Label3.Location = New System.Drawing.Point(6, 16)
  153.         Me.Label3.Name = "Label3"
  154.         Me.Label3.Size = New System.Drawing.Size(37, 13)
  155.         Me.Label3.TabIndex = 0
  156.         Me.Label3.Text = "Testo:"
  157.         '
  158.         'txtText
  159.         '
  160.         Me.txtText.Location = New System.Drawing.Point(49, 16)
  161.         Me.txtText.Multiline = True
  162.         Me.txtText.Name = "txtText"
  163.         Me.txtText.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal
  164.         Me.txtText.Size = New System.Drawing.Size(243, 50)
  165.         Me.txtText.TabIndex = 1
  166.         '
  167.         'lstItems
  168.         '
  169.         Me.lstItems.FormattingEnabled = True
  170.         Me.lstItems.Location = New System.Drawing.Point(9, 72)
  171.         Me.lstItems.Name = "lstItems"
  172.         Me.lstItems.ScrollAlwaysVisible = True
  173.         Me.lstItems.Size = New System.Drawing.Size(196, 56)
  174.         Me.lstItems.TabIndex = 2
  175.         '
  176.         'cmdRemove
  177.         '
  178.         Me.cmdRemove.Location = New System.Drawing.Point(214, 72)
  179.         Me.cmdRemove.Name = "cmdRemove"
  180.         Me.cmdRemove.Size = New System.Drawing.Size(78, 23)
  181.         Me.cmdRemove.TabIndex = 3
  182.         Me.cmdRemove.Text = "Rimuovi"
  183.         Me.cmdRemove.UseVisualStyleBackColor = True
  184.         '
  185.         'cmdAdd
  186.         '
  187.         Me.cmdAdd.Location = New System.Drawing.Point(214, 106)
  188.         Me.cmdAdd.Name = "cmdAdd"
  189.         Me.cmdAdd.Size = New System.Drawing.Size(77, 22)
  190.         Me.cmdAdd.TabIndex = 4
  191.         Me.cmdAdd.Text = "Aggiungi"
  192.         Me.cmdAdd.UseVisualStyleBackColor = True
  193.         '
  194.         'cmdOK
  195.         '
  196.         Me.cmdOK.Location = New System.Drawing.Point(226, 314)
  197.         Me.cmdOK.Name = "cmdOK"
  198.         Me.cmdOK.Size = New System.Drawing.Size(84, 23)
  199.         Me.cmdOK.TabIndex = 2
  200.         Me.cmdOK.Text = "OK"
  201.         Me.cmdOK.UseVisualStyleBackColor = True
  202.         '
  203.         'frmList
  204.         '
  205.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  206.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  207.         Me.ClientSize = New System.Drawing.Size(323, 345)
  208.         Me.Controls.Add(Me.cmdOK)
  209.         Me.Controls.Add(Me.grpElements)
  210.         Me.Controls.Add(Me.grpType)
  211.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  212.         Me.MaximizeBox = False
  213.         Me.Name = "frmList"
  214.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  215.         Me.Text = "Creazione lista"
  216.         Me.grpType.ResumeLayout(False)
  217.         Me.grpType.PerformLayout()
  218.         Me.grpElements.ResumeLayout(False)
  219.         Me.grpElements.PerformLayout()
  220.         Me.ResumeLayout(False)
  221.  
  222.     End Sub
  223.     Friend WithEvents grpType As System.Windows.Forms.GroupBox
  224.     Friend WithEvents dudSymbol As System.Windows.Forms.DomainUpDown
  225.     Friend WithEvents Label2 As System.Windows.Forms.Label
  226.     Friend WithEvents rbtUnsorted As System.Windows.Forms.RadioButton
  227.     Friend WithEvents Label1 As System.Windows.Forms.Label
  228.     Friend WithEvents dudSort As System.Windows.Forms.DomainUpDown
  229.     Friend WithEvents rbtSorted As System.Windows.Forms.RadioButton
  230.     Friend WithEvents rbtDfn As System.Windows.Forms.RadioButton
  231.     Friend WithEvents grpElements As System.Windows.Forms.GroupBox
  232.     Friend WithEvents cmdAdd As System.Windows.Forms.Button
  233.     Friend WithEvents cmdRemove As System.Windows.Forms.Button
  234.     Friend WithEvents lstItems As System.Windows.Forms.ListBox
  235.     Friend WithEvents txtText As System.Windows.Forms.TextBox
  236.     Friend WithEvents Label3 As System.Windows.Forms.Label
  237.     Friend WithEvents cmdOK As System.Windows.Forms.Button
  238. End Class