⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 working.dfm

📁 wbs43open-src.zip 数字隐藏工具
💻 DFM
字号:
object Form11: TForm11
  Left = 301
  Top = 206
  Cursor = crHourGlass
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = 'One Moment please ...'
  ClientHeight = 93
  ClientWidth = 328
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 3
    Height = 13
  end
  object ProgressBar1: TProgressBar
    Left = 8
    Top = 32
    Width = 313
    Height = 25
    Min = 0
    Max = 100
    Step = 1
    TabOrder = 0
  end
  object Button1: TButton
    Left = 224
    Top = 64
    Width = 99
    Height = 25
    Caption = '&Cancel'
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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