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

📄 unitfrmmain.dfm

📁 《Delphi7编程100例》代码,书配资料
💻 DFM
字号:
object Form1: TForm1
  Left = 101
  Top = 113
  Width = 366
  Height = 258
  Caption = 'INI'#25991#20214#30340#35835#20889
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 16
    Top = 40
    Width = 41
    Height = 13
    AutoSize = False
    Caption = #33410#28857
  end
  object Label2: TLabel
    Left = 192
    Top = 40
    Width = 25
    Height = 13
    AutoSize = False
    Caption = #38190#20540
  end
  object cobSection: TComboBox
    Left = 56
    Top = 40
    Width = 97
    Height = 20
    ItemHeight = 12
    TabOrder = 0
    OnChange = cobSectionChange
  end
  object cobIni: TComboBox
    Left = 232
    Top = 40
    Width = 97
    Height = 20
    ItemHeight = 12
    TabOrder = 1
    OnChange = cobIniChange
  end
  object Edit1: TEdit
    Left = 56
    Top = 104
    Width = 97
    Height = 20
    Enabled = False
    TabOrder = 2
  end
  object btnChange: TButton
    Left = 64
    Top = 168
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 3
    OnClick = btnChangeClick
  end
  object btnSave: TButton
    Left = 240
    Top = 168
    Width = 75
    Height = 25
    Caption = #20445#23384
    TabOrder = 4
    OnClick = btnSaveClick
  end
end

⌨️ 快捷键说明

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