?? unit1.dfm
字號:
object Form1: TForm1
Left = 192
Top = 114
Width = 446
Height = 480
Caption = 'COM Port Lister and Status Checker'
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 Label1: TLabel
Left = 338
Top = 36
Width = 32
Height = 13
Caption = 'Label1'
end
object Label2: TLabel
Left = 324
Top = 374
Width = 113
Height = 61
Alignment = taCenter
AutoSize = False
Caption = 'brought you by'#10#13#10#13'dllee.ktop.com.tw'
end
object StringGrid1: TStringGrid
Left = 0
Top = 0
Width = 320
Height = 446
Align = alLeft
ColCount = 3
DefaultColWidth = 98
RowCount = 257
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing]
TabOrder = 0
end
object Button1: TButton
Left = 336
Top = 160
Width = 75
Height = 25
Caption = 'Check'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 336
Top = 202
Width = 75
Height = 25
Caption = 'Close'
TabOrder = 2
OnClick = Button2Click
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -