unit1.~dfm

来自「DELPHI读写ini配置文件」· ~DFM 代码 · 共 65 行

~DFM
65
字号
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 + =
减小字号Ctrl + -
显示快捷键?