unitsize.~dfm

来自「一个比较好的图象处理器。」· ~DFM 代码 · 共 75 行

~DFM
75
字号
object Form2: TForm2
  Left = 212
  Top = 152
  Width = 264
  Height = 188
  ActiveControl = Edit1
  Caption = #22270#20687#22823#23567
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 40
    Width = 11
    Height = 13
    Caption = #23485
  end
  object Label2: TLabel
    Left = 32
    Top = 64
    Width = 11
    Height = 13
    Caption = #39640
  end
  object Label3: TLabel
    Left = 168
    Top = 40
    Width = 22
    Height = 13
    Caption = #35937#32032
  end
  object Label4: TLabel
    Left = 168
    Top = 72
    Width = 22
    Height = 13
    Caption = #35937#32032
  end
  object Edit1: TEdit
    Left = 80
    Top = 32
    Width = 65
    Height = 21
    ReadOnly = True
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 80
    Top = 64
    Width = 65
    Height = 21
    ReadOnly = True
    TabOrder = 1
    Text = 'Edit2'
  end
  object Button1: TButton
    Left = 168
    Top = 112
    Width = 49
    Height = 25
    Caption = 'ok'
    Default = True
    ModalResult = 1
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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