?? unit1.dfm
字號:
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Form1'
ClientHeight = 389
ClientWidth = 543
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 312
Width = 88
Height = 13
Caption = 'SQL'#21629#20196#35821#21477#65306' '
end
object Button1: TButton
Left = 440
Top = 336
Width = 75
Height = 25
Caption = #25191#34892
TabOrder = 0
OnClick = Button1Click
end
object DBGrid1: TDBGrid
Left = 16
Top = 8
Width = 505
Height = 297
DataSource = DataModule2.DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
end
object Edit1: TEdit
Left = 24
Top = 336
Width = 393
Height = 21
TabOrder = 2
Text = 'select * from booktable'
end
object StatusBar1: TStatusBar
Left = 0
Top = 370
Width = 543
Height = 19
Panels = <
item
Width = 400
end
item
Width = 50
end>
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 288
Top = 192
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -