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
Ultra File - frmSearch.Designer.vb

frmSearch.Designer.vb

Caricato da: Totem
Scarica il programma completo

  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmSearch
  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.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSearch))
  23.         Me.txtName = New System.Windows.Forms.TextBox
  24.         Me.cmdSearch = New System.Windows.Forms.Button
  25.         Me.Label1 = New System.Windows.Forms.Label
  26.         Me.cmbField = New System.Windows.Forms.ComboBox
  27.         Me.Label2 = New System.Windows.Forms.Label
  28.         Me.SuspendLayout()
  29.         '
  30.         'txtName
  31.         '
  32.         Me.txtName.Location = New System.Drawing.Point(12, 56)
  33.         Me.txtName.Name = "txtName"
  34.         Me.txtName.Size = New System.Drawing.Size(260, 20)
  35.         Me.txtName.TabIndex = 0
  36.         '
  37.         'cmdSearch
  38.         '
  39.         Me.cmdSearch.Location = New System.Drawing.Point(203, 82)
  40.         Me.cmdSearch.Name = "cmdSearch"
  41.         Me.cmdSearch.Size = New System.Drawing.Size(70, 25)
  42.         Me.cmdSearch.TabIndex = 1
  43.         Me.cmdSearch.Text = "Cerca"
  44.         Me.cmdSearch.UseVisualStyleBackColor = True
  45.         '
  46.         'Label1
  47.         '
  48.         Me.Label1.AutoSize = True
  49.         Me.Label1.Location = New System.Drawing.Point(9, 15)
  50.         Me.Label1.Name = "Label1"
  51.         Me.Label1.Size = New System.Drawing.Size(90, 13)
  52.         Me.Label1.TabIndex = 2
  53.         Me.Label1.Text = "Cerca nel campo:"
  54.         '
  55.         'cmbField
  56.         '
  57.         Me.cmbField.FormattingEnabled = True
  58.         Me.cmbField.Location = New System.Drawing.Point(105, 12)
  59.         Me.cmbField.Name = "cmbField"
  60.         Me.cmbField.Size = New System.Drawing.Size(167, 21)
  61.         Me.cmbField.TabIndex = 3
  62.         '
  63.         'Label2
  64.         '
  65.         Me.Label2.AutoSize = True
  66.         Me.Label2.Location = New System.Drawing.Point(9, 40)
  67.         Me.Label2.Name = "Label2"
  68.         Me.Label2.Size = New System.Drawing.Size(95, 13)
  69.         Me.Label2.TabIndex = 4
  70.         Me.Label2.Text = "La seguente frase:"
  71.         '
  72.         'frmSearch
  73.         '
  74.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  75.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  76.         Me.ClientSize = New System.Drawing.Size(285, 119)
  77.         Me.Controls.Add(Me.Label2)
  78.         Me.Controls.Add(Me.cmbField)
  79.         Me.Controls.Add(Me.Label1)
  80.         Me.Controls.Add(Me.cmdSearch)
  81.         Me.Controls.Add(Me.txtName)
  82.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  83.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  84.         Me.MaximizeBox = False
  85.         Me.Name = "frmSearch"
  86.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  87.         Me.Text = "Ultra File - Cerca"
  88.         Me.ResumeLayout(False)
  89.         Me.PerformLayout()
  90.  
  91.     End Sub
  92.     Friend WithEvents txtName As System.Windows.Forms.TextBox
  93.     Friend WithEvents cmdSearch As System.Windows.Forms.Button
  94.     Friend WithEvents Label1 As System.Windows.Forms.Label
  95.     Friend WithEvents cmbField As System.Windows.Forms.ComboBox
  96.     Friend WithEvents Label2 As System.Windows.Forms.Label
  97. End Class