object DragForm: TDragForm Left = 288 Top = 115 BorderStyle = bsDialog Caption = 'Drag and Drop' ClientHeight = 413 ClientWidth = 329 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnClose = FormClose OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 233 Height = 13 AutoSize = False Caption = 'Label1' end object Label3: TLabel Left = 8 Top = 128 Width = 33 Height = 13 Caption = 'Ac&tion:' FocusControl = ComboBox1 end object Label4: TLabel Left = 8 Top = 176 Width = 63 Height = 13 Caption = '&Compression:' FocusControl = ComboBox2 end object GroupBox1: TGroupBox Left = 8 Top = 24 Width = 233 Height = 97 TabOrder = 0 object Label2: TLabel Left = 8 Top = 16 Width = 72 Height = 13 Caption = 'A&dd to archive:' end object Button3: TButton Left = 32 Top = 64 Width = 75 Height = 25 Caption = '&New...' TabOrder = 0 OnClick = Button3Click end object Button4: TButton Left = 120 Top = 64 Width = 75 Height = 25 Caption = '&Open...' TabOrder = 1 OnClick = Button4Click end object Edit1: TEdit97 Left = 8 Top = 34 Width = 217 Height = 19 TabOrder = 2 Text = 'Edit1' end end object ComboBox1: TComboBox Left = 8 Top = 144 Width = 233 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Add (and replace) files' 'Freshen existing files' 'Move files' 'Update (and add) files') TabOrder = 1 end object ComboBox2: TComboBox Left = 8 Top = 192 Width = 233 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Maximum (slowest)' 'Normal' 'Fast' 'Super fast' 'None') TabOrder = 4 end object GroupBox3: TGroupBox Left = 8 Top = 224 Width = 233 Height = 81 TabOrder = 5 object CheckBox2: TCheckBox Left = 8 Top = 16 Width = 185 Height = 17 Caption = 'Include system and hidden files' TabOrder = 0 end object CheckBox1: TCheckBox Left = 8 Top = 48 Width = 153 Height = 17 Caption = '&Save extra folder info' TabOrder = 1 end end object CorelButton1: TCorelButton Left = 248 Top = 376 Width = 75 Height = 23 Caption = '&Password...' TabOrder = 7 OnClick = CorelButton1Click end object GroupBox4: TGroupBox Left = 8 Top = 311 Width = 233 Height = 90 Caption = '&Multiple disk s&panning ' TabOrder = 6 object Label5: TLabel Left = 8 Top = 43 Width = 87 Height = 13 Caption = '&Max. Volume Size:' FocusControl = Edit971 end object Label6: TLabel Left = 8 Top = 67 Width = 85 Height = 13 Caption = 'FREE on 1st disk:' FocusControl = Edit972 end object ComboBox3: TComboBox Left = 8 Top = 16 Width = 161 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Automatic' 'Custum' 'No spanning...') TabOrder = 0 OnChange = ComboBox3Change end object Edit971: TEdit97 Left = 104 Top = 40 Width = 65 Height = 19 TabOrder = 1 Text = 'Edit971' end object Edit972: TEdit97 Left = 104 Top = 64 Width = 65 Height = 19 TabOrder = 2 Text = 'Edit972' end end object Button1: TCorelButton Left = 248 Top = 8 Width = 75 Height = 23 Caption = 'OK' Default = True TabOrder = 2 OnClick = Button1Click end object Button2: TCorelButton Left = 248 Top = 40 Width = 75 Height = 23 Caption = 'Cancel' TabOrder = 3 OnClick = Button2Click end object ZipMaster1: TZipMaster Verbose = False Trace = False AddCompLevel = 9 AddOptions = [] ExtrOptions = [] Unattended = False SFXOverWriteMode = OvrConfirm SFXCaption = 'Self-extracting Archive' KeepFreeOnDisk1 = 0 AddStoreSuffixes = [assGIF, assPNG, assZ, assZIP, assZOO, assARC, assLZH, assARJ, assTAZ, assTGZ, assLHA] OnProgress = ZipMaster1Progress OnMessage = ZipMaster1Message Left = 248 Top = 104 end object newbox: TOpenDialog OnShow = newboxShow Filter = 'ZIP files|*.zip' Options = [ofPathMustExist] Left = 248 Top = 72 end object Openbox: TOpenDialog OnShow = OpenboxShow Filter = 'Zip files|*.zip|Archives and .exe files|*.exe;*.zip' Options = [ofPathMustExist, ofFileMustExist] Left = 280 Top = 72 end end