?? term.dfm
字號:
object f_term: Tf_term
Left = 270
Top = 107
Width = 282
Height = 420
Caption = #23398#26399#35774#32622
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Left = 96
Top = 336
Width = 75
Height = 25
TabOrder = 0
Kind = bkClose
end
object DBGrid1: TDBGrid
Left = 8
Top = 8
Width = 249
Height = 321
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'term'
Title.Caption = #23398#26399
Width = 141
Visible = True
end
item
Expanded = False
FieldName = 'crnt'
Title.Caption = #24403#21069#23398#26399
Width = 65
Visible = True
end>
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 232
Top = 272
end
object ADOQuery1: TADOQuery
Active = True
Connection = mainform.ADOConnection1
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select term,case crnt when 1 then '#39#26159#39' else '#39#21542#39' end as crnt from' +
' term')
Left = 224
Top = 344
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -