object dlgProgress: TdlgProgress Left = 386 Top = 187 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Progress' ClientHeight = 291 ClientWidth = 418 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] OldCreateOrder = True Position = poScreenCenter OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object lblProgress: TIntlLabel Left = 24 Top = 121 Width = 165 Height = 13 Caption = 'Entire Process' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblProgBar1: TIntlLabel Left = 39 Top = 146 Width = 164 Height = 13 Caption = 'Entire Process' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblProgBar2: TIntlLabel Left = 39 Top = 171 Width = 164 Height = 13 Caption = 'Entire Process' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblProgBar3: TIntlLabel Left = 39 Top = 196 Width = 164 Height = 13 Caption = 'Entire Process' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblProgBar4: TIntlLabel Left = 39 Top = 221 Width = 164 Height = 13 Caption = 'Entire Process' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object lblOpLabel: TIntlLabel Left = 24 Top = 8 Width = 153 Height = 13 Caption = 'Current operation' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object btnCancel: TButton Left = 219 Top = 255 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = btnCancelClick end object btnOK: TButton Left = 123 Top = 255 Width = 75 Height = 25 Caption = '&OK' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = btnOKClick end object pnlTotal: TPanel Left = 152 Top = 116 Width = 241 Height = 21 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 2 object prgBarTotal: TProgBar Left = 0 Top = 0 Width = 237 Height = 17 Align = alClient Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ForeColor = clNavy ParentColor = False ParentFont = False end end object pnlProgBar1: TPanel Left = 229 Top = 141 Width = 164 Height = 21 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 3 object prgBar1: TProgBar Left = 0 Top = 0 Width = 160 Height = 17 Align = alClient Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ForeColor = clNavy ParentColor = False ParentFont = False end end object pnlProgBar2: TPanel Left = 229 Top = 166 Width = 164 Height = 21 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 4 object prgBar2: TProgBar Left = 0 Top = 0 Width = 160 Height = 17 Align = alClient Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ForeColor = clNavy ParentColor = False ParentFont = False end end object pnlProgBar3: TPanel Left = 229 Top = 191 Width = 164 Height = 21 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 5 object prgBar3: TProgBar Left = 0 Top = 0 Width = 160 Height = 17 Align = alClient Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ForeColor = clNavy ParentColor = False ParentFont = False end end object pnlProgBar4: TPanel Left = 229 Top = 216 Width = 164 Height = 21 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 6 object prgBar4: TProgBar Left = 0 Top = 0 Width = 160 Height = 17 Align = alClient Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ForeColor = clNavy ParentColor = False ParentFont = False end end object mmoOperation: TMemo Left = 24 Top = 24 Width = 369 Height = 73 Color = clBtnFace Ctl3D = True Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 7 end object Timer1: TTimer Enabled = False Interval = 100 OnTimer = Timer1Timer Left = 352 end end