📄 main_ht_htlr.frm
字号:
VERSION 5.00
Begin VB.Form main_ht_htlr
Caption = "合同录入----【录入模式】"
ClientHeight = 4035
ClientLeft = 60
ClientTop = 345
ClientWidth = 8445
LinkTopic = "Form1"
ScaleHeight = 4035
ScaleWidth = 8445
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame2
Height = 2655
Left = 120
TabIndex = 13
Top = 480
Width = 8295
Begin VB.TextBox Text1
DataField = "合同号"
DataSource = "Data1"
Height = 375
Index = 0
Left = 1320
TabIndex = 21
Text = "Text1"
Top = 240
Width = 2655
End
Begin VB.TextBox Text1
DataField = "责任人"
DataSource = "Data1"
Height = 375
Index = 1
Left = 1320
TabIndex = 20
Text = "Text1"
Top = 840
Width = 2655
End
Begin VB.TextBox Text1
DataField = "购货单位"
DataSource = "Data1"
Height = 375
Index = 2
Left = 1320
TabIndex = 19
Text = "Text1"
Top = 1440
Width = 2655
End
Begin VB.TextBox Text1
DataField = "交货日期"
DataSource = "Data1"
Height = 375
Index = 3
Left = 1320
TabIndex = 18
Text = "Text1"
Top = 2040
Width = 2655
End
Begin VB.TextBox Text1
DataField = "结算方式"
DataSource = "Data1"
Height = 375
Index = 4
Left = 5280
TabIndex = 17
Text = "Text1"
Top = 240
Width = 2655
End
Begin VB.TextBox Text1
DataField = "签定日期"
DataSource = "Data1"
Height = 375
Index = 5
Left = 5280
TabIndex = 16
Text = "Text1"
Top = 840
Width = 2655
End
Begin VB.TextBox Text1
DataField = "交货地点"
DataSource = "Data1"
Height = 375
Index = 6
Left = 5280
TabIndex = 15
Text = "Text1"
Top = 1440
Width = 2655
End
Begin VB.TextBox Text1
DataField = "结算日期"
DataSource = "Data1"
Height = 375
Index = 7
Left = 5280
TabIndex = 14
Text = "Text1"
Top = 2040
Width = 2655
End
Begin VB.Label Label1
Caption = "合同编号:"
Height = 375
Left = 360
TabIndex = 29
Top = 240
Width = 1095
End
Begin VB.Label Label2
Caption = "责任人:"
Height = 375
Left = 360
TabIndex = 28
Top = 840
Width = 1215
End
Begin VB.Label Label3
Caption = "客户名称:"
Height = 495
Left = 360
TabIndex = 27
Top = 1440
Width = 1095
End
Begin VB.Label Label4
Caption = "交货日期:"
Height = 495
Left = 360
TabIndex = 26
Top = 2040
Width = 1215
End
Begin VB.Label Label5
Caption = "结算方式:"
Height = 375
Left = 4320
TabIndex = 25
Top = 240
Width = 1215
End
Begin VB.Label Label6
Caption = "签定日期:"
Height = 375
Left = 4320
TabIndex = 24
Top = 840
Width = 1335
End
Begin VB.Label Label7
Caption = "交货地点:"
Height = 375
Left = 4320
TabIndex = 23
Top = 1440
Width = 1335
End
Begin VB.Label Label8
Caption = "结算日期:"
Height = 375
Left = 4320
TabIndex = 22
Top = 2040
Width = 1455
End
End
Begin VB.Frame Frame1
Height = 735
Left = 120
TabIndex = 1
Top = 3120
Width = 8295
Begin VB.CommandButton ComSaveM
BackColor = &H00C0C0C0&
Caption = "[S]保存"
Height = 360
Left = 5740
Style = 1 'Graphical
TabIndex = 12
Top = 240
Width = 800
End
Begin VB.CommandButton ComModify
BackColor = &H00C0C0C0&
Caption = "[D]修改"
Height = 360
Left = 4150
Style = 1 'Graphical
TabIndex = 11
Top = 240
Width = 800
End
Begin VB.CommandButton ComEnd
BackColor = &H00C0C0C0&
Caption = "[X]退出"
Height = 360
Left = 7335
Style = 1 'Graphical
TabIndex = 10
Top = 240
Width = 800
End
Begin VB.CommandButton ComEsc
BackColor = &H00C0C0C0&
Caption = "[C]取消"
Height = 360
Left = 6540
Style = 1 'Graphical
TabIndex = 9
Top = 240
Width = 800
End
Begin VB.CommandButton ComDelete
BackColor = &H00C0C0C0&
Caption = "[D]删除"
Height = 360
Left = 4950
Style = 1 'Graphical
TabIndex = 8
Top = 240
Width = 800
End
Begin VB.CommandButton ComAdd
BackColor = &H00C0C0C0&
Caption = "[N]增加"
Height = 360
Left = 3360
Style = 1 'Graphical
TabIndex = 7
Top = 240
Width = 800
End
Begin VB.CommandButton ComSaveA
BackColor = &H00C0C0C0&
Caption = "[S]保存"
Enabled = 0 'False
Height = 360
Left = 5740
Style = 1 'Graphical
TabIndex = 6
Top = 240
Width = 800
End
Begin VB.CommandButton CmdMD
BackColor = &H00FFC0C0&
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -