📄 form1.frm
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form Form1
Caption = "图书订购单"
ClientHeight = 2295
ClientLeft = 60
ClientTop = 345
ClientWidth = 5670
LinkTopic = "Form1"
ScaleHeight = 2295
ScaleWidth = 5670
StartUpPosition = 2 '屏幕中心
Begin TabDlg.SSTab SSTab1
Height = 2295
Left = 0
TabIndex = 0
Top = 0
Width = 5655
_ExtentX = 9975
_ExtentY = 4048
_Version = 393216
Tab = 2
TabHeight = 520
TabCaption(0) = "计算机文化基础知识"
TabPicture(0) = "Form1.frx":0000
Tab(0).ControlEnabled= 0 'False
Tab(0).Control(0)= "Text2"
Tab(0).Control(1)= "Text1"
Tab(0).Control(2)= "Label2"
Tab(0).Control(3)= "Label1"
Tab(0).ControlCount= 4
TabCaption(1) = "VB程序设计教程"
TabPicture(1) = "Form1.frx":001C
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "Text4"
Tab(1).Control(1)= "Text3"
Tab(1).Control(2)= "Label4"
Tab(1).Control(3)= "Label3"
Tab(1).ControlCount= 4
TabCaption(2) = "结果汇总"
TabPicture(2) = "Form1.frx":0038
Tab(2).ControlEnabled= -1 'True
Tab(2).Control(0)= "Label5"
Tab(2).Control(0).Enabled= 0 'False
Tab(2).Control(1)= "Text5"
Tab(2).Control(1).Enabled= 0 'False
Tab(2).ControlCount= 2
Begin VB.TextBox Text5
Height = 270
Left = 2640
TabIndex = 10
Top = 1200
Width = 855
End
Begin VB.TextBox Text4
Height = 270
Left = -70680
TabIndex = 8
Top = 1560
Width = 735
End
Begin VB.TextBox Text3
Height = 270
Left = -70680
TabIndex = 7
Top = 1200
Width = 735
End
Begin VB.TextBox Text2
Height = 270
Left = -71160
TabIndex = 4
Top = 1440
Width = 855
End
Begin VB.TextBox Text1
Height = 270
Left = -71160
TabIndex = 3
Top = 960
Width = 855
End
Begin VB.Label Label5
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "总价:"
Height = 180
Left = 1800
TabIndex = 9
Top = 1200
Width = 540
End
Begin VB.Label Label4
Caption = "VB程序设计教程5.0版 25元 VB程序设计教程版6.0版 19.8元"
Height = 615
Left = -74040
TabIndex = 6
Top = 1200
Width = 2895
End
Begin VB.Label Label3
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "单价 数量"
Height = 180
Left = -71520
TabIndex = 5
Top = 720
Width = 1350
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "单价 数量"
Height = 180
Left = -72000
TabIndex = 2
Top = 600
Width = 1350
End
Begin VB.Label Label1
Caption = "计算机文化基础 22元 计算机文化基础教学参考书 14元"
Height = 615
Left = -74640
TabIndex = 1
Top = 1080
Width = 2895
End
End
End
Attribute VB_Name = "Form1"
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 + -