?? unit5.dfm
字號:
object Form5: TForm5
Left = 499
Top = 240
BorderStyle = bsDialog
Caption = #36741#23548#21592#20449#24687#25805#20316
ClientHeight = 425
ClientWidth = 393
Color = clInfoBk
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 8
Width = 113
Height = 17
AutoSize = False
Caption = #23398' '#38498
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 16
Top = 32
Width = 113
Height = 17
AutoSize = False
Caption = #36741' '#23548' '#21592' '#22995' '#21517
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 16
Top = 56
Width = 113
Height = 25
AutoSize = False
Caption = #36741#23548#21592#32852#31995#26041#24335
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #38582#20070
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 16
Top = 80
Width = 88
Height = 25
Caption = #28155#21152
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 104
Top = 80
Width = 88
Height = 25
Caption = #21024#38500
TabOrder = 1
OnClick = Button2Click
end
object DBGrid1: TDBGrid
Left = 16
Top = 112
Width = 361
Height = 273
DataSource = DataSource1
ReadOnly = True
TabOrder = 2
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBEdit1: TDBEdit
Left = 136
Top = 8
Width = 241
Height = 21
DataField = #23398#38498
DataSource = DataSource1
TabOrder = 3
end
object DBEdit2: TDBEdit
Left = 136
Top = 32
Width = 241
Height = 21
DataField = #36741#23548#21592#22995#21517
DataSource = DataSource1
TabOrder = 4
end
object DBEdit3: TDBEdit
Left = 136
Top = 56
Width = 241
Height = 21
DataField = #36741#23548#21592#32852#31995#26041#24335
DataSource = DataSource1
TabOrder = 5
end
object DBNavigator1: TDBNavigator
Left = 16
Top = 392
Width = 360
Height = 25
DataSource = DataSource1
TabOrder = 6
end
object Button3: TButton
Left = 288
Top = 80
Width = 88
Height = 25
Caption = #20851#38381
TabOrder = 7
OnClick = Button3Click
end
object Button4: TButton
Left = 200
Top = 80
Width = 88
Height = 25
Caption = #20445#23384#20462#25913
TabOrder = 8
OnClick = Button4Click
end
object DataSource1: TDataSource
DataSet = ADOQuery1
OnStateChange = DataSource1StateChange
Left = 128
Top = 200
end
object ADOQuery1: TADOQuery
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=cx.mdb;Persist Secu' +
'rity Info=False'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from fdy')
Left = 176
Top = 200
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -