mainform.dfm

来自「C++ BUILDER精彩编程实例集锦(源码) 第一部分 界面设计 第二部分」· DFM 代码 · 共 77 行

DFM
77
字号
object Form1: TForm1
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #33719#21462#24212#29992#31243#24207#30340#21629#20196#34892#21442#25968
  ClientHeight = 163
  ClientWidth = 458
  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 = 8
    Top = 8
    Width = 441
    Height = 121
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 69
      Height = 13
      Caption = #20840#37096#21442#25968':      '
    end
    object Label2: TLabel
      Left = 16
      Top = 48
      Width = 66
      Height = 13
      Caption = #21442#25968#21015#34920':     '
    end
    object Edit1: TEdit
      Left = 80
      Top = 16
      Width = 353
      Height = 21
      ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
      TabOrder = 0
      Text = 'Edit1'
    end
    object ListBox1: TListBox
      Left = 80
      Top = 40
      Width = 353
      Height = 73
      ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
      ItemHeight = 13
      TabOrder = 1
    end
  end
  object BitBtn1: TBitBtn
    Left = 80
    Top = 136
    Width = 105
    Height = 22
    Caption = #33719'    '#21462
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 280
    Top = 136
    Width = 105
    Height = 22
    Caption = #20851'    '#38381
    TabOrder = 2
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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