?? unit1.dfm
字號(hào):
object Form1: TForm1
Left = 297
Top = 197
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsToolWindow
Caption = 'Enumeration Com-ports and FIFO Control'
ClientHeight = 175
ClientWidth = 344
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 112
Top = 40
Width = 74
Height = 13
Caption = 'Receive Buffer:'
end
object Label2: TLabel
Left = 112
Top = 88
Width = 74
Height = 13
Caption = 'Transmit Buffer:'
end
object Label3: TLabel
Left = 304
Top = 40
Width = 12
Height = 13
Caption = ' '
end
object Label4: TLabel
Left = 304
Top = 88
Width = 9
Height = 13
Caption = ' '
end
object TrackBar1: TTrackBar
Left = 104
Top = 104
Width = 217
Height = 25
Max = 16
Min = 1
Orientation = trHorizontal
PageSize = 1
Frequency = 1
Position = 1
SelEnd = 0
SelStart = 0
TabOrder = 0
ThumbLength = 10
TickMarks = tmBottomRight
TickStyle = tsAuto
end
object CheckBox1: TCheckBox
Left = 104
Top = 8
Width = 225
Height = 17
Caption = 'Use FIFO buffer (16550 compatible UART)'
TabOrder = 1
end
object ListBox1: TListBox
Left = 0
Top = 0
Width = 97
Height = 169
ItemHeight = 13
TabOrder = 2
OnClick = ListBox1Click
end
object Button1: TButton
Left = 184
Top = 144
Width = 75
Height = 25
Caption = 'Set'
Enabled = False
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 264
Top = 144
Width = 75
Height = 25
Caption = 'Close'
TabOrder = 4
OnClick = Button2Click
end
object TrackBar2: TTrackBar
Left = 104
Top = 56
Width = 217
Height = 25
Max = 3
Orientation = trHorizontal
PageSize = 1
Frequency = 1
Position = 0
SelEnd = 0
SelStart = 0
TabOrder = 5
ThumbLength = 10
TickMarks = tmBottomRight
TickStyle = tsAuto
end
object Button3: TButton
Left = 104
Top = 144
Width = 75
Height = 25
Caption = 'Enumerate'
TabOrder = 6
OnClick = Button3Click
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -