home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / sharewar / inftool / INFTool.exe / 0 / RCDATA / TFRMREGADD / TFRMREGADD.txt
Text File  |  1998-03-15  |  4KB  |  207 lines

  1. object frmRegAdd: TfrmRegAdd
  2.   Tag = 1
  3.   Left = 230
  4.   Top = 192
  5.   ActiveControl = rgRoot
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Add the following key to the registry:'
  9.   ClientHeight = 313
  10.   ClientWidth = 486
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 385
  24.     Height = 297
  25.     Shape = bsFrame
  26.     Style = bsRaised
  27.   end
  28.   object Label2: TLabel
  29.     Tag = 16
  30.     Left = 28
  31.     Top = 110
  32.     Width = 68
  33.     Height = 14
  34.     AutoSize = False
  35.     Caption = 'Subkey*:'
  36.   end
  37.   object Label3: TLabel
  38.     Tag = 17
  39.     Left = 28
  40.     Top = 158
  41.     Width = 68
  42.     Height = 14
  43.     AutoSize = False
  44.     Caption = 'Value-Name:'
  45.     FocusControl = edRegVN
  46.   end
  47.   object Label4: TLabel
  48.     Tag = 18
  49.     Left = 28
  50.     Top = 206
  51.     Width = 68
  52.     Height = 14
  53.     AutoSize = False
  54.     Caption = 'Flag:'
  55.   end
  56.   object Label5: TLabel
  57.     Tag = 19
  58.     Left = 28
  59.     Top = 238
  60.     Width = 68
  61.     Height = 14
  62.     AutoSize = False
  63.     Caption = 'Value:'
  64.   end
  65.   object Label1: TLabel
  66.     Tag = 11
  67.     Left = 100
  68.     Top = 130
  69.     Width = 280
  70.     Height = 14
  71.     AutoSize = False
  72.     Caption = 'Example: Software\SuperSoft\DeskMagic'
  73.     Font.Charset = ANSI_CHARSET
  74.     Font.Color = clGray
  75.     Font.Height = -11
  76.     Font.Name = 'Arial'
  77.     Font.Style = []
  78.     ParentFont = False
  79.   end
  80.   object Label6: TLabel
  81.     Tag = 12
  82.     Left = 100
  83.     Top = 178
  84.     Width = 280
  85.     Height = 14
  86.     AutoSize = False
  87.     Caption = 'Example: DefaultUser'
  88.     Font.Charset = ANSI_CHARSET
  89.     Font.Color = clGray
  90.     Font.Height = -11
  91.     Font.Name = 'Arial'
  92.     Font.Style = []
  93.     ParentFont = False
  94.   end
  95.   object Label7: TLabel
  96.     Tag = 13
  97.     Left = 100
  98.     Top = 258
  99.     Width = 280
  100.     Height = 14
  101.     AutoSize = False
  102.     Caption = 'Example: Miller   or    00,00,00,00,FF,01'
  103.     Font.Charset = ANSI_CHARSET
  104.     Font.Color = clGray
  105.     Font.Height = -11
  106.     Font.Name = 'Arial'
  107.     Font.Style = []
  108.     ParentFont = False
  109.   end
  110.   object Label8: TLabel
  111.     Tag = 14
  112.     Left = 27
  113.     Top = 284
  114.     Width = 358
  115.     Height = 14
  116.     AutoSize = False
  117.     Caption = 
  118.       'Note: Fields marked with a  *  are required for proper operation' +
  119.       '.'
  120.     Font.Charset = ANSI_CHARSET
  121.     Font.Color = clNavy
  122.     Font.Height = -11
  123.     Font.Name = 'Arial'
  124.     Font.Style = []
  125.     ParentFont = False
  126.   end
  127.   object btnOK: TBitBtn
  128.     Tag = 2
  129.     Left = 400
  130.     Top = 13
  131.     Width = 81
  132.     Height = 25
  133.     Caption = '&Add'
  134.     TabOrder = 5
  135.     OnClick = btnOKClick
  136.     Kind = bkOK
  137.   end
  138.   object btnCancel: TBitBtn
  139.     Tag = 3
  140.     Left = 400
  141.     Top = 45
  142.     Width = 81
  143.     Height = 25
  144.     Caption = '&Cancel'
  145.     TabOrder = 6
  146.     Kind = bkCancel
  147.   end
  148.   object rgRoot: TRadioGroup
  149.     Tag = 10
  150.     Left = 20
  151.     Top = 21
  152.     Width = 349
  153.     Height = 60
  154.     Caption = ' ..at &Root-Key*: '
  155.     Columns = 2
  156.     Items.Strings = (
  157.       'HKEY_CLASSES_ROOT'
  158.       'HKEY_CURRENT_USER'
  159.       'HKEY_LOCAL_MACHINE'
  160.       'HKEY_USERS'
  161.       'HKEY_CURRENT_CONFIG'
  162.       'HKEY_DYN_DATA')
  163.     TabOrder = 0
  164.   end
  165.   object edRegVN: TEdit
  166.     Tag = 17
  167.     Left = 96
  168.     Top = 153
  169.     Width = 281
  170.     Height = 22
  171.     TabOrder = 2
  172.   end
  173.   object cbRegFlg: TComboBox
  174.     Tag = 18
  175.     Left = 96
  176.     Top = 200
  177.     Width = 282
  178.     Height = 22
  179.     Style = csDropDownList
  180.     ItemHeight = 14
  181.     TabOrder = 3
  182.     OnChange = cbRegFlgChange
  183.   end
  184.   object edRegVal: TMaskEdit
  185.     Tag = 19
  186.     Left = 95
  187.     Top = 235
  188.     Width = 282
  189.     Height = 22
  190.     TabOrder = 4
  191.   end
  192.   object cbRegSub: TComboBox
  193.     Tag = 20
  194.     Left = 96
  195.     Top = 104
  196.     Width = 281
  197.     Height = 22
  198.     ItemHeight = 14
  199.     TabOrder = 1
  200.   end
  201.   object t1: TTranslate
  202.     Tag = 450
  203.     Left = 429
  204.     Top = 158
  205.   end
  206. end
  207.