frmcommodityclassproperty.frm
来自「很好! 很实用! 免费!」· FRM 代码 · 共 395 行 · 第 1/2 页
FRM
395 行
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmCommodityClassProperty
AutoRedraw = -1 'True
BorderStyle = 3 'Fixed Dialog
Caption = "类属性"
ClientHeight = 6975
ClientLeft = 2760
ClientTop = 3750
ClientWidth = 9960
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6975
ScaleWidth = 9960
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.Frame Frame1
Caption = "说明"
Height = 5055
Left = 3840
TabIndex = 2
Top = 1320
Width = 5415
Begin VB.ComboBox cbFieldName
Height = 315
Left = 1320
Style = 2 'Dropdown List
TabIndex = 8
Top = 1920
Width = 2775
End
Begin VB.ComboBox cbDataType
Height = 315
Left = 1320
Style = 2 'Dropdown List
TabIndex = 7
Top = 2760
Width = 2775
End
Begin VB.TextBox txtName
Height = 375
Left = 1320
TabIndex = 3
Top = 1080
Width = 2775
End
Begin VB.Label lblDataType
AutoSize = -1 'True
Caption = "数据类型"
Height = 195
Left = 240
TabIndex = 6
Top = 2880
Width = 720
End
Begin VB.Label lblField
AutoSize = -1 'True
Caption = "字段"
Height = 195
Left = 600
TabIndex = 5
Top = 2040
Width = 360
End
Begin VB.Label lblProperty
AutoSize = -1 'True
Caption = "属性名"
Height = 195
Left = 480
TabIndex = 4
Top = 1320
Width = 540
End
End
Begin ClassSystem.GList GList1
Height = 5535
Left = 120
TabIndex = 1
Top = 1080
Width = 2895
_ExtentX = 5106
_ExtentY = 9763
End
Begin MSComctlLib.Toolbar topToolbar
Align = 1 'Align Top
Height = 555
Left = 0
TabIndex = 0
Top = 0
Width = 9960
_ExtentX = 17568
_ExtentY = 979
ButtonWidth = 1058
ButtonHeight = 926
Appearance = 1
Style = 1
ImageList = "toolbarImageList1"
HotImageList = "toolbarImageList2"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 11
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "新加"
Key = "Insert"
Object.ToolTipText = "新加"
ImageIndex = 1
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Object.Visible = 0 'False
Caption = "打开"
Key = "Open"
Object.ToolTipText = "打开"
ImageIndex = 2
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "修改"
Key = "Update"
Object.ToolTipText = "修改"
ImageIndex = 3
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "删除"
Key = "Delete"
Object.ToolTipText = "删除"
ImageIndex = 4
EndProperty
BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628}
Object.Visible = 0 'False
Caption = "审核"
Key = "Approve"
Object.ToolTipText = "审核"
ImageIndex = 5
EndProperty
BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628}
Object.Visible = 0 'False
Caption = "导入"
Key = "ExportIn"
Object.ToolTipText = "导入"
ImageIndex = 6
EndProperty
BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628}
Object.Visible = 0 'False
Caption = "导出"
Key = "ExportOut"
Object.ToolTipText = "导出"
ImageIndex = 7
EndProperty
BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628}
Object.Visible = 0 'False
Caption = "预览"
Key = "Preview"
Object.ToolTipText = "预览"
ImageIndex = 8
EndProperty
BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628}
Object.Visible = 0 'False
Caption = "打印"
Key = "Print"
Object.ToolTipText = "打印"
ImageIndex = 9
EndProperty
BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628}
Object.Visible = 0 'False
Caption = "帮 助"
Key = "Help"
Object.ToolTipText = "帮 助"
ImageIndex = 10
EndProperty
BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = " 退 出 "
Key = "Exit"
Object.ToolTipText = " 退 出"
ImageIndex = 11
EndProperty
EndProperty
BorderStyle = 1
Begin MSComctlLib.ImageList toolbarImageList1
Left = 7320
Top = 0
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 16
ImageHeight = 15
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 11
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmCommodityClassProperty.frx":0000
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmCommodityClassProperty.frx":0542
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?