object WCMEditForm: TWCMEditForm Left = 339 Top = 134 Width = 365 Height = 187 HelpContext = 90 Caption = 'Add to campaign' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 15 Top = 12 Width = 82 Height = 16 Caption = 'Archive &name' FocusControl = EdName end object Label2: TLabel Left = 248 Top = 12 Width = 41 Height = 16 Caption = '&Entry #' FocusControl = EdEntry end object Label4: TLabel Left = 11 Top = 76 Width = 22 Height = 16 Caption = '&File' FocusControl = EdFile end object EdEntry: TEdit Left = 296 Top = 8 Width = 57 Height = 24 TabOrder = 0 Text = '0' end object EdName: TComboBox Left = 104 Top = 8 Width = 121 Height = 24 ItemHeight = 16 Items.Strings = ( 'MAINDAT.WAR' 'MUDDAT.CUD' 'REZDAT.WAR' 'SFXDAT.SUD' 'STRDAT.WAR') TabOrder = 1 end object EdFile: TEdit Left = 40 Top = 72 Width = 233 Height = 24 TabOrder = 2 end object BtBrowse: TButton Left = 280 Top = 72 Width = 75 Height = 25 Caption = '&Browse...' TabOrder = 3 OnClick = BtBrowseClick end object RbBefore: TRadioButton Left = 24 Top = 44 Width = 105 Height = 17 Caption = 'Insert &before' Enabled = False TabOrder = 4 end object RbReplace: TRadioButton Left = 144 Top = 44 Width = 89 Height = 17 Caption = '&Replace' Checked = True TabOrder = 5 TabStop = True end object RbAfter: TRadioButton Left = 248 Top = 44 Width = 105 Height = 17 Caption = 'Insert &after' Enabled = False TabOrder = 6 end object BtOk: TButton Left = 8 Top = 128 Width = 75 Height = 25 Caption = '&Ok' Default = True TabOrder = 7 OnClick = BtOkClick end object Button1: TButton Left = 280 Top = 128 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 8 end object CbCompress: TCheckBox Left = 128 Top = 104 Width = 97 Height = 17 Caption = '&Compress' State = cbChecked TabOrder = 9 end object OpenDialog: TOpenDialog FileEditStyle = fsEdit Filter = 'All files (*.*)|*.*' Options = [ofPathMustExist, ofFileMustExist] Title = 'Select file to add' Left = 232 Top = 120 end end