home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 October / PCWorld_2000-10_cd2.bin / Borland / interbase / IBConsole_src.ZIP / ibconsole / frmuTools.dfm < prev    next >
Text File  |  2000-06-08  |  2KB  |  91 lines

  1. inherited frmTools: TfrmTools
  2.   Left = 1043
  3.   Top = 240
  4.   ActiveControl = lbTools
  5.   Caption = 'Tools'
  6.   ClientHeight = 255
  7.   ClientWidth = 305
  8.   OldCreateOrder = True
  9.   OnShow = FormShow
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Label1: TLabel
  13.     Left = 7
  14.     Top = 0
  15.     Width = 83
  16.     Height = 13
  17.     Caption = 'Configured &Tools:'
  18.   end
  19.   object btnAdd: TButton
  20.     Left = 211
  21.     Top = 15
  22.     Width = 75
  23.     Height = 25
  24.     Action = ToolAdd
  25.     Default = True
  26.     TabOrder = 0
  27.   end
  28.   object btnDelete: TButton
  29.     Left = 211
  30.     Top = 48
  31.     Width = 75
  32.     Height = 25
  33.     Action = ToolDelete
  34.     TabOrder = 1
  35.   end
  36.   object btnEdit: TButton
  37.     Left = 211
  38.     Top = 80
  39.     Width = 75
  40.     Height = 25
  41.     Action = ToolEdit
  42.     TabOrder = 2
  43.   end
  44.   object lbTools: TListBox
  45.     Left = 7
  46.     Top = 16
  47.     Width = 193
  48.     Height = 226
  49.     ItemHeight = 16
  50.     Style = lbOwnerDrawFixed
  51.     TabOrder = 3
  52.     OnDrawItem = lbToolsDrawItem
  53.   end
  54.   object Button1: TButton
  55.     Left = 218
  56.     Top = 216
  57.     Width = 75
  58.     Height = 25
  59.     Caption = '&Close'
  60.     ModalResult = 1
  61.     TabOrder = 4
  62.   end
  63.   object btnActions: TActionList
  64.     Left = 236
  65.     Top = 169
  66.     object ToolAdd: TAction
  67.       Caption = '&Add'
  68.       OnExecute = ToolAddExecute
  69.     end
  70.     object ToolDelete: TAction
  71.       Caption = '&Delete'
  72.       OnExecute = ToolDeleteExecute
  73.       OnUpdate = ToolDeleteUpdate
  74.     end
  75.     object ToolEdit: TAction
  76.       Caption = '&Edit'
  77.       OnExecute = ToolEditExecute
  78.       OnUpdate = ToolDeleteUpdate
  79.     end
  80.     object ToolBtnUp: TAction
  81.       ShortCut = 16469
  82.     end
  83.     object ToolBtnDown: TAction
  84.       ShortCut = 16452
  85.     end
  86.     object ToolBtnClose: TAction
  87.       Caption = '&Close'
  88.     end
  89.   end
  90. end
  91.