move.~dfm

来自「这是用delphi开发的一个物资管理信息系统」· ~DFM 代码 · 共 56 行

~DFM
56
字号
object showfrm: Tshowfrm
  Left = 338
  Top = 256
  BorderStyle = bsNone
  Caption = 'showfrm'
  ClientHeight = 244
  ClientWidth = 438
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 438
    Height = 244
    Align = alClient
    TabOrder = 0
    object Label1: TLabel
      Left = 72
      Top = 32
      Width = 297
      Height = 65
      AutoSize = False
      Caption = #29289#36164#31649#29702#31995#32479
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -48
      Font.Name = #21326#25991#20013#23435
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
    object Label2: TLabel
      Left = 112
      Top = 128
      Width = 266
      Height = 21
      Caption = #31995#32479#27491#22312#21551#21160#65292#35831#31245#31561'...'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -21
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
  end
end

⌨️ 快捷键说明

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