import_product.frm
来自「一个企业生产管理系统」· FRM 代码 · 共 87 行
FRM
87 行
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Object = "{F6125AB1-8AB1-11CE-A77F-08002B2F4E98}#2.0#0"; "MSRDC20.OCX"
Begin VB.Form import_product
Caption = "输入窗口"
ClientHeight = 8040
ClientLeft = 60
ClientTop = 345
ClientWidth = 7950
LinkTopic = "Form2"
MDIChild = -1 'True
Palette = "import_product.frx":0000
Picture = "import_product.frx":4B444
ScaleHeight = 8040
ScaleWidth = 7950
Begin MSRDC.MSRDC MSRDC1
Height = 375
Left = 1560
Top = 7320
Width = 2055
_ExtentX = 3625
_ExtentY = 661
_Version = 393216
Options = 0
CursorDriver = 1
BOFAction = 0
EOFAction = 0
RecordsetType = 1
LockType = 3
QueryType = 0
Prompt = 3
Appearance = 1
QueryTimeout = 30
RowsetSize = 100
LoginTimeout = 15
KeysetSize = 0
MaxRows = 0
ErrorThreshold = -1
BatchSize = 15
BackColor = -2147483643
ForeColor = -2147483640
Enabled = -1 'True
ReadOnly = 0 'False
Appearance = -1 'True
DataSourceName = "warehouse"
RecordSource = "select * from ware_product"
UserName = "dbo"
Password = "sql"
Connect = ""
LogMessages = ""
Caption = "MSRDC1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin MSFlexGridLib.MSFlexGrid MSFlexGrid1
Bindings = "import_product.frx":9658A
Height = 6375
Left = 600
TabIndex = 0
Top = 600
Width = 6495
_ExtentX = 11456
_ExtentY = 11245
_Version = 393216
FixedCols = 0
TextStyle = 2
TextStyleFixed = 2
GridLines = 2
SelectionMode = 1
MergeCells = 1
AllowUserResizing= 3
FormatString = ""
End
End
Attribute VB_Name = "import_product"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?