?? unit2.dfm
字號:
object Form2: TForm2
Left = 306
Top = 168
Width = 593
Height = 487
Caption = #26032#29983#20449#24687#36755#20837
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 80
Top = 16
Width = 329
Height = 37
Alignment = taCenter
AutoSize = False
Caption = #26032#29983#20449#24687#36755#20837
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object DBGrid1: TDBGrid
Left = 8
Top = 56
Width = 577
Height = 345
DataSource = DS_student
ParentShowHint = False
ShowHint = False
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'
ImeMode = imClose
Title.Caption = #23398#21495
Width = 70
Visible = True
end
item
Expanded = False
FieldName = 'NAME'
ImeMode = imOpen
Title.Caption = #22995#21517
Width = 70
Visible = True
end
item
Expanded = False
FieldName = 'SEX'
ImeMode = imClose
Title.Caption = #24615#21035
Width = 70
Visible = True
end
item
Expanded = False
FieldName = 'CLASS'
ImeMode = imClose
Title.Caption = #29677#32423
Width = 70
Visible = True
end
item
Expanded = False
FieldName = 'DEPARTMENT'
ImeMode = imClose
Title.Caption = #38498#31995
Width = 70
Visible = True
end
item
Expanded = False
FieldName = 'BIRTHDAY'
Title.Caption = #29983#26085
Width = 120
Visible = True
end
item
Expanded = False
FieldName = 'NATIVE_PLACE'
ImeMode = imOpen
Title.Caption = #31821#36143
Width = 150
Visible = True
end>
end
object DBNavigator1: TDBNavigator
Left = 56
Top = 416
Width = 480
Height = 33
DataSource = DS_student
TabOrder = 1
end
object DS_student: TDataSource
DataSet = T_student
Left = 16
Top = 16
end
object T_student: TADOTable
CursorType = ctStatic
TableName = 'STUDENT'
Left = 72
Top = 8
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -