diff options
Diffstat (limited to 'Backup/windows 95/run.Designer.vb')
| -rwxr-xr-x | Backup/windows 95/run.Designer.vb | 246 |
1 files changed, 0 insertions, 246 deletions
diff --git a/Backup/windows 95/run.Designer.vb b/Backup/windows 95/run.Designer.vb deleted file mode 100755 index 6906f32..0000000 --- a/Backup/windows 95/run.Designer.vb +++ /dev/null @@ -1,246 +0,0 @@ -<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
-Partial Class run
- 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.components = New System.ComponentModel.Container
- Me.program = New System.Windows.Forms.Panel
- Me.PictureBox1 = New System.Windows.Forms.PictureBox
- Me.Button3 = New System.Windows.Forms.Button
- Me.Button2 = New System.Windows.Forms.Button
- Me.Button1 = New System.Windows.Forms.Button
- Me.ComboBox1 = New System.Windows.Forms.ComboBox
- Me.Label3 = New System.Windows.Forms.Label
- Me.Label2 = New System.Windows.Forms.Label
- Me.Label1 = New System.Windows.Forms.Label
- Me.outsideprogramtopbar = New System.Windows.Forms.Panel
- Me.programtopbar = New System.Windows.Forms.Panel
- Me.maximizebutton = New System.Windows.Forms.PictureBox
- Me.minimizebutton = New System.Windows.Forms.PictureBox
- Me.programname = New System.Windows.Forms.Label
- Me.closebutton = New System.Windows.Forms.PictureBox
- Me.look = New System.Windows.Forms.Timer(Me.components)
- Me.program.SuspendLayout()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.outsideprogramtopbar.SuspendLayout()
- Me.programtopbar.SuspendLayout()
- CType(Me.maximizebutton, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.minimizebutton, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.closebutton, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'program
- '
- Me.program.BackColor = System.Drawing.Color.Silver
- Me.program.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.program.Controls.Add(Me.PictureBox1)
- Me.program.Controls.Add(Me.Button3)
- Me.program.Controls.Add(Me.Button2)
- Me.program.Controls.Add(Me.Button1)
- Me.program.Controls.Add(Me.ComboBox1)
- Me.program.Controls.Add(Me.Label3)
- Me.program.Controls.Add(Me.Label2)
- Me.program.Controls.Add(Me.Label1)
- Me.program.Controls.Add(Me.outsideprogramtopbar)
- Me.program.Dock = System.Windows.Forms.DockStyle.Fill
- Me.program.Location = New System.Drawing.Point(0, 0)
- Me.program.Name = "program"
- Me.program.Size = New System.Drawing.Size(360, 142)
- Me.program.TabIndex = 4
- '
- 'PictureBox1
- '
- Me.PictureBox1.Image = Global.windows_95.My.Resources.Resources.windows95runicon
- Me.PictureBox1.Location = New System.Drawing.Point(10, 42)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(37, 34)
- Me.PictureBox1.TabIndex = 13
- Me.PictureBox1.TabStop = False
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(260, 105)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(75, 23)
- Me.Button3.TabIndex = 12
- Me.Button3.Text = "Browse..."
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Location = New System.Drawing.Point(179, 105)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(75, 23)
- Me.Button2.TabIndex = 11
- Me.Button2.Text = "Cancel"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(98, 105)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(75, 23)
- Me.Button1.TabIndex = 10
- Me.Button1.Text = "Ok"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'ComboBox1
- '
- Me.ComboBox1.FormattingEnabled = True
- Me.ComboBox1.Location = New System.Drawing.Point(52, 77)
- Me.ComboBox1.Name = "ComboBox1"
- Me.ComboBox1.Size = New System.Drawing.Size(283, 21)
- Me.ComboBox1.TabIndex = 9
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(10, 80)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(36, 13)
- Me.Label3.TabIndex = 8
- Me.Label3.Text = "Open:"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(49, 58)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(141, 13)
- Me.Label2.TabIndex = 7
- Me.Label2.Text = "Windows will open it for you."
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(49, 42)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(261, 13)
- Me.Label1.TabIndex = 6
- Me.Label1.Text = "Type the name of a program, folder, or document, and"
- '
- 'outsideprogramtopbar
- '
- Me.outsideprogramtopbar.Controls.Add(Me.programtopbar)
- Me.outsideprogramtopbar.Dock = System.Windows.Forms.DockStyle.Top
- Me.outsideprogramtopbar.Location = New System.Drawing.Point(0, 0)
- Me.outsideprogramtopbar.Name = "outsideprogramtopbar"
- Me.outsideprogramtopbar.Size = New System.Drawing.Size(356, 25)
- Me.outsideprogramtopbar.TabIndex = 5
- '
- 'programtopbar
- '
- Me.programtopbar.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.programtopbar.BackColor = System.Drawing.Color.DarkBlue
- Me.programtopbar.Controls.Add(Me.maximizebutton)
- Me.programtopbar.Controls.Add(Me.minimizebutton)
- Me.programtopbar.Controls.Add(Me.programname)
- Me.programtopbar.Controls.Add(Me.closebutton)
- Me.programtopbar.Location = New System.Drawing.Point(3, 3)
- Me.programtopbar.Name = "programtopbar"
- Me.programtopbar.Size = New System.Drawing.Size(350, 18)
- Me.programtopbar.TabIndex = 0
- '
- 'maximizebutton
- '
- Me.maximizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.maximizebutton.Image = Global.windows_95.My.Resources.Resources.Maximize
- Me.maximizebutton.Location = New System.Drawing.Point(316, 2)
- Me.maximizebutton.Name = "maximizebutton"
- Me.maximizebutton.Size = New System.Drawing.Size(16, 14)
- Me.maximizebutton.TabIndex = 6
- Me.maximizebutton.TabStop = False
- '
- 'minimizebutton
- '
- Me.minimizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.minimizebutton.Image = Global.windows_95.My.Resources.Resources.minimize
- Me.minimizebutton.Location = New System.Drawing.Point(300, 2)
- Me.minimizebutton.Name = "minimizebutton"
- Me.minimizebutton.Size = New System.Drawing.Size(16, 14)
- Me.minimizebutton.TabIndex = 5
- Me.minimizebutton.TabStop = False
- '
- 'programname
- '
- Me.programname.AutoSize = True
- Me.programname.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.programname.ForeColor = System.Drawing.Color.White
- Me.programname.Location = New System.Drawing.Point(3, 2)
- Me.programname.Name = "programname"
- Me.programname.Size = New System.Drawing.Size(30, 13)
- Me.programname.TabIndex = 3
- Me.programname.Text = "Run"
- '
- 'closebutton
- '
- Me.closebutton.Anchor = System.Windows.Forms.AnchorStyles.Right
- Me.closebutton.Image = Global.windows_95.My.Resources.Resources.close
- Me.closebutton.Location = New System.Drawing.Point(333, 2)
- Me.closebutton.Name = "closebutton"
- Me.closebutton.Size = New System.Drawing.Size(16, 14)
- Me.closebutton.TabIndex = 4
- Me.closebutton.TabStop = False
- '
- 'look
- '
- '
- 'run
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(360, 142)
- Me.Controls.Add(Me.program)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
- Me.Name = "run"
- Me.Text = "run"
- Me.TopMost = True
- Me.program.ResumeLayout(False)
- Me.program.PerformLayout()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.outsideprogramtopbar.ResumeLayout(False)
- Me.programtopbar.ResumeLayout(False)
- Me.programtopbar.PerformLayout()
- CType(Me.maximizebutton, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.minimizebutton, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.closebutton, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
-
- End Sub
- Friend WithEvents program As System.Windows.Forms.Panel
- Friend WithEvents outsideprogramtopbar As System.Windows.Forms.Panel
- Friend WithEvents programtopbar As System.Windows.Forms.Panel
- Friend WithEvents maximizebutton As System.Windows.Forms.PictureBox
- Friend WithEvents minimizebutton As System.Windows.Forms.PictureBox
- Friend WithEvents programname As System.Windows.Forms.Label
- Friend WithEvents closebutton As System.Windows.Forms.PictureBox
- Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
- Friend WithEvents Label3 As System.Windows.Forms.Label
- Friend WithEvents Label2 As System.Windows.Forms.Label
- Friend WithEvents Label1 As System.Windows.Forms.Label
- Friend WithEvents Button3 As System.Windows.Forms.Button
- Friend WithEvents Button2 As System.Windows.Forms.Button
- Friend WithEvents Button1 As System.Windows.Forms.Button
- Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
- Friend WithEvents look As System.Windows.Forms.Timer
-End Class
|
