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

  1. inherited frmDescription: TfrmDescription
  2.   Left = 684
  3.   Top = 370
  4.   Caption = 'Edit Description'
  5.   ClientHeight = 273
  6.   ClientWidth = 310
  7.   OldCreateOrder = True
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object reDescription: TRichEditX
  11.     Left = 0
  12.     Top = 0
  13.     Width = 310
  14.     Height = 231
  15.     Align = alTop
  16.     Lines.Strings = (
  17.       'reDescription')
  18.     TabOrder = 0
  19.   end
  20.   object Button1: TButton
  21.     Left = 145
  22.     Top = 241
  23.     Width = 75
  24.     Height = 25
  25.     Caption = '&OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 1
  29.   end
  30.   object Button2: TButton
  31.     Left = 231
  32.     Top = 241
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = '&Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 2
  39.   end
  40. end
  41.