home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Registry / Mregchg / _SETUP.1 / mregchg.exe / 0 / RCDATA / TFRMAPPLYFROMFILE / TFRMAPPLYFROMFILE.txt
Text File  |  1998-04-08  |  2KB  |  97 lines

  1. object frmApplyFromFile: TfrmApplyFromFile
  2.   Left = 276
  3.   Top = 219
  4.   HelpContext = 210
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Apply From File'
  8.   ClientHeight = 167
  9.   ClientWidth = 249
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Position = poDefaultPosOnly
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 223
  24.     Height = 14
  25.     Caption = 'Apply registry changes from the following file:'
  26.   end
  27.   object edFileName: TEdit
  28.     Left = 16
  29.     Top = 44
  30.     Width = 197
  31.     Height = 22
  32.     TabOrder = 0
  33.   end
  34.   object btnRun: TButton
  35.     Left = 162
  36.     Top = 132
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&Run'
  40.     TabOrder = 3
  41.     OnClick = btnRunClick
  42.   end
  43.   object btnStop: TButton
  44.     Left = 16
  45.     Top = 132
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&Stop'
  49.     Enabled = False
  50.     TabOrder = 4
  51.     OnClick = btnStopClick
  52.   end
  53.   object btnBrowse: TButton
  54.     Left = 216
  55.     Top = 44
  56.     Width = 21
  57.     Height = 21
  58.     Caption = '...'
  59.     Default = True
  60.     TabOrder = 1
  61.     OnClick = btnBrowseClick
  62.   end
  63.   object GroupBox1: TGroupBox
  64.     Left = 16
  65.     Top = 78
  66.     Width = 221
  67.     Height = 41
  68.     Caption = 'Action if Key Not Found'
  69.     TabOrder = 2
  70.     object rbCreatekey: TRadioButton
  71.       Left = 8
  72.       Top = 16
  73.       Width = 109
  74.       Height = 17
  75.       Caption = 'Create Ke&y'
  76.       Checked = True
  77.       TabOrder = 0
  78.       TabStop = True
  79.     end
  80.     object rbIgnorekey: TRadioButton
  81.       Left = 124
  82.       Top = 16
  83.       Width = 89
  84.       Height = 17
  85.       Caption = '&Ignore entry'
  86.       TabOrder = 1
  87.     end
  88.   end
  89.   object OD1: TOpenDialog
  90.     DefaultExt = '*.txt'
  91.     FileName = 'import.txt'
  92.     Filter = 'Text Files|*.txt|All Files|*.*'
  93.     Left = 116
  94.     Top = 132
  95.   end
  96. end
  97.