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

  1. inherited frmAddTools: TfrmAddTools
  2.   Left = 692
  3.   Top = 402
  4.   ActiveControl = edtTitle
  5.   Caption = 'Tool Properties'
  6.   ClientHeight = 151
  7.   ClientWidth = 552
  8.   OldCreateOrder = True
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object Label1: TLabel
  12.     Left = 20
  13.     Top = 27
  14.     Width = 23
  15.     Height = 13
  16.     Caption = '&Title:'
  17.     FocusControl = edtTitle
  18.   end
  19.   object Label2: TLabel
  20.     Left = 20
  21.     Top = 57
  22.     Width = 39
  23.     Height = 13
  24.     Caption = '&Program'
  25.     FocusControl = edtProgram
  26.   end
  27.   object Label3: TLabel
  28.     Left = 21
  29.     Top = 87
  30.     Width = 59
  31.     Height = 13
  32.     Caption = '&Working Dir:'
  33.     FocusControl = edtWorkingDir
  34.   end
  35.   object Label4: TLabel
  36.     Left = 21
  37.     Top = 118
  38.     Width = 56
  39.     Height = 13
  40.     Caption = 'P&arameters:'
  41.     FocusControl = edtParams
  42.   end
  43.   object edtTitle: TEdit
  44.     Left = 98
  45.     Top = 17
  46.     Width = 355
  47.     Height = 21
  48.     TabOrder = 0
  49.   end
  50.   object edtProgram: TEdit
  51.     Left = 98
  52.     Top = 47
  53.     Width = 355
  54.     Height = 21
  55.     TabOrder = 1
  56.   end
  57.   object edtWorkingDir: TEdit
  58.     Left = 98
  59.     Top = 78
  60.     Width = 355
  61.     Height = 21
  62.     TabOrder = 2
  63.   end
  64.   object edtParams: TEdit
  65.     Left = 98
  66.     Top = 108
  67.     Width = 355
  68.     Height = 21
  69.     TabOrder = 3
  70.   end
  71.   object btnOK: TButton
  72.     Left = 467
  73.     Top = 21
  74.     Width = 75
  75.     Height = 25
  76.     Caption = '&OK'
  77.     Default = True
  78.     ModalResult = 1
  79.     TabOrder = 4
  80.   end
  81.   object btnCancel: TButton
  82.     Left = 467
  83.     Top = 58
  84.     Width = 75
  85.     Height = 25
  86.     Cancel = True
  87.     Caption = '&Cancel'
  88.     ModalResult = 2
  89.     TabOrder = 5
  90.   end
  91.   object btnBrowse: TButton
  92.     Left = 467
  93.     Top = 97
  94.     Width = 75
  95.     Height = 25
  96.     Caption = '&Browse'
  97.     TabOrder = 6
  98.     OnClick = btnBrowseClick
  99.   end
  100. end
  101.