object EditForm: TEditForm Left = 245 Top = 228 ActiveControl = CommandEdit BorderStyle = bsDialog Caption = 'Uninstall Command' ClientHeight = 168 ClientWidth = 294 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter ShowHint = True PixelsPerInch = 96 TextHeight = 13 object OKButton: TButton Left = 128 Top = 134 Width = 75 Height = 25 Hint = 'Validate the current settings and close this dialog box' Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 208 Top = 134 Width = 75 Height = 25 Hint = 'Cancel the current settings and close this dialog box' Cancel = True Caption = 'C&ancel' ModalResult = 2 TabOrder = 2 end object CommandPanel: TPanel Left = 8 Top = 10 Width = 277 Height = 113 BevelInner = bvRaised BevelOuter = bvLowered UseDockManager = False TabOrder = 0 object CommandLabel: TLabel Left = 16 Top = 12 Width = 50 Height = 13 Caption = '&Command:' FocusControl = CommandEdit Transparent = True end object ParamsLabel: TLabel Left = 16 Top = 60 Width = 56 Height = 13 Caption = '&Parameters:' FocusControl = ParamsEdit Transparent = True end object CommandEdit: TEdit Left = 16 Top = 28 Width = 245 Height = 21 Hint = 'Allow editing the uninstall command line' AutoSelect = False TabOrder = 0 end object ParamsEdit: TEdit Left = 16 Top = 76 Width = 245 Height = 21 Hint = 'Allow editing the uninstall parameters' AutoSelect = False TabOrder = 1 end end end