unit1.dfm

来自「QP(Quoted-Printable-Content-Transfer-Enc」· DFM 代码 · 共 68 行

DFM
68
字号
object Form1: TForm1
  Left = -162
  Top = 251
  Width = 870
  Height = 500
  Caption = 'Form1'
  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 Edit1: TEdit
    Left = 176
    Top = 32
    Width = 153
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 176
    Top = 72
    Width = 337
    Height = 21
    TabOrder = 1
    Text = 'syj720@163.com'
  end
  object Button1: TButton
    Left = 584
    Top = 32
    Width = 97
    Height = 25
    Caption = 'Button1'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 584
    Top = 104
    Width = 97
    Height = 25
    Caption = #35299#30721
    TabOrder = 3
    OnClick = Button2Click
  end
  object Edit3: TEdit
    Left = 176
    Top = 104
    Width = 153
    Height = 21
    TabOrder = 4
    Text = 'test.doc'
  end
  object Memo1: TMemo
    Left = 176
    Top = 136
    Width = 521
    Height = 297
    Lines.Strings = (
      'Memo1')
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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