object Form1: TForm1 Left = 191 Top = 125 BorderStyle = bsNone Caption = 'Setup' ClientHeight = 342 ClientWidth = 500 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poDefault WindowState = wsMaximized OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Gradient1: TGradient Left = 0 Top = 0 Width = 500 Height = 342 Swap = True end object Panel1: TPanel Left = 104 Top = 104 Width = 265 Height = 73 TabOrder = 0 Visible = False object Label1: TLabel Left = 96 Top = 8 Width = 65 Height = 16 Caption = 'Copying ....' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object ProgressBar1: TProgressBar Left = 16 Top = 40 Width = 233 Height = 16 Min = 0 Max = 100 TabOrder = 0 end end object DDEClient: TDdeClientConv DdeService = 'ProgMan' Left = 416 Top = 16 LinkInfo = ( 'Service ProgMan' 'Topic ') end end