?? course.dfm
字號:
object F_course: TF_course
Left = 199
Top = 109
Width = 742
Height = 496
Caption = #35838#31243#35774#32622
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Visible = True
WindowState = wsMaximized
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 352
Top = 8
Width = 48
Height = 16
Caption = #32534#21495#65306
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 232
Top = 40
Width = 48
Height = 16
Caption = #35838#31243#65306
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 504
Top = 8
Width = 80
Height = 16
Caption = #20219#35838#25945#24072#65306
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 232
Top = 8
Width = 32
Height = 16
Caption = 'ID'#65306
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 536
Top = 40
Width = 48
Height = 16
Caption = #23398#20998#65306
Font.Charset = ANSI_CHARSET
Font.Color = clNavy
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object TreeView1: TTreeView
Left = 0
Top = 0
Width = 209
Height = 462
Align = alLeft
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
Indent = 19
ParentFont = False
TabOrder = 0
OnDblClick = TreeView1DblClick
Items.Data = {
010000001D0000000000000000000000FFFFFFFFFFFFFFFF0000000003000000
04D4BACFB51F0000000000000000000000FFFFFFFFFFFFFFFF00000000000000
0006D0C5CFA2CFB5210000000000000000000000FFFFFFFFFFFFFFFF00000000
0000000008BCC6CBE3BBFACFB51F0000000000000000000000FFFFFFFFFFFFFF
FF000000000000000006B9DCC0EDCFB5}
end
object DBGrid1: TDBGrid
Left = 224
Top = 72
Width = 497
Height = 321
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBEdit2: TDBEdit
Left = 408
Top = 5
Width = 81
Height = 23
DataField = 'courseno'
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 2
end
object DBEdit3: TDBEdit
Left = 592
Top = 5
Width = 81
Height = 23
DataField = 'teacherno'
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 3
end
object DBEdit4: TDBEdit
Left = 272
Top = 5
Width = 65
Height = 23
Color = clScrollBar
DataField = 'ID'
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 4
end
object DBEdit5: TDBEdit
Left = 272
Top = 37
Width = 249
Height = 23
DataField = 'name'
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 5
end
object DBEdit1: TDBEdit
Left = 592
Top = 37
Width = 81
Height = 23
DataField = 'credit'
DataSource = DataSource1
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 6
end
object Btnadd: TButton
Left = 240
Top = 400
Width = 75
Height = 25
Caption = #28155#21152
TabOrder = 7
OnClick = BtnaddClick
end
object Btndlt: TButton
Left = 320
Top = 400
Width = 75
Height = 25
Caption = #21024#38500
TabOrder = 8
OnClick = BtndltClick
end
object Btnedt: TButton
Left = 400
Top = 400
Width = 75
Height = 25
Caption = #20462#25913
TabOrder = 9
OnClick = BtnedtClick
end
object Btnsav: TButton
Left = 480
Top = 400
Width = 75
Height = 25
Caption = #20445#23384
TabOrder = 10
OnClick = BtnsavClick
end
object Btnsavtosrv: TButton
Left = 560
Top = 400
Width = 105
Height = 25
Caption = #25552#20132#21040#25968#25454#24211
TabOrder = 11
OnClick = BtnsavtosrvClick
end
object DataSource1: TDataSource
DataSet = Tabcourse
Left = 440
Top = 152
end
object Tabcourse: TTable
Active = True
CachedUpdates = True
DatabaseName = 'college'
Filter = 'courseno = '#39'xin*'#39
Filtered = True
TableName = 'dbo.course'
Left = 480
Top = 152
object TabcourseID: TIntegerField
DisplayWidth = 8
FieldName = 'ID'
Required = True
end
object Tabcoursecourseno: TStringField
DisplayLabel = #35838#31243#32534#21495
DisplayWidth = 10
FieldName = 'courseno'
FixedChar = True
Size = 6
end
object Tabcoursename: TStringField
DisplayLabel = #35838#31243
DisplayWidth = 35
FieldName = 'name'
Size = 50
end
object Tabcourseteacherno: TStringField
DisplayLabel = #20219#35838#25945#24072
DisplayWidth = 13
FieldName = 'teacherno'
FixedChar = True
Size = 4
end
object Tabcoursecredit: TIntegerField
DisplayLabel = #23398#20998
DisplayWidth = 7
FieldName = 'credit'
end
object Tabcourseselectnum: TIntegerField
DisplayLabel = #36873#35838#20154#25968
DisplayWidth = 12
FieldName = 'selectnum'
end
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -