?? comset.dfm
字號:
object Form2: TForm2
Left = 317
Top = 128
BorderStyle = bsDialog
Caption = 'Form2'
ClientHeight = 230
ClientWidth = 193
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 = 8
Top = 24
Width = 28
Height = 13
Caption = #31471#21475
end
object Label2: TLabel
Left = 8
Top = 56
Width = 28
Height = 13
Caption = #22855#20598
end
object Label3: TLabel
Left = 8
Top = 88
Width = 28
Height = 13
Caption = #36895#29575
end
object Label4: TLabel
Left = 8
Top = 120
Width = 31
Height = 13
Caption = 'BIT'#20301
end
object Label5: TLabel
Left = 8
Top = 152
Width = 42
Height = 13
Caption = #20572#27490#20301
end
object Edit1: TEdit
Left = 64
Top = 24
Width = 121
Height = 21
TabOrder = 0
Text = 'com1'
end
object ComboBox1: TComboBox
Left = 64
Top = 56
Width = 121
Height = 21
ItemHeight = 13
ItemIndex = 2
TabOrder = 1
Text = 'Even'
Items.Strings = (
'None'
'Odd'
'Even'
'Mark'
'Space')
end
object Edit2: TEdit
Left = 64
Top = 88
Width = 121
Height = 21
TabOrder = 2
Text = '9600'
end
object ComboBox2: TComboBox
Left = 64
Top = 120
Width = 121
Height = 21
ItemHeight = 13
ItemIndex = 3
TabOrder = 3
Text = '_8'
Items.Strings = (
'_5'
'_6'
'_7'
'_8')
end
object ComboBox3: TComboBox
Left = 64
Top = 152
Width = 121
Height = 21
ItemHeight = 13
ItemIndex = 0
TabOrder = 4
Text = '_1'
Items.Strings = (
'_1'
'_1_5'
'_2')
end
object Button1: TButton
Left = 16
Top = 192
Width = 75
Height = 25
Caption = 'ok'
TabOrder = 5
OnClick = Button1Click
end
object Button2: TButton
Left = 104
Top = 192
Width = 75
Height = 25
Caption = 'cancel'
TabOrder = 6
OnClick = Button2Click
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -