📄 main.dfm
字号:
object Form1: TForm1
Left = 192
Top = 164
Width = 478
Height = 337
Caption = 'Flash'#31243#24207#19979#36733
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 0
Top = 0
Width = 470
Height = 257
Align = alClient
TabOrder = 0
object Label2: TLabel
Left = 24
Top = 219
Width = 441
Height = 20
AutoSize = False
end
object ProgressBar1: TProgressBar
Left = 1
Top = 240
Width = 468
Height = 16
Align = alBottom
Min = 0
Max = 100
TabOrder = 0
end
object Edit1: TEdit
Left = 112
Top = 40
Width = 297
Height = 20
TabOrder = 1
end
object Button3: TButton
Left = 416
Top = 35
Width = 25
Height = 25
Caption = '...'
TabOrder = 2
OnClick = Button3Click
end
object CheckBox1: TCheckBox
Left = 24
Top = 40
Width = 89
Height = 17
Caption = 'BootLoader'
TabOrder = 3
end
object CheckBox2: TCheckBox
Left = 24
Top = 80
Width = 97
Height = 17
Caption = 'DOWNCODE'
TabOrder = 4
end
object CheckBox3: TCheckBox
Left = 24
Top = 120
Width = 97
Height = 17
Caption = #24212#29992#31243#24207
TabOrder = 5
end
object CheckBox4: TCheckBox
Left = 24
Top = 160
Width = 97
Height = 17
Caption = #27721#23383#24211
TabOrder = 6
end
object CheckBox5: TCheckBox
Left = 24
Top = 200
Width = 89
Height = 17
Caption = #20854#23427#20195#30721
TabOrder = 7
end
end
object Panel2: TPanel
Left = 0
Top = 257
Width = 470
Height = 53
Align = alBottom
TabOrder = 1
object Label1: TLabel
Left = 24
Top = 24
Width = 36
Height = 12
Caption = #20018#21475#21495
end
object Button1: TButton
Left = 264
Top = 12
Width = 75
Height = 25
Caption = #19979#36733
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 352
Top = 12
Width = 75
Height = 25
Caption = #36864#20986'[&X]'
TabOrder = 1
OnClick = Button2Click
end
object ComboBox1: TComboBox
Left = 72
Top = 16
Width = 73
Height = 22
Style = csOwnerDrawFixed
ItemHeight = 16
ItemIndex = 0
TabOrder = 2
Text = '1'
OnChange = ComboBox1Change
Items.Strings = (
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8')
end
end
object Edit2: TEdit
Left = 112
Top = 72
Width = 297
Height = 20
TabOrder = 2
end
object Button4: TButton
Left = 416
Top = 67
Width = 25
Height = 25
Caption = '...'
TabOrder = 3
OnClick = Button4Click
end
object Edit3: TEdit
Left = 112
Top = 112
Width = 297
Height = 20
TabOrder = 4
end
object Button5: TButton
Left = 416
Top = 107
Width = 25
Height = 25
Caption = '...'
TabOrder = 5
OnClick = Button5Click
end
object Edit4: TEdit
Left = 112
Top = 152
Width = 297
Height = 20
TabOrder = 6
end
object Button6: TButton
Left = 416
Top = 147
Width = 25
Height = 25
Caption = '...'
TabOrder = 7
OnClick = Button6Click
end
object Edit5: TEdit
Left = 112
Top = 192
Width = 297
Height = 20
TabOrder = 8
end
object Button7: TButton
Left = 416
Top = 187
Width = 25
Height = 25
Caption = '...'
TabOrder = 9
OnClick = Button7Click
end
object OpenDialog1: TOpenDialog
DefaultExt = 'Bin'
Filter = 'Bin'#25991#20214'|*.Bin'
Left = 416
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -