mainform.dfm

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

DFM
73
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 426
  Height = 337
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #25991#26412#25991#20214#35835#20889#25805#20316#28436#31034
  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 BitBtn1: TBitBtn
    Left = 0
    Top = 0
    Width = 105
    Height = 23
    Caption = #26032#24314#25991#20214
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 104
    Top = 0
    Width = 105
    Height = 23
    Caption = #25171#24320#25991#20214
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 208
    Top = 0
    Width = 105
    Height = 23
    Caption = #20445#23384#25991#20214
    TabOrder = 2
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 312
    Top = 0
    Width = 105
    Height = 23
    Caption = #36864#20986#31995#32479
    TabOrder = 3
    OnClick = BitBtn4Click
  end
  object Memo1: TMemo
    Left = 0
    Top = 24
    Width = 417
    Height = 285
    Align = alCustom
    ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssVertical
    TabOrder = 4
  end
  object OpenDialog1: TOpenDialog
    Left = 152
  end
  object SaveDialog1: TSaveDialog
    Left = 264
  end
end

⌨️ 快捷键说明

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