📄 unitfrmmain.dfm
字号:
object Form1: TForm1
Left = 237
Top = 154
Width = 564
Height = 371
Caption = 'INI文件的读写'
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 Label1: TLabel
Left = 40
Top = 72
Width = 41
Height = 13
AutoSize = False
Caption = '节点'
end
object Label2: TLabel
Left = 280
Top = 72
Width = 41
Height = 13
AutoSize = False
Caption = '键值'
end
object cobSection: TComboBox
Left = 120
Top = 72
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 0
OnChange = cobSectionChange
end
object cobIni: TComboBox
Left = 352
Top = 72
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 1
OnChange = cobIniChange
end
object Edit1: TEdit
Left = 120
Top = 136
Width = 121
Height = 21
Enabled = False
TabOrder = 2
end
object btnChange: TButton
Left = 120
Top = 216
Width = 75
Height = 25
Caption = '修改'
TabOrder = 3
OnClick = btnChangeClick
end
object btnSave: TButton
Left = 280
Top = 216
Width = 75
Height = 25
Caption = '保存'
TabOrder = 4
OnClick = btnSaveClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -