📄 frmsales.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form frmSales
BackColor = &H80000001&
BorderStyle = 3 'Fixed Dialog
Caption = "销售管理"
ClientHeight = 6240
ClientLeft = 45
ClientTop = 330
ClientWidth = 9645
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 6240
ScaleWidth = 9645
ShowInTaskbar = 0 'False
Begin VB.Frame Frame2
BackColor = &H80000001&
Caption = "送货信息"
Enabled = 0 'False
Height = 1575
Left = 240
TabIndex = 8
Top = 4320
Width = 9135
Begin VB.CommandButton Cmd_Out
Caption = "出货"
Height = 735
Left = 6600
TabIndex = 17
Top = 480
Width = 1095
End
Begin VB.ComboBox Combo1
Appearance = 0 'Flat
DataField = "Flag"
DataSource = "AdoSales"
Height = 300
ItemData = "frmSales.frx":0000
Left = 4200
List = "frmSales.frx":000A
TabIndex = 16
Top = 960
Width = 1335
End
Begin VB.TextBox Text5
Appearance = 0 'Flat
DataField = "Send_Date"
DataSource = "AdoSales"
Height = 270
Left = 1440
TabIndex = 14
Top = 960
Width = 1215
End
Begin VB.TextBox Text4
Appearance = 0 'Flat
DataField = "Postprice"
DataSource = "AdoSales"
Height = 270
Left = 4200
TabIndex = 12
Top = 480
Width = 1335
End
Begin VB.TextBox Text3
Appearance = 0 'Flat
DataField = "Post_ID"
DataSource = "AdoSales"
Height = 270
Left = 1440
TabIndex = 10
Top = 480
Width = 1215
End
Begin VB.Label Label7
BackStyle = 0 'Transparent
Caption = "送货完成:"
Height = 255
Left = 3240
TabIndex = 15
Top = 960
Width = 975
End
Begin VB.Label Label6
BackStyle = 0 'Transparent
Caption = "送货日期:"
Height = 255
Left = 480
TabIndex = 13
Top = 960
Width = 975
End
Begin VB.Label Label5
BackStyle = 0 'Transparent
Caption = "邮 费:"
Height = 255
Left = 3240
TabIndex = 11
Top = 480
Width = 1215
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "邮 包 号:"
Height = 255
Left = 480
TabIndex = 9
Top = 480
Width = 1095
End
End
Begin VB.Frame Frame1
BackColor = &H80000001&
Caption = "订单检索"
Height = 3975
Left = 240
TabIndex = 0
Top = 120
Width = 9135
Begin VB.CommandButton Cmd_Sales
Caption = "销售"
Height = 495
Left = 6600
TabIndex = 7
Top = 3240
Width = 1455
End
Begin VB.CommandButton Cmd_Search
Caption = "开始查找"
Height = 495
Left = 5040
TabIndex = 6
Top = 3240
Width = 1335
End
Begin VB.TextBox Text2
Appearance = 0 'Flat
Height = 270
Left = 3600
TabIndex = 5
Top = 3360
Width = 1215
End
Begin VB.TextBox Text1
Appearance = 0 'Flat
Height = 270
Left = 1080
TabIndex = 3
Top = 3360
Width = 1215
End
Begin MSAdodcLib.Adodc AdoSales
Height = 330
Left = 3840
Top = 2520
Width = 2055
_ExtentX = 3625
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 1
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 0
BackColor = -2147483647
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=SQLOLEDB.1;Password=624813;Persist Security Info=True;User ID=xt;Initial Catalog=xt;Data Source=xt"
OLEDBString = "Provider=SQLOLEDB.1;Password=624813;Persist Security Info=True;User ID=xt;Initial Catalog=xt;Data Source=xt"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from Order_Info,Order_M where Order_Info.ID=Order_M.Order_ID"
Caption = "订单检索"
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
Begin MSDataGridLib.DataGrid DataGrid1
Bindings = "frmSales.frx":0016
Height = 1935
Left = 120
TabIndex = 1
Top = 480
Width = 8895
_ExtentX = 15690
_ExtentY = 3413
_Version = 393216
AllowUpdate = 0 'False
AllowArrows = -1 'True
Appearance = 0
BackColor = -2147483647
HeadLines = 1
RowHeight = 15
FormatLocked = -1 'True
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 = 11
BeginProperty Column00
DataField = "ID"
Caption = "订单编号"
BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED}
Type = 0
Format = ""
HaveTrueFalseNull= 0
FirstDayOfWeek = 0
FirstWeekOfYear = 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -