prgoptions.dfm
来自「用于开发Atmel的AVR系列单片机的GCC集成开发环境」· DFM 代码 · 共 87 行
DFM
87 行
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 + =
减小字号Ctrl + -
显示快捷键?