mainform.dfm

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

DFM
75
字号
object Form1: TForm1
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #33719#21462#31243#24207#21517#31216#21644#36335#24452
  ClientHeight = 125
  ClientWidth = 350
  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 Panel1: TPanel
    Left = 16
    Top = 16
    Width = 321
    Height = 73
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 66
      Height = 13
      Caption = #31243#24207#36335#24452':     '
    end
    object Label2: TLabel
      Left = 16
      Top = 40
      Width = 66
      Height = 13
      Caption = #31243#24207#21517#31216':     '
    end
    object Edit1: TEdit
      Left = 88
      Top = 12
      Width = 225
      Height = 21
      ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 88
      Top = 40
      Width = 225
      Height = 21
      ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
      TabOrder = 1
    end
  end
  object BitBtn1: TBitBtn
    Left = 56
    Top = 96
    Width = 100
    Height = 23
    Caption = #33719'      '#21462
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 200
    Top = 96
    Width = 100
    Height = 23
    Caption = #20851'      '#38381
    TabOrder = 2
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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