object frmCopyProgram: TfrmCopyProgram Left = 34 Top = 91 HorzScrollBar.Visible = False VertScrollBar.Visible = False ActiveControl = cboDrive BorderIcons = [] BorderStyle = bsSingle ClientHeight = 254 ClientWidth = 324 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object btnCancel: TButton Left = 242 Top = 228 Width = 75 Height = 22 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object tabMain: TTabControl Left = 6 Top = 6 Width = 311 Height = 217 TabOrder = 0 object lblCopy: TLabel Left = 15 Top = 15 Width = 260 Height = 52 Caption = 'Select a drive to which you want to copy the UNREGISTERED versio' + 'n of %s.%sPlease remind your friend that this is a Shareware cop' + 'y and he/she MUST REGISTER this program for continued use. Thank' + ' you.' WordWrap = True end object lblTarget: TLabel Left = 15 Top = 129 Width = 3 Height = 13 end object lblWarning: TLabel Left = 15 Top = 156 Width = 265 Height = 52 Caption = 'WARNING: Giving your registration code to others is a violation ' + 'of international copyright law and will be prosecuted to the max' + 'imum extend possible under law!' WordWrap = True end object cboDrive: TDriveComboBox Left = 15 Top = 105 Width = 280 Height = 19 ParentShowHint = False ShowHint = True TabOrder = 0 TextCase = tcUpperCase OnChange = cboDriveChange end end object btnCopy: TButton Left = 161 Top = 228 Width = 75 Height = 22 Caption = 'Copy' Default = True ModalResult = 2 TabOrder = 1 OnClick = btnCopyClick end end