?? unit5.dfm
字號:
object ManageForm: TManageForm
Left = 34
Top = 27
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #35838#31243#35774#32622
ClientHeight = 469
ClientWidth = 755
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Panel1: TPanel
Left = 0
Top = 0
Width = 755
Height = 337
Align = alTop
TabOrder = 0
object DBGrid1: TDBGrid
Left = 1
Top = 1
Width = 753
Height = 335
Align = alClient
DataSource = DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -14
TitleFont.Name = #23435#20307
TitleFont.Style = []
Columns = <
item
Alignment = taCenter
Expanded = False
FieldName = 'cno'
Title.Alignment = taCenter
Title.Caption = #35838#21495
Width = 110
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'cname'
Title.Alignment = taCenter
Title.Caption = #35838#31243#21517#31216
Width = 182
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'credit'
Title.Alignment = taCenter
Title.Caption = #23398#20998
Width = 54
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'class'
Title.Alignment = taCenter
Title.Caption = #36873#35838#29677#32423
Width = 138
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'teacher'
Title.Alignment = taCenter
Title.Caption = #20219#35838#32769#24072
Width = 164
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'kind'
Title.Alignment = taCenter
Title.Caption = #35838#31243#24615#36136
Width = 66
Visible = True
end>
end
end
object Panel2: TPanel
Left = 0
Top = 337
Width = 755
Height = 132
Align = alClient
TabOrder = 1
object Label1: TLabel
Left = 64
Top = 32
Width = 28
Height = 14
Caption = #35838#21495
end
object Label2: TLabel
Left = 408
Top = 32
Width = 28
Height = 14
Caption = #35838#21495
end
object AddButton: TButton
Left = 328
Top = 88
Width = 75
Height = 25
Caption = #35838#31243#28155#21152
TabOrder = 0
OnClick = AddButtonClick
end
object EditEdit: TEdit
Left = 104
Top = 28
Width = 121
Height = 22
TabOrder = 1
OnKeyDown = EditEditKeyDown
end
object DelEdit: TEdit
Left = 448
Top = 28
Width = 121
Height = 22
TabOrder = 2
OnKeyDown = DelEditKeyDown
end
object DelButton: TButton
Left = 584
Top = 28
Width = 75
Height = 25
Caption = #35838#31243#21024#38500
TabOrder = 3
OnClick = DelButtonClick
end
object EditButton: TButton
Left = 240
Top = 28
Width = 75
Height = 25
Caption = #35838#31243#20462#25913
TabOrder = 4
OnClick = EditButtonClick
end
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 176
Top = 160
end
object ADOQuery1: TADOQuery
Connection = LoginForm.ADOConnection0
Parameters = <>
Left = 208
Top = 160
end
object ADOQuery2: TADOQuery
Connection = LoginForm.ADOConnection0
Parameters = <>
Left = 672
Top = 368
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -