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

  1. object dlgWisql: TdlgWisql
  2.   Left = 460
  3.   Top = 515
  4.   ActiveControl = reSqlInput
  5.   AutoScroll = False
  6.   Caption = 'Interactive SQL'
  7.   ClientHeight = 434
  8.   ClientWidth = 634
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Menu = MainMenu1
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnResize = FormResize
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object splISQLHorizontal: TSplitter
  25.     Left = 0
  26.     Top = 183
  27.     Width = 634
  28.     Height = 6
  29.     Cursor = crVSplit
  30.     Align = alTop
  31.     Beveled = True
  32.   end
  33.   object lblFileName: TLabel
  34.     Left = 378
  35.     Top = 423
  36.     Width = 54
  37.     Height = 13
  38.     Caption = 'lblFileName'
  39.     Visible = False
  40.   end
  41.   object pgcOutput: TPageControl
  42.     Left = 0
  43.     Top = 189
  44.     Width = 634
  45.     Height = 226
  46.     ActivePage = TabData
  47.     Align = alClient
  48.     DockSite = True
  49.     TabOrder = 0
  50.     object TabData: TTabSheet
  51.       Caption = 'Data'
  52.       object dbgSQLResults: TDBGrid
  53.         Left = 0
  54.         Top = 0
  55.         Width = 626
  56.         Height = 198
  57.         Align = alClient
  58.         DataSource = GridSource
  59.         ReadOnly = True
  60.         TabOrder = 0
  61.         TitleFont.Charset = DEFAULT_CHARSET
  62.         TitleFont.Color = clWindowText
  63.         TitleFont.Height = -11
  64.         TitleFont.Name = 'MS Sans Serif'
  65.         TitleFont.Style = []
  66.         OnCellClick = dbgSQLResultsCellClick
  67.         OnDrawColumnCell = dbgSQLResultsDrawColumnCell
  68.         OnEditButtonClick = dbgSQLResultsEditButtonClick
  69.       end
  70.     end
  71.     object TabResults: TTabSheet
  72.       Caption = 'Plan'
  73.       ImageIndex = 1
  74.       object reSqlOutput: TRichEditX
  75.         Left = 0
  76.         Top = 0
  77.         Width = 626
  78.         Height = 198
  79.         Align = alClient
  80.         Font.Charset = DEFAULT_CHARSET
  81.         Font.Color = clWindowText
  82.         Font.Height = -13
  83.         Font.Name = 'Courier New'
  84.         Font.Style = []
  85.         Lines.Strings = (
  86.           'reSqlOutput')
  87.         ParentFont = False
  88.         ReadOnly = True
  89.         ScrollBars = ssBoth
  90.         TabOrder = 0
  91.       end
  92.     end
  93.     object TabStats: TTabSheet
  94.       Caption = 'Statistics'
  95.       ImageIndex = 2
  96.       object lvStats: TListView
  97.         Left = 0
  98.         Top = 0
  99.         Width = 626
  100.         Height = 198
  101.         Align = alClient
  102.         Columns = <
  103.           item
  104.             AutoSize = True
  105.             Caption = 'Statistic'
  106.           end
  107.           item
  108.             AutoSize = True
  109.             Caption = 'Value'
  110.           end>
  111.         ColumnClick = False
  112.         ReadOnly = True
  113.         TabOrder = 0
  114.         ViewStyle = vsReport
  115.       end
  116.     end
  117.   end
  118.   object pnlEnterSQL: TPanel
  119.     Left = 0
  120.     Top = 30
  121.     Width = 634
  122.     Height = 153
  123.     Align = alTop
  124.     BevelOuter = bvNone
  125.     TabOrder = 1
  126.     object reSqlInput: TRichEditX
  127.       Left = 0
  128.       Top = 0
  129.       Width = 634
  130.       Height = 133
  131.       Align = alClient
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clWindowText
  134.       Font.Height = -13
  135.       Font.Name = 'Courier New'
  136.       Font.Style = []
  137.       HideSelection = False
  138.       Lines.Strings = (
  139.         'reSqlInput')
  140.       ParentFont = False
  141.       ScrollBars = ssBoth
  142.       TabOrder = 0
  143.       WordWrap = False
  144.       OnEnter = UpdateCursor
  145.       OnKeyDown = reSqlInputKeyDown
  146.       OnKeyPress = reSqlInputKeyPress
  147.       OnSelectionChange = UpdateCursor
  148.     end
  149.     object stbISQL: TStatusBar
  150.       Left = 0
  151.       Top = 133
  152.       Width = 634
  153.       Height = 20
  154.       Hint = 'Right-Click to change client dialect'
  155.       Panels = <
  156.         item
  157.           Alignment = taCenter
  158.           Width = 100
  159.         end
  160.         item
  161.           Alignment = taCenter
  162.           Width = 80
  163.         end
  164.         item
  165.           Width = 100
  166.         end
  167.         item
  168.           Width = 150
  169.         end
  170.         item
  171.           Width = 50
  172.         end>
  173.       ParentShowHint = False
  174.       PopupMenu = pmClientDialect
  175.       ShowHint = True
  176.       SimplePanel = False
  177.       SizeGrip = False
  178.     end
  179.   end
  180.   object sbData: TStatusBar
  181.     Left = 0
  182.     Top = 415
  183.     Width = 634
  184.     Height = 19
  185.     Panels = <
  186.       item
  187.         Width = 300
  188.       end
  189.       item
  190.         Width = 50
  191.       end>
  192.     SimplePanel = False
  193.   end
  194.   object ToolBar3: TToolBar
  195.     Left = 0
  196.     Top = 0
  197.     Width = 634
  198.     Height = 30
  199.     AutoSize = True
  200.     ButtonHeight = 26
  201.     ButtonWidth = 26
  202.     Caption = 'Query'
  203.     EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
  204.     Flat = True
  205.     Images = frmMain.imgToolBarsEnabled
  206.     ParentShowHint = False
  207.     ShowHint = True
  208.     TabOrder = 3
  209.     object ToolButton7: TToolButton
  210.       Left = 0
  211.       Top = 0
  212.       Action = QueryPrevious
  213.       AutoSize = True
  214.     end
  215.     object ToolButton8: TToolButton
  216.       Left = 26
  217.       Top = 0
  218.       Action = QueryNext
  219.       AutoSize = True
  220.     end
  221.     object ToolButton9: TToolButton
  222.       Left = 52
  223.       Top = 0
  224.       Action = QueryExecute
  225.       AutoSize = True
  226.     end
  227.     object ToolButton5: TToolButton
  228.       Left = 78
  229.       Top = 0
  230.       Action = QueryPrepare
  231.       AutoSize = True
  232.     end
  233.     object ToolButton10: TToolButton
  234.       Left = 104
  235.       Top = 0
  236.       Width = 8
  237.       Caption = 'ToolButton10'
  238.       ImageIndex = 12
  239.       Style = tbsSeparator
  240.     end
  241.     object ToolButton2: TToolButton
  242.       Left = 112
  243.       Top = 0
  244.       Action = TransactionCommit
  245.       AutoSize = True
  246.     end
  247.     object ToolButton3: TToolButton
  248.       Left = 138
  249.       Top = 0
  250.       Action = TransactionRollback
  251.       AutoSize = True
  252.     end
  253.     object ToolButton4: TToolButton
  254.       Left = 164
  255.       Top = 0
  256.       Width = 8
  257.       Caption = 'ToolButton4'
  258.       ImageIndex = 15
  259.       Style = tbsSeparator
  260.     end
  261.     object ToolButton11: TToolButton
  262.       Left = 172
  263.       Top = 0
  264.       Action = QueryLoadScript
  265.       AutoSize = True
  266.     end
  267.     object ToolButton12: TToolButton
  268.       Left = 198
  269.       Top = 0
  270.       Action = QuerySaveScript
  271.       AutoSize = True
  272.     end
  273.     object ToolButton13: TToolButton
  274.       Left = 224
  275.       Top = 0
  276.       Width = 8
  277.       Caption = 'ToolButton13'
  278.       ImageIndex = 11
  279.       Style = tbsSeparator
  280.     end
  281.     object ToolButton20: TToolButton
  282.       Left = 232
  283.       Top = 0
  284.       Action = EditFind
  285.       AutoSize = True
  286.     end
  287.   end
  288.   object GridSource: TDataSource
  289.     Left = 479
  290.     Top = 91
  291.   end
  292.   object pmClientDialect: TPopupMenu
  293.     Left = 399
  294.     Top = 129
  295.     object Dialect1: TMenuItem
  296.       Action = DialectAction1
  297.       RadioItem = True
  298.     end
  299.     object Dialect2: TMenuItem
  300.       Action = DialectAction2
  301.       RadioItem = True
  302.     end
  303.     object Dialect3: TMenuItem
  304.       Action = DialectAction3
  305.       RadioItem = True
  306.     end
  307.   end
  308.   object MainMenu1: TMainMenu
  309.     Images = frmMain.imgToolBarsEnabled
  310.     Left = 317
  311.     Top = 79
  312.     object File1: TMenuItem
  313.       Caption = '&File'
  314.       Hint = 'Close the ISQL window'
  315.       ShortCut = 16499
  316.       object Print1: TMenuItem
  317.         Caption = '&Print'
  318.         ImageIndex = 9
  319.         OnClick = Print1Click
  320.       end
  321.       object N6: TMenuItem
  322.         Caption = '-'
  323.       end
  324.       object Close1: TMenuItem
  325.         Action = FileClose
  326.       end
  327.     end
  328.     object mnuEdit1: TMenuItem
  329.       Caption = '&Edit'
  330.       object Undo2: TMenuItem
  331.         Action = EditUndo1
  332.       end
  333.       object N9: TMenuItem
  334.         Caption = '-'
  335.       end
  336.       object mnuEdCopy1: TMenuItem
  337.         Action = EditCopy1
  338.       end
  339.       object Cut2: TMenuItem
  340.         Action = EditCut1
  341.       end
  342.       object Paste2: TMenuItem
  343.         Action = EditPaste1
  344.       end
  345.       object SelectAll2: TMenuItem
  346.         Action = EditSelectAll1
  347.       end
  348.       object mnuEdN1: TMenuItem
  349.         Caption = '-'
  350.       end
  351.       object mnuEdFind1: TMenuItem
  352.         Action = EditFind
  353.       end
  354.       object Font2: TMenuItem
  355.         Action = EditFont
  356.       end
  357.       object N8: TMenuItem
  358.         Caption = '-'
  359.       end
  360.       object Options1: TMenuItem
  361.         Action = FileOptions
  362.       end
  363.     end
  364.     object Edit1: TMenuItem
  365.       Caption = '&Query'
  366.       object QueryLoadScript1: TMenuItem
  367.         Action = QueryLoadScript
  368.       end
  369.       object QuerySaveScript1: TMenuItem
  370.         Action = QuerySaveScript
  371.       end
  372.       object N1: TMenuItem
  373.         Caption = '-'
  374.       end
  375.       object QueryNext1: TMenuItem
  376.         Action = QueryNext
  377.       end
  378.       object QueryPrevious1: TMenuItem
  379.         Action = QueryPrevious
  380.       end
  381.       object QueryPrevious2: TMenuItem
  382.         Action = QueryExecute
  383.       end
  384.       object Prepare1: TMenuItem
  385.         Action = QueryPrepare
  386.       end
  387.       object N2: TMenuItem
  388.         Caption = '-'
  389.       end
  390.       object SaveOutput1: TMenuItem
  391.         Action = QuerySaveOutput
  392.       end
  393.     end
  394.     object Database1: TMenuItem
  395.       Caption = '&Database'
  396.       object Connect1: TMenuItem
  397.         Action = DatabaseConnectAs
  398.       end
  399.       object Disconnect1: TMenuItem
  400.         Action = DatabaseDisconnect
  401.       end
  402.       object N5: TMenuItem
  403.         Caption = '-'
  404.       end
  405.       object Create1: TMenuItem
  406.         Action = DatabaseCreate
  407.       end
  408.       object Drop1: TMenuItem
  409.         Action = DatabaseDrop
  410.       end
  411.     end
  412.     object Transactions1: TMenuItem
  413.       Caption = '&Transactions'
  414.       object Commit1: TMenuItem
  415.         Action = TransactionCommit
  416.       end
  417.       object Rollback1: TMenuItem
  418.         Action = TransactionRollback
  419.       end
  420.     end
  421.     object Windows1: TMenuItem
  422.       Caption = '&Windows'
  423.       OnClick = Windows1Click
  424.     end
  425.     object Help1: TMenuItem
  426.       Caption = '&Help'
  427.       object SQLReference1: TMenuItem
  428.         Caption = '&SQL Reference'
  429.         OnClick = SQLReference1Click
  430.       end
  431.       object N7: TMenuItem
  432.         Caption = '-'
  433.       end
  434.       object About1: TMenuItem
  435.         Action = frmMain.HelpAbout
  436.       end
  437.     end
  438.   end
  439.   object TransactionActions: TActionList
  440.     Images = frmMain.imgToolBarsEnabled
  441.     Left = 277
  442.     Top = 131
  443.     object TransactionCommit: TAction
  444.       Tag = 1
  445.       Caption = '&Commit'
  446.       Hint = 'Commit Work'
  447.       ImageIndex = 41
  448.       OnExecute = TransactionExecute
  449.     end
  450.     object TransactionRollback: TAction
  451.       Caption = '&Rollback'
  452.       Hint = 'Rollback Work'
  453.       ImageIndex = 42
  454.       OnExecute = TransactionExecute
  455.     end
  456.   end
  457.   object DialectActions: TActionList
  458.     Images = frmMain.imgToolBarsEnabled
  459.     Left = 360
  460.     Top = 95
  461.     object DialectAction1: TAction
  462.       Tag = 1
  463.       Caption = 'Dialect &1'
  464.       OnExecute = DialectChange
  465.       OnUpdate = DialectUpdate
  466.     end
  467.     object DialectAction2: TAction
  468.       Tag = 2
  469.       Caption = 'Dialect &2'
  470.       OnExecute = DialectChange
  471.       OnUpdate = DialectUpdate
  472.     end
  473.     object DialectAction3: TAction
  474.       Tag = 3
  475.       Caption = 'Dialect &3'
  476.       OnExecute = DialectChange
  477.       OnUpdate = DialectUpdate
  478.     end
  479.   end
  480.   object QueryActions: TActionList
  481.     Images = frmMain.imgToolBarsEnabled
  482.     Left = 413
  483.     Top = 84
  484.     object QueryPrevious: TAction
  485.       Caption = '&Previous'
  486.       Hint = 'Previous Query'
  487.       ImageIndex = 20
  488.       ShortCut = 16464
  489.       OnExecute = QueryPreviousExecute
  490.       OnUpdate = QueryPreviousUpdate
  491.     end
  492.     object QueryNext: TAction
  493.       Caption = '&Next'
  494.       Hint = 'Next Query'
  495.       ImageIndex = 19
  496.       ShortCut = 16462
  497.       OnExecute = QueryNextExecute
  498.       OnUpdate = QueryNextUpdate
  499.     end
  500.     object QueryExecute: TAction
  501.       Caption = '&Execute'
  502.       Hint = 'Execute Query'
  503.       ImageIndex = 18
  504.       ShortCut = 16453
  505.       OnExecute = QueryExecuteExecute
  506.       OnUpdate = QueryUpdate
  507.     end
  508.     object QueryLoadScript: TAction
  509.       Caption = '&Load Script'
  510.       Hint = 'Load SQL Script'
  511.       ImageIndex = 16
  512.       OnExecute = QueryLoadScriptExecute
  513.     end
  514.     object QuerySaveScript: TAction
  515.       Caption = '&Save Script'
  516.       Hint = 'Save Script'
  517.       ImageIndex = 17
  518.       OnExecute = QuerySaveScriptExecute
  519.       OnUpdate = QueryUpdate
  520.     end
  521.     object QueryOptions: TAction
  522.       Caption = 'O&ptions ...'
  523.       Hint = 'Query Options'
  524.     end
  525.     object QuerySaveOutput: TAction
  526.       Caption = 'Save &Output'
  527.       Hint = 'Save the query ouput'
  528.       OnExecute = QuerySaveOutputExecute
  529.       OnUpdate = QuerySaveOutputUpdate
  530.     end
  531.     object QueryPrepare: TAction
  532.       Caption = '&Prepare'
  533.       Hint = 'Prepare the current query before execution'
  534.       ImageIndex = 43
  535.       OnExecute = QueryPrepareExecute
  536.       OnUpdate = QueryUpdate
  537.     end
  538.   end
  539.   object pmLastFiles: TPopupMenu
  540.     Left = 548
  541.     Top = 81
  542.   end
  543.   object FileActions: TActionList
  544.     Images = frmMain.imgToolBarsEnabled
  545.     Left = 266
  546.     Top = 86
  547.     object FileOptions: TAction
  548.       Caption = '&Options ...'
  549.       Hint = 'Show ISQL Options'
  550.       ImageIndex = 21
  551.       OnExecute = FileOptionsExecute
  552.     end
  553.     object FileClose: TAction
  554.       Caption = '&Close'
  555.       Hint = 'Close the ISQL window'
  556.       ShortCut = 16499
  557.       OnExecute = FileCloseExecute
  558.     end
  559.     object EditFind: TAction
  560.       Caption = '&Find ...'
  561.       ImageIndex = 14
  562.       OnExecute = EditFindExecute
  563.       OnUpdate = EditFindUpdate
  564.     end
  565.     object EditFont: TAction
  566.       Caption = '&Font ...'
  567.       ImageIndex = 15
  568.       OnExecute = EditFontExecute
  569.     end
  570.     object EditCopy1: TEditCopy
  571.       Caption = '&Copy'
  572.       Hint = 'Copy'
  573.       ImageIndex = 12
  574.       ShortCut = 16451
  575.     end
  576.     object EditCut1: TEditCut
  577.       Caption = 'Cu&t'
  578.       Hint = 'Cut'
  579.       ImageIndex = 11
  580.       ShortCut = 16472
  581.     end
  582.     object EditPaste1: TEditPaste
  583.       Caption = '&Paste'
  584.       Hint = 'Paste'
  585.       ImageIndex = 13
  586.       ShortCut = 16470
  587.     end
  588.     object EditSelectAll1: TEditSelectAll
  589.       Caption = 'Select &All'
  590.     end
  591.     object EditUndo1: TEditUndo
  592.       Caption = '&Undo'
  593.       ImageIndex = 10
  594.       ShortCut = 32776
  595.     end
  596.   end
  597.   object DatabaseActions: TActionList
  598.     Images = frmMain.imgToolBarsEnabled
  599.     Left = 95
  600.     Top = 97
  601.     object DatabaseConnectAs: TAction
  602.       Caption = 'Connect &As ...'
  603.       ImageIndex = 7
  604.       OnExecute = Connect1Click
  605.       OnUpdate = DatabaseConnectAsUpdate
  606.     end
  607.     object DatabaseDisconnect: TAction
  608.       Caption = '&Disconnect'
  609.       ImageIndex = 8
  610.       OnExecute = Disconnect1Click
  611.       OnUpdate = DatabaseDisconnectUpdate
  612.     end
  613.     object DatabaseCreate: TAction
  614.       Caption = '&Create Database ...'
  615.       ImageIndex = 4
  616.       OnExecute = Create1Click
  617.       OnUpdate = DatabaseConnectAsUpdate
  618.     end
  619.     object DatabaseDrop: TAction
  620.       Caption = 'D&rop Database'
  621.       OnExecute = Drop1Click
  622.       OnUpdate = DatabaseDisconnectUpdate
  623.     end
  624.   end
  625. end
  626.