home *** CD-ROM | disk | FTP | other *** search
/ PC/CD FUN 24 / cdimage.iso / Vrac / Win95 / CTXMORE / CtxMore.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1996-10-27  |  3KB  |  149 lines

  1. object Form1: TForm1
  2.   Left = 232
  3.   Top = 104
  4.   Width = 563
  5.   Height = 320
  6.   Caption = '..more configuration'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Edit1: TEdit
  18.     Left = 96
  19.     Top = 424
  20.     Width = 137
  21.     Height = 21
  22.     TabOrder = 0
  23.     Text = 'Edit1'
  24.     Visible = False
  25.     OnKeyDown = Edit1KeyDown
  26.   end
  27.   object Panel1: TPanel
  28.     Left = 0
  29.     Top = 0
  30.     Width = 555
  31.     Height = 275
  32.     Align = alClient
  33.     BevelOuter = bvNone
  34.     TabOrder = 1
  35.     object MenuTree: TTreeView
  36.       Left = 0
  37.       Top = 0
  38.       Width = 185
  39.       Height = 244
  40.       ShowRoot = False
  41.       DragMode = dmAutomatic
  42.       HideSelection = False
  43.       Indent = 16
  44.       OnEditing = MenuTreeEditing
  45.       OnEdited = MenuTreeEdited
  46.       OnGetImageIndex = MenuTreeGetImageIndex
  47.       Align = alLeft
  48.       ParentColor = False
  49.       TabOrder = 0
  50.       OnClick = MenuTreeClick
  51.       OnDragDrop = MenuTreeDragDrop
  52.       OnDragOver = MenuTreeDragOver
  53.       OnStartDrag = MenuTreeStartDrag
  54.       OnKeyDown = MenuTreeKeyDown
  55.     end
  56.     object TreeSource: TListView
  57.       Left = 186
  58.       Top = 0
  59.       Width = 369
  60.       Height = 244
  61.       Hint = 
  62.         'Here you'#39'll find all available operation that can be displayed i' +
  63.         'n the menu.'
  64.       Align = alClient
  65.       Columns = <
  66.         item
  67.           Caption = 'Operation'
  68.           Width = 58
  69.           WidthType = (
  70.             -2)
  71.         end
  72.         item
  73.           Caption = 'Description'
  74.           Width = 12
  75.           WidthType = (
  76.             -1)
  77.         end>
  78.       DragMode = dmAutomatic
  79.       ReadOnly = False
  80.       HideSelection = False
  81.       MultiSelect = True
  82.       OnEditing = TreeSourceEditing
  83.       OnDragDrop = MenuTreeDragDrop
  84.       OnDragOver = TreeSourceDragOver
  85.       OnStartDrag = MenuTreeStartDrag
  86.       ParentShowHint = False
  87.       ShowHint = False
  88.       TabOrder = 1
  89.       ViewStyle = vsReport
  90.       OnKeyDown = TreeSourceKeyDown
  91.       SmallImages = IconList
  92.     end
  93.     object Panel2: TPanel
  94.       Left = 0
  95.       Top = 244
  96.       Width = 555
  97.       Height = 31
  98.       Align = alBottom
  99.       BevelOuter = bvLowered
  100.       TabOrder = 2
  101.       object Button5: TButton
  102.         Left = 376
  103.         Top = 4
  104.         Width = 75
  105.         Height = 23
  106.         Caption = 'Exit'
  107.         TabOrder = 0
  108.         OnClick = Button5Click
  109.       end
  110.       object Button4: TButton
  111.         Left = 456
  112.         Top = 4
  113.         Width = 75
  114.         Height = 23
  115.         Caption = 'Change'
  116.         TabOrder = 1
  117.         OnClick = Button4Click
  118.       end
  119.     end
  120.     object Panel3: TPanel
  121.       Left = 185
  122.       Top = 0
  123.       Width = 1
  124.       Height = 244
  125.       Cursor = crSizeWE
  126.       Align = alLeft
  127.       BevelOuter = bvNone
  128.       TabOrder = 3
  129.       OnMouseDown = Panel3MouseDown
  130.       OnMouseMove = Panel3MouseMove
  131.       OnMouseUp = Panel3MouseUp
  132.     end
  133.   end
  134.   object StatusBar1: TStatusBar
  135.     Left = 0
  136.     Top = 275
  137.     Width = 555
  138.     Height = 19
  139.     Panels = <>
  140.     ParentShowHint = False
  141.     ShowHint = False
  142.     SimplePanel = True
  143.   end
  144.   object IconList: TImageList
  145.     Left = 664
  146.     Top = 200
  147.   end
  148. end
  149.