📄 prgoptions.dfm
字号:
object PrgOpt: TPrgOpt
Left = 346
Top = 118
BorderStyle = bsDialog
Caption = 'Programmer Options'
ClientHeight = 154
ClientWidth = 297
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 ComboBox1: TComboBox
Left = 16
Top = 16
Width = 169
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'ComboBox1'
OnChange = ComboBox1Change
Items.Strings = (
'STK200/300'
'SP12'
'Dontronics DT006'
'Bascom Prog. Cable'
'Brian Dean'#39's Programmer'
'STK500'
'Jespers Original'
'Altera Byteblaster')
end
object ComboBox2: TComboBox
Left = 16
Top = 72
Width = 169
Height = 21
ItemHeight = 13
TabOrder = 1
Text = 'ComboBox2'
Items.Strings = (
'LPT1'
'LPT2'
'LPT3')
end
object OkButton: TBitBtn
Left = 208
Top = 16
Width = 73
Height = 25
TabOrder = 2
OnClick = OkButtonClick
Kind = bkOK
end
object Cancel: TBitBtn
Left = 208
Top = 72
Width = 73
Height = 25
Caption = 'Cancel'
TabOrder = 3
OnClick = CancelClick
Kind = bkCancel
end
object ParBox: TCheckBox
Left = 16
Top = 104
Width = 169
Height = 17
Caption = 'Use High Voltage Programming'
Enabled = False
TabOrder = 4
end
object ShortenBox: TCheckBox
Left = 16
Top = 128
Width = 177
Height = 17
Caption = 'Shorten Hex File after Reading'
TabOrder = 5
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -