📄 unitstuinfo.dfm
字号:
object frmStuInfo: TfrmStuInfo
Left = 127
Top = 119
Width = 795
Height = 622
Caption = #22522#26412#20449#24687#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
Visible = True
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 785
Height = 241
DataSource = dModule.DSU
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, 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 = 'id'
Title.Caption = 'ID'#21495
Visible = True
end
item
Expanded = False
FieldName = 'name'
Title.Caption = #22995#21517
Width = 55
Visible = True
end
item
Expanded = False
FieldName = 'major'
Title.Caption = #19987#19994
Width = 78
Visible = True
end
item
Expanded = False
FieldName = 'grade'
Title.Alignment = taCenter
Title.Caption = #24180#32423
Visible = True
end
item
Expanded = False
FieldName = 'class'
Title.Caption = #29677#32423
Width = 40
Visible = True
end
item
Expanded = False
FieldName = 'age'
Title.Caption = #24180#40836
Visible = True
end
item
Expanded = False
FieldName = 'sex'
Title.Caption = #24615#21035
Width = 34
Visible = True
end
item
Expanded = False
FieldName = 'edubg'
Title.Caption = #23398#21382
Width = 42
Visible = True
end
item
Expanded = False
FieldName = 'addr'
Title.Caption = #22320#22336
Width = 73
Visible = True
end
item
Expanded = False
FieldName = 'tel'
Title.Caption = #30005#35805
Width = 72
Visible = True
end
item
Expanded = False
FieldName = 'isAdmin'
Title.Caption = #26159#21542#20026#31649#29702#21592
Width = 101
Visible = True
end
item
Expanded = False
FieldName = 'password'
Title.Caption = #23494#30721
Width = 91
Visible = True
end>
end
object GroupBox1: TGroupBox
Left = 0
Top = 248
Width = 785
Height = 225
Caption = #22522#26412#20449#24687
TabOrder = 1
object Label1: TLabel
Left = 16
Top = 27
Width = 41
Height = 13
AutoSize = False
Caption = 'ID'#21495':'
end
object Label2: TLabel
Left = 16
Top = 77
Width = 41
Height = 13
AutoSize = False
Caption = #22995#21517':'
end
object Label3: TLabel
Left = 16
Top = 128
Width = 41
Height = 13
AutoSize = False
Caption = #23494#30721':'
end
object Label4: TLabel
Left = 16
Top = 168
Width = 41
Height = 13
AutoSize = False
Caption = #24180#40836':'
end
object Label5: TLabel
Left = 272
Top = 30
Width = 41
Height = 13
AutoSize = False
Caption = #24615#21035':'
end
object Label6: TLabel
Left = 272
Top = 72
Width = 41
Height = 13
AutoSize = False
Caption = #19987#19994':'
end
object Label7: TLabel
Left = 544
Top = 117
Width = 41
Height = 13
AutoSize = False
Caption = #29677#32423':'
end
object Label8: TLabel
Left = 544
Top = 160
Width = 41
Height = 13
AutoSize = False
Caption = #23398#21382':'
end
object Label9: TLabel
Left = 544
Top = 28
Width = 41
Height = 13
AutoSize = False
Caption = #22320#22336':'
end
object Label10: TLabel
Left = 544
Top = 72
Width = 41
Height = 13
AutoSize = False
Caption = #30005#35805':'
end
object Label11: TLabel
Left = 272
Top = 168
Width = 49
Height = 13
AutoSize = False
Caption = #31649#29702#21592':'
end
object Label12: TLabel
Left = 272
Top = 120
Width = 38
Height = 13
AutoSize = False
Caption = #24180#32423':'
end
object eID: TDBEdit
Left = 64
Top = 24
Width = 161
Height = 21
DataField = 'id'
DataSource = dModule.DSU
TabOrder = 0
end
object eName: TDBEdit
Left = 64
Top = 72
Width = 161
Height = 21
DataField = 'name'
DataSource = dModule.DSU
TabOrder = 1
end
object ePassword: TDBEdit
Left = 64
Top = 120
Width = 161
Height = 21
DataField = 'password'
DataSource = dModule.DSU
TabOrder = 2
end
object eAge: TDBEdit
Left = 64
Top = 160
Width = 161
Height = 21
DataField = 'age'
DataSource = dModule.DSU
TabOrder = 3
end
object cSex: TDBComboBox
Left = 328
Top = 24
Width = 161
Height = 21
DataField = 'sex'
DataSource = dModule.DSU
ItemHeight = 13
Items.Strings = (
#30007
#22899)
TabOrder = 4
end
object eMajor: TDBEdit
Left = 328
Top = 72
Width = 161
Height = 21
DataField = 'major'
DataSource = dModule.DSU
TabOrder = 5
end
object eClass: TDBEdit
Left = 600
Top = 112
Width = 161
Height = 21
DataField = 'class'
DataSource = dModule.DSU
TabOrder = 6
end
object cIsAdmin: TDBComboBox
Left = 328
Top = 160
Width = 161
Height = 21
DataField = 'isAdmin'
DataSource = dModule.DSU
ItemHeight = 13
Items.Strings = (
'false'
'true')
TabOrder = 7
end
object eAddr: TDBEdit
Left = 600
Top = 24
Width = 161
Height = 21
DataField = 'addr'
DataSource = dModule.DSU
TabOrder = 8
end
object eTel: TDBEdit
Left = 600
Top = 64
Width = 161
Height = 21
DataField = 'tel'
DataSource = dModule.DSU
TabOrder = 9
end
object eEdubg: TDBEdit
Left = 600
Top = 152
Width = 161
Height = 21
DataField = 'edubg'
DataSource = dModule.DSU
TabOrder = 10
end
object eGrade: TDBEdit
Left = 328
Top = 114
Width = 161
Height = 21
DataField = 'grade'
DataSource = dModule.DSU
TabOrder = 11
end
end
object GroupBox2: TGroupBox
Left = 0
Top = 480
Width = 785
Height = 89
Caption = #24120#35268#25805#20316
TabOrder = 2
object Button1: TButton
Left = 159
Top = 40
Width = 75
Height = 25
Caption = #28155#21152'(&A)'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 263
Top = 40
Width = 75
Height = 25
Caption = #21024#38500'(&D)'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 367
Top = 40
Width = 75
Height = 25
Caption = #20462#25913'(C)'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 471
Top = 40
Width = 75
Height = 25
Caption = #25552#20132'(&S)'
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 576
Top = 40
Width = 73
Height = 25
Caption = #36820#22238
TabOrder = 4
OnClick = Button5Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -