📄 unit1.dfm
字号:
object Form1: TForm1
Left = 281
Top = 124
Width = 564
Height = 548
Caption = 'Flash Mode'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 273
Height = 224
Caption = 'DeviceList'
TabOrder = 0
object ListBox1: TListBox
Left = 2
Top = 15
Width = 269
Height = 207
Align = alClient
ItemHeight = 13
TabOrder = 0
OnClick = ListBox1Click
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 232
Width = 272
Height = 110
Caption = 'About Device'
TabOrder = 1
object Memo1: TMemo
Left = 2
Top = 15
Width = 268
Height = 93
Align = alClient
ScrollBars = ssBoth
TabOrder = 0
end
end
object GroupBox3: TGroupBox
Left = 283
Top = 8
Width = 267
Height = 505
Caption = 'Devise Action'
TabOrder = 2
object Bevel2: TBevel
Left = 7
Top = 223
Width = 246
Height = 54
end
object Bevel1: TBevel
Left = 7
Top = 281
Width = 246
Height = 64
end
object Bevel3: TBevel
Left = 7
Top = 349
Width = 246
Height = 34
end
object Label1: TLabel
Left = 7
Top = 489
Width = 30
Height = 13
Caption = 'Status'
end
object Label2: TLabel
Left = 42
Top = 489
Width = 30
Height = 13
Caption = 'Status'
end
object Label3: TLabel
Left = 143
Top = 289
Width = 22
Height = 13
Alignment = taRightJustify
Caption = 'Start'
end
object Label4: TLabel
Left = 145
Top = 311
Width = 19
Height = 13
Alignment = taRightJustify
Caption = 'End'
end
object Label5: TLabel
Left = 140
Top = 255
Width = 24
Height = 13
Alignment = taRightJustify
Caption = 'Entry'
end
object Label6: TLabel
Left = 141
Top = 233
Width = 24
Height = 13
Alignment = taRightJustify
Caption = 'Base'
end
object Label8: TLabel
Left = 143
Top = 358
Width = 22
Height = 13
Alignment = taRightJustify
Caption = 'Start'
end
object Bevel4: TBevel
Left = 7
Top = 419
Width = 246
Height = 55
end
object Label7: TLabel
Left = 12
Top = 429
Width = 24
Height = 13
Caption = 'CMD'
end
object Label9: TLabel
Left = 12
Top = 452
Width = 30
Height = 13
Caption = 'Param'
end
object Button1: TButton
Left = 8
Top = 16
Width = 97
Height = 25
Caption = 'Update Devices'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 8
Top = 43
Width = 97
Height = 25
Caption = 'Open'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 112
Top = 43
Width = 97
Height = 25
Caption = 'Close'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 8
Top = 95
Width = 97
Height = 25
Caption = 'Get Flex Info'
TabOrder = 3
OnClick = Button4Click
end
object Button6: TButton
Left = 8
Top = 69
Width = 97
Height = 25
Caption = 'Restart'
TabOrder = 4
OnClick = Button6Click
end
object Button5: TButton
Left = 112
Top = 16
Width = 97
Height = 25
Caption = 'P2K Switch Flash'
TabOrder = 5
OnClick = Button5Click
end
object Button7: TButton
Left = 112
Top = 69
Width = 97
Height = 25
Caption = 'Power Off'
TabOrder = 6
OnClick = Button7Click
end
object Button8: TButton
Left = 112
Top = 95
Width = 97
Height = 25
Caption = 'Get Boot Info'
TabOrder = 7
OnClick = Button8Click
end
object Button9: TButton
Left = 10
Top = 227
Width = 120
Height = 25
Caption = 'Send Loader'
TabOrder = 8
OnClick = Button9Click
end
object Button10: TButton
Left = 11
Top = 286
Width = 120
Height = 25
Caption = 'Save Mem'
TabOrder = 9
OnClick = Button10Click
end
object Edit1: TEdit
Left = 169
Top = 284
Width = 81
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -