unit1.dfm

来自「Delphi编程技巧14」· DFM 代码 · 共 55 行

DFM
55
字号
object Form1: TForm1
  Left = 154
  Top = 148
  Width = 473
  Height = 365
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnResize = ReTailleR
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 7
    Width = 448
    Height = 321
    TabOrder = 0
    object Memo1: TMemo
      Left = 6
      Top = 13
      Width = 435
      Height = 302
      Color = clMaroon
      Font.Charset = ANSI_CHARSET
      Font.Color = clSilver
      Font.Height = -16
      Font.Name = 'Times New Roman'
      Font.Style = [fsBold]
      Lines.Strings = (
        'SAlut'
        ''
        'Voici un petit code sympas de H@lloWin___HiA'
        ''
        '                          http://www.progzed.com'
        ''
        ''
        'Qui nous montre comment se servir de Resize'
        ''
        'pour aggrandir et retrecir un element en meme temps qu'#39'un '
        'From'
        ''
        ''
        'Vous devez mettre votre code dans  OnResize')
      ParentFont = False
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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