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

📄 mainform.dfm

📁 C++ BUILDER精彩编程实例集锦(源码)2 第三部分 文件操作 第四部分 图像处理
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #22312'Win.ini'#25991#20214#20013#37197#32622#31243#24207#20449#24687
  ClientHeight = 197
  ClientWidth = 336
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 305
    Height = 129
    Caption = #31243#24207#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 63
      Height = 13
      Caption = #31243#24207#21517#31216#65306' '
    end
    object Label2: TLabel
      Left = 16
      Top = 56
      Width = 51
      Height = 13
      Caption = #29256#26412#21495#65306' '
    end
    object Label3: TLabel
      Left = 16
      Top = 88
      Width = 39
      Height = 13
      Caption = #20316#32773#65306' '
    end
    object Edit1: TEdit
      Left = 80
      Top = 24
      Width = 209
      Height = 21
      ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 80
      Top = 56
      Width = 209
      Height = 21
      ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 80
      Top = 88
      Width = 209
      Height = 21
      ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
      TabOrder = 2
    end
  end
  object BitBtn1: TBitBtn
    Left = 16
    Top = 158
    Width = 77
    Height = 25
    Caption = #35774#32622
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 92
    Top = 158
    Width = 77
    Height = 25
    Caption = #28165#38500
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 168
    Top = 158
    Width = 77
    Height = 25
    Caption = #26597#30475
    TabOrder = 3
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 244
    Top = 158
    Width = 77
    Height = 25
    Caption = #20851#38381
    TabOrder = 4
    OnClick = BitBtn4Click
  end
end

⌨️ 快捷键说明

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