⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.dfm

📁 C++ builder 完全攻略 学习C++ Builder 不可缺少
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -