uloading.dfm

来自「一般的数据库管理系统 uses Classes, SConnectEx, Tl」· DFM 代码 · 共 33 行

DFM
33
字号
object LoadingForm: TLoadingForm
  Left = 284
  Top = 267
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = 'LoadingForm'
  ClientHeight = 36
  ClientWidth = 214
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 12
    Width = 78
    Height = 12
    Caption = #32531#20914#37197#32622#20013'...'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
end

⌨️ 快捷键说明

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