summaryrefslogtreecommitdiff
path: root/AleeOS/Applications/File Browser.Designer.vb
diff options
context:
space:
mode:
authorAlee14 <Alee14498@gmail.com>2017-12-11 18:46:40 -0500
committerAlee14 <Alee14498@gmail.com>2017-12-11 18:46:40 -0500
commitf6252a83c6c637d85ab7392b86a519d57957940b (patch)
tree45bba228256db3e6dedb5c492be31f1b7a706320 /AleeOS/Applications/File Browser.Designer.vb
downloadAleeOS-VB-f6252a83c6c637d85ab7392b86a519d57957940b.tar.gz
AleeOS-VB-f6252a83c6c637d85ab7392b86a519d57957940b.tar.bz2
AleeOS-VB-f6252a83c6c637d85ab7392b86a519d57957940b.zip
A bunch of files!!!!!!HEADmaster
Diffstat (limited to 'AleeOS/Applications/File Browser.Designer.vb')
-rw-r--r--AleeOS/Applications/File Browser.Designer.vb80
1 files changed, 80 insertions, 0 deletions
diff --git a/AleeOS/Applications/File Browser.Designer.vb b/AleeOS/Applications/File Browser.Designer.vb
new file mode 100644
index 0000000..8b78a1c
--- /dev/null
+++ b/AleeOS/Applications/File Browser.Designer.vb
@@ -0,0 +1,80 @@
+<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
+Partial Class Form4
+ Inherits System.Windows.Forms.Form
+
+ 'Form overrides dispose to clean up the component list.
+ <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
+
+ 'Required by the Windows Form Designer
+ Private components As System.ComponentModel.IContainer
+
+ 'NOTE: The following procedure is required by the Windows Form Designer
+ 'It can be modified using the Windows Form Designer.
+ 'Do not modify it using the code editor.
+ <System.Diagnostics.DebuggerStepThrough()>
+ Private Sub InitializeComponent()
+ Me.PictureBox1 = New System.Windows.Forms.PictureBox()
+ Me.Label1 = New System.Windows.Forms.Label()
+ Me.Button2 = New System.Windows.Forms.Button()
+ CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.SuspendLayout()
+ '
+ 'PictureBox1
+ '
+ Me.PictureBox1.BackColor = System.Drawing.Color.Green
+ Me.PictureBox1.Location = New System.Drawing.Point(-1, 0)
+ Me.PictureBox1.Name = "PictureBox1"
+ Me.PictureBox1.Size = New System.Drawing.Size(1038, 33)
+ Me.PictureBox1.TabIndex = 0
+ Me.PictureBox1.TabStop = False
+ '
+ 'Label1
+ '
+ Me.Label1.AutoSize = True
+ Me.Label1.BackColor = System.Drawing.Color.Green
+ Me.Label1.ForeColor = System.Drawing.Color.White
+ Me.Label1.Location = New System.Drawing.Point(12, 9)
+ Me.Label1.Name = "Label1"
+ Me.Label1.Size = New System.Drawing.Size(64, 13)
+ Me.Label1.TabIndex = 1
+ Me.Label1.Text = "File Browser"
+ '
+ 'Button2
+ '
+ Me.Button2.Location = New System.Drawing.Point(1001, 5)
+ Me.Button2.Name = "Button2"
+ Me.Button2.Size = New System.Drawing.Size(26, 24)
+ Me.Button2.TabIndex = 2
+ Me.Button2.Text = "X"
+ Me.Button2.UseVisualStyleBackColor = True
+ '
+ 'Form4
+ '
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
+ Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
+ Me.ClientSize = New System.Drawing.Size(1038, 592)
+ Me.Controls.Add(Me.Button2)
+ Me.Controls.Add(Me.Label1)
+ Me.Controls.Add(Me.PictureBox1)
+ Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
+ Me.Name = "Form4"
+ Me.Text = "File Browser"
+ CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.ResumeLayout(False)
+ Me.PerformLayout()
+
+ End Sub
+
+ Friend WithEvents PictureBox1 As PictureBox
+ Friend WithEvents Label1 As Label
+ Friend WithEvents Button2 As Button
+End Class