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

  1. object frmGQE: TfrmGQE
  2.   Left = 237
  3.   Top = 114
  4.   Width = 710
  5.   Height = 505
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'SQL Builder'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Default'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Menu = MainMenu1
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Visible = True
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnKeyDown = FormKeyDown
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object MainSplitter: TSplitter
  25.     Left = 0
  26.     Top = 238
  27.     Width = 702
  28.     Height = 6
  29.     Cursor = crVSplit
  30.     Hint = 'Drag to resize top and bottom query panels'
  31.     Align = alBottom
  32.     Color = clBtnFace
  33.     ParentColor = False
  34.   end
  35.   object nbQuery: TPageControl
  36.     Left = 0
  37.     Top = 244
  38.     Width = 702
  39.     Height = 215
  40.     ActivePage = pageJoins
  41.     Align = alBottom
  42.     TabOrder = 0
  43.     Visible = False
  44.     OnChange = nbQueryChange
  45.     object pageWhere: TTabSheet
  46.       Caption = 'Criteria'
  47.       object criteriaOptions: TPanel
  48.         Left = 0
  49.         Top = 0
  50.         Width = 694
  51.         Height = 26
  52.         Align = alTop
  53.         BevelOuter = bvNone
  54.         TabOrder = 0
  55.         object Label3: TLabel
  56.           Left = 94
  57.           Top = 7
  58.           Width = 146
  59.           Height = 13
  60.           Caption = 'of the following criteria are met:'
  61.         end
  62.         object WhereBlockOp: TComboBox
  63.           Left = 2
  64.           Top = 2
  65.           Width = 90
  66.           Height = 21
  67.           Style = csDropDownList
  68.           ItemHeight = 13
  69.           Items.Strings = (
  70.             'ALL'
  71.             'ANY'
  72.             'NONE'
  73.             'NOT ALL')
  74.           TabOrder = 0
  75.         end
  76.       end
  77.     end
  78.     object pageSelect: TTabSheet
  79.       Caption = 'Selection'
  80.       object Panel1: TPanel
  81.         Left = 0
  82.         Top = 0
  83.         Width = 694
  84.         Height = 24
  85.         Align = alTop
  86.         BevelOuter = bvNone
  87.         TabOrder = 0
  88.         object cbRemoveDuplicates: TCheckBox
  89.           Left = 7
  90.           Top = 3
  91.           Width = 126
  92.           Height = 17
  93.           Caption = '&Remove Duplicates'
  94.           TabOrder = 0
  95.           OnClick = cbRemoveDuplicatesClick
  96.         end
  97.       end
  98.     end
  99.     object pageGroupBy: TTabSheet
  100.       Caption = 'Grouping'
  101.     end
  102.     object pageHaving: TTabSheet
  103.       Caption = 'Group Criteria'
  104.       object Panel2: TPanel
  105.         Left = 0
  106.         Top = 0
  107.         Width = 0
  108.         Height = 26
  109.         Align = alTop
  110.         BevelOuter = bvNone
  111.         TabOrder = 0
  112.         object Label4: TLabel
  113.           Left = 94
  114.           Top = 7
  115.           Width = 146
  116.           Height = 13
  117.           Caption = 'of the following criteria are met:'
  118.         end
  119.         object HavingBlockOp: TComboBox
  120.           Left = 2
  121.           Top = 2
  122.           Width = 90
  123.           Height = 21
  124.           Style = csDropDownList
  125.           ItemHeight = 13
  126.           Items.Strings = (
  127.             'ALL'
  128.             'ANY'
  129.             'NONE'
  130.             'NOT ALL')
  131.           TabOrder = 0
  132.         end
  133.       end
  134.     end
  135.     object pageOrderBy: TTabSheet
  136.       Caption = 'Sorting'
  137.     end
  138.     object pageJoins: TTabSheet
  139.       Caption = 'Joins'
  140.       object panelJoinGrid: TPanel
  141.         Left = 0
  142.         Top = 22
  143.         Width = 694
  144.         Height = 165
  145.         Align = alClient
  146.         BevelOuter = bvNone
  147.         TabOrder = 0
  148.       end
  149.       object joinOptions: TPanel
  150.         Left = 0
  151.         Top = 0
  152.         Width = 694
  153.         Height = 22
  154.         Align = alTop
  155.         BevelOuter = bvNone
  156.         TabOrder = 1
  157.         OnResize = joinOptionsResize
  158.         object Panel3: TPanel
  159.           Left = 532
  160.           Top = 0
  161.           Width = 162
  162.           Height = 22
  163.           Align = alRight
  164.           Alignment = taRightJustify
  165.           BevelOuter = bvNone
  166.           Caption = 'Panel3'
  167.           TabOrder = 0
  168.           object cbRightOuter: TCheckBox
  169.             Left = 2
  170.             Top = 2
  171.             Width = 163
  172.             Height = 18
  173.             Caption = 'I&nclude Unmatched Records'
  174.             TabOrder = 0
  175.           end
  176.         end
  177.         object Panel4: TPanel
  178.           Left = 0
  179.           Top = 0
  180.           Width = 170
  181.           Height = 22
  182.           Align = alLeft
  183.           BevelOuter = bvNone
  184.           Caption = 'Panel4'
  185.           TabOrder = 1
  186.           object cbLeftOuter: TCheckBox
  187.             Left = 5
  188.             Top = 2
  189.             Width = 162
  190.             Height = 18
  191.             Caption = '&Include Unmatched Records'
  192.             TabOrder = 0
  193.           end
  194.         end
  195.         object joinCombo: TComboBox
  196.           Left = 172
  197.           Top = 2
  198.           Width = 227
  199.           Height = 21
  200.           Style = csDropDownList
  201.           ItemHeight = 13
  202.           TabOrder = 2
  203.         end
  204.       end
  205.     end
  206.   end
  207.   object basicbuttonbar: TToolBar
  208.     Left = 0
  209.     Top = 0
  210.     Width = 702
  211.     Height = 26
  212.     AutoSize = True
  213.     Images = ImageList1
  214.     Indent = 4
  215.     TabOrder = 1
  216.     object tbbFileNew: TSpeedButton
  217.       Left = 4
  218.       Top = 2
  219.       Width = 21
  220.       Height = 22
  221.       Hint = 'Create a new query'
  222.       Flat = True
  223.       Glyph.Data = {
  224.         F6000000424DF600000000000000760000002800000010000000100000000100
  225.         0400000000008000000000000000000000001000000010000000FFFFFF000000
  226.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  227.         FF000000000000FFFF00FF000000FF00FF00FFFF000000666600888888888888
  228.         88888888888888888888888AAAAAAAAAAA88888A000000000A88888A00000000
  229.         0A88888A000000000A88888A000000000A88888A000000000A88888A00000000
  230.         0A88888A000000000A88888A000000000A88888A000000AAAA88888A000000A0
  231.         A888888A000000AA8888888AAAAAAAA888888888888888888888}
  232.       ParentShowHint = False
  233.       ShowHint = True
  234.       OnClick = New1Click
  235.     end
  236.     object tbbOpen: TSpeedButton
  237.       Left = 25
  238.       Top = 2
  239.       Width = 20
  240.       Height = 22
  241.       Hint = 'Open an existing SQL Query'
  242.       Flat = True
  243.       Glyph.Data = {
  244.         36010000424D3601000000000000760000002800000011000000100000000100
  245.         040000000000C000000000000000000000001000000010000000FFFFFF000000
  246.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  247.         FF000000000000FFFF00FF000000FF00FF00FFFF000000666600888888888888
  248.         8888800000008888888888888888800000008AAAAAAAAAAA8888800000008AA3
  249.         33333333A888800000008ABA333333333A88800000008A0B0333333333A88000
  250.         00008AB0BA333333333A800000008A0B0BAAAAAAAAAAA00000008AB0B0B0B0BA
  251.         8888800000008A0B0B0B0B0A8888800000008AB0BAAAAAAA88888000000088AA
  252.         A88888888AAA8000000088888888888888AA80000000888888888A888A8A8000
  253.         00008888888888AAA88880000000888888888888888880000000}
  254.       ParentShowHint = False
  255.       ShowHint = True
  256.       OnClick = tbbOpenClick
  257.     end
  258.     object tbbFileSave: TSpeedButton
  259.       Left = 45
  260.       Top = 2
  261.       Width = 20
  262.       Height = 22
  263.       Hint = 'Save the current query'
  264.       Flat = True
  265.       Glyph.Data = {
  266.         F6000000424DF600000000000000760000002800000010000000100000000100
  267.         0400000000008000000000000000000000001000000010000000FFFFFF000000
  268.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  269.         FF000000000000FFFF00FF000000FF00FF00FFFF000000666600888888888888
  270.         888888AAAAAAAAAAAAA88A33AAAAAA88A3A88A33AAAAAA88A3A88A33AAAAAA88
  271.         A3A88A33AAAAAAAAA3A88A333333333333A88A33AAAAAAAA33A88A3A88888888
  272.         A3A88A3A88888888A3A88A3A88888888A3A88A3A88888888A3A88A3A88888888
  273.         AAA88A3A88888888A8A88AAAAAAAAAAAAAA88888888888888888}
  274.       ParentShowHint = False
  275.       ShowHint = True
  276.       OnClick = Save1Click
  277.     end
  278.     object ToolButton3: TToolButton
  279.       Left = 65
  280.       Top = 2
  281.       Width = 8
  282.       Caption = 'ToolButton3'
  283.       ImageIndex = 1
  284.       Style = tbsDivider
  285.     end
  286.     object tbbCut: TSpeedButton
  287.       Left = 73
  288.       Top = 2
  289.       Width = 19
  290.       Height = 22
  291.       Hint = 'Cut to Clipboard'
  292.       Flat = True
  293.       Glyph.Data = {
  294.         36010000424D3601000000000000760000002800000011000000100000000100
  295.         040000000000C000000000000000000000001000000010000000FFFFFF000000
  296.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  297.         FF000000000000FFFF00FF000000FF00FF00FFFF000000666600888888888888
  298.         8888800000008888844888888888800000008888488488448888800000008888
  299.         4884848848888000000088884884848848888000000088888444848848888000
  300.         000088888884844488888000000088888884A48888888000000088888888A888
  301.         8888800000008888888AAA888888800000008888888A8A888888800000008888
  302.         88AA8AA8888880000000888888A888A8888880000000888888A888A888888000
  303.         0000888888A888A8888880000000888888888888888880000000}
  304.       ParentShowHint = False
  305.       ShowHint = True
  306.       OnClick = Cut1Click
  307.     end
  308.     object tbbCopy: TSpeedButton
  309.       Left = 92
  310.       Top = 2
  311.       Width = 20
  312.       Height = 22
  313.       Hint = 'Copy to Clipboard'
  314.       Flat = True
  315.       Glyph.Data = {
  316.         F6000000424DF600000000000000760000002800000010000000100000000100
  317.         0400000000008000000000000000000000001000000010000000FFFFFF000000
  318.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  319.         FF000000000000FFFF00FF000000FF00FF00FFFF000000666600888888888888
  320.         8888888888888888888888888884444444448888888400000004888888840AAA
  321.         AA048AAAAAA4000000048A0000040AAAAA048A0AAAA4000000048A0000040AA0
  322.         44448A0AAAA4000040488A000004000044888A0AA0A4444448888A0000A0A888
  323.         88888A0000AA888888888AAAAAA8888888888888888888888888}
  324.       ParentShowHint = False
  325.       ShowHint = True
  326.       OnClick = Copy1Click
  327.     end
  328.     object tbbPaste: TSpeedButton
  329.       Left = 112
  330.       Top = 2
  331.       Width = 21
  332.       Height = 22
  333.       Hint = 'Paste from Clipboard'
  334.       Flat = True
  335.       Glyph.Data = {
  336.         F6000000424DF600000000000000760000002800000010000000100000000100
  337.         0400000000008000000000000000000000001000000010000000FFFFFF000000
  338.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  339.         FF000000000000FFFF00FF000000FF00FF00FFFF000000666600888888888888
  340.         888888888844444444448AAAAA4000000004A7373740AAAAAA04A37373400000
  341.         0004A7373740AAA04444A373734000004048A737374000004488A37373444444
  342.         4A88A737373737373A88A30AAAAAAAA77A88A77A888888A73A88A373ABAABA73
  343.         7A888AAAAABBAAAAA88888888AAAA88888888888888888888888}
  344.       ParentShowHint = False
  345.       ShowHint = True
  346.       OnClick = Paste1Click
  347.     end
  348.     object ToolButton2: TToolButton
  349.       Left = 133
  350.       Top = 2
  351.       Width = 6
  352.       Caption = 'ToolButton2'
  353.       ImageIndex = 1
  354.       Style = tbsDivider
  355.     end
  356.     object tbbSQL: TSpeedButton
  357.       Left = 139
  358.       Top = 2
  359.       Width = 20
  360.       Height = 22
  361.       Hint = 'Show and Edit SQL'
  362.       Flat = True
  363.       Glyph.Data = {
  364.         4E010000424D4E01000000000000760000002800000012000000120000000100
  365.         040000000000D800000000000000000000001000000010000000000000000000
  366.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  367.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00EEEEEEEEEEEE
  368.         EEEEEE000000E0000000000000000E000000E0FFF0FFFFF0FFFF0E000000E0FF
  369.         F0FFFFF0FFFF0E000000E0F4F0F444F0F44F0E000000E0FFF8FFFFF8FFFF0E00
  370.         0000E0F991FF9998999F0E000000E0FFF1F9F9F89FFF0E000000E0FF98F9FF98
  371.         9FFF0E000000E0F9F8F9FF989FFF0E000000E0F191FF99F89FFF0E000000E0FF
  372.         F8FFFFF8FFFF0E000000E0F4F0F444F0F44F0E000000E0FFF0FFFFF0FFFF0E00
  373.         0000E0000000000000000E000000E0666666666666660E000000E00000000000
  374.         00000E000000EEEEEEEEEEEEEEEEEE000000}
  375.       ParentShowHint = False
  376.       ShowHint = True
  377.       OnClick = ShowSQL1Click
  378.     end
  379.     object tbbRun: TSpeedButton
  380.       Left = 159
  381.       Top = 2
  382.       Width = 22
  383.       Height = 22
  384.       Hint = 'Execute Query'
  385.       Flat = True
  386.       Glyph.Data = {
  387.         F6000000424DF600000000000000760000002800000010000000100000000100
  388.         0400000000008000000000000000000000001000000010000000000000000000
  389.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  390.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00EEEEE0EEEEEE
  391.         EEEEEEEEE70EEEEEEEEEEEEEEE00EEEEEEEEEEEEEE0B0EEEEEEEEEEE0000B0EE
  392.         EEEEEEEE0BBBBB0EEEEEEEEEE0FB0000EEEEEEEEE0BBB0EEEEEEEE00000BFB0E
  393.         EEEEEE0FBBBFBBB0EEEEEEE0FBFB00000EEEEEE0BFBFB0EEEEEEEEEE0BFBFB0E
  394.         EEEEEEEE0FFFFFF0EEEEEEEEE0FBFFBF0EEEEEEEE000000000EE}
  395.       ParentShowHint = False
  396.       ShowHint = True
  397.       OnClick = RnQuery1Click
  398.     end
  399.     object ToolButton1: TToolButton
  400.       Left = 181
  401.       Top = 2
  402.       Width = 6
  403.       Caption = 'ToolButton1'
  404.       ImageIndex = 0
  405.       Style = tbsDivider
  406.     end
  407.     object Label2: TLabel
  408.       Left = 187
  409.       Top = 2
  410.       Width = 27
  411.       Height = 22
  412.       Alignment = taRightJustify
  413.       Caption = '&Table'
  414.       FocusControl = tblList
  415.       Layout = tlCenter
  416.     end
  417.     object ToolButton5: TToolButton
  418.       Left = 214
  419.       Top = 2
  420.       Width = 8
  421.       Caption = 'ToolButton5'
  422.       ImageIndex = 2
  423.       Style = tbsSeparator
  424.     end
  425.     object tblList: TComboBox
  426.       Left = 222
  427.       Top = 2
  428.       Width = 126
  429.       Height = 21
  430.       Hint = 'Add a table from this list'
  431.       ItemHeight = 13
  432.       Sorted = True
  433.       TabOrder = 1
  434.       OnClick = handleClick
  435.       OnEnter = handleEnter
  436.       OnExit = handleExit
  437.       OnKeyDown = tblListKeyDown
  438.       OnKeyPress = handleKeyPress
  439.     end
  440.     object ToolButton4: TToolButton
  441.       Left = 348
  442.       Top = 2
  443.       Width = 9
  444.       Caption = 'ToolButton4'
  445.       ImageIndex = 1
  446.       Style = tbsSeparator
  447.     end
  448.     object Label1: TLabel
  449.       Left = 357
  450.       Top = 2
  451.       Width = 49
  452.       Height = 22
  453.       Alignment = taRightJustify
  454.       Caption = '&Database '
  455.       FocusControl = comboDatabase
  456.       Layout = tlCenter
  457.     end
  458.     object ToolButton6: TToolButton
  459.       Left = 406
  460.       Top = 2
  461.       Width = 7
  462.       Caption = 'ToolButton6'
  463.       ImageIndex = 2
  464.       Style = tbsSeparator
  465.     end
  466.     object comboDatabase: TComboBox
  467.       Left = 413
  468.       Top = 2
  469.       Width = 109
  470.       Height = 21
  471.       Hint = 'Select a Database'
  472.       ItemHeight = 13
  473.       Sorted = True
  474.       TabOrder = 0
  475.       OnClick = handleClick
  476.       OnEnter = handleEnter
  477.       OnExit = handleExit
  478.       OnKeyDown = tblListKeyDown
  479.       OnKeyPress = handleKeyPress
  480.     end
  481.   end
  482.   object MainMenu1: TMainMenu
  483.     Left = 12
  484.     Top = 38
  485.     object File1: TMenuItem
  486.       Caption = '&File'
  487.       object New1: TMenuItem
  488.         Caption = '&New'
  489.         ShortCut = 16462
  490.         OnClick = New1Click
  491.       end
  492.       object Open1: TMenuItem
  493.         Caption = '&Import from file...'
  494.         ShortCut = 16457
  495.         OnClick = Open1Click
  496.       end
  497.       object SaveAs1: TMenuItem
  498.         Caption = '&Export to file...'
  499.         ShortCut = 16453
  500.         OnClick = SaveAs1Click
  501.       end
  502.       object ReverttoOriginal1: TMenuItem
  503.         Caption = '&Revert to saved'
  504.         ShortCut = 16466
  505.         OnClick = ReverttoOriginal1Click
  506.       end
  507.       object N1: TMenuItem
  508.         Caption = '-'
  509.       end
  510.       object Exit1: TMenuItem
  511.         Caption = 'E&xit'
  512.         OnClick = Exit1Click
  513.       end
  514.     end
  515.     object Edit1: TMenuItem
  516.       Caption = '&Edit'
  517.       object Cut1: TMenuItem
  518.         Caption = 'Cu&t'
  519.         ShortCut = 16472
  520.         OnClick = Cut1Click
  521.       end
  522.       object Copy1: TMenuItem
  523.         Caption = '&Copy'
  524.         ShortCut = 16451
  525.         OnClick = Copy1Click
  526.       end
  527.       object Paste1: TMenuItem
  528.         Caption = '&Paste'
  529.         ShortCut = 16470
  530.         OnClick = Paste1Click
  531.       end
  532.     end
  533.     object mnuQuery: TMenuItem
  534.       Caption = '&Query'
  535.       object RnQuery1: TMenuItem
  536.         Caption = '&Run Query'
  537.         ShortCut = 120
  538.         OnClick = RnQuery1Click
  539.       end
  540.       object ShowSQL1: TMenuItem
  541.         Caption = '&Show SQL'
  542.         ShortCut = 118
  543.         OnClick = ShowSQL1Click
  544.       end
  545.     end
  546.     object Help1: TMenuItem
  547.       Caption = '&Help'
  548.       object Contents1: TMenuItem
  549.         Caption = '&Contents'
  550.         ShortCut = 112
  551.         OnClick = Contents1Click
  552.       end
  553.     end
  554.   end
  555.   object db: TDatabase
  556.     SessionName = 'Default'
  557.     Left = 11
  558.     Top = 71
  559.   end
  560.   object DirBrowser: TOpenDialog
  561.     Options = [ofHideReadOnly, ofPathMustExist, ofNoReadOnlyReturn]
  562.     Title = 'Select a directory'
  563.     Left = 13
  564.     Top = 103
  565.   end
  566.   object ImageList1: TImageList
  567.     Left = 182
  568.     Top = 53
  569.   end
  570.   object OpenDialog1: TOpenDialog
  571.     Left = 104
  572.     Top = 96
  573.   end
  574. end
  575.