object frmApplyfromReg: TfrmApplyfromReg Left = 342 Top = 235 HelpContext = 180 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Apply from REGEDIT4 File' ClientHeight = 164 ClientWidth = 262 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poDefaultPosOnly OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Label1: TLabel Left = 20 Top = 68 Width = 97 Height = 14 Caption = '®EDIT4 File Name' FocusControl = edFileName end object Label2: TLabel Left = 20 Top = 12 Width = 225 Height = 41 AutoSize = False Caption = 'All keys and values from the chosen file will be added or change' + 'd in the registry of the selected computers. ' WordWrap = True end object btnRun: TButton Left = 170 Top = 128 Width = 75 Height = 25 Caption = '&Run' TabOrder = 0 OnClick = btnRunClick end object btnStop: TButton Left = 20 Top = 128 Width = 75 Height = 25 Caption = '&Stop' TabOrder = 1 OnClick = btnStopClick end object edFileName: TEdit Left = 20 Top = 84 Width = 197 Height = 22 TabOrder = 2 end object Button3: TButton Left = 220 Top = 84 Width = 25 Height = 22 Caption = '...' TabOrder = 3 OnClick = Button3Click end object OD1: TOpenDialog DefaultExt = 'REG' Filter = 'Registry Import Files|*.reg|All Files|*.*' Left = 120 Top = 128 end end