unitfile.~dfm

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

~DFM
97
字号
object Form1: TForm1
  Left = 226
  Top = 227
  Width = 462
  Height = 317
  Caption = 'DLL'#20013#23454#29616#23545#35937
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 176
    Top = 96
    Width = 60
    Height = 13
    Caption = #32467#26524#36755#20986#65306
  end
  object LabeledEdit1: TLabeledEdit
    Left = 64
    Top = 32
    Width = 121
    Height = 21
    BiDiMode = bdRightToLeft
    EditLabel.Width = 42
    EditLabel.Height = 13
    EditLabel.BiDiMode = bdRightToLeft
    EditLabel.Caption = #25968#20540'1'#65306
    EditLabel.ParentBiDiMode = False
    LabelPosition = lpAbove
    LabelSpacing = 3
    ParentBiDiMode = False
    TabOrder = 0
  end
  object LabeledEdit2: TLabeledEdit
    Left = 280
    Top = 32
    Width = 121
    Height = 21
    EditLabel.Width = 42
    EditLabel.Height = 13
    EditLabel.Caption = #25968#20540'2'#65306
    LabelPosition = lpAbove
    LabelSpacing = 3
    TabOrder = 1
  end
  object Button1: TButton
    Left = 64
    Top = 96
    Width = 75
    Height = 25
    Caption = #20004#25968#30456#21152
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 64
    Top = 144
    Width = 75
    Height = 25
    Caption = #20004#25968#30456#20056
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 64
    Top = 192
    Width = 75
    Height = 25
    Caption = #27714#26368#22823#20540
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 64
    Top = 240
    Width = 75
    Height = 25
    Caption = #27714#26368#23567#20540
    TabOrder = 5
    OnClick = Button4Click
  end
  object Memo1: TMemo
    Left = 176
    Top = 120
    Width = 225
    Height = 145
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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