ufrm_wait.dfm

来自「完整的进销存系统。 设计文件及完整的源代码。 Delphi6.0」· DFM 代码 · 共 40 行

DFM
40
字号
object frm_wait: Tfrm_wait
  Left = 303
  Top = 157
  BorderIcons = []
  BorderStyle = bsNone
  BorderWidth = 3
  Caption = 'frm_wait'
  ClientHeight = 51
  ClientWidth = 285
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  OnDeactivate = FormDeactivate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 285
    Height = 51
    Align = alClient
    BevelOuter = bvLowered
    Caption = #27491#22312#35712#21462#25976#25818#29983#25104#22577#34920' , '#35531#31245#31561' . . .'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clFuchsia
    Font.Height = 20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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