📄 unit1.~dfm
字号:
object IniForm: TIniForm
Left = 683
Top = 639
Width = 870
Height = 640
Caption = 'IniForm'
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 SectionComboBox: TComboBox
Left = 240
Top = 168
Width = 129
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'SectionComboBox'
OnChange = SectionComboBoxChange
end
object IdentComboBox: TComboBox
Left = 400
Top = 168
Width = 137
Height = 21
ItemHeight = 13
TabOrder = 1
Text = 'IdentComboBox'
OnChange = IdentComboBoxChange
end
object IdentValueEdit: TEdit
Left = 408
Top = 208
Width = 121
Height = 21
TabOrder = 2
Text = 'IdentValueEdit'
end
object CmdChange: TButton
Left = 416
Top = 264
Width = 129
Height = 41
Caption = 'CmdChange'
TabOrder = 3
OnClick = CmdChangeClick
end
object CmdSave: TButton
Left = 576
Top = 256
Width = 145
Height = 41
Caption = 'CmdSave'
TabOrder = 4
OnClick = CmdSaveClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -