home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / jbuilder / TRIAL / JBUILDER / JRUNTIME.Z / JSQLBLD.DLL / 0 / RCDATA / TFRMGQE / TFRMGQE.txt < prev   
Encoding:
Text File  |  1998-05-08  |  10.5 KB  |  360 lines

  1. object frmGQE: TfrmGQE
  2.   Left = 401
  3.   Top = 188
  4.   Width = 575
  5.   Height = 399
  6.   Caption = 'Visual Query Builder'
  7.   ParentFont = True
  8.   HelpFile = 'qbuilder.hlp'
  9.   Icon.Data = {<image000.ico>}
  10.   KeyPreview = True
  11.   Position = poScreenCenter
  12.   Visible = True
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object MainSplitter: TSplitter
  20.     Left = 0
  21.     Top = 213
  22.     Width = 567
  23.     Height = 3
  24.     Cursor = crVSplit
  25.     Hint = 'Drag to resize top and bottom query panels'
  26.     Align = alBottom
  27.     Color = clBtnFace
  28.     ParentColor = False
  29.   end
  30.   object nbQuery: TPageControl
  31.     Left = 0
  32.     Top = 216
  33.     Width = 567
  34.     Height = 156
  35.     ActivePage = pageSelect
  36.     Align = alBottom
  37.     TabOrder = 0
  38.     Visible = False
  39.     OnChange = nbQueryChange
  40.     object pageWhere: TTabSheet
  41.       Caption = 'Criteria'
  42.       object criteriaOptions: TPanel
  43.         Left = 0
  44.         Top = 0
  45.         Width = 559
  46.         Height = 26
  47.         Align = alTop
  48.         BevelOuter = bvNone
  49.         TabOrder = 0
  50.         object Label3: TLabel
  51.           Left = 94
  52.           Top = 7
  53.           Width = 146
  54.           Height = 13
  55.           Caption = 'of the following criteria are met:'
  56.         end
  57.         object WhereBlockOp: TComboBox
  58.           Left = 2
  59.           Top = 2
  60.           Width = 90
  61.           Height = 21
  62.           Style = csDropDownList
  63.           ItemHeight = 13
  64.           Items.Strings = (
  65.             'ALL'
  66.             'ANY'
  67.             'NONE'
  68.             'NOT ALL')
  69.           TabOrder = 0
  70.         end
  71.       end
  72.     end
  73.     object pageSelect: TTabSheet
  74.       Caption = 'Selection'
  75.       object Panel1: TPanel
  76.         Left = 0
  77.         Top = 0
  78.         Width = 559
  79.         Height = 24
  80.         Align = alTop
  81.         BevelOuter = bvNone
  82.         TabOrder = 0
  83.         object cbRemoveDuplicates: TCheckBox
  84.           Left = 7
  85.           Top = 3
  86.           Width = 126
  87.           Height = 17
  88.           Caption = 'Remove &Duplicates'
  89.           TabOrder = 0
  90.           OnClick = cbRemoveDuplicatesClick
  91.         end
  92.       end
  93.     end
  94.     object pageGroupBy: TTabSheet
  95.       Caption = 'Grouping'
  96.     end
  97.     object pageHaving: TTabSheet
  98.       Caption = 'Group Criteria'
  99.       object Panel2: TPanel
  100.         Left = 0
  101.         Top = 0
  102.         Width = 0
  103.         Height = 26
  104.         Align = alTop
  105.         BevelOuter = bvNone
  106.         TabOrder = 0
  107.         object Label4: TLabel
  108.           Left = 94
  109.           Top = 7
  110.           Width = 146
  111.           Height = 13
  112.           Caption = 'of the following criteria are met:'
  113.         end
  114.         object HavingBlockOp: TComboBox
  115.           Left = 2
  116.           Top = 2
  117.           Width = 90
  118.           Height = 21
  119.           Style = csDropDownList
  120.           ItemHeight = 13
  121.           Items.Strings = (
  122.             'ALL'
  123.             'ANY'
  124.             'NONE'
  125.             'NOT ALL')
  126.           TabOrder = 0
  127.         end
  128.       end
  129.     end
  130.     object pageOrderBy: TTabSheet
  131.       Caption = 'Sorting'
  132.     end
  133.     object pageJoins: TTabSheet
  134.       Caption = 'Joins'
  135.       object panelJoinGrid: TPanel
  136.         Left = 0
  137.         Top = 22
  138.         Width = 559
  139.         Height = 106
  140.         Align = alClient
  141.         BevelOuter = bvNone
  142.         TabOrder = 0
  143.       end
  144.       object joinOptions: TPanel
  145.         Left = 0
  146.         Top = 0
  147.         Width = 559
  148.         Height = 22
  149.         Align = alTop
  150.         BevelOuter = bvNone
  151.         TabOrder = 1
  152.         object cbLeftOuter: TCheckBox
  153.           Left = 5
  154.           Top = 2
  155.           Width = 162
  156.           Height = 18
  157.           Caption = '&Include Unmatched Records'
  158.           TabOrder = 0
  159.         end
  160.         object cbRightOuter: TCheckBox
  161.           Left = 469
  162.           Top = 2
  163.           Width = 162
  164.           Height = 18
  165.           Caption = 'I&nclude Unmatched Records'
  166.           TabOrder = 1
  167.         end
  168.         object joinCombo: TComboBox
  169.           Left = 169
  170.           Top = 0
  171.           Width = 286
  172.           Height = 21
  173.           Style = csDropDownList
  174.           ItemHeight = 13
  175.           TabOrder = 2
  176.         end
  177.       end
  178.     end
  179.   end
  180.   object Panel3: TPanel
  181.     Left = 0
  182.     Top = 0
  183.     Width = 567
  184.     Height = 30
  185.     Align = alTop
  186.     ParentShowHint = False
  187.     ShowHint = True
  188.     TabOrder = 1
  189.     object tbbCut: TSpeedButton
  190.       Left = 3
  191.       Top = 4
  192.       Width = 25
  193.       Height = 22
  194.       Hint = 'Cut'
  195.       Glyph.Data = {
  196.         76010000424D7601000000000000760000002800000020000000100000000100
  197.         0400000000000001000000000000000000001000000010000000000000000000
  198.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  199.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  200.         3333333333333333FF3333333333333003333333333333377F33333333333307
  201.         733333FFF333337773333C003333307733333777FF333777FFFFC0CC03330770
  202.         000077777FF377777777C033C03077FFFFF077FF77F777FFFFF7CC00000F7777
  203.         777077777777777777773CCCCC00000000003777777777777777333330030FFF
  204.         FFF03333F77F7F3FF3F7333C0C030F00F0F03337777F7F77373733C03C030FFF
  205.         FFF03377F77F7F3F333733C03C030F0FFFF03377F7737F733FF733C000330FFF
  206.         0000337777F37F3F7777333CCC330F0F0FF0333777337F737F37333333330FFF
  207.         0F03333333337FFF7F7333333333000000333333333377777733}
  208.       NumGlyphs = 2
  209.       OnClick = Cut1Click
  210.     end
  211.     object tbbCopy: TSpeedButton
  212.       Left = 28
  213.       Top = 4
  214.       Width = 25
  215.       Height = 22
  216.       Hint = 'Copy'
  217.       Glyph.Data = {
  218.         76010000424D7601000000000000760000002800000020000000100000000100
  219.         0400000000000001000000000000000000001000000010000000000000000000
  220.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  221.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330B7FFF
  222.         FFB0333333777F3333773333330B7FFFFFB0333333777F3333773333330B7FFF
  223.         FFB0333333777F3333773333330B7FFFFFB03FFFFF777FFFFF77000000000077
  224.         007077777777777777770FFFFFFFF00077B07F33333337FFFF770FFFFFFFF000
  225.         7BB07F3FF3FFF77FF7770F00F000F00090077F77377737777F770FFFFFFFF039
  226.         99337F3FFFF3F7F777FF0F0000F0F09999937F7777373777777F0FFFFFFFF999
  227.         99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  228.         99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  229.         93337FFFF7737777733300000033333333337777773333333333}
  230.       NumGlyphs = 2
  231.       OnClick = Copy1Click
  232.     end
  233.     object tbbPaste: TSpeedButton
  234.       Left = 53
  235.       Top = 4
  236.       Width = 25
  237.       Height = 22
  238.       Hint = 'Paste'
  239.       Glyph.Data = {
  240.         76010000424D7601000000000000760000002800000020000000100000000100
  241.         0400000000000001000000000000000000001000000010000000000000000000
  242.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  243.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003333330FFFFF
  244.         FFF03333337F3FFFF3F73333330F0000F0F03333337F777737373333330FFFFF
  245.         FFF033FFFF7FFF33FFF77000000007F00000377777777FF777770BBBBBBBB0F0
  246.         FF037777777777F7F3730B77777BB0F0F0337777777777F7F7330B7FFFFFB0F0
  247.         0333777F333377F77F330B7FFFFFB0009333777F333377777FF30B7FFFFFB039
  248.         9933777F333377F777FF0B7FFFFFB0999993777F33337777777F0B7FFFFFB999
  249.         9999777F3333777777770B7FFFFFB0399933777FFFFF77F777F3070077007039
  250.         99337777777777F777F30B770077B039993377FFFFFF77F777330BB7007BB999
  251.         93337777FF777777733370000000073333333777777773333333}
  252.       NumGlyphs = 2
  253.       OnClick = Paste1Click
  254.     end
  255.     object tbbRun: TSpeedButton
  256.       Left = 86
  257.       Top = 4
  258.       Width = 25
  259.       Height = 22
  260.       Hint = 'Test'
  261.       Glyph.Data = {
  262.         76010000424D7601000000000000760000002800000020000000100000000100
  263.         0400000000000001000000000000000000001000000010000000000000000000
  264.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  265.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  266.         3333333333FFFFF3333333333000003333333333F777773FF333333008877700
  267.         33333337733FFF773F33330887000777033333733F777FFF73F330880FAFAF07
  268.         703337F37733377FF7F33080F00000F07033373733777337F73F087F00A2200F
  269.         77037F3737333737FF7F080A0A2A220A07037F737F3333737F7F0F0F0AAAA20F
  270.         07037F737F3333737F7F0F0A0FAA2A0A08037F737FF33373737F0F7F00FFA00F
  271.         780373F737FFF737F3733080F00000F0803337F73377733737F330F80FAFAF08
  272.         8033373F773337733733330F8700078803333373FF77733F733333300FFF8800
  273.         3333333773FFFF77333333333000003333333333377777333333}
  274.       NumGlyphs = 2
  275.       OnClick = RnQuery1Click
  276.     end
  277.     object tbbHelp: TSpeedButton
  278.       Left = 111
  279.       Top = 4
  280.       Width = 25
  281.       Height = 22
  282.       Hint = 'Help'
  283.       Glyph.Data = {
  284.         76010000424D7601000000000000760000002800000020000000100000000100
  285.         0400000000000001000000000000000000001000000010000000000000000000
  286.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  287.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  288.         3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  289.         33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  290.         FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  291.         FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  292.         FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  293.         FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  294.         FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  295.         3333333773FFFF77333333333FBFBF3333333333377777333333}
  296.       NumGlyphs = 2
  297.       OnClick = tbbHelpClick
  298.     end
  299.     object Label1: TLabel
  300.       Left = 152
  301.       Top = 4
  302.       Width = 49
  303.       Height = 22
  304.       AutoSize = False
  305.       Caption = 'Database:'
  306.       Layout = tlCenter
  307.       Visible = False
  308.     end
  309.     object Table: TLabel
  310.       Left = 362
  311.       Top = 4
  312.       Width = 30
  313.       Height = 22
  314.       AutoSize = False
  315.       Caption = 'Table:'
  316.       Layout = tlCenter
  317.     end
  318.     object comboDatabase: TComboBox
  319.       Left = 209
  320.       Top = 4
  321.       Width = 145
  322.       Height = 21
  323.       ItemHeight = 13
  324.       Sorted = True
  325.       TabOrder = 0
  326.       Visible = False
  327.       OnClick = handleClick
  328.       OnEnter = handleEnter
  329.       OnExit = handleExit
  330.       OnKeyDown = tblListKeyDown
  331.       OnKeyPress = handleKeyPress
  332.     end
  333.     object tblList: TComboBox
  334.       Left = 400
  335.       Top = 4
  336.       Width = 145
  337.       Height = 21
  338.       ItemHeight = 13
  339.       Sorted = True
  340.       TabOrder = 1
  341.       OnClick = handleClick
  342.       OnEnter = handleEnter
  343.       OnExit = handleExit
  344.       OnKeyDown = tblListKeyDown
  345.       OnKeyPress = handleKeyPress
  346.     end
  347.   end
  348.   object db: TDatabase
  349.     SessionName = 'Default'
  350.     Left = 11
  351.     Top = 175
  352.   end
  353.   object DirBrowser: TOpenDialog
  354.     Options = [ofHideReadOnly, ofPathMustExist]
  355.     Title = 'Select a directory'
  356.     Left = 45
  357.     Top = 175
  358.   end
  359. end
  360.