📄 programmer.dfm
字号:
object PgmDlg: TPgmDlg
Left = 342
Top = 114
HorzScrollBar.Visible = False
VertScrollBar.Visible = False
BorderStyle = bsDialog
Caption = 'Programmer'
ClientHeight = 368
ClientWidth = 585
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 585
Height = 368
ActivePage = TabSheet1
Align = alClient
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Flash / EEPROM'
object Label7: TLabel
Left = 24
Top = 216
Width = 52
Height = 16
Caption = 'Status :'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object StatusLabel: TLabel
Left = 88
Top = 216
Width = 337
Height = 16
AutoSize = False
Caption = 'Ready'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 341
Top = 21
Width = 66
Height = 13
Caption = 'CPU Speed'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label6: TLabel
Left = 376
Top = 45
Width = 31
Height = 13
Caption = '2 MHz'
end
object Label8: TLabel
Left = 376
Top = 74
Width = 31
Height = 13
Caption = '1 MHz'
end
object Label13: TLabel
Left = 376
Top = 103
Width = 40
Height = 13
Caption = '500 kHz'
end
object Label14: TLabel
Left = 376
Top = 133
Width = 40
Height = 13
Caption = '250 kHz'
end
object Label15: TLabel
Left = 376
Top = 162
Width = 40
Height = 13
Caption = '100 kHz'
end
object Label16: TLabel
Left = 376
Top = 190
Width = 43
Height = 13
Caption = '32.7 kHz'
end
object Progress: TProgressBar
Left = 24
Top = 240
Width = 401
Height = 17
Min = 0
Max = 100
TabOrder = 0
end
object UpdSig: TButton
Left = 152
Top = 288
Width = 57
Height = 25
Caption = 'Read'
TabOrder = 1
OnClick = UpdSigClick
end
object GroupBox1: TGroupBox
Left = 24
Top = 56
Width = 145
Height = 145
Caption = 'Flash'
TabOrder = 2
object Label1: TLabel
Left = 16
Top = 24
Width = 70
Height = 16
Caption = 'FlashEnd:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 25
Top = 48
Width = 61
Height = 16
Caption = 'FileSize:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object FlashSize: TLabel
Left = 88
Top = 24
Width = 49
Height = 16
AutoSize = False
Caption = 'FFFF'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object FlashFileSize: TLabel
Left = 88
Top = 48
Width = 49
Height = 16
AutoSize = False
Caption = '0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object ReadFlButton: TButton
Left = 8
Top = 80
Width = 57
Height = 25
Caption = 'Read'
TabOrder = 0
OnClick = ReadFlButtonClick
end
object LoadFlButton: TButton
Left = 80
Top = 80
Width = 57
Height = 25
Caption = 'Load'
TabOrder = 1
OnClick = LoadFlButtonClick
end
object EditFlButton: TButton
Left = 8
Top = 112
Width = 57
Height = 25
Caption = 'Edit'
TabOrder = 2
OnClick = EditFlButtonClick
end
object SaveFlButton: TButton
Left = 80
Top = 112
Width = 57
Height = 25
Caption = 'Save'
TabOrder = 3
OnClick = SaveFlButtonClick
end
end
object GroupBox2: TGroupBox
Left = 184
Top = 56
Width = 145
Height = 145
Caption = 'EEPROM'
TabOrder = 3
object Label3: TLabel
Left = 8
Top = 24
Width = 88
Height = 16
Caption = 'EEPromEnd:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 35
Top = 48
Width = 61
Height = 16
Caption = 'FileSize:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object EESize: TLabel
Left = 98
Top = 24
Width = 41
Height = 16
AutoSize = False
Caption = 'FFFF'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object EEFileSize: TLabel
Left = 98
Top = 48
Width = 41
Height = 16
AutoSize = False
Caption = '0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object ReadEEButton: TButton
Left = 8
Top = 80
Width = 57
Height = 25
Caption = 'Read'
TabOrder = 0
OnClick = ReadEEButtonClick
end
object LoadEEButton: TButton
Left = 80
Top = 80
Width = 57
Height = 25
Caption = 'Load'
TabOrder = 1
OnClick = LoadEEButtonClick
end
object EditEEButton: TButton
Left = 8
Top = 112
Width = 57
Height = 25
Caption = 'Edit'
TabOrder = 2
OnClick = EditEEButtonClick
end
object SaveEEButton: TButton
Left = 80
Top = 112
Width = 57
Height = 25
Caption = 'Save'
TabOrder = 3
OnClick = SaveEEButtonClick
end
end
object GroupBox3: TGroupBox
Left = 424
Top = 16
Width = 129
Height = 193
Caption = 'Settings'
TabOrder = 4
object EraseBox: TCheckBox
Left = 8
Top = 45
Width = 81
Height = 17
Caption = 'Chip Erase'
Checked = True
State = cbChecked
TabOrder = 0
end
object BlankBox: TCheckBox
Left = 8
Top = 69
Width = 89
Height = 17
Caption = 'Blank Check'
TabOrder = 1
end
object ProgFlBox: TCheckBox
Left = 8
Top = 93
Width = 89
Height = 17
Caption = 'Program Flash'
Checked = True
State = cbChecked
TabOrder = 2
end
object ProgEEBox: TCheckBox
Left = 8
Top = 117
Width = 105
Height = 17
Caption = 'Program EEProm'
TabOrder = 3
end
object VerifyFlBox: TCheckBox
Left = 8
Top = 141
Width = 97
Height = 17
Caption = 'Verify Flash'
Checked = True
State = cbChecked
TabOrder = 4
end
object VerifyEEBox: TCheckBox
Left = 8
Top = 165
Width = 105
Height = 17
Caption = 'Verify EEPROM'
TabOrder = 5
end
object SignBox: TCheckBox
Left = 8
Top = 21
Width = 105
Height = 17
Caption = 'Check Signature'
TabOrder = 6
end
end
object GroupBox4: TGroupBox
Left = 24
Top = 272
Width = 105
Height = 49
Caption = 'Chip Signature'
TabOrder = 5
object Signature: TLabel
Left = 8
Top = 20
Width = 89
Height = 16
Alignment = taCenter
AutoSize = False
Caption = '00 : 00 : 00'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
end
object GroupBox5: TGroupBox
Left = 232
Top = 272
Width = 321
Height = 49
Caption = 'Calibration Values'
TabOrder = 6
object Label9: TLabel
Left = 16
Top = 21
Width = 36
Height = 16
Caption = 'Val1:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Calib1: TLabel
Left = 56
Top = 21
Width = 17
Height = 16
Caption = '00'
Font.Charset = DEFAULT_CHARSET
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -