📄 usysmanadd.dfm
字号:
object frmSysmanadd: TfrmSysmanadd
Left = 326
Top = 229
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #29992#25143#31649#29702
ClientHeight = 305
ClientWidth = 399
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Visible = True
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 399
Height = 158
Align = alTop
DataSource = dm.DSUsersMgr
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'Department'
Title.Caption = #25152#22312#37096#38376
Visible = True
end
item
Expanded = False
FieldName = 'UserName'
Title.Caption = #29992#25143#21517#31216
Visible = True
end
item
Expanded = False
FieldName = 'PWD'
Title.Caption = #29992#25143#23494#30721
Visible = True
end>
end
object GroupBox1: TGroupBox
Left = 0
Top = 158
Width = 399
Height = 104
Align = alTop
Caption = #29992#25143#20449#24687#32534#36753
TabOrder = 1
object Label1: TLabel
Left = 8
Top = 29
Width = 60
Height = 13
AutoSize = False
Caption = #25152#22312#37096#38376#65306
end
object Label2: TLabel
Left = 192
Top = 29
Width = 60
Height = 13
AutoSize = False
Caption = #29992#25143#21517#31216#65306
end
object Label3: TLabel
Left = 7
Top = 68
Width = 60
Height = 13
AutoSize = False
Caption = #29992#25143#23494#30721#65306
end
object Label4: TLabel
Left = 192
Top = 66
Width = 60
Height = 13
AutoSize = False
Caption = #30830#35748#23494#30721#65306
end
object DBEdit1: TDBEdit
Left = 252
Top = 26
Width = 120
Height = 21
DataField = 'UserName'
DataSource = dm.DSUsersMgr
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 67
Top = 66
Width = 120
Height = 21
DataField = 'PWD'
DataSource = dm.DSUsersMgr
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
PasswordChar = '*'
TabOrder = 1
end
object Edit1: TEdit
Left = 252
Top = 64
Width = 121
Height = 21
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
PasswordChar = '*'
TabOrder = 2
end
object DBComboBox1: TDBComboBox
Left = 68
Top = 24
Width = 120
Height = 21
DataField = 'Department'
DataSource = dm.DSUsersMgr
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ItemHeight = 13
Items.Strings = (
#34892#25919#37096
#19994#21153#37096
#36130#25919#37096
#25216#26415#37096
#23458#26381#37096)
TabOrder = 3
end
end
object bbtnNew: TBitBtn
Left = 8
Top = 269
Width = 61
Height = 25
Caption = #26032#22686
TabOrder = 2
OnClick = bbtnNewClick
end
object bbtnEdit: TBitBtn
Left = 84
Top = 269
Width = 61
Height = 25
Caption = #32534#36753
TabOrder = 3
OnClick = bbtnEditClick
end
object bbtnDel: TBitBtn
Left = 160
Top = 269
Width = 61
Height = 25
Caption = #21024#38500
TabOrder = 4
OnClick = bbtnDelClick
end
object bbtnClose: TBitBtn
Left = 312
Top = 269
Width = 61
Height = 25
Caption = #36864#20986
TabOrder = 5
OnClick = bbtnCloseClick
end
object bbtnSave: TBitBtn
Left = 236
Top = 269
Width = 61
Height = 25
Caption = #20445#23384
TabOrder = 6
OnClick = bbtnSaveClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -