home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / offline / oc_setup.exe / %MAINDIR% / oc.exe / 0 / RCDATA / TITEMFRAME / TITEMFRAME.txt
Encoding:
Text File  |  2002-10-30  |  3.1 KB  |  138 lines

  1. object ItemFrame: TItemFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 459
  5.   Height = 286
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = 11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object ActionList1: TActionList
  14.     Left = 168
  15.     Top = 124
  16.     object acOpen: TAction
  17.       Caption = 'Open'
  18.       ImageIndex = 10
  19.       OnExecute = acOpenExecute
  20.       OnUpdate = acOpenUpdate
  21.     end
  22.     object acOpenInNewWindow: TAction
  23.       Caption = 'Open in New Window'
  24.       OnExecute = acOpenInNewWindowExecute
  25.       OnUpdate = acOpenUpdate
  26.     end
  27.     object acExport: TAction
  28.       Caption = 'Save As ...'
  29.       ImageIndex = 4
  30.       OnExecute = acExportExecute
  31.       OnUpdate = acExportUpdate
  32.     end
  33.     object acRefresh: TAction
  34.       Caption = 'Refresh'
  35.       ImageIndex = 20
  36.       OnExecute = acRefreshExecute
  37.       OnUpdate = acRefreshUpdate
  38.     end
  39.     object acCreateTask: TAction
  40.       Caption = 'Create Task'
  41.       ImageIndex = 15
  42.       OnExecute = acCreateTaskExecute
  43.       OnUpdate = acCreateTaskUpdate
  44.     end
  45.     object acDelete: TAction
  46.       Caption = 'Delete'
  47.       ImageIndex = 49
  48.       ShortCut = 46
  49.       OnExecute = acDeleteExecute
  50.       OnUpdate = acDeleteUpdate
  51.     end
  52.     object acViewSource: TAction
  53.       Caption = 'View Source'
  54.       ImageIndex = 38
  55.       ShortCut = 114
  56.       OnExecute = acViewSourceExecute
  57.       OnUpdate = acOpenUpdate
  58.     end
  59.     object acProperties: TAction
  60.       Caption = 'Properties'
  61.       ImageIndex = 5
  62.       OnExecute = acPropertiesExecute
  63.       OnUpdate = acPropertiesUpdate
  64.     end
  65.     object acTestFilter: TAction
  66.       Caption = 'Test Filter'
  67.       ImageIndex = 51
  68.       OnExecute = acTestFilterExecute
  69.       OnUpdate = acTestFilterUpdate
  70.     end
  71.   end
  72.   object PopupMenu1: TxxxPopupMenu
  73.     Left = 140
  74.     Top = 124
  75.     object Open1: TMenuItem
  76.       Action = acOpen
  77.     end
  78.     object OpeninNewWindow1: TMenuItem
  79.       Action = acOpenInNewWindow
  80.     end
  81.     object ViewSource1: TMenuItem
  82.       Action = acViewSource
  83.     end
  84.     object N2: TMenuItem
  85.       Caption = '-'
  86.     end
  87.     object CreateTask1: TMenuItem
  88.       Action = acCreateTask
  89.     end
  90.     object acRefresh1: TMenuItem
  91.       Action = acRefresh
  92.     end
  93.     object Delete1: TMenuItem
  94.       Action = acDelete
  95.     end
  96.     object Export1: TMenuItem
  97.       Action = acExport
  98.     end
  99.     object N1: TMenuItem
  100.       Caption = '-'
  101.     end
  102.     object Legend1: TMenuItem
  103.       Caption = 'Legend'
  104.       OnClick = Legend1Click
  105.     end
  106.     object N3: TMenuItem
  107.       Caption = '-'
  108.     end
  109.     object TestFilter1: TMenuItem
  110.       Action = acTestFilter
  111.     end
  112.     object Properties1: TMenuItem
  113.       Action = acProperties
  114.     end
  115.   end
  116.   object DropFileSource1: TDropFileSource
  117.     Dragtypes = [dtMove]
  118.     OnDrop = DropFileSource1Drop
  119.     ImageIndex = 0
  120.     ShowImage = False
  121.     ImageHotSpotX = 16
  122.     ImageHotSpotY = 16
  123.     OnBeforeGetDate = DropFileSource1BeforeGetDate
  124.     Left = 252
  125.     Top = 125
  126.   end
  127.   object SaveDialog1: TAgSaveDialog
  128.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  129.     ShowPlacesBar = True
  130.     Left = 196
  131.     Top = 124
  132.   end
  133.   object DirDialog1: TDirDialog
  134.     Left = 224
  135.     Top = 124
  136.   end
  137. end
  138.