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

  1. object frmApplyfromReg: TfrmApplyfromReg
  2.   Left = 342
  3.   Top = 235
  4.   HelpContext = 180
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Apply from REGEDIT4 File'
  8.   ClientHeight = 164
  9.   ClientWidth = 262
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Position = poDefaultPosOnly
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Label1: TLabel
  20.     Left = 20
  21.     Top = 68
  22.     Width = 97
  23.     Height = 14
  24.     Caption = '®EDIT4 File Name'
  25.     FocusControl = edFileName
  26.   end
  27.   object Label2: TLabel
  28.     Left = 20
  29.     Top = 12
  30.     Width = 225
  31.     Height = 41
  32.     AutoSize = False
  33.     Caption = 
  34.       'All keys and values from the chosen file will be added or change' +
  35.       'd in the registry of the selected computers.  '
  36.     WordWrap = True
  37.   end
  38.   object btnRun: TButton
  39.     Left = 170
  40.     Top = 128
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Run'
  44.     TabOrder = 0
  45.     OnClick = btnRunClick
  46.   end
  47.   object btnStop: TButton
  48.     Left = 20
  49.     Top = 128
  50.     Width = 75
  51.     Height = 25
  52.     Caption = '&Stop'
  53.     TabOrder = 1
  54.     OnClick = btnStopClick
  55.   end
  56.   object edFileName: TEdit
  57.     Left = 20
  58.     Top = 84
  59.     Width = 197
  60.     Height = 22
  61.     TabOrder = 2
  62.   end
  63.   object Button3: TButton
  64.     Left = 220
  65.     Top = 84
  66.     Width = 25
  67.     Height = 22
  68.     Caption = '...'
  69.     TabOrder = 3
  70.     OnClick = Button3Click
  71.   end
  72.   object OD1: TOpenDialog
  73.     DefaultExt = 'REG'
  74.     Filter = 'Registry Import Files|*.reg|All Files|*.*'
  75.     Left = 120
  76.     Top = 128
  77.   end
  78. end
  79.