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
Iper Search Plus - 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.components = New System.ComponentModel.Container
  23.         Dim ListViewGroup1 As System.Windows.Forms.ListViewGroup = New System.Windows.Forms.ListViewGroup("Files", System.Windows.Forms.HorizontalAlignment.Left)
  24.         Dim ListViewGroup2 As System.Windows.Forms.ListViewGroup = New System.Windows.Forms.ListViewGroup("Cartelle", System.Windows.Forms.HorizontalAlignment.Left)
  25.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  26.         Me.chbWord = New System.Windows.Forms.CheckBox
  27.         Me.grpWord = New System.Windows.Forms.GroupBox
  28.         Me.chbCase = New System.Windows.Forms.CheckBox
  29.         Me.txtWord = New System.Windows.Forms.TextBox
  30.         Me.Label1 = New System.Windows.Forms.Label
  31.         Me.chbExt = New System.Windows.Forms.CheckBox
  32.         Me.grpExt = New System.Windows.Forms.GroupBox
  33.         Me.cmbPredExt = New System.Windows.Forms.ComboBox
  34.         Me.Label3 = New System.Windows.Forms.Label
  35.         Me.lstExt = New System.Windows.Forms.ListBox
  36.         Me.cntExt = New System.Windows.Forms.ContextMenuStrip(Me.components)
  37.         Me.strAddExt = New System.Windows.Forms.ToolStripMenuItem
  38.         Me.strRemoveExt = New System.Windows.Forms.ToolStripMenuItem
  39.         Me.Label2 = New System.Windows.Forms.Label
  40.         Me.chbDate = New System.Windows.Forms.CheckBox
  41.         Me.grpDate = New System.Windows.Forms.GroupBox
  42.         Me.mclDate = New System.Windows.Forms.MonthCalendar
  43.         Me.cmbWhen = New System.Windows.Forms.ComboBox
  44.         Me.cmbField = New System.Windows.Forms.ComboBox
  45.         Me.Label4 = New System.Windows.Forms.Label
  46.         Me.chbSize = New System.Windows.Forms.CheckBox
  47.         Me.grpSize = New System.Windows.Forms.GroupBox
  48.         Me.Label6 = New System.Windows.Forms.Label
  49.         Me.nudSize = New System.Windows.Forms.NumericUpDown
  50.         Me.cmbRel = New System.Windows.Forms.ComboBox
  51.         Me.Label5 = New System.Windows.Forms.Label
  52.         Me.chbAttribute = New System.Windows.Forms.CheckBox
  53.         Me.grpAttribute = New System.Windows.Forms.GroupBox
  54.         Me.cmbAttribute = New System.Windows.Forms.ComboBox
  55.         Me.Label7 = New System.Windows.Forms.Label
  56.         Me.txtDir = New System.Windows.Forms.TextBox
  57.         Me.cmdBrowse = New System.Windows.Forms.Button
  58.         Me.cmdSearch = New System.Windows.Forms.Button
  59.         Me.lstResult = New System.Windows.Forms.ListView
  60.         Me.clmName = New System.Windows.Forms.ColumnHeader
  61.         Me.clmPath = New System.Windows.Forms.ColumnHeader
  62.         Me.chbSubDir = New System.Windows.Forms.CheckBox
  63.         Me.chbReport = New System.Windows.Forms.CheckBox
  64.         Me.strStatus = New System.Windows.Forms.StatusStrip
  65.         Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel
  66.         Me.Label8 = New System.Windows.Forms.Label
  67.         Me.txtInfo = New System.Windows.Forms.TextBox
  68.         Me.grpWord.SuspendLayout()
  69.         Me.grpExt.SuspendLayout()
  70.         Me.cntExt.SuspendLayout()
  71.         Me.grpDate.SuspendLayout()
  72.         Me.grpSize.SuspendLayout()
  73.         CType(Me.nudSize, System.ComponentModel.ISupportInitialize).BeginInit()
  74.         Me.grpAttribute.SuspendLayout()
  75.         Me.strStatus.SuspendLayout()
  76.         Me.SuspendLayout()
  77.         '
  78.         'chbWord
  79.         '
  80.         Me.chbWord.AutoSize = True
  81.         Me.chbWord.Checked = True
  82.         Me.chbWord.CheckState = System.Windows.Forms.CheckState.Checked
  83.         Me.chbWord.Location = New System.Drawing.Point(12, 12)
  84.         Me.chbWord.Name = "chbWord"
  85.         Me.chbWord.Size = New System.Drawing.Size(15, 14)
  86.         Me.chbWord.TabIndex = 0
  87.         Me.chbWord.UseVisualStyleBackColor = True
  88.         '
  89.         'grpWord
  90.         '
  91.         Me.grpWord.Controls.Add(Me.chbCase)
  92.         Me.grpWord.Controls.Add(Me.txtWord)
  93.         Me.grpWord.Controls.Add(Me.Label1)
  94.         Me.grpWord.Location = New System.Drawing.Point(33, 12)
  95.         Me.grpWord.Name = "grpWord"
  96.         Me.grpWord.Size = New System.Drawing.Size(181, 83)
  97.         Me.grpWord.TabIndex = 1
  98.         Me.grpWord.TabStop = False
  99.         Me.grpWord.Text = "Cerca per nome"
  100.         '
  101.         'chbCase
  102.         '
  103.         Me.chbCase.AutoSize = True
  104.         Me.chbCase.Location = New System.Drawing.Point(9, 58)
  105.         Me.chbCase.Name = "chbCase"
  106.         Me.chbCase.Size = New System.Drawing.Size(158, 17)
  107.         Me.chbCase.TabIndex = 2
  108.         Me.chbCase.Text = "Ignora maiuscole/minuscole"
  109.         Me.chbCase.UseVisualStyleBackColor = True
  110.         '
  111.         'txtWord
  112.         '
  113.         Me.txtWord.Location = New System.Drawing.Point(9, 32)
  114.         Me.txtWord.Name = "txtWord"
  115.         Me.txtWord.Size = New System.Drawing.Size(166, 20)
  116.         Me.txtWord.TabIndex = 2
  117.         '
  118.         'Label1
  119.         '
  120.         Me.Label1.AutoSize = True
  121.         Me.Label1.Location = New System.Drawing.Point(6, 16)
  122.         Me.Label1.Name = "Label1"
  123.         Me.Label1.Size = New System.Drawing.Size(153, 13)
  124.         Me.Label1.TabIndex = 2
  125.         Me.Label1.Text = "Nome o parte del nome del file:"
  126.         '
  127.         'chbExt
  128.         '
  129.         Me.chbExt.AutoSize = True
  130.         Me.chbExt.Location = New System.Drawing.Point(12, 101)
  131.         Me.chbExt.Name = "chbExt"
  132.         Me.chbExt.Size = New System.Drawing.Size(15, 14)
  133.         Me.chbExt.TabIndex = 2
  134.         Me.chbExt.UseVisualStyleBackColor = True
  135.         '
  136.         'grpExt
  137.         '
  138.         Me.grpExt.Controls.Add(Me.cmbPredExt)
  139.         Me.grpExt.Controls.Add(Me.Label3)
  140.         Me.grpExt.Controls.Add(Me.lstExt)
  141.         Me.grpExt.Controls.Add(Me.Label2)
  142.         Me.grpExt.Enabled = False
  143.         Me.grpExt.Location = New System.Drawing.Point(33, 101)
  144.         Me.grpExt.Name = "grpExt"
  145.         Me.grpExt.Size = New System.Drawing.Size(181, 126)
  146.         Me.grpExt.TabIndex = 3
  147.         Me.grpExt.TabStop = False
  148.         Me.grpExt.Text = "Cerca per tipo"
  149.         '
  150.         'cmbPredExt
  151.         '
  152.         Me.cmbPredExt.FormattingEnabled = True
  153.         Me.cmbPredExt.Items.AddRange(New Object() {"Cartelle", "Musica", "Video", "Testi", "Sistema", "Compressi", "Programmi"})
  154.         Me.cmbPredExt.Location = New System.Drawing.Point(9, 94)
  155.         Me.cmbPredExt.Name = "cmbPredExt"
  156.         Me.cmbPredExt.Size = New System.Drawing.Size(166, 21)
  157.         Me.cmbPredExt.TabIndex = 5
  158.         '
  159.         'Label3
  160.         '
  161.         Me.Label3.AutoSize = True
  162.         Me.Label3.Location = New System.Drawing.Point(6, 78)
  163.         Me.Label3.Name = "Label3"
  164.         Me.Label3.Size = New System.Drawing.Size(115, 13)
  165.         Me.Label3.TabIndex = 4
  166.         Me.Label3.Text = "Aggiungi tipi predefiniti:"
  167.         '
  168.         'lstExt
  169.         '
  170.         Me.lstExt.ContextMenuStrip = Me.cntExt
  171.         Me.lstExt.FormattingEnabled = True
  172.         Me.lstExt.Location = New System.Drawing.Point(9, 32)
  173.         Me.lstExt.Name = "lstExt"
  174.         Me.lstExt.ScrollAlwaysVisible = True
  175.         Me.lstExt.Size = New System.Drawing.Size(166, 43)
  176.         Me.lstExt.TabIndex = 4
  177.         '
  178.         'cntExt
  179.         '
  180.         Me.cntExt.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.strAddExt, Me.strRemoveExt})
  181.         Me.cntExt.Name = "cntExt"
  182.         Me.cntExt.Size = New System.Drawing.Size(127, 48)
  183.         '
  184.         'strAddExt
  185.         '
  186.         Me.strAddExt.Name = "strAddExt"
  187.         Me.strAddExt.Size = New System.Drawing.Size(126, 22)
  188.         Me.strAddExt.Text = "Aggiungi"
  189.         '
  190.         'strRemoveExt
  191.         '
  192.         Me.strRemoveExt.Name = "strRemoveExt"
  193.         Me.strRemoveExt.Size = New System.Drawing.Size(126, 22)
  194.         Me.strRemoveExt.Text = "Rimuovi"
  195.         '
  196.         'Label2
  197.         '
  198.         Me.Label2.AutoSize = True
  199.         Me.Label2.Location = New System.Drawing.Point(6, 16)
  200.         Me.Label2.Name = "Label2"
  201.         Me.Label2.Size = New System.Drawing.Size(108, 13)
  202.         Me.Label2.TabIndex = 4
  203.         Me.Label2.Text = "Estensione/i amesse:"
  204.         '
  205.         'chbDate
  206.         '
  207.         Me.chbDate.AutoSize = True
  208.         Me.chbDate.Location = New System.Drawing.Point(220, 11)
  209.         Me.chbDate.Name = "chbDate"
  210.         Me.chbDate.Size = New System.Drawing.Size(15, 14)
  211.         Me.chbDate.TabIndex = 4
  212.         Me.chbDate.UseVisualStyleBackColor = True
  213.         '
  214.         'grpDate
  215.         '
  216.         Me.grpDate.Controls.Add(Me.mclDate)
  217.         Me.grpDate.Controls.Add(Me.cmbWhen)
  218.         Me.grpDate.Controls.Add(Me.cmbField)
  219.         Me.grpDate.Controls.Add(Me.Label4)
  220.         Me.grpDate.Enabled = False
  221.         Me.grpDate.Location = New System.Drawing.Point(241, 12)
  222.         Me.grpDate.Name = "grpDate"
  223.         Me.grpDate.Size = New System.Drawing.Size(184, 247)
  224.         Me.grpDate.TabIndex = 5
  225.         Me.grpDate.TabStop = False
  226.         Me.grpDate.Text = "Cerca per data"
  227.         '
  228.         'mclDate
  229.         '
  230.         Me.mclDate.Location = New System.Drawing.Point(9, 80)
  231.         Me.mclDate.Name = "mclDate"
  232.         Me.mclDate.TabIndex = 3
  233.         '
  234.         'cmbWhen
  235.         '
  236.         Me.cmbWhen.FormattingEnabled = True
  237.         Me.cmbWhen.Items.AddRange(New Object() {"prima del", "il", "dopo il"})
  238.         Me.cmbWhen.Location = New System.Drawing.Point(9, 56)
  239.         Me.cmbWhen.Name = "cmbWhen"
  240.         Me.cmbWhen.Size = New System.Drawing.Size(166, 21)
  241.         Me.cmbWhen.TabIndex = 2
  242.         '
  243.         'cmbField
  244.         '
  245.         Me.cmbField.FormattingEnabled = True
  246.         Me.cmbField.Items.AddRange(New Object() {"modificati", "creati", "aperti l'ultima volta"})
  247.         Me.cmbField.Location = New System.Drawing.Point(9, 32)
  248.         Me.cmbField.Name = "cmbField"
  249.         Me.cmbField.Size = New System.Drawing.Size(166, 21)
  250.         Me.cmbField.TabIndex = 1
  251.         '
  252.         'Label4
  253.         '
  254.         Me.Label4.AutoSize = True
  255.         Me.Label4.Location = New System.Drawing.Point(6, 16)
  256.         Me.Label4.Name = "Label4"
  257.         Me.Label4.Size = New System.Drawing.Size(54, 13)
  258.         Me.Label4.TabIndex = 0
  259.         Me.Label4.Text = "Cerca file:"
  260.         '
  261.         'chbSize
  262.         '
  263.         Me.chbSize.AutoSize = True
  264.         Me.chbSize.Location = New System.Drawing.Point(12, 233)
  265.         Me.chbSize.Name = "chbSize"
  266.         Me.chbSize.Size = New System.Drawing.Size(15, 14)
  267.         Me.chbSize.TabIndex = 6
  268.         Me.chbSize.UseVisualStyleBackColor = True
  269.         '
  270.         'grpSize
  271.         '
  272.         Me.grpSize.Controls.Add(Me.Label6)
  273.         Me.grpSize.Controls.Add(Me.nudSize)
  274.         Me.grpSize.Controls.Add(Me.cmbRel)
  275.         Me.grpSize.Controls.Add(Me.Label5)
  276.         Me.grpSize.Enabled = False
  277.         Me.grpSize.Location = New System.Drawing.Point(33, 233)
  278.         Me.grpSize.Name = "grpSize"
  279.         Me.grpSize.Size = New System.Drawing.Size(181, 82)
  280.         Me.grpSize.TabIndex = 7
  281.         Me.grpSize.TabStop = False
  282.         Me.grpSize.Text = "Cerca per dimensione"
  283.         '
  284.         'Label6
  285.         '
  286.         Me.Label6.AutoSize = True
  287.         Me.Label6.Location = New System.Drawing.Point(111, 58)
  288.         Me.Label6.Name = "Label6"
  289.         Me.Label6.Size = New System.Drawing.Size(21, 13)
  290.         Me.Label6.TabIndex = 8
  291.         Me.Label6.Text = "KB"
  292.         '
  293.         'nudSize
  294.         '
  295.         Me.nudSize.DecimalPlaces = 1
  296.         Me.nudSize.Increment = New Decimal(New Integer() {10, 0, 0, 0})
  297.         Me.nudSize.Location = New System.Drawing.Point(9, 56)
  298.         Me.nudSize.Maximum = New Decimal(New Integer() {10000000, 0, 0, 0})
  299.         Me.nudSize.Name = "nudSize"
  300.         Me.nudSize.Size = New System.Drawing.Size(96, 20)
  301.         Me.nudSize.TabIndex = 2
  302.         Me.nudSize.ThousandsSeparator = True
  303.         '
  304.         'cmbRel
  305.         '
  306.         Me.cmbRel.FormattingEnabled = True
  307.         Me.cmbRel.Items.AddRange(New Object() {"minori di", "maggiori di"})
  308.         Me.cmbRel.Location = New System.Drawing.Point(9, 32)
  309.         Me.cmbRel.Name = "cmbRel"
  310.         Me.cmbRel.Size = New System.Drawing.Size(166, 21)
  311.         Me.cmbRel.TabIndex = 1
  312.         '
  313.         'Label5
  314.         '
  315.         Me.Label5.AutoSize = True
  316.         Me.Label5.Location = New System.Drawing.Point(6, 16)
  317.         Me.Label5.Name = "Label5"
  318.         Me.Label5.Size = New System.Drawing.Size(99, 13)
  319.         Me.Label5.TabIndex = 0
  320.         Me.Label5.Text = "File con dimensioni:"
  321.         '
  322.         'chbAttribute
  323.         '
  324.         Me.chbAttribute.AutoSize = True
  325.         Me.chbAttribute.Location = New System.Drawing.Point(220, 265)
  326.         Me.chbAttribute.Name = "chbAttribute"
  327.         Me.chbAttribute.Size = New System.Drawing.Size(15, 14)
  328.         Me.chbAttribute.TabIndex = 8
  329.         Me.chbAttribute.UseVisualStyleBackColor = True
  330.         '
  331.         'grpAttribute
  332.         '
  333.         Me.grpAttribute.Controls.Add(Me.cmbAttribute)
  334.         Me.grpAttribute.Enabled = False
  335.         Me.grpAttribute.Location = New System.Drawing.Point(241, 265)
  336.         Me.grpAttribute.Name = "grpAttribute"
  337.         Me.grpAttribute.Size = New System.Drawing.Size(184, 50)
  338.         Me.grpAttribute.TabIndex = 9
  339.         Me.grpAttribute.TabStop = False
  340.         Me.grpAttribute.Text = "Cerca per attributo (beta)"
  341.         '
  342.         'cmbAttribute
  343.         '
  344.         Me.cmbAttribute.FormattingEnabled = True
  345.         Me.cmbAttribute.Items.AddRange(New Object() {"Nascosto", "Di sistema", "Normale", "Sola lettura", "Compresso", "Criptato", "Temporaneo"})
  346.         Me.cmbAttribute.Location = New System.Drawing.Point(6, 18)
  347.         Me.cmbAttribute.Name = "cmbAttribute"
  348.         Me.cmbAttribute.Size = New System.Drawing.Size(169, 21)
  349.         Me.cmbAttribute.TabIndex = 0
  350.         '
  351.         'Label7
  352.         '
  353.         Me.Label7.AutoSize = True
  354.         Me.Label7.Location = New System.Drawing.Point(9, 324)
  355.         Me.Label7.Name = "Label7"
  356.         Me.Label7.Size = New System.Drawing.Size(52, 13)
  357.         Me.Label7.TabIndex = 10
  358.         Me.Label7.Text = "Directory:"
  359.         '
  360.         'txtDir
  361.         '
  362.         Me.txtDir.Location = New System.Drawing.Point(67, 321)
  363.         Me.txtDir.Name = "txtDir"
  364.         Me.txtDir.Size = New System.Drawing.Size(327, 20)
  365.         Me.txtDir.TabIndex = 11
  366.         '
  367.         'cmdBrowse
  368.         '
  369.         Me.cmdBrowse.Location = New System.Drawing.Point(400, 321)
  370.         Me.cmdBrowse.Name = "cmdBrowse"
  371.         Me.cmdBrowse.Size = New System.Drawing.Size(25, 20)
  372.         Me.cmdBrowse.TabIndex = 12
  373.         Me.cmdBrowse.Text = "..."
  374.         Me.cmdBrowse.UseVisualStyleBackColor = True
  375.         '
  376.         'cmdSearch
  377.         '
  378.         Me.cmdSearch.Location = New System.Drawing.Point(67, 347)
  379.         Me.cmdSearch.Name = "cmdSearch"
  380.         Me.cmdSearch.Size = New System.Drawing.Size(82, 24)
  381.         Me.cmdSearch.TabIndex = 13
  382.         Me.cmdSearch.Text = "Cerca"
  383.         Me.cmdSearch.UseVisualStyleBackColor = True
  384.         '
  385.         'lstResult
  386.         '
  387.         Me.lstResult.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  388.                     Or System.Windows.Forms.AnchorStyles.Left) _
  389.                     Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  390.         Me.lstResult.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.clmName, Me.clmPath})
  391.         Me.lstResult.FullRowSelect = True
  392.         ListViewGroup1.Header = "Files"
  393.         ListViewGroup1.Name = "grpFiles"
  394.         ListViewGroup2.Header = "Cartelle"
  395.         ListViewGroup2.Name = "grpDirectories"
  396.         Me.lstResult.Groups.AddRange(New System.Windows.Forms.ListViewGroup() {ListViewGroup1, ListViewGroup2})
  397.         Me.lstResult.Location = New System.Drawing.Point(431, 12)
  398.         Me.lstResult.Name = "lstResult"
  399.         Me.lstResult.Size = New System.Drawing.Size(289, 487)
  400.         Me.lstResult.TabIndex = 14
  401.         Me.lstResult.UseCompatibleStateImageBehavior = False
  402.         Me.lstResult.View = System.Windows.Forms.View.Details
  403.         '
  404.         'clmName
  405.         '
  406.         Me.clmName.Text = "Nome"
  407.         Me.clmName.Width = 130
  408.         '
  409.         'clmPath
  410.         '
  411.         Me.clmPath.Text = "Percorso completo"
  412.         Me.clmPath.Width = 141
  413.         '
  414.         'chbSubDir
  415.         '
  416.         Me.chbSubDir.AutoSize = True
  417.         Me.chbSubDir.Checked = True
  418.         Me.chbSubDir.CheckState = System.Windows.Forms.CheckState.Checked
  419.         Me.chbSubDir.Location = New System.Drawing.Point(302, 352)
  420.         Me.chbSubDir.Name = "chbSubDir"
  421.         Me.chbSubDir.Size = New System.Drawing.Size(123, 17)
  422.         Me.chbSubDir.TabIndex = 15
  423.         Me.chbSubDir.Text = "Includi sottodirectory"
  424.         Me.chbSubDir.UseVisualStyleBackColor = True
  425.         '
  426.         'chbReport
  427.         '
  428.         Me.chbReport.AutoSize = True
  429.         Me.chbReport.Location = New System.Drawing.Point(164, 352)
  430.         Me.chbReport.Name = "chbReport"
  431.         Me.chbReport.Size = New System.Drawing.Size(132, 17)
  432.         Me.chbReport.TabIndex = 16
  433.         Me.chbReport.Text = "Crea report dell ricerca"
  434.         Me.chbReport.UseVisualStyleBackColor = True
  435.         '
  436.         'strStatus
  437.         '
  438.         Me.strStatus.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus})
  439.         Me.strStatus.Location = New System.Drawing.Point(0, 507)
  440.         Me.strStatus.Name = "strStatus"
  441.         Me.strStatus.Size = New System.Drawing.Size(732, 22)
  442.         Me.strStatus.TabIndex = 17
  443.         Me.strStatus.Text = "StatusStrip1"
  444.         '
  445.         'lblStatus
  446.         '
  447.         Me.lblStatus.Name = "lblStatus"
  448.         Me.lblStatus.Size = New System.Drawing.Size(168, 17)
  449.         Me.lblStatus.Text = "Stato dell'operazione: in attesa..."
  450.         '
  451.         'Label8
  452.         '
  453.         Me.Label8.AutoSize = True
  454.         Me.Label8.Location = New System.Drawing.Point(9, 383)
  455.         Me.Label8.Name = "Label8"
  456.         Me.Label8.Size = New System.Drawing.Size(98, 13)
  457.         Me.Label8.TabIndex = 18
  458.         Me.Label8.Text = "Informazioni sul file:"
  459.         '
  460.         'txtInfo
  461.         '
  462.         Me.txtInfo.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  463.                     Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  464.         Me.txtInfo.Location = New System.Drawing.Point(12, 399)
  465.         Me.txtInfo.Multiline = True
  466.         Me.txtInfo.Name = "txtInfo"
  467.         Me.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  468.         Me.txtInfo.Size = New System.Drawing.Size(413, 100)
  469.         Me.txtInfo.TabIndex = 19
  470.         '
  471.         'Form1
  472.         '
  473.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  474.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  475.         Me.ClientSize = New System.Drawing.Size(732, 529)
  476.         Me.Controls.Add(Me.txtInfo)
  477.         Me.Controls.Add(Me.Label8)
  478.         Me.Controls.Add(Me.chbReport)
  479.         Me.Controls.Add(Me.chbSubDir)
  480.         Me.Controls.Add(Me.lstResult)
  481.         Me.Controls.Add(Me.cmdSearch)
  482.         Me.Controls.Add(Me.cmdBrowse)
  483.         Me.Controls.Add(Me.txtDir)
  484.         Me.Controls.Add(Me.Label7)
  485.         Me.Controls.Add(Me.grpAttribute)
  486.         Me.Controls.Add(Me.chbAttribute)
  487.         Me.Controls.Add(Me.grpSize)
  488.         Me.Controls.Add(Me.chbSize)
  489.         Me.Controls.Add(Me.grpDate)
  490.         Me.Controls.Add(Me.chbDate)
  491.         Me.Controls.Add(Me.grpExt)
  492.         Me.Controls.Add(Me.chbExt)
  493.         Me.Controls.Add(Me.grpWord)
  494.         Me.Controls.Add(Me.chbWord)
  495.         Me.Controls.Add(Me.strStatus)
  496.         Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  497.         Me.Name = "Form1"
  498.         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  499.         Me.Text = "Iper Search Plus"
  500.         Me.grpWord.ResumeLayout(False)
  501.         Me.grpWord.PerformLayout()
  502.         Me.grpExt.ResumeLayout(False)
  503.         Me.grpExt.PerformLayout()
  504.         Me.cntExt.ResumeLayout(False)
  505.         Me.grpDate.ResumeLayout(False)
  506.         Me.grpDate.PerformLayout()
  507.         Me.grpSize.ResumeLayout(False)
  508.         Me.grpSize.PerformLayout()
  509.         CType(Me.nudSize, System.ComponentModel.ISupportInitialize).EndInit()
  510.         Me.grpAttribute.ResumeLayout(False)
  511.         Me.strStatus.ResumeLayout(False)
  512.         Me.strStatus.PerformLayout()
  513.         Me.ResumeLayout(False)
  514.         Me.PerformLayout()
  515.  
  516.     End Sub
  517.     Friend WithEvents chbWord As System.Windows.Forms.CheckBox
  518.     Friend WithEvents grpWord As System.Windows.Forms.GroupBox
  519.     Friend WithEvents chbCase As System.Windows.Forms.CheckBox
  520.     Friend WithEvents txtWord As System.Windows.Forms.TextBox
  521.     Friend WithEvents Label1 As System.Windows.Forms.Label
  522.     Friend WithEvents chbExt As System.Windows.Forms.CheckBox
  523.     Friend WithEvents grpExt As System.Windows.Forms.GroupBox
  524.     Friend WithEvents cmbPredExt As System.Windows.Forms.ComboBox
  525.     Friend WithEvents Label3 As System.Windows.Forms.Label
  526.     Friend WithEvents lstExt As System.Windows.Forms.ListBox
  527.     Friend WithEvents Label2 As System.Windows.Forms.Label
  528.     Friend WithEvents chbDate As System.Windows.Forms.CheckBox
  529.     Friend WithEvents grpDate As System.Windows.Forms.GroupBox
  530.     Friend WithEvents cmbField As System.Windows.Forms.ComboBox
  531.     Friend WithEvents Label4 As System.Windows.Forms.Label
  532.     Friend WithEvents mclDate As System.Windows.Forms.MonthCalendar
  533.     Friend WithEvents cmbWhen As System.Windows.Forms.ComboBox
  534.     Friend WithEvents chbSize As System.Windows.Forms.CheckBox
  535.     Friend WithEvents grpSize As System.Windows.Forms.GroupBox
  536.     Friend WithEvents Label6 As System.Windows.Forms.Label
  537.     Friend WithEvents nudSize As System.Windows.Forms.NumericUpDown
  538.     Friend WithEvents cmbRel As System.Windows.Forms.ComboBox
  539.     Friend WithEvents Label5 As System.Windows.Forms.Label
  540.     Friend WithEvents chbAttribute As System.Windows.Forms.CheckBox
  541.     Friend WithEvents grpAttribute As System.Windows.Forms.GroupBox
  542.     Friend WithEvents cmbAttribute As System.Windows.Forms.ComboBox
  543.     Friend WithEvents Label7 As System.Windows.Forms.Label
  544.     Friend WithEvents txtDir As System.Windows.Forms.TextBox
  545.     Friend WithEvents cmdBrowse As System.Windows.Forms.Button
  546.     Friend WithEvents cmdSearch As System.Windows.Forms.Button
  547.     Friend WithEvents lstResult As System.Windows.Forms.ListView
  548.     Friend WithEvents clmName As System.Windows.Forms.ColumnHeader
  549.     Friend WithEvents clmPath As System.Windows.Forms.ColumnHeader
  550.     Friend WithEvents chbSubDir As System.Windows.Forms.CheckBox
  551.     Friend WithEvents chbReport As System.Windows.Forms.CheckBox
  552.     Friend WithEvents cntExt As System.Windows.Forms.ContextMenuStrip
  553.     Friend WithEvents strAddExt As System.Windows.Forms.ToolStripMenuItem
  554.     Friend WithEvents strRemoveExt As System.Windows.Forms.ToolStripMenuItem
  555.     Friend WithEvents strStatus As System.Windows.Forms.StatusStrip
  556.     Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
  557.     Friend WithEvents Label8 As System.Windows.Forms.Label
  558.     Friend WithEvents txtInfo As System.Windows.Forms.TextBox
  559.  
  560. End Class