📄 frm_specbill_code.frm
字号:
VERSION 5.00
Begin VB.Form Frm_SpecBill_Code
BorderStyle = 1 'Fixed Single
Caption = "新建规格单号输入"
ClientHeight = 3045
ClientLeft = 45
ClientTop = 330
ClientWidth = 5040
ControlBox = 0 'False
LinkTopic = "Form2"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3045
ScaleWidth = 5040
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame2
Height = 1455
Left = 120
TabIndex = 5
Top = 1440
Width = 4815
Begin VB.CommandButton Command2
Caption = "退出(&X)"
Height = 375
Left = 3120
TabIndex = 9
Top = 920
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "创建(&E)"
Height = 375
Left = 1800
TabIndex = 8
Top = 920
Width = 1215
End
Begin VB.TextBox Text1
Height = 330
Left = 1560
TabIndex = 6
Text = "Text1"
Top = 240
Width = 2895
End
Begin VB.Line Line1
BorderColor = &H00FF0000&
X1 = 240
X2 = 4560
Y1 = 720
Y2 = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "规格单号"
ForeColor = &H00FF0000&
Height = 180
Left = 720
TabIndex = 7
Top = 315
Width = 720
End
End
Begin VB.Frame Frame1
Height = 1455
Left = 120
TabIndex = 0
Top = 0
Width = 4815
Begin VB.OptionButton Option4
Caption = "其他规格单"
ForeColor = &H00FF0000&
Height = 375
Left = 2745
TabIndex = 4
Top = 840
Width = 1815
End
Begin VB.OptionButton Option3
Caption = "WL完美规格单"
ForeColor = &H00FF0000&
Height = 375
Left = 2745
TabIndex = 3
Top = 360
Width = 1815
End
Begin VB.OptionButton Option2
Caption = "GP规格单"
ForeColor = &H00FF0000&
Height = 375
Left = 600
TabIndex = 2
Top = 840
Width = 1815
End
Begin VB.OptionButton Option1
Caption = "HLOT规格单"
ForeColor = &H00FF0000&
Height = 375
Left = 600
TabIndex = 1
Top = 360
Width = 1815
End
End
End
Attribute VB_Name = "Frm_SpecBill_Code"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -