home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Bin / sqlb.dll / 0 / RCDATA / TANSWERFORM / TANSWERFORM.txt
Text File  |  1999-08-11  |  2KB  |  95 lines

  1. object AnswerForm: TAnswerForm
  2.   Left = 284
  3.   Top = 147
  4.   Width = 651
  5.   Height = 414
  6.   Caption = 'Query Results'
  7.   ParentFont = True
  8.   KeyPreview = True
  9.   Position = poDefault
  10.   OnActivate = FormActivate
  11.   OnDeactivate = FormDeactivate
  12.   OnKeyDown = FormKeyDown
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object AnswerGrid: TDBGrid
  16.     Left = 0
  17.     Top = 31
  18.     Width = 643
  19.     Height = 356
  20.     Align = alClient
  21.     DataSource = QDataSource
  22.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  23.     TabOrder = 0
  24.     TitleFont.Charset = DEFAULT_CHARSET
  25.     TitleFont.Color = clWindowText
  26.     TitleFont.Name = 'Default'
  27.     TitleFont.Style = []
  28.   end
  29.   object ToolBar1: TToolBar
  30.     Left = 0
  31.     Top = 0
  32.     Width = 643
  33.     Height = 31
  34.     AutoSize = True
  35.     ButtonHeight = 25
  36.     EdgeBorders = [ebTop, ebRight, ebBottom]
  37.     TabOrder = 1
  38.     object DBNavigator1: TDBNavigator
  39.       Left = 0
  40.       Top = 2
  41.       Width = 128
  42.       Height = 25
  43.       Cursor = crArrow
  44.       DataSource = QDataSource
  45.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  46.       Hints.Strings = (
  47.         'First Record'
  48.         'Previous Record'
  49.         'Next Record'
  50.         'Last Record')
  51.       ParentShowHint = False
  52.       ShowHint = True
  53.       TabOrder = 0
  54.     end
  55.     object ToolButton1: TToolButton
  56.       Left = 128
  57.       Top = 2
  58.       Width = 8
  59.       Height = 25
  60.       Caption = 'ToolButton1'
  61.       ImageIndex = 0
  62.       Style = tbsSeparator
  63.     end
  64.     object tbbCopy: TSpeedButton
  65.       Left = 136
  66.       Top = 2
  67.       Width = 25
  68.       Height = 25
  69.       Hint = 'Copy to Clipboard'
  70.       Flat = True
  71.       Glyph.Data = {
  72.         F6000000424DF600000000000000760000002800000010000000100000000100
  73.         0400000000008000000000000000000000001000000010000000FFFFFF000000
  74.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  75.         FF000000000000FFFF00FF000000FF00FF00FFFF000000666600888888888888
  76.         8888888888888888888888888884444444448888888400000004888888840AAA
  77.         AA048AAAAAA4000000048A0000040AAAAA048A0AAAA4000000048A0000040AA0
  78.         44448A0AAAA4000040488A000004000044888A0AA0A4444448888A0000A0A888
  79.         88888A0000AA888888888AAAAAA8888888888888888888888888}
  80.       ParentShowHint = False
  81.       ShowHint = True
  82.       OnClick = tbbCopyClick
  83.     end
  84.   end
  85.   object QDataSource: TDataSource
  86.     DataSet = SQLQuery
  87.     Left = 614
  88.     Top = 2
  89.   end
  90.   object SQLQuery: TQuery
  91.     Left = 584
  92.     Top = 2
  93.   end
  94. end
  95.