| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 | object ProgressProForm: TProgressProForm  Left = 853  Top = 419  BorderIcons = []  BorderStyle = bsNone  Caption = #25552#31034  ClientHeight = 181  ClientWidth = 428  Color = clWindow  Font.Charset = DEFAULT_CHARSET  Font.Color = clWindowText  Font.Height = -12  Font.Name = #24494#36719#38597#40657  Font.Style = []  FormStyle = fsStayOnTop  OldCreateOrder = False  Position = poMainFormCenter  PixelsPerInch = 96  TextHeight = 17  object Shape1: TShape    Left = 0    Top = 0    Width = 428    Height = 181    Align = alClient    Brush.Style = bsClear    OnMouseDown = Shape1MouseDown  end  object Gauge1: TGauge    Left = 16    Top = 54    Width = 393    Height = 23    BackColor = clWindow    Color = clBlack    ForeColor = 43690    MaxValue = 0    ParentColor = False    ParentShowHint = False    Progress = 0    ShowHint = False    ShowText = False  end  object lblTitle: TLabel    Left = 16    Top = 16    Width = 133    Height = 25    Caption = #27491#22312#29983#25104#25968#25454#21253    Font.Charset = DEFAULT_CHARSET    Font.Color = clWindowText    Font.Height = -19    Font.Name = #24494#36719#38597#40657    Font.Style = []    ParentFont = False  end  object lblHint1: TLabel    Left = 16    Top = 120    Width = 395    Height = 17    AutoSize = False  end  object lblHint2: TLabel    Left = 16    Top = 136    Width = 395    Height = 17    AutoSize = False  end  object lblHint3: TLabel    Left = 16    Top = 152    Width = 395    Height = 17    AutoSize = False  end  object lblPercent: TLabel    Left = 336    Top = 84    Width = 74    Height = 30    Alignment = taRightJustify    AutoSize = False    Caption = '100%'    Font.Charset = GB2312_CHARSET    Font.Color = 43690    Font.Height = -35    Font.Name = #40657#20307    Font.Style = [fsBold]    ParentFont = False  endend
 |