unit1.dfm

来自「<<C++Builder 6实用编程100例>>随书光盘」· DFM 代码 · 共 83 行

DFM
83
字号
object Form1: TForm1
  Left = 416
  Top = 243
  Width = 283
  Height = 331
  Caption = 'TempFileInfo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 121
    Height = 13
    AutoSize = False
    Caption = #20020#26102#25991#20214#30446#24405#21517#31216#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 64
    Width = 105
    Height = 13
    AutoSize = False
    Caption = #20020#26102#25991#20214#21517#21069#32512#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 96
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #20020#26102#25991#20214#21517#31216#65306
  end
  object Edit1: TEdit
    Left = 16
    Top = 32
    Width = 233
    Height = 21
    TabOrder = 3
  end
  object Button1: TButton
    Left = 32
    Top = 256
    Width = 99
    Height = 33
    Caption = #33719#21462#20020#26102#25991#20214#21517
    Default = True
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit2: TEdit
    Left = 128
    Top = 64
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Memo1: TMemo
    Left = 16
    Top = 112
    Width = 241
    Height = 129
    ScrollBars = ssVertical
    TabOrder = 4
  end
  object Button2: TButton
    Left = 144
    Top = 256
    Width = 99
    Height = 33
    Caption = #20851#38381
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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