📄 unit1.dfm
字号:
object Form1: TForm1
Left = 362
Top = 208
Width = 539
Height = 281
Caption = #26292#21147#30772#35299'IC'#23494#30721
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object BitBtn1: TBitBtn
Tag = 1
Left = 16
Top = 192
Width = 73
Height = 33
Caption = #24320#22987
TabOrder = 0
OnClick = BitBtn1Click
end
object GroupBox1: TGroupBox
Left = 8
Top = 16
Width = 249
Height = 169
Caption = #21442#25968#35774#32622
TabOrder = 1
object Label1: TLabel
Left = 12
Top = 36
Width = 27
Height = 13
Caption = 'COM:'
end
object Label2: TLabel
Left = 32
Top = 128
Width = 193
Height = 13
AutoSize = False
end
object Label3: TLabel
Left = 32
Top = 144
Width = 193
Height = 13
AutoSize = False
end
object ComboBox1: TComboBox
Left = 48
Top = 32
Width = 121
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
Items.Strings = (
'COM1'
'COM2'
'COM3'
'COM4'
'COM5'
'COM6'
'COM7'
'COM8'
'COM9'
'COM10'
'COM11')
end
object LabeledEdit1: TLabeledEdit
Left = 48
Top = 64
Width = 121
Height = 21
EditLabel.Width = 39
EditLabel.Height = 13
EditLabel.Caption = #27874#29305#29575':'
LabelPosition = lpLeft
TabOrder = 1
Text = '115200'
end
object LabeledEdit2: TLabeledEdit
Left = 48
Top = 96
Width = 121
Height = 21
EditLabel.Width = 27
EditLabel.Height = 13
EditLabel.Caption = #25159#21306':'
LabelPosition = lpLeft
TabOrder = 2
Text = '1'
end
object BitBtn2: TBitBtn
Left = 176
Top = 32
Width = 57
Height = 25
Caption = #36733#20837#23494#30721
TabOrder = 3
OnClick = BitBtn2Click
end
end
object GroupBox2: TGroupBox
Left = 264
Top = 16
Width = 249
Height = 169
Caption = #29983#25104#23494#30721#25991#20214
TabOrder = 2
object CheckBox1: TCheckBox
Left = 24
Top = 24
Width = 97
Height = 17
Caption = #21069#21518'6'#20301#19968#33268
Checked = True
State = cbChecked
TabOrder = 0
end
object LabeledEdit3: TLabeledEdit
Left = 48
Top = 88
Width = 169
Height = 21
EditLabel.Width = 27
EditLabel.Height = 13
EditLabel.Caption = #25991#20214':'
LabelPosition = lpLeft
TabOrder = 1
end
object BitBtn3: TBitBtn
Left = 216
Top = 88
Width = 18
Height = 19
Caption = '...'
TabOrder = 2
OnClick = BitBtn3Click
end
object BitBtn4: TBitBtn
Left = 8
Top = 120
Width = 75
Height = 25
Caption = #24320#22987#29983#25104
TabOrder = 3
OnClick = BitBtn4Click
end
object ProgressBar1: TProgressBar
Left = 2
Top = 152
Width = 245
Height = 15
Align = alBottom
Smooth = True
TabOrder = 4
end
object LabeledEdit4: TLabeledEdit
Left = 40
Top = 48
Width = 81
Height = 21
EditLabel.Width = 27
EditLabel.Height = 13
EditLabel.Caption = #25968#37327':'
LabelPosition = lpLeft
TabOrder = 5
Text = '100000000'
end
end
object ProgressBar2: TProgressBar
Left = 0
Top = 239
Width = 531
Height = 15
Align = alBottom
Smooth = True
TabOrder = 3
end
object LabeledEdit5: TLabeledEdit
Left = 288
Top = 200
Width = 225
Height = 21
EditLabel.Width = 99
EditLabel.Height = 13
EditLabel.Caption = #24050#32463#33719#21462#21040#30340#23494#30721':'
LabelPosition = lpLeft
TabOrder = 4
end
object BitBtn5: TBitBtn
Tag = 2
Left = 96
Top = 192
Width = 73
Height = 33
Caption = #32487#32493
TabOrder = 5
OnClick = BitBtn1Click
end
object SaveDialog1: TSaveDialog
Left = 472
Top = 72
end
object OpenDialog1: TOpenDialog
Left = 224
Top = 80
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -