📄 dhd.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "Msadodc.OCX"
Begin VB.Form DHD
Caption = "订货单"
ClientHeight = 8235
ClientLeft = 60
ClientTop = 345
ClientWidth = 9690
LinkTopic = "Form1"
Picture = "DHD.frx":0000
ScaleHeight = 8235
ScaleWidth = 9690
StartUpPosition = 2 '屏幕中心
Begin MSDataGridLib.DataGrid DataGrid1
Bindings = "DHD.frx":22B35
Height = 2895
Left = 120
TabIndex = 25
Top = 5160
Width = 9375
_ExtentX = 16536
_ExtentY = 5106
_Version = 393216
BackColor = 16744576
HeadLines = 1
RowHeight = 15
BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ColumnCount = 2
BeginProperty Column00
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
BeginProperty Column01
DataField = ""
Caption = ""
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
EndProperty
SplitCount = 1
BeginProperty Split0
BeginProperty Column00
EndProperty
BeginProperty Column01
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar Toolbar1
Align = 1 'Align Top
Height = 615
Left = 0
TabIndex = 24
Top = 0
Width = 9690
_ExtentX = 17092
_ExtentY = 1085
ButtonWidth = 1455
ButtonHeight = 926
Appearance = 1
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 4
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = " 添加 "
Key = "bc"
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = " 保存 "
Key = "tj"
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "删除"
Key = "sc"
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "退出"
Key = "tc"
EndProperty
EndProperty
Begin MSAdodcLib.Adodc Adodc1
Height = 1000
Left = 5160
Top = 720
Visible = 0 'False
Width = 3375
_ExtentX = 5953
_ExtentY = 1773
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=MSDASQL.1;Password=515515;Persist Security Info=True;User ID=sa;Data Source=login"
OLEDBString = "Provider=MSDASQL.1;Password=515515;Persist Security Info=True;User ID=sa;Data Source=login"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from dhd"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
End
Begin VB.Frame Frame1
BackColor = &H00FF8080&
Caption = "订货信息"
Height = 4215
Left = 120
TabIndex = 0
Top = 840
Width = 9375
Begin VB.ComboBox Combo2
DataField = "客户名"
DataSource = "Adodc1"
Height = 300
Left = 1200
TabIndex = 26
Text = "Combo2"
Top = 720
Width = 1695
End
Begin VB.ComboBox Combo4
DataField = "单位"
DataSource = "Adodc1"
Height = 300
Left = 3960
TabIndex = 23
Text = "Combo4"
Top = 2040
Width = 975
End
Begin VB.TextBox Text5
DataField = "单价"
BeginProperty DataFormat
Type = 0
Format = """¥""#,##0;(""¥""#,##0)"
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
LCID = 2052
SubFormatType = 0
EndProperty
DataSource = "Adodc1"
Height = 495
Left = 1200
TabIndex = 21
Text = "Text5"
Top = 2640
Width = 1335
End
Begin VB.TextBox Text4
DataField = "数量"
DataSource = "Adodc1"
Height = 375
Left = 6360
TabIndex = 19
Text = "Text4"
Top = 2040
Width = 1095
End
Begin VB.ComboBox Combo3
DataField = "商品名称"
DataSource = "Adodc1"
Height = 300
Left = 1200
TabIndex = 17
Text = "Combo3"
Top = 2040
Width = 1455
End
Begin VB.TextBox Text1
DataField = "备用电话"
DataSource = "Adodc1"
Height = 375
Left = 7680
TabIndex = 15
Text = "Text1"
Top = 840
Width = 1455
End
Begin VB.ComboBox Combo1
DataField = "订货时间"
DataSource = "Adodc1"
Enabled = 0 'False
Height = 300
Left = 4440
TabIndex = 12
Text = "Combo1"
Top = 240
Width = 1095
End
Begin VB.TextBox Text9
DataField = "电话"
DataSource = "Adodc1"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -