?? unitquery.dfm
字號:
object frmQuery: TfrmQuery
Left = 176
Top = 81
BorderIcons = []
BorderStyle = bsSingle
Caption = 'SQL'#26597#35810#32479#35745
ClientHeight = 302
ClientWidth = 536
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 521
Height = 185
Caption = #26597#35810#32467#26524
TabOrder = 0
object dbg: TDBGrid
Left = 8
Top = 16
Width = 505
Height = 153
DataSource = ds
ReadOnly = True
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = #23435#20307
TitleFont.Style = []
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 200
Width = 521
Height = 89
Caption = 'SQL'#21629#20196
TabOrder = 1
object memSQL: TMemo
Left = 8
Top = 16
Width = 425
Height = 65
TabOrder = 0
OnChange = memSQLChange
end
object btnExec: TButton
Left = 440
Top = 16
Width = 75
Height = 25
Caption = #25191#34892
Enabled = False
TabOrder = 1
OnClick = btnExecClick
end
object btnClose: TButton
Left = 440
Top = 56
Width = 75
Height = 25
Cancel = True
Caption = #20851#38381
TabOrder = 2
OnClick = btnCloseClick
end
end
object ds: TDataSource
DataSet = qry
Left = 80
Top = 136
end
object qry: TADOQuery
Connection = data.adoc
Parameters = <>
Left = 120
Top = 136
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -