📄 login.dfm
字号:
object Form1: TForm1
Left = 272
Top = 167
Width = 713
Height = 231
Caption = #31995#32479#30331#24405
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
ShowHint = True
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 58
Top = 79
Width = 35
Height = 14
Caption = #21475#20196':'
end
object edtName: TLabeledEdit
Left = 97
Top = 22
Width = 143
Height = 22
EditLabel.Width = 35
EditLabel.Height = 14
EditLabel.Caption = #22995#21517':'
LabelPosition = lpLeft
TabOrder = 0
end
object edtPassword: TMaskEdit
Left = 97
Top = 74
Width = 143
Height = 22
PasswordChar = '*'
TabOrder = 1
Text = 'edtPassword'
end
object btnLogin: TButton
Left = 49
Top = 136
Width = 89
Height = 30
Hint = #30331#24405#31995#32479
Caption = #30331#24405
TabOrder = 2
OnClick = btnLoginClick
end
object DBGrid1: TDBGrid
Left = 302
Top = 0
Width = 403
Height = 185
Align = alRight
Color = clMoneyGreen
DataSource = DataSource1
TabOrder = 3
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -14
TitleFont.Name = #23435#20307
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'NAME'
Title.Caption = #22995#21517
Visible = True
end
item
Expanded = False
FieldName = 'JOB'
Title.Caption = #32844#20301
Width = 100
Visible = True
end
item
Expanded = False
FieldName = 'DEP'
Title.Caption = #37096#38376
Width = 94
Visible = True
end
item
Expanded = False
FieldName = 'PASSWORD'
Title.Caption = #21475#20196
Visible = True
end>
end
object btnHint: TButton
Left = 182
Top = 136
Width = 89
Height = 30
Hint = #26597#30475#22995#21517#21644#21475#20196
Caption = '>>'
TabOrder = 4
OnClick = btnHintClick
end
object StatusBar1: TStatusBar
Left = 0
Top = 185
Width = 705
Height = 19
Panels = <
item
Width = 50
end>
end
object ClientDataSet1: TClientDataSet
Aggregates = <>
Params = <>
Left = 456
Top = 144
object ClientDataSet1aotuID: TAutoIncField
FieldName = 'aotuID'
ProviderFlags = [pfInUpdate, pfInWhere, pfInKey]
ReadOnly = True
end
object ClientDataSet1ID: TWideStringField
FieldName = 'ID'
Size = 8
end
object ClientDataSet1NAME: TWideStringField
FieldName = 'NAME'
Size = 8
end
object ClientDataSet1SEX: TWideStringField
FieldName = 'SEX'
Size = 2
end
object ClientDataSet1JOB: TWideStringField
FieldName = 'JOB'
end
object ClientDataSet1TEL: TWideStringField
FieldName = 'TEL'
end
object ClientDataSet1CALL: TWideStringField
FieldName = 'CALL'
Size = 15
end
object ClientDataSet1DEP: TWideStringField
FieldName = 'DEP'
end
object ClientDataSet1GROUP_ID: TWideStringField
FieldName = 'GROUP_ID'
Size = 2
end
object ClientDataSet1PASSWORD: TWideStringField
FieldName = 'PASSWORD'
Size = 6
end
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 408
Top = 144
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -