home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / pc / software / finanzen / finanz / apwin95.exe / SHRLK20.OC_ / SHRLK20.OC / 0 / RCDATA / TFRMREGISTRY / TFRMREGISTRY.txt
Text File  |  1997-11-17  |  3KB  |  129 lines

  1. object frmRegistry: TfrmRegistry
  2.   Left = 275
  3.   Top = 368
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Select Registry Key'
  6.   ClientHeight = 264
  7.   ClientWidth = 488
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 312
  19.     Width = 18
  20.     Height = 13
  21.     Caption = '&Key'
  22.     FocusControl = txtKey
  23.     Visible = False
  24.   end
  25.   object Label5: TLabel
  26.     Left = 8
  27.     Top = 36
  28.     Width = 45
  29.     Height = 13
  30.     Caption = '&Sub Keys'
  31.     FocusControl = lbSubKeys
  32.   end
  33.   object Label4: TLabel
  34.     Left = 8
  35.     Top = 12
  36.     Width = 23
  37.     Height = 13
  38.     Caption = '&Root'
  39.     FocusControl = cmbRoot
  40.   end
  41.   object Label2: TLabel
  42.     Left = 8
  43.     Top = 208
  44.     Width = 41
  45.     Height = 13
  46.     Caption = '&Location'
  47.     FocusControl = txtLocation
  48.   end
  49.   object btnOk: TButton
  50.     Left = 327
  51.     Top = 234
  52.     Width = 75
  53.     Height = 23
  54.     Caption = 'OK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 3
  58.     OnClick = btnOkClick
  59.   end
  60.   object btnCancel: TButton
  61.     Left = 407
  62.     Top = 234
  63.     Width = 75
  64.     Height = 23
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 4
  69.   end
  70.   object txtKey: TEdit
  71.     Left = 16
  72.     Top = 308
  73.     Width = 417
  74.     Height = 21
  75.     Hint = 
  76.       'This is the key where the registration information will be kept.' +
  77.       ' You may modify this key.'
  78.     TabStop = False
  79.     ParentShowHint = False
  80.     ShowHint = True
  81.     TabOrder = 5
  82.     Visible = False
  83.   end
  84.   object lbSubKeys: TListBox
  85.     Left = 64
  86.     Top = 32
  87.     Width = 417
  88.     Height = 169
  89.     ItemHeight = 13
  90.     TabOrder = 1
  91.     OnClick = lbSubKeysClick
  92.     OnDblClick = lbSubKeysDblClick
  93.   end
  94.   object cmbRoot: TComboBox
  95.     Left = 64
  96.     Top = 8
  97.     Width = 417
  98.     Height = 21
  99.     Style = csDropDownList
  100.     ItemHeight = 13
  101.     Items.Strings = (
  102.       'HKEY_CLASSES_ROOT'
  103.       'HKEY_CURRENT_USER'
  104.       'HKEY_LOCAL_MACHINE'
  105.       'HKEY_USERS'
  106.       'HKEY_CURRENT_CONFIG'
  107.       'HKEY_DYN_DATA')
  108.     TabOrder = 0
  109.     OnChange = cmbRootChange
  110.   end
  111.   object txtLocation: TEdit
  112.     Left = 64
  113.     Top = 204
  114.     Width = 417
  115.     Height = 21
  116.     Hint = 
  117.       'This is the key where the registration information will be kept.' +
  118.       ' You may modify this key.'
  119.     Font.Color = clRed
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = []
  123.     ParentFont = False
  124.     ParentShowHint = False
  125.     ShowHint = True
  126.     TabOrder = 2
  127.   end
  128. end
  129.