prograssunit.dfm

来自「一个用delphi 开发的商场销售系统 涵盖很多功能」· DFM 代码 · 共 57 行

DFM
57
字号
object PrograssForm: TPrograssForm
  Left = 514
  Top = 332
  BorderIcons = [biSystemMenu]
  BorderStyle = bsNone
  Caption = 'PrograssForm'
  ClientHeight = 91
  ClientWidth = 386
  Color = clBtnFace
  DefaultMonitor = dmMainForm
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 386
    Height = 91
    Align = alClient
    Color = clCream
    TabOrder = 0
    object Panel3: TPanel
      Left = 17
      Top = 16
      Width = 354
      Height = 61
      BevelInner = bvRaised
      BevelOuter = bvLowered
      Color = clInfoBk
      TabOrder = 1
    end
    object P_message: TPanel
      Left = 28
      Top = 25
      Width = 334
      Height = 42
      BevelInner = bvRaised
      BevelOuter = bvLowered
      Caption = #31995#32479#27491#22312#35835#21462#25968#25454#65292#35831#31245#20505#8230#8230
      Color = clSkyBlue
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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