Directory e File NUOVO !! Designer




<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
Inherits System.Windows.Forms.Form

'Form esegue l'override del metodo Dispose per pulire l'elenco dei componenti.

<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub

'Richiesto da Progettazione Windows Form

Private components As System.ComponentModel.IContainer

'NOTA: la procedura che segue è richiesta da Progettazione Windows Form

'Può essere modificata in Progettazione Windows Form.

'Non modificarla nell'editor del codice.

<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.ListBox1 = New System.Windows.Forms.ListBox
Me.Button1 = New System.Windows.Forms.Button
Me.CheckBox1 = New System.Windows.Forms.CheckBox
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.Button2 = New System.Windows.Forms.Button
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.CheckBox2 = New System.Windows.Forms.CheckBox
Me.ListBox2 = New System.Windows.Forms.ListBox
Me.Button3 = New System.Windows.Forms.Button
Me.ComboBox1 = New System.Windows.Forms.ComboBox
Me.SuspendLayout()
'

'ListBox1

'

Me.ListBox1.FormattingEnabled = True
Me.ListBox1.ItemHeight = 20
Me.ListBox1.Location = New System.Drawing.Point(30, 122)
Me.ListBox1.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.Size = New System.Drawing.Size(412, 444)
Me.ListBox1.TabIndex = 0
'

'Button1

'

Me.Button1.Location = New System.Drawing.Point(452, 193)
Me.Button1.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(99, 57)
Me.Button1.TabIndex = 1
Me.Button1.Text = "Leggi Files"
Me.Button1.UseVisualStyleBackColor = True
'

'CheckBox1

'

Me.CheckBox1.AutoSize = True
Me.CheckBox1.Location = New System.Drawing.Point(30, 46)
Me.CheckBox1.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(192, 24)
Me.CheckBox1.TabIndex = 2
Me.CheckBox1.Text = "Tutte le subdirectory"
Me.CheckBox1.UseVisualStyleBackColor = True
'

'TextBox1

'

Me.TextBox1.Location = New System.Drawing.Point(30, 82)
Me.TextBox1.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(402, 26)
Me.TextBox1.TabIndex = 3
'

'Button2

'

Me.Button2.Location = New System.Drawing.Point(473, 82)
Me.Button2.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(68, 35)
Me.Button2.TabIndex = 4
Me.Button2.Text = "..."
Me.Button2.UseVisualStyleBackColor = True
'

'TextBox2

'

Me.TextBox2.Location = New System.Drawing.Point(561, 102)
Me.TextBox2.Margin = New System.Windows.Forms.Padding(5)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(402, 26)
Me.TextBox2.TabIndex = 7
'

'CheckBox2

'

Me.CheckBox2.AutoSize = True
Me.CheckBox2.Location = New System.Drawing.Point(561, 66)
Me.CheckBox2.Margin = New System.Windows.Forms.Padding(5)
Me.CheckBox2.Name = "CheckBox2"
Me.CheckBox2.Size = New System.Drawing.Size(192, 24)
Me.CheckBox2.TabIndex = 6
Me.CheckBox2.Text = "Tutte le subdirectory"
Me.CheckBox2.UseVisualStyleBackColor = True
'

'ListBox2

'

Me.ListBox2.FormattingEnabled = True
Me.ListBox2.ItemHeight = 20
Me.ListBox2.Location = New System.Drawing.Point(561, 142)
Me.ListBox2.Margin = New System.Windows.Forms.Padding(5)
Me.ListBox2.Name = "ListBox2"
Me.ListBox2.Size = New System.Drawing.Size(378, 444)
Me.ListBox2.TabIndex = 5
'

'Button3

'

Me.Button3.Location = New System.Drawing.Point(969, 193)
Me.Button3.Margin = New System.Windows.Forms.Padding(5)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(99, 57)
Me.Button3.TabIndex = 8
Me.Button3.Text = "Leggi Directory"
Me.Button3.UseVisualStyleBackColor = True
'

'ComboBox1

'

Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Location = New System.Drawing.Point(798, 44)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(222, 28)
Me.ComboBox1.TabIndex = 9
'

'Form1

'

Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit
Me.ClientSize = New System.Drawing.Size(1109, 620)
Me.Controls.Add(Me.ComboBox1)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.CheckBox2)
Me.Controls.Add(Me.ListBox2)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.CheckBox1)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.ListBox1)
Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Margin = New System.Windows.Forms.Padding(5, 5, 5, 5)
Me.Name = "Form1"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Form1"
Me.ResumeLayout(False)
Me.PerformLayout()

End Sub
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
Friend WithEvents ListBox2 As System.Windows.Forms.ListBox
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
End Class










( directoryefilenuovodesigner.html )- by Paolo Puglisi - Modifica del 17/12/2023