home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / registar / reglite.exe / RL.EXE / 0 / RCDATA / TSELECTKEYFORM / TSELECTKEYFORM.txt
Encoding:
Text File  |  2002-08-11  |  3.5 KB  |  136 lines

  1. object SelectKeyForm: TSelectKeyForm
  2.   Left = 551
  3.   Top = 350
  4.   Width = 321
  5.   Height = 434
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Select a registry key...'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 313
  23.     Height = 393
  24.     Align = alTop
  25.     BevelOuter = bvNone
  26.     BorderWidth = 4
  27.     Caption = 'Panel1'
  28.     TabOrder = 0
  29.     object RegTreeView: TRegTreeView
  30.       Left = 4
  31.       Top = 4
  32.       Width = 305
  33.       Height = 355
  34.       Align = alClient
  35.       Images = MainForm.listSmall
  36.       Indent = 19
  37.       TabOrder = 0
  38.       Items.Data = {
  39.         01000000210000000800000008000000FFFFFFFFFFFFFFFFE903000005000000
  40.         0852656769737472792A0000000F0000000D000000FFFFFFFFFFFFFFFFEA0300
  41.         000000000011484B45595F434C41535345535F524F4F542C0000000F0000000D
  42.         000000FFFFFFFFFFFFFFFFEA0300000000000013484B45595F43555252454E54
  43.         5F434F4E4649472A000000100000000D000000FFFFFFFFFFFFFFFFEA03000000
  44.         00000011484B45595F43555252454E545F555345522B0000000F0000000D0000
  45.         00FFFFFFFFFFFFFFFFEA0300000000000012484B45595F4C4F43414C5F4D4143
  46.         48494E45230000000F0000000D000000FFFFFFFFFFFFFFFFEA03000000000000
  47.         0A484B45595F5553455253}
  48.       TopRootKey = 2147483647
  49.       CurrentRootKey = 2147483647
  50.     end
  51.     object CoolBar1: TCoolBar
  52.       Left = 4
  53.       Top = 359
  54.       Width = 305
  55.       Height = 30
  56.       Align = alBottom
  57.       Bands = <
  58.         item
  59.           Control = ToolBar1
  60.           ImageIndex = -1
  61.           MinHeight = 30
  62.           Width = 305
  63.         end>
  64.       EdgeInner = esNone
  65.       EdgeOuter = esNone
  66.       object ToolBar1: TToolBar
  67.         Tag = 2
  68.         Left = 9
  69.         Top = 0
  70.         Width = 292
  71.         Height = 30
  72.         Align = alBottom
  73.         ButtonHeight = 30
  74.         ButtonWidth = 31
  75.         Caption = 'ToolBarButtons'
  76.         DisabledImages = MainForm.ImageListToolbarDisabled
  77.         EdgeBorders = []
  78.         EdgeInner = esNone
  79.         EdgeOuter = esNone
  80.         Flat = True
  81.         HotImages = MainForm.ImageListSaturated
  82.         Images = MainForm.ImageListToolbar
  83.         ParentShowHint = False
  84.         ShowHint = True
  85.         TabOrder = 0
  86.         Transparent = True
  87.         Wrapable = False
  88.         object ButtonOk: TSpeedButton
  89.           Left = 0
  90.           Top = 0
  91.           Width = 61
  92.           Height = 30
  93.           Caption = 'Ok'
  94.           Flat = True
  95.           Transparent = False
  96.           OnClick = ButtonOkClick
  97.         end
  98.         object ToolButton1: TToolButton
  99.           Left = 61
  100.           Top = 0
  101.           Width = 8
  102.           Caption = 'ToolButton1'
  103.           ImageIndex = 7
  104.           Style = tbsSeparator
  105.         end
  106.         object ButtonCancel: TSpeedButton
  107.           Left = 69
  108.           Top = 0
  109.           Width = 64
  110.           Height = 30
  111.           Caption = 'Cancel'
  112.           Flat = True
  113.           Transparent = False
  114.           OnClick = ButtonCancelClick
  115.         end
  116.         object ToolButton3: TToolButton
  117.           Left = 133
  118.           Top = 0
  119.           Width = 8
  120.           Caption = 'ToolButton3'
  121.           ImageIndex = 7
  122.           Style = tbsSeparator
  123.         end
  124.         object ButtonBack: TToolButton
  125.           Left = 141
  126.           Top = 0
  127.           Hint = 'Back'
  128.           HelpType = htKeyword
  129.           Caption = 'ButtonBack'
  130.           ImageIndex = 17
  131.         end
  132.       end
  133.     end
  134.   end
  135. end
  136.