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

📄 uninstprogressform.dfm.txt

📁 源代码
💻 TXT
字号:
object UninstProgressForm: TUninstProgressForm
  Left = 191
  Top = 139
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'UninstProgressForm'
  ClientHeight = 360
  ClientWidth = 497
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel: TBevel
    Left = 0
    Top = 313
    Width = 497
    Height = 2
    Shape = bsTopLine
  end
  object CancelButton: TButton
    Left = 410
    Top = 327
    Width = 75
    Height = 23
    Cancel = True
    Caption = '*'
    Enabled = False
    TabOrder = 2
  end
  object OuterNotebook: TNewNotebook
    Left = 0
    Top = 0
    Width = 497
    Height = 313
    ActivePage = InnerPage
    Color = clBtnFace
    ParentColor = False
    TabOrder = 0
    object InnerPage: TNewNotebookPage
      object Bevel1: TBevel
        Left = 0
        Top = 58
        Width = 499
        Height = 3
        Shape = bsTopLine
      end
      object InnerNotebook: TNewNotebook
        Left = 4
        Top = 64
        Width = 489
        Height = 245
        ActivePage = InstallingPage
        TabOrder = 1
        object InstallingPage: TNewNotebookPage
          object ProgressBar: TNewProgressBar
            Left = 36
            Top = 56
            Width = 417
            Height = 21
            Min = 0
            Max = 100
          end
          object StatusLabel: TNewStaticText
            Left = 36
            Top = 12
            Width = 417
            Height = 16
            AutoSize = False
            Caption = '*'
            ShowAccelChar = False
            TabOrder = 0
          end
        end
      end
      object MainPanel: TPanel
        Left = 0
        Top = 0
        Width = 497
        Height = 58
        BevelOuter = bvNone
        Color = clWindow
        TabOrder = 0
        object WizardSmallBitmapImage: TBitmapImage
          Left = 440
          Top = 1
          Width = 55
          Height = 55
          BackColor = clWindow
          Center = True
        end
        object PageDescriptionLabel: TNewStaticText
          Left = 40
          Top = 26
          Width = 389
          Height = 29
          AutoSize = False
          Caption = '*'
          ShowAccelChar = False
          TabOrder = 1
          WordWrap = True
        end
        object PageNameLabel: TNewStaticText
          Left = 24
          Top = 10
          Width = 405
          Height = 14
          AutoSize = False
          Caption = '*'
          TabOrder = 0
        end
      end
    end
  end
  object BeveledLabel: TNewStaticText
    Left = 0
    Top = 306
    Width = 5
    Height = 14
    Caption = '*'
    Enabled = False
    TabOrder = 1
    Visible = False
  end
end

⌨️ 快捷键说明

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