frmwaitpas.dfm

来自「是一个用delphi设计的考勤系统」· DFM 代码 · 共 39 行

DFM
39
字号
object frmWait: TfrmWait
  Left = 251
  Top = 229
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'frmWait'
  ClientHeight = 30
  ClientWidth = 304
  Color = 14739951
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = #38582#20070
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 11
  object Label1: TLabel
    Left = 44
    Top = 7
    Width = 224
    Height = 16
    Caption = #25805#20316#36827#34892#20013#65292#35831#31245#21518'..........'
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -16
    Font.Name = #38582#20070
    Font.Style = []
    ParentFont = False
  end
  object Timer1: TTimer
    Interval = 500
    OnTimer = Timer1Timer
    Left = 400
    Top = 16
  end
end

⌨️ 快捷键说明

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