⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 iniunit.~dfm

📁 DELPHI读写ini配置文件
💻 ~DFM
字号:
object IniForm: TIniForm
  Left = 206
  Top = 297
  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 = 56
    Top = 104
    Width = 129
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Text = 'SectionComboBox'
    OnChange = SectionComboBoxChange
  end
  object IdentComboBox: TComboBox
    Left = 200
    Top = 104
    Width = 137
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = 'IdentComboBox'
    OnChange = IdentComboBoxChange
  end
  object IdentValueEdit: TEdit
    Left = 208
    Top = 144
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'IdentValueEdit'
  end
  object CmdChange: TButton
    Left = 56
    Top = 200
    Width = 129
    Height = 41
    Caption = 'CmdChange'
    TabOrder = 3
    OnClick = CmdChangeClick
  end
  object CmdSave: TButton
    Left = 208
    Top = 200
    Width = 145
    Height = 41
    Caption = 'CmdSave'
    TabOrder = 4
    OnClick = CmdSaveClick
  end
  object Panel1: TPanel
    Left = 440
    Top = 40
    Width = 353
    Height = 289
    Caption = 'Panel1'
    TabOrder = 5
  end
  object shi: TGroupBox
    Left = 96
    Top = 304
    Width = 209
    Height = 169
    Caption = 'shi'
    TabOrder = 6
    object Edit1: TEdit
      Left = 64
      Top = 112
      Width = 73
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
    end
    object Button1: TButton
      Left = 96
      Top = 32
      Width = 81
      Height = 25
      Caption = 'Button1'
      TabOrder = 1
      OnClick = Button1Click
    end
    object ComboBox1: TComboBox
      Left = 16
      Top = 32
      Width = 65
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      Text = 'ComboBox1'
    end
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -