📄 form1.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class Form1
Inherits System.Windows.Forms.Form
'窗体重写释放,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.Button1 = New System.Windows.Forms.Button
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.Timer1 = New System.Windows.Forms.Timer
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.Button2 = New System.Windows.Forms.Button
Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown
Me.Label3 = New System.Windows.Forms.Label
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.ComboBox1 = New System.Windows.Forms.ComboBox
Me.SuspendLayout()
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(3, 259)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(110, 32)
Me.Button1.TabIndex = 1
Me.Button1.Text = "启动卦盘"
'
'PictureBox1
'
Me.PictureBox1.Location = New System.Drawing.Point(0, 132)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(120, 120)
'
'Timer1
'
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(3, 19)
Me.TextBox1.Multiline = True
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.TextBox1.Size = New System.Drawing.Size(233, 108)
Me.TextBox1.TabIndex = 2
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(3, 1)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(78, 15)
Me.Label1.Text = "世道天机:"
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(194, 262)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(40, 22)
Me.Button2.TabIndex = 15
Me.Button2.Text = "测算"
'
'NumericUpDown1
'
Me.NumericUpDown1.Location = New System.Drawing.Point(150, 262)
Me.NumericUpDown1.Name = "NumericUpDown1"
Me.NumericUpDown1.Size = New System.Drawing.Size(41, 22)
Me.NumericUpDown1.TabIndex = 14
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(117, 259)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(35, 32)
Me.Label3.Text = "输入数值"
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(128, 176)
Me.TextBox2.Multiline = True
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.TextBox2.Size = New System.Drawing.Size(106, 75)
Me.TextBox2.TabIndex = 13
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(124, 132)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(111, 18)
Me.Label2.Text = "请选择测算内容"
'
'ComboBox1
'
Me.ComboBox1.Location = New System.Drawing.Point(127, 150)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(108, 22)
Me.ComboBox1.TabIndex = 12
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(240, 294)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.NumericUpDown1)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.ComboBox1)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.Button1)
Me.Name = "Form1"
Me.Text = "世道天机预测程序"
Me.ResumeLayout(False)
End Sub
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents Timer1 As System.Windows.Forms.Timer
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents NumericUpDown1 As System.Windows.Forms.NumericUpDown
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -