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
INI Files Visualizer - Form1.Designer.vb

Form1.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  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.Button1 = New System.Windows.Forms.Button
  24.         Me.Open = New System.Windows.Forms.OpenFileDialog
  25.         Me.Status = New System.Windows.Forms.StatusStrip
  26.         Me.TabControl1 = New System.Windows.Forms.TabControl
  27.         Me.val_key = New System.Windows.Forms.TabPage
  28.         Me.Button2 = New System.Windows.Forms.Button
  29.         Me.out = New System.Windows.Forms.Label
  30.         Me.sec_find = New System.Windows.Forms.TextBox
  31.         Me.key_find = New System.Windows.Forms.TextBox
  32.         Me.Label2 = New System.Windows.Forms.Label
  33.         Me.new_key = New System.Windows.Forms.TabPage
  34.         Me.new_sec = New System.Windows.Forms.TabPage
  35.         Me.statusl = New System.Windows.Forms.ToolStripStatusLabel
  36.         Me.Status.SuspendLayout()
  37.         Me.TabControl1.SuspendLayout()
  38.         Me.val_key.SuspendLayout()
  39.         Me.SuspendLayout()
  40.         '
  41.         'Label1
  42.         '
  43.         Me.Label1.AutoSize = True
  44.         Me.Label1.Location = New System.Drawing.Point(12, 9)
  45.         Me.Label1.Name = "Label1"
  46.         Me.Label1.Size = New System.Drawing.Size(269, 13)
  47.         Me.Label1.TabIndex = 0
  48.         Me.Label1.Text = "Scegli il file d'inizializzazione da cui trarre le informazioni:"
  49.         '
  50.         'Button1
  51.         '
  52.         Me.Button1.Location = New System.Drawing.Point(292, 3)
  53.         Me.Button1.Name = "Button1"
  54.         Me.Button1.Size = New System.Drawing.Size(92, 25)
  55.         Me.Button1.TabIndex = 1
  56.         Me.Button1.Text = "Sfoglia"
  57.         Me.Button1.UseVisualStyleBackColor = True
  58.         '
  59.         'Open
  60.         '
  61.         Me.Open.FileName = "OpenFileDialog1"
  62.         '
  63.         'Status
  64.         '
  65.         Me.Status.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.statusl})
  66.         Me.Status.Location = New System.Drawing.Point(0, 178)
  67.         Me.Status.Name = "Status"
  68.         Me.Status.Size = New System.Drawing.Size(396, 22)
  69.         Me.Status.TabIndex = 2
  70.         '
  71.         'TabControl1
  72.         '
  73.         Me.TabControl1.Controls.Add(Me.val_key)
  74.         Me.TabControl1.Controls.Add(Me.new_key)
  75.         Me.TabControl1.Controls.Add(Me.new_sec)
  76.         Me.TabControl1.Location = New System.Drawing.Point(15, 48)
  77.         Me.TabControl1.Name = "TabControl1"
  78.         Me.TabControl1.SelectedIndex = 0
  79.         Me.TabControl1.Size = New System.Drawing.Size(369, 119)
  80.         Me.TabControl1.TabIndex = 3
  81.         '
  82.         'val_key
  83.         '
  84.         Me.val_key.Controls.Add(Me.Button2)
  85.         Me.val_key.Controls.Add(Me.out)
  86.         Me.val_key.Controls.Add(Me.sec_find)
  87.         Me.val_key.Controls.Add(Me.key_find)
  88.         Me.val_key.Controls.Add(Me.Label2)
  89.         Me.val_key.Location = New System.Drawing.Point(4, 22)
  90.         Me.val_key.Name = "val_key"
  91.         Me.val_key.Padding = New System.Windows.Forms.Padding(3)
  92.         Me.val_key.Size = New System.Drawing.Size(361, 93)
  93.         Me.val_key.TabIndex = 0
  94.         Me.val_key.Text = "Valore chiavi"
  95.         Me.val_key.UseVisualStyleBackColor = True
  96.         '
  97.         'Button2
  98.         '
  99.         Me.Button2.Location = New System.Drawing.Point(247, 58)
  100.         Me.Button2.Name = "Button2"
  101.         Me.Button2.Size = New System.Drawing.Size(107, 24)
  102.         Me.Button2.TabIndex = 4
  103.         Me.Button2.Text = "Cerca"
  104.         Me.Button2.UseVisualStyleBackColor = True
  105.         '
  106.         'out
  107.         '
  108.         Me.out.AutoSize = True
  109.         Me.out.Location = New System.Drawing.Point(6, 51)
  110.         Me.out.Name = "out"
  111.         Me.out.Size = New System.Drawing.Size(0, 13)
  112.         Me.out.TabIndex = 3
  113.         '
  114.         'sec_find
  115.         '
  116.         Me.sec_find.Location = New System.Drawing.Point(189, 19)
  117.         Me.sec_find.Name = "sec_find"
  118.         Me.sec_find.Size = New System.Drawing.Size(166, 20)
  119.         Me.sec_find.TabIndex = 2
  120.         Me.sec_find.Text = "[Sezione]"
  121.         '
  122.         'key_find
  123.         '
  124.         Me.key_find.Location = New System.Drawing.Point(6, 19)
  125.         Me.key_find.Name = "key_find"
  126.         Me.key_find.Size = New System.Drawing.Size(166, 20)
  127.         Me.key_find.TabIndex = 1
  128.         Me.key_find.Text = "[Chiave]"
  129.         '
  130.         'Label2
  131.         '
  132.         Me.Label2.AutoSize = True
  133.         Me.Label2.Location = New System.Drawing.Point(6, 3)
  134.         Me.Label2.Name = "Label2"
  135.         Me.Label2.Size = New System.Drawing.Size(201, 13)
  136.         Me.Label2.TabIndex = 0
  137.         Me.Label2.Text = "Cerca il valore della chiave nella sezione:"
  138.         '
  139.         'new_key
  140.         '
  141.         Me.new_key.Location = New System.Drawing.Point(4, 22)
  142.         Me.new_key.Name = "new_key"
  143.         Me.new_key.Padding = New System.Windows.Forms.Padding(3)
  144.         Me.new_key.Size = New System.Drawing.Size(361, 93)
  145.         Me.new_key.TabIndex = 1
  146.         Me.new_key.Text = "Nuova chiave"
  147.         Me.new_key.UseVisualStyleBackColor = True
  148.         '
  149.         'new_sec
  150.         '
  151.         Me.new_sec.Location = New System.Drawing.Point(4, 22)
  152.         Me.new_sec.Name = "new_sec"
  153.         Me.new_sec.Size = New System.Drawing.Size(361, 93)
  154.         Me.new_sec.TabIndex = 2
  155.         Me.new_sec.Text = "Nuova sezione"
  156.         Me.new_sec.UseVisualStyleBackColor = True
  157.         '
  158.         'statusl
  159.         '
  160.         Me.statusl.Name = "statusl"
  161.         Me.statusl.Size = New System.Drawing.Size(116, 17)
  162.         Me.statusl.Text = "Nessun file selezionato"
  163.         '
  164.         'Form1
  165.         '
  166.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  167.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  168.         Me.ClientSize = New System.Drawing.Size(396, 200)
  169.         Me.Controls.Add(Me.TabControl1)
  170.         Me.Controls.Add(Me.Status)
  171.         Me.Controls.Add(Me.Button1)
  172.         Me.Controls.Add(Me.Label1)
  173.         Me.Name = "Form1"
  174.         Me.Text = "Form1"
  175.         Me.Status.ResumeLayout(False)
  176.         Me.Status.PerformLayout()
  177.         Me.TabControl1.ResumeLayout(False)
  178.         Me.val_key.ResumeLayout(False)
  179.         Me.val_key.PerformLayout()
  180.         Me.ResumeLayout(False)
  181.         Me.PerformLayout()
  182.  
  183.     End Sub
  184.     Friend WithEvents Label1 As System.Windows.Forms.Label
  185.     Friend WithEvents Button1 As System.Windows.Forms.Button
  186.     Friend WithEvents Open As System.Windows.Forms.OpenFileDialog
  187.     Friend WithEvents Status As System.Windows.Forms.StatusStrip
  188.     Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
  189.     Friend WithEvents val_key As System.Windows.Forms.TabPage
  190.     Friend WithEvents new_key As System.Windows.Forms.TabPage
  191.     Friend WithEvents Button2 As System.Windows.Forms.Button
  192.     Friend WithEvents out As System.Windows.Forms.Label
  193.     Friend WithEvents sec_find As System.Windows.Forms.TextBox
  194.     Friend WithEvents key_find As System.Windows.Forms.TextBox
  195.     Friend WithEvents Label2 As System.Windows.Forms.Label
  196.     Friend WithEvents new_sec As System.Windows.Forms.TabPage
  197.     Friend WithEvents statusl As System.Windows.Forms.ToolStripStatusLabel
  198.  
  199. End Class