⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 Delphi编程技巧14
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -