unit1.dfm

来自「TTrialSoftware PRO是TTrialSoftware的增强版(源代」· DFM 代码 · 共 44 行

DFM
44
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 313
  Height = 115
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'MultiLanguage DEMO - Martin Software'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 289
    Height = 41
    Caption = 'Description'
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 16
      Width = 220
      Height = 13
      Caption = 'In this demo Trial window is in italian language.'
    end
  end
  object Button1: TButton
    Left = 224
    Top = 56
    Width = 73
    Height = 25
    Caption = 'Register'
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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