home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Software / Servis / Smartuni / SUn.exe / 0 / RCDATA / TEDITFORM / TEDITFORM.txt
Text File  |  1999-03-20  |  2KB  |  89 lines

  1. object EditForm: TEditForm
  2.   Left = 245
  3.   Top = 228
  4.   ActiveControl = CommandEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Uninstall Command'
  7.   ClientHeight = 168
  8.   ClientWidth = 294
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object OKButton: TButton
  21.     Left = 128
  22.     Top = 134
  23.     Width = 75
  24.     Height = 25
  25.     Hint = 'Validate the current settings and close this dialog box'
  26.     Caption = '&OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 1
  30.   end
  31.   object CancelButton: TButton
  32.     Left = 208
  33.     Top = 134
  34.     Width = 75
  35.     Height = 25
  36.     Hint = 'Cancel the current settings and close this dialog box'
  37.     Cancel = True
  38.     Caption = 'C&ancel'
  39.     ModalResult = 2
  40.     TabOrder = 2
  41.   end
  42.   object CommandPanel: TPanel
  43.     Left = 8
  44.     Top = 10
  45.     Width = 277
  46.     Height = 113
  47.     BevelInner = bvRaised
  48.     BevelOuter = bvLowered
  49.     UseDockManager = False
  50.     TabOrder = 0
  51.     object CommandLabel: TLabel
  52.       Left = 16
  53.       Top = 12
  54.       Width = 50
  55.       Height = 13
  56.       Caption = '&Command:'
  57.       FocusControl = CommandEdit
  58.       Transparent = True
  59.     end
  60.     object ParamsLabel: TLabel
  61.       Left = 16
  62.       Top = 60
  63.       Width = 56
  64.       Height = 13
  65.       Caption = '&Parameters:'
  66.       FocusControl = ParamsEdit
  67.       Transparent = True
  68.     end
  69.     object CommandEdit: TEdit
  70.       Left = 16
  71.       Top = 28
  72.       Width = 245
  73.       Height = 21
  74.       Hint = 'Allow editing the uninstall command line'
  75.       AutoSelect = False
  76.       TabOrder = 0
  77.     end
  78.     object ParamsEdit: TEdit
  79.       Left = 16
  80.       Top = 76
  81.       Width = 245
  82.       Height = 21
  83.       Hint = 'Allow editing the uninstall parameters'
  84.       AutoSelect = False
  85.       TabOrder = 1
  86.     end
  87.   end
  88. end
  89.