mainform.dfm

来自「C++ BUILDER精彩编程实例集锦(源码)2 第三部分 文件操作 第四部」· DFM 代码 · 共 149 行

DFM
149
字号
object Form1: TForm1
  Left = 192
  Top = 114
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #25991#20214#21517#20989#25968#25805#20316
  ClientHeight = 200
  ClientWidth = 401
  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 Label1: TLabel
    Left = 8
    Top = 8
    Width = 87
    Height = 13
    Caption = #24050#36873#25321#25991#20214#65306'     '
  end
  object Label2: TLabel
    Left = 8
    Top = 32
    Width = 87
    Height = 13
    Caption = #25991#20214#20840#36335#24452#65306'     '
  end
  object Label3: TLabel
    Left = 8
    Top = 56
    Width = 87
    Height = 13
    Caption = #25991#20214#25193#23637#21517#65306'     '
  end
  object Label4: TLabel
    Left = 8
    Top = 80
    Width = 87
    Height = 13
    Caption = #25991#20214#25991#20214#21517#65306'     '
  end
  object Label5: TLabel
    Left = 8
    Top = 104
    Width = 87
    Height = 13
    Caption = #25991#20214#36335#24452#21517#65306'     '
  end
  object Label6: TLabel
    Left = 8
    Top = 128
    Width = 87
    Height = 13
    Caption = #25991#20214#30446#24405#21517#65306'     '
  end
  object Label7: TLabel
    Left = 8
    Top = 152
    Width = 75
    Height = 13
    Caption = #39537#21160#22120#21517#65306'     '
  end
  object Edit1: TEdit
    Left = 88
    Top = 8
    Width = 305
    Height = 21
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 35
    Top = 176
    Width = 75
    Height = 22
    Caption = #27983'    '#35272
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object Edit2: TEdit
    Left = 88
    Top = 32
    Width = 305
    Height = 21
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 88
    Top = 56
    Width = 305
    Height = 21
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 88
    Top = 80
    Width = 305
    Height = 21
    TabOrder = 4
  end
  object Edit5: TEdit
    Left = 88
    Top = 104
    Width = 305
    Height = 21
    TabOrder = 5
  end
  object Edit6: TEdit
    Left = 88
    Top = 128
    Width = 305
    Height = 21
    TabOrder = 6
  end
  object Edit7: TEdit
    Left = 88
    Top = 152
    Width = 305
    Height = 21
    TabOrder = 7
  end
  object BitBtn2: TBitBtn
    Left = 159
    Top = 176
    Width = 75
    Height = 22
    Caption = #33719'    '#21462
    TabOrder = 8
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 283
    Top = 176
    Width = 75
    Height = 22
    Caption = #20851'    '#38381
    TabOrder = 9
    OnClick = BitBtn3Click
  end
  object OpenDialog1: TOpenDialog
    Left = 40
    Top = 144
  end
end

⌨️ 快捷键说明

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