?? f_depart.dfm
字號:
object w_depart: Tw_depart
Left = 334
Top = 264
BorderStyle = bsDialog
Caption = #37096#38376#35774#32622' '
ClientHeight = 148
ClientWidth = 308
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 94
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 305
Height = 113
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 40
Width = 60
Height = 13
Caption = #37096#38376#21495' '
FocusControl = DBEdit1
end
object Label2: TLabel
Left = 88
Top = 8
Width = 100
Height = 20
Caption = ' '#37096#38376#35774#32622' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
end
object Label3: TLabel
Left = 152
Top = 40
Width = 80
Height = 13
Caption = #37096#38376#21517#31216' '
FocusControl = DBEdit2
end
object DBEdit1: TDBEdit
Left = 16
Top = 72
Width = 105
Height = 21
DataField = 'depart_id'
DataSource = DataSource1
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 144
Top = 72
Width = 137
Height = 21
DataField = 'depart_name'
DataSource = DataSource1
TabOrder = 1
end
end
object DBNavigator1: TDBNavigator
Left = 0
Top = 120
Width = 300
Height = 25
DataSource = DataSource1
TabOrder = 1
end
object ADOQuery1: TADOQuery
Active = True
Connection = Data1.database1
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from depart')
Left = 264
Top = 24
object ADOQuery1depart_id: TStringField
FieldName = 'depart_id'
FixedChar = True
Size = 5
end
object ADOQuery1depart_name: TStringField
FieldName = 'depart_name'
FixedChar = True
Size = 15
end
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 224
Top = 8
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -