📄 da_option.dfm
字号:
object Form_DA_Option: TForm_DA_Option
Left = 323
Top = 155
BorderStyle = bsDialog
Caption = 'Download agent start address'
ClientHeight = 267
ClientWidth = 449
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 8
Top = 8
Width = 345
Height = 249
ActivePage = ts_Download
TabIndex = 0
TabOrder = 2
object ts_Download: TTabSheet
Caption = 'Download Agent start address'
ImageIndex = 2
object Label3: TLabel
Left = 40
Top = 40
Width = 145
Height = 13
Caption = 'Download Agent Start Address'
end
object Label4: TLabel
Left = 40
Top = 128
Width = 32
Height = 13
Caption = 'Label4'
Visible = False
end
object Label5: TLabel
Left = 96
Top = 128
Width = 32
Height = 13
Caption = 'Label5'
Visible = False
end
object cb_StartAddr_Default: TCheckBox
Left = 24
Top = 192
Width = 97
Height = 17
Caption = 'Default'
TabOrder = 0
Visible = False
OnClick = cb_StartAddr_DefaultClick
end
object ed_StartAddr: TMaskEdit
Left = 40
Top = 80
Width = 113
Height = 21
Hint = 'Default 0x40000800'
CharCase = ecLowerCase
EditMask = '\0xAAAAAAAA;'
MaxLength = 10
ParentShowHint = False
ReadOnly = True
ShowHint = True
TabOrder = 1
Text = '0x '
OnKeyPress = ed_StartAddrKeyPress
end
end
end
object bb_DA_Cancel: TBitBtn
Left = 368
Top = 144
Width = 75
Height = 25
TabOrder = 1
OnClick = bb_DA_CancelClick
Kind = bkCancel
end
object bb_OK: TBitBtn
Left = 368
Top = 64
Width = 75
Height = 25
TabOrder = 0
OnClick = bb_OKClick
Kind = bkOK
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -