waite.dfm

来自「PosEasy收银系统源码,Pos机前后台管理代码」· DFM 代码 · 共 58 行

DFM
58
字号
object FRM_WAITE: TFRM_WAITE
  Left = 339
  Top = 237
  AutoSize = True
  BorderIcons = [biSystemMenu]
  BorderStyle = bsNone
  Caption = '数据下载'
  ClientHeight = 65
  ClientWidth = 337
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 19
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 337
    Height = 65
    BevelInner = bvRaised
    TabOrder = 0
    object Label1: TLabel
      Left = 51
      Top = 18
      Width = 259
      Height = 29
      Caption = '准备数据请稍侯...'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -29
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
    object Label2: TLabel
      Left = 49
      Top = 18
      Width = 259
      Height = 29
      Caption = '准备数据请稍侯...'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -29
      Font.Name = '宋体'
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
  end
end

⌨️ 快捷键说明

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