unitfile.dfm

来自「Delphi 6分布式开发例程3.rar :)」· DFM 代码 · 共 67 行

DFM
67
字号
object Form1: TForm1
  Left = 221
  Top = 197
  Width = 416
  Height = 288
  Caption = #22810#25509#21475#30340#23454#29616
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 152
    Top = 48
    Width = 60
    Height = 13
    Caption = #36755#20986#32467#26524#65306
  end
  object Memo1: TMemo
    Left = 152
    Top = 72
    Width = 209
    Height = 145
    TabOrder = 0
  end
  object Button1: TButton
    Left = 40
    Top = 48
    Width = 75
    Height = 25
    Caption = #35843#29992'1'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 40
    Top = 96
    Width = 75
    Height = 25
    Caption = #35843#29992'2'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 40
    Top = 144
    Width = 75
    Height = 25
    Caption = #35843#29992'3'
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 40
    Top = 192
    Width = 75
    Height = 25
    Caption = #35843#29992'4'
    TabOrder = 4
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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