unit1.dfm

来自「DELPHI经典程序」· DFM 代码 · 共 35 行

DFM
35
字号
object Form1: TForm1
  Left = 238
  Top = 131
  Width = 251
  Height = 151
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 10
    Top = 12
    Width = 221
    Height = 101
    Alignment = taCenter
    AutoSize = False
    Caption = #20351#29992' Application '#30340' MessageBox '#26041#27861' '#35831#35797#30528#23558' Form1 '#35270#31383#20851#38381
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #26032#23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    Layout = tlCenter
    WordWrap = True
  end
end

⌨️ 快捷键说明

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