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

📄 mainfrm.dfm

📁 《delphi深度编程及其项目开发》
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 192
  Top = 107
  Width = 294
  Height = 235
  Caption = 'INI'#31243#24207
  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 = 24
    Top = 24
    Width = 84
    Height = 12
    Caption = #24212#29992#31243#24207#21517#31216#65306
  end
  object Label2: TLabel
    Left = 48
    Top = 62
    Width = 60
    Height = 12
    Caption = #21457#24067#24180#20221#65306
  end
  object Label3: TLabel
    Left = 36
    Top = 100
    Width = 72
    Height = 12
    Caption = #26159#21542#27979#35797#29256#65306
  end
  object edtAppName: TEdit
    Left = 109
    Top = 22
    Width = 121
    Height = 20
    TabOrder = 0
  end
  object CHBBeta: TCheckBox
    Left = 109
    Top = 99
    Width = 97
    Height = 17
    TabOrder = 1
  end
  object SEYear: TSpinEdit
    Left = 109
    Top = 60
    Width = 121
    Height = 21
    MaxValue = 0
    MinValue = 0
    TabOrder = 2
    Value = 0
  end
  object btnWirte: TButton
    Left = 96
    Top = 144
    Width = 89
    Height = 25
    Caption = #20889#20837#37197#32622#25968#25454
    TabOrder = 3
    OnClick = btnWirteClick
  end
end

⌨️ 快捷键说明

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