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

  1. object dlgProgress: TdlgProgress
  2.   Left = 282
  3.   Top = 433
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Query Process'
  7.   ClientHeight = 79
  8.   ClientWidth = 460
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Bevel1: TBevel
  22.     Left = 0
  23.     Top = 87
  24.     Width = 460
  25.     Height = 16
  26.     Shape = bsTopLine
  27.   end
  28.   object txtCurrentStatement: TMemo
  29.     Left = 0
  30.     Top = 107
  31.     Width = 460
  32.     Height = 151
  33.     TabStop = False
  34.     Color = clBtnFace
  35.     ReadOnly = True
  36.     TabOrder = 0
  37.   end
  38.   object ProgressBar: TProgressBar
  39.     Left = 9
  40.     Top = 9
  41.     Width = 443
  42.     Height = 19
  43.     Min = 0
  44.     Max = 100
  45.     Smooth = True
  46.     TabOrder = 1
  47.   end
  48.   object btnCancel: TButton
  49.     Left = 178
  50.     Top = 39
  51.     Width = 93
  52.     Height = 31
  53.     Cancel = True
  54.     Caption = '&Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 2
  57.     OnClick = Cancel
  58.   end
  59.   object btnDetails: TButton
  60.     Left = 348
  61.     Top = 39
  62.     Width = 93
  63.     Height = 31
  64.     Caption = 'Details >>'
  65.     TabOrder = 3
  66.     Visible = False
  67.     OnClick = btnDetailsClick
  68.   end
  69. end
  70.