📄 startup.designer.vb.svn-base
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class StartUp
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.CheckBox2 = New System.Windows.Forms.CheckBox
Me.CheckBox1 = New System.Windows.Forms.CheckBox
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.A2 = New System.Windows.Forms.ListBox
Me.A1 = New System.Windows.Forms.ListBox
Me.Button1 = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'CheckBox2
'
Me.CheckBox2.AutoSize = True
Me.CheckBox2.Checked = True
Me.CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked
Me.CheckBox2.Location = New System.Drawing.Point(126, 118)
Me.CheckBox2.Name = "CheckBox2"
Me.CheckBox2.Size = New System.Drawing.Size(57, 17)
Me.CheckBox2.TabIndex = 49
Me.CheckBox2.Text = "Sound"
Me.CheckBox2.UseVisualStyleBackColor = True
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Checked = True
Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
Me.CheckBox1.Location = New System.Drawing.Point(8, 118)
Me.CheckBox1.Name = "CheckBox1"
Me.CheckBox1.Size = New System.Drawing.Size(54, 17)
Me.CheckBox1.TabIndex = 48
Me.CheckBox1.Text = "Music"
Me.CheckBox1.UseVisualStyleBackColor = True
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Arial", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(157, 31)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(87, 15)
Me.Label2.TabIndex = 47
Me.Label2.Text = "ADM STUDIOS"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(164, 9)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(72, 22)
Me.Label1.TabIndex = 46
Me.Label1.Text = "MIR 07"
'
'A2
'
Me.A2.BackColor = System.Drawing.Color.White
Me.A2.Font = New System.Drawing.Font("Calibri", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.A2.FormattingEnabled = True
Me.A2.ItemHeight = 14
Me.A2.Items.AddRange(New Object() {"1024 * 768"})
Me.A2.Location = New System.Drawing.Point(189, 72)
Me.A2.Name = "A2"
Me.A2.Size = New System.Drawing.Size(200, 32)
Me.A2.TabIndex = 45
'
'A1
'
Me.A1.BackColor = System.Drawing.Color.White
Me.A1.Font = New System.Drawing.Font("Calibri", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.A1.FormattingEnabled = True
Me.A1.ItemHeight = 14
Me.A1.Items.AddRange(New Object() {"Full Screen", "Windowed Mode"})
Me.A1.Location = New System.Drawing.Point(8, 72)
Me.A1.Name = "A1"
Me.A1.Size = New System.Drawing.Size(175, 32)
Me.A1.TabIndex = 44
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(189, 110)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(200, 25)
Me.Button1.TabIndex = 43
Me.Button1.Text = "Start"
Me.Button1.UseVisualStyleBackColor = True
'
'StartUp
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(401, 149)
Me.Controls.Add(Me.CheckBox2)
Me.Controls.Add(Me.CheckBox1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.A2)
Me.Controls.Add(Me.A1)
Me.Controls.Add(Me.Button1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow
Me.Name = "StartUp"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "StartUp"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents A2 As System.Windows.Forms.ListBox
Friend WithEvents A1 As System.Windows.Forms.ListBox
Friend WithEvents Button1 As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -