main.dfm

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

DFM
86
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 488
  Height = 320
  Caption = 'Appendix A-2'
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 256
    Top = 24
    Width = 52
    Height = 13
    Caption = #21830#21697#21517#31281
  end
  object Label2: TLabel
    Left = 256
    Top = 48
    Width = 26
    Height = 13
    Caption = #25976#37327
  end
  object Edit1: TEdit
    Left = 320
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 320
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 344
    Top = 136
    Width = 75
    Height = 25
    Caption = #26597#35426
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 344
    Top = 96
    Width = 75
    Height = 25
    Caption = #36664#20837
    TabOrder = 3
    OnClick = Button2Click
  end
  object StringGrid1: TStringGrid
    Left = 16
    Top = 8
    Width = 217
    Height = 273
    ColCount = 3
    DefaultColWidth = 30
    DefaultRowHeight = 18
    TabOrder = 4
    ColWidths = (
      30
      87
      75)
  end
  object Button3: TButton
    Left = 344
    Top = 176
    Width = 75
    Height = 25
    Caption = #27298#35222
    TabOrder = 5
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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