?? frmoperator.frm
字號:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Begin VB.Form frmOperator
BorderStyle = 1 'Fixed Single
Caption = "操作員管理"
ClientHeight = 5040
ClientLeft = 45
ClientTop = 330
ClientWidth = 6705
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5040
ScaleWidth = 6705
StartUpPosition = 1 '所有者中心
Begin MSComctlLib.ImageList imlOperator
Left = 360
Top = 4440
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483633
ImageWidth = 16
ImageHeight = 16
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 7
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmOperator.frx":0000
Key = "add"
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmOperator.frx":059A
Key = "delete"
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmOperator.frx":0B34
Key = "edit"
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmOperator.frx":10CE
Key = "cancel"
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmOperator.frx":1668
Key = "help"
EndProperty
BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmOperator.frx":1F42
Key = "save"
EndProperty
BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmOperator.frx":24DC
Key = "query"
EndProperty
EndProperty
End
Begin VB.Frame framtoolbar
Height = 735
Left = 120
TabIndex = 6
Top = 0
Width = 6495
Begin MSComctlLib.Toolbar tblOperator
Height = 540
Left = 120
TabIndex = 7
Top = 120
Width = 6255
_ExtentX = 11033
_ExtentY = 953
ButtonWidth = 820
ButtonHeight = 953
AllowCustomize = 0 'False
Wrappable = 0 'False
Style = 1
ImageList = "imlOperator"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 9
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "增加"
Key = "add"
ImageKey = "add"
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 4
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "刪除"
Key = "delete"
ImageKey = "delete"
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 4
EndProperty
BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "取消"
Key = "cancel"
ImageKey = "cancel"
EndProperty
BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 4
EndProperty
BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "保存"
Key = "save"
ImageKey = "save"
EndProperty
BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 4
EndProperty
BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "幫助"
Key = "help"
ImageKey = "help"
EndProperty
EndProperty
End
End
Begin VB.Frame framData
Height = 1215
Left = 120
TabIndex = 0
Top = 3720
Width = 6495
Begin VB.TextBox txtOperPass
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4560
MaxLength = 10
TabIndex = 10
Top = 240
Width = 1815
End
Begin VB.TextBox txtOperId
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 600
MaxLength = 2
TabIndex = 2
Top = 240
Width = 855
End
Begin VB.TextBox txtOperName
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2040
MaxLength = 10
TabIndex = 1
Top = 240
Width = 1815
End
Begin VB.Label lblOperPass
Caption = "密碼"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 3960
TabIndex = 9
Top = 360
Width = 495
End
Begin VB.Label lblOperId
Caption = "編號"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 5
Top = 360
Width = 495
End
Begin VB.Label lblOperName
Caption = "姓名"
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 1560
TabIndex = 4
Top = 360
Width = 495
End
Begin VB.Label lblDM
Caption = "編碼只能輸入兩位的數字"
ForeColor = &H00FF0000&
Height = 255
Left = 960
TabIndex = 3
Top = 840
Width = 2055
End
End
Begin MSHierarchicalFlexGridLib.MSHFlexGrid flexOper
Height = 2535
Left = 120
TabIndex = 8
Top = 960
Width = 6495
_ExtentX = 11456
_ExtentY = 4471
_Version = 393216
BackColor = -2147483634
Cols = 3
FixedCols = 0
BackColorSel = -2147483646
ForeColorSel = -2147483628
BackColorBkg = -2147483628
GridLinesFixed = 0
ScrollBars = 2
AllowUserResizing= 3
Appearance = 0
BeginProperty FontFixed {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -