📄 operator.dfm
字号:
inherited f_operator: Tf_operator
Left = 291
Top = 213
Caption = #25805#20316#21592#31649#29702
ClientHeight = 314
ClientWidth = 487
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 176
Top = 10
Width = 124
Height = 23
AutoSize = False
Caption = #25805#20316#21592#31649#29702
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -24
Font.Name = #26999#20307'_GB2312'
Font.Style = [fsBold]
ParentFont = False
end
object Panel1: TPanel
Left = 0
Top = 46
Width = 487
Height = 73
Align = alBottom
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object Label2: TLabel
Left = 27
Top = 15
Width = 87
Height = 13
Alignment = taRightJustify
AutoSize = False
BiDiMode = bdRightToLeft
Caption = #25805#20316#21592#21517#31216
ParentBiDiMode = False
end
object Label3: TLabel
Left = 235
Top = 15
Width = 87
Height = 13
Alignment = taRightJustify
AutoSize = False
BiDiMode = bdRightToLeft
Caption = #25805#20316#21592#23494#30721
ParentBiDiMode = False
end
object Label4: TLabel
Left = 27
Top = 45
Width = 87
Height = 13
Alignment = taRightJustify
AutoSize = False
BiDiMode = bdRightToLeft
Caption = #25805#20316#21592#31616#31216
ParentBiDiMode = False
end
object Label5: TLabel
Left = 236
Top = 45
Width = 87
Height = 21
Alignment = taRightJustify
AutoSize = False
BiDiMode = bdRightToLeft
Caption = #25805#20316#21592#32423#21035
ParentBiDiMode = False
end
object Username: TEdit
Left = 120
Top = 11
Width = 100
Height = 21
TabOrder = 0
OnKeyDown = UsernameKeyDown
end
object ShortName: TEdit
Left = 120
Top = 40
Width = 100
Height = 21
TabOrder = 2
OnKeyDown = UsernameKeyDown
end
object Password: TEdit
Left = 330
Top = 11
Width = 100
Height = 21
PasswordChar = '*'
TabOrder = 1
OnKeyDown = UsernameKeyDown
end
object Level: TComboBox
Left = 330
Top = 40
Width = 100
Height = 22
Style = csOwnerDrawFixed
ItemHeight = 16
TabOrder = 3
OnKeyDown = UsernameKeyDown
Items.Strings = (
#26222#36890#31649#29702#21592
#31995#32479#31649#29702#21592)
end
end
object Grid1: TDBGrid
Left = 0
Top = 160
Width = 487
Height = 113
Align = alBottom
DataSource = Source
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
ReadOnly = True
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnCellClick = Grid1CellClick
Columns = <
item
Expanded = False
FieldName = 'name'
Title.Caption = #25805#20316#21592#21517#31216
Width = 104
Visible = True
end
item
Expanded = False
FieldName = 'shortname'
Title.Caption = #25805#20316#21592#31616#30721
Width = 103
Visible = True
end
item
Expanded = False
FieldName = 'password'
Title.Caption = #25805#20316#21592#23494#30721
Width = 101
Visible = True
end
item
Expanded = False
FieldName = 'oplevel'
Title.Caption = #25805#20316#21592#32423#21035
Width = 102
Visible = True
end>
end
object Panel2: TPanel
Left = 0
Top = 273
Width = 487
Height = 41
Align = alBottom
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 2
object Label6: TLabel
Left = 19
Top = 14
Width = 112
Height = 13
Alignment = taRightJustify
AutoSize = False
BiDiMode = bdRightToLeft
Caption = #35831#35774#32622#26597#35810#26465#20214
ParentBiDiMode = False
end
object Label7: TLabel
Left = 244
Top = 13
Width = 6
Height = 13
Caption = '='
end
object Field: TComboBox
Left = 137
Top = 9
Width = 100
Height = 22
Style = csOwnerDrawFixed
ItemHeight = 16
TabOrder = 0
Items.Strings = (
#25805#20316#21592#21517#31216
#25805#20316#21592#31616#30721)
end
object Value: TEdit
Left = 261
Top = 9
Width = 100
Height = 21
TabOrder = 1
end
object Query: TButton
Left = 375
Top = 8
Width = 75
Height = 22
Caption = #26597#35810
TabOrder = 2
OnClick = QueryClick
end
end
object Panel3: TPanel
Left = 0
Top = 119
Width = 487
Height = 41
Align = alBottom
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 3
object Add: TButton
Left = 45
Top = 9
Width = 75
Height = 22
Caption = #28155#21152
TabOrder = 0
OnClick = AddClick
end
object Update: TButton
Left = 148
Top = 9
Width = 75
Height = 22
Caption = #20462#25913
TabOrder = 1
OnClick = UpdateClick
end
object Delete: TButton
Left = 251
Top = 9
Width = 75
Height = 22
Caption = #21024#38500
TabOrder = 2
OnClick = DeleteClick
end
object Cancel: TButton
Left = 354
Top = 9
Width = 75
Height = 22
Caption = #21462#28040
TabOrder = 3
OnClick = CancelClick
end
end
object Source: TDataSource
Left = 48
Top = 208
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -