| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 | object ProgressHintForm: TProgressHintForm  Left = 408  Top = 407  BorderStyle = bsNone  ClientHeight = 106  ClientWidth = 540  Color = 16375503  Font.Charset = ANSI_CHARSET  Font.Color = clWindowText  Font.Height = -12  Font.Name = #23435#20307  Font.Style = []  FormStyle = fsStayOnTop  OldCreateOrder = False  Position = poMainFormCenter  DesignSize = (    540    106)  PixelsPerInch = 96  TextHeight = 12  object Shape: TShape    Left = 0    Top = 0    Width = 540    Height = 106    Align = alClient    Brush.Style = bsClear  end  object gProgress: TGauge    Left = 16    Top = 29    Width = 513    Height = 11    BackColor = clWindow    Color = clWindowText    ForeColor = 6730751    ParentColor = False    Progress = 0    ShowText = False  end  object gSubProgress: TGauge    Left = 16    Top = 70    Width = 513    Height = 11    BackColor = clWindow    Color = clWindowText    ForeColor = 6730751    Font.Charset = ANSI_CHARSET    Font.Color = clWindowText    Font.Height = -10    Font.Name = #23435#20307    Font.Style = []    ParentColor = False    ParentFont = False    Progress = 0    ShowText = False  end  object lblProgressHint: TLabel    Left = 18    Top = 14    Width = 471    Height = 13    AutoSize = False    Transparent = True  end  object lblSubProgressHint: TLabel    Left = 18    Top = 55    Width = 471    Height = 13    AutoSize = False    Transparent = True  end  object lblMainHint: TLabel    Left = 18    Top = 87    Width = 510    Height = 13    Anchors = [akLeft, akRight, akBottom]    AutoSize = False    Caption = #27491#22312#22788#29702#25968#25454#65292#35831#31245#20505'...'    Transparent = True  end  object lblPrecent: TLabel    Left = 494    Top = 12    Width = 32    Height = 16    BiDiMode = bdLeftToRight    Caption = '  0%'    Font.Charset = ANSI_CHARSET    Font.Color = 1149183    Font.Height = -16    Font.Name = 'Inconsolata'    Font.Style = [fsBold]    ParentBiDiMode = False    ParentFont = False  end  object lblSubPrecent: TLabel    Left = 494    Top = 53    Width = 32    Height = 16    BiDiMode = bdLeftToRight    Caption = '  0%'    Font.Charset = ANSI_CHARSET    Font.Color = 1149183    Font.Height = -16    Font.Name = 'Inconsolata'    Font.Style = [fsBold]    ParentBiDiMode = False    ParentFont = False  endend
 |