main.dfm

来自「C++ builder 完全攻略 学习C++ Builder 不可缺少」· DFM 代码 · 共 101 行

DFM
101
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 616
  Height = 382
  Caption = 'Appendix_1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 40
    Width = 26
    Height = 13
    Caption = #22995#21517
  end
  object Label2: TLabel
    Left = 48
    Top = 72
    Width = 52
    Height = 13
    Caption = #33521#25991#25104#32318
  end
  object Label3: TLabel
    Left = 48
    Top = 104
    Width = 52
    Height = 13
    Caption = #25976#23416#25104#32318
  end
  object Edit1: TEdit
    Left = 112
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 112
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 112
    Top = 96
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 24
    Top = 136
    Width = 75
    Height = 25
    Caption = #26032#22686
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 104
    Top = 136
    Width = 75
    Height = 25
    Caption = #21034#38500
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 184
    Top = 136
    Width = 75
    Height = 25
    Caption = #27298#35222
    TabOrder = 5
    OnClick = Button3Click
  end
  object StringGrid1: TStringGrid
    Left = 280
    Top = 8
    Width = 313
    Height = 337
    ColCount = 4
    DefaultRowHeight = 18
    TabOrder = 6
    ColWidths = (
      64
      89
      64
      64)
  end
end

⌨️ 快捷键说明

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