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

  1. object frmObjectView: TfrmObjectView
  2.   Left = 664
  3.   Top = 325
  4.   Width = 639
  5.   Height = 479
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   Caption = 'frmObjectView'
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poScreenCenter
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object StatusBar: TStatusBar
  18.     Left = 0
  19.     Top = 433
  20.     Width = 631
  21.     Height = 19
  22.     Panels = <
  23.       item
  24.         Width = 200
  25.       end
  26.       item
  27.         Width = 200
  28.       end>
  29.     SimplePanel = False
  30.   end
  31.   object ToolBar1: TToolBar
  32.     Left = 0
  33.     Top = 0
  34.     Width = 631
  35.     Height = 29
  36.     ButtonHeight = 25
  37.     ButtonWidth = 26
  38.     Caption = 'ToolBar1'
  39.     EdgeBorders = [ebBottom]
  40.     Flat = True
  41.     Images = frmMain.imgToolBarsEnabled
  42.     TabOrder = 1
  43.     object cbObjectList: TComboBox
  44.       Left = 0
  45.       Top = 2
  46.       Width = 270
  47.       Height = 21
  48.       Style = csDropDownList
  49.       ItemHeight = 13
  50.       TabOrder = 0
  51.       OnChange = cbObjectListChange
  52.       OnDropDown = cbGetIndex
  53.       OnEnter = cbGetIndex
  54.     end
  55.   end
  56.   object pgcProperties: TPageControl
  57.     Left = 0
  58.     Top = 29
  59.     Width = 631
  60.     Height = 404
  61.     ActivePage = tabData
  62.     Align = alClient
  63.     HotTrack = True
  64.     TabOrder = 2
  65.     OnChange = pgcPropertiesChange
  66.     object tabProperties: TTabSheet
  67.       Caption = 'Properties'
  68.       object btnApply: TButton
  69.         Left = 686
  70.         Top = 443
  71.         Width = 80
  72.         Height = 31
  73.         Anchors = [akRight, akBottom]
  74.         Caption = '&Apply'
  75.         Enabled = False
  76.         TabOrder = 0
  77.         Visible = False
  78.       end
  79.       object objControl: TPageControl
  80.         Left = 0
  81.         Top = 0
  82.         Width = 623
  83.         Height = 376
  84.         ActivePage = tabTables
  85.         Align = alClient
  86.         MultiLine = True
  87.         TabOrder = 1
  88.         object tabDomains: TTabSheet
  89.           Caption = 'tabDomains'
  90.           object Label5: TLabel
  91.             Left = 3
  92.             Top = 108
  93.             Width = 84
  94.             Height = 13
  95.             Caption = '&Check Constraint:'
  96.             FocusControl = reConstraint
  97.           end
  98.           object lblFileName: TLabel
  99.             Left = 317
  100.             Top = 110
  101.             Width = 54
  102.             Height = 13
  103.             Caption = 'lblFileName'
  104.             Visible = False
  105.           end
  106.           object reConstraint: TRichEditX
  107.             Left = 0
  108.             Top = 127
  109.             Width = 615
  110.             Height = 221
  111.             Align = alBottom
  112.             Anchors = [akLeft, akTop, akRight, akBottom]
  113.             Color = clBtnFace
  114.             ReadOnly = True
  115.             ScrollBars = ssBoth
  116.             TabOrder = 0
  117.             OnChange = ObjectChange
  118.           end
  119.           object lvDomains: TListView
  120.             Left = 0
  121.             Top = 0
  122.             Width = 615
  123.             Height = 103
  124.             Align = alTop
  125.             Columns = <>
  126.             ColumnClick = False
  127.             TabOrder = 1
  128.             ViewStyle = vsReport
  129.           end
  130.         end
  131.         object tabTables: TTabSheet
  132.           Caption = 'tabTables'
  133.           ImageIndex = 1
  134.           object SplitterWnd: TSplitter
  135.             Left = 0
  136.             Top = 243
  137.             Width = 615
  138.             Height = 3
  139.             Cursor = crVSplit
  140.             Align = alTop
  141.           end
  142.           object ToolBar2: TToolBar
  143.             Left = 0
  144.             Top = 0
  145.             Width = 615
  146.             Height = 29
  147.             ButtonHeight = 24
  148.             ButtonWidth = 27
  149.             Caption = 'ToolBar2'
  150.             EdgeBorders = [ebTop, ebBottom]
  151.             Flat = True
  152.             Images = frmMain.imgTreeview
  153.             ParentShowHint = False
  154.             ShowHint = True
  155.             TabOrder = 0
  156.             object tbCols: TToolButton
  157.               Left = 0
  158.               Top = 0
  159.               Action = ShowColumns
  160.               Down = True
  161.               Grouped = True
  162.               Style = tbsCheck
  163.             end
  164.             object tbTriggers: TToolButton
  165.               Left = 27
  166.               Top = 0
  167.               Action = ShowTriggers
  168.               Grouped = True
  169.               Style = tbsCheck
  170.             end
  171.             object tbChkConst: TToolButton
  172.               Left = 54
  173.               Top = 0
  174.               Action = ShowCheckConstraints
  175.               Grouped = True
  176.               Style = tbsCheck
  177.             end
  178.             object tbIndexes: TToolButton
  179.               Left = 81
  180.               Top = 0
  181.               Action = ShowIndexes
  182.               Grouped = True
  183.               Style = tbsCheck
  184.             end
  185.             object tbUnique: TToolButton
  186.               Left = 108
  187.               Top = 0
  188.               Action = ShowUniqueConstraints
  189.               Grouped = True
  190.               Style = tbsCheck
  191.             end
  192.             object tbRef: TToolButton
  193.               Left = 135
  194.               Top = 0
  195.               Action = ShowReferentialConstraints
  196.               Grouped = True
  197.               Style = tbsCheck
  198.             end
  199.           end
  200.           object lvTableObjects: TListView
  201.             Left = 0
  202.             Top = 29
  203.             Width = 615
  204.             Height = 214
  205.             Align = alTop
  206.             Anchors = [akLeft, akTop, akRight, akBottom]
  207.             Columns = <>
  208.             ColumnClick = False
  209.             ReadOnly = True
  210.             TabOrder = 1
  211.             ViewStyle = vsReport
  212.           end
  213.           object reTriggerSource: TRichEditX
  214.             Left = 0
  215.             Top = 246
  216.             Width = 615
  217.             Height = 102
  218.             TabStop = False
  219.             Align = alClient
  220.             Color = clBtnFace
  221.             Font.Charset = DEFAULT_CHARSET
  222.             Font.Color = clWindowText
  223.             Font.Height = -13
  224.             Font.Name = 'Courier New'
  225.             Font.Style = []
  226.             ParentFont = False
  227.             PopupMenu = frmMain.EditPopup
  228.             ReadOnly = True
  229.             ScrollBars = ssBoth
  230.             TabOrder = 2
  231.             WordWrap = False
  232.           end
  233.         end
  234.         object tabProcedures: TTabSheet
  235.           Caption = 'tabProcedures'
  236.           ImageIndex = 2
  237.           object Splitter2: TSplitter
  238.             Left = 0
  239.             Top = 144
  240.             Width = 615
  241.             Height = 3
  242.             Cursor = crVSplit
  243.             Align = alTop
  244.           end
  245.           object reProcSource: TRichEditX
  246.             Left = 0
  247.             Top = 147
  248.             Width = 615
  249.             Height = 201
  250.             TabStop = False
  251.             Align = alClient
  252.             Color = clBtnFace
  253.             Font.Charset = DEFAULT_CHARSET
  254.             Font.Color = clWindowText
  255.             Font.Height = -13
  256.             Font.Name = 'Courier New'
  257.             Font.Style = []
  258.             ParentFont = False
  259.             ReadOnly = True
  260.             ScrollBars = ssBoth
  261.             TabOrder = 0
  262.           end
  263.           object lvParams: TListView
  264.             Left = 0
  265.             Top = 0
  266.             Width = 615
  267.             Height = 144
  268.             Align = alTop
  269.             Columns = <>
  270.             ColumnClick = False
  271.             ReadOnly = True
  272.             TabOrder = 1
  273.             ViewStyle = vsReport
  274.             OnChange = ShowProcSource
  275.           end
  276.         end
  277.         object tabFunctions: TTabSheet
  278.           Caption = 'tabFunctions'
  279.           ImageIndex = 3
  280.           object lvFuncView: TListView
  281.             Left = 0
  282.             Top = 171
  283.             Width = 615
  284.             Height = 177
  285.             Align = alClient
  286.             Columns = <>
  287.             ColumnClick = False
  288.             ReadOnly = True
  289.             TabOrder = 0
  290.             ViewStyle = vsReport
  291.           end
  292.           object Panel5: TPanel
  293.             Left = 0
  294.             Top = 0
  295.             Width = 615
  296.             Height = 171
  297.             Align = alTop
  298.             BevelOuter = bvNone
  299.             TabOrder = 1
  300.             object Label8: TLabel
  301.               Left = 10
  302.               Top = 6
  303.               Width = 69
  304.               Height = 13
  305.               Caption = '&Module Name:'
  306.               FocusControl = edModName
  307.             end
  308.             object Label9: TLabel
  309.               Left = 10
  310.               Top = 62
  311.               Width = 50
  312.               Height = 13
  313.               Caption = '&Entrypoint:'
  314.               FocusControl = edEntrypoint
  315.             end
  316.             object Label10: TLabel
  317.               Left = 10
  318.               Top = 116
  319.               Width = 40
  320.               Height = 13
  321.               Caption = '&Returns:'
  322.               FocusControl = edReturnVal
  323.             end
  324.             object edReturnVal: TEdit
  325.               Left = 20
  326.               Top = 135
  327.               Width = 268
  328.               Height = 21
  329.               Color = clBtnFace
  330.               ReadOnly = True
  331.               TabOrder = 0
  332.             end
  333.             object edEntrypoint: TEdit
  334.               Left = 20
  335.               Top = 84
  336.               Width = 268
  337.               Height = 21
  338.               Color = clBtnFace
  339.               ReadOnly = True
  340.               TabOrder = 1
  341.             end
  342.             object edModName: TEdit
  343.               Left = 20
  344.               Top = 26
  345.               Width = 268
  346.               Height = 21
  347.               Color = clBtnFace
  348.               ReadOnly = True
  349.               TabOrder = 2
  350.             end
  351.           end
  352.         end
  353.         object tabExceptions: TTabSheet
  354.           Caption = 'tabExceptions'
  355.           ImageIndex = 5
  356.           object Label18: TLabel
  357.             Left = 10
  358.             Top = 5
  359.             Width = 90
  360.             Height = 13
  361.             Caption = 'Exception &Number:'
  362.           end
  363.           object Label19: TLabel
  364.             Left = 10
  365.             Top = 77
  366.             Width = 96
  367.             Height = 13
  368.             Caption = 'Exception &Message:'
  369.           end
  370.           object edExceptionNumber: TEdit
  371.             Left = 20
  372.             Top = 32
  373.             Width = 149
  374.             Height = 21
  375.             Color = clBtnFace
  376.             ReadOnly = True
  377.             TabOrder = 0
  378.           end
  379.           object edMessage: TEdit
  380.             Left = 20
  381.             Top = 101
  382.             Width = 515
  383.             Height = 21
  384.             Anchors = [akLeft, akTop, akRight]
  385.             Color = clBtnFace
  386.             ReadOnly = True
  387.             TabOrder = 1
  388.           end
  389.         end
  390.         object tabGenerators: TTabSheet
  391.           Caption = 'tabGenerators'
  392.           ImageIndex = 8
  393.           object Label3: TLabel
  394.             Left = 10
  395.             Top = 6
  396.             Width = 64
  397.             Height = 13
  398.             Caption = 'Generator &ID:'
  399.           end
  400.           object Label21: TLabel
  401.             Left = 10
  402.             Top = 69
  403.             Width = 67
  404.             Height = 13
  405.             Caption = 'Current &Value:'
  406.           end
  407.           object edGenID: TEdit
  408.             Left = 20
  409.             Top = 27
  410.             Width = 149
  411.             Height = 21
  412.             Color = clBtnFace
  413.             ReadOnly = True
  414.             TabOrder = 0
  415.           end
  416.           object edNextValue: TEdit
  417.             Left = 20
  418.             Top = 92
  419.             Width = 149
  420.             Height = 21
  421.             Color = clBtnFace
  422.             ReadOnly = True
  423.             TabOrder = 1
  424.           end
  425.         end
  426.         object tabFilters: TTabSheet
  427.           Caption = 'tabFilters'
  428.           ImageIndex = 8
  429.           object Label11: TLabel
  430.             Left = 6
  431.             Top = 6
  432.             Width = 69
  433.             Height = 13
  434.             Caption = '&Module Name:'
  435.             FocusControl = edFilterModule
  436.           end
  437.           object Label12: TLabel
  438.             Left = 6
  439.             Top = 70
  440.             Width = 50
  441.             Height = 13
  442.             Caption = '&Entrypoint:'
  443.             FocusControl = edFilterEntry
  444.           end
  445.           object Label13: TLabel
  446.             Left = 6
  447.             Top = 124
  448.             Width = 73
  449.             Height = 13
  450.             Caption = '&Input SubType:'
  451.             FocusControl = edFilterInput
  452.           end
  453.           object Label14: TLabel
  454.             Left = 6
  455.             Top = 175
  456.             Width = 81
  457.             Height = 13
  458.             Caption = '&Output SubType:'
  459.             FocusControl = edFilterOutput
  460.           end
  461.           object edFilterModule: TEdit
  462.             Left = 16
  463.             Top = 30
  464.             Width = 149
  465.             Height = 21
  466.             Color = clBtnFace
  467.             ReadOnly = True
  468.             TabOrder = 0
  469.             Text = 'edFilterModule'
  470.           end
  471.           object edFilterEntry: TEdit
  472.             Left = 16
  473.             Top = 90
  474.             Width = 149
  475.             Height = 21
  476.             Color = clBtnFace
  477.             ReadOnly = True
  478.             TabOrder = 1
  479.             Text = 'edFilterEntry'
  480.           end
  481.           object edFilterInput: TEdit
  482.             Left = 16
  483.             Top = 143
  484.             Width = 149
  485.             Height = 21
  486.             Color = clBtnFace
  487.             ReadOnly = True
  488.             TabOrder = 2
  489.             Text = 'edFilterInput'
  490.           end
  491.           object edFilterOutput: TEdit
  492.             Left = 16
  493.             Top = 196
  494.             Width = 149
  495.             Height = 21
  496.             Color = clBtnFace
  497.             ReadOnly = True
  498.             TabOrder = 3
  499.             Text = 'edFilterOutput'
  500.           end
  501.         end
  502.       end
  503.     end
  504.     object tabMetadata: TTabSheet
  505.       Caption = 'Metadata'
  506.       ImageIndex = 1
  507.       object reMetadata: TRichEditX
  508.         Left = 0
  509.         Top = 0
  510.         Width = 623
  511.         Height = 376
  512.         Align = alClient
  513.         Font.Charset = ANSI_CHARSET
  514.         Font.Color = clWindowText
  515.         Font.Height = -13
  516.         Font.Name = 'Courier New'
  517.         Font.Style = []
  518.         ParentFont = False
  519.         PopupMenu = frmMain.EditPopup
  520.         ReadOnly = True
  521.         ScrollBars = ssBoth
  522.         TabOrder = 0
  523.         WordWrap = False
  524.       end
  525.     end
  526.     object tabPermissions: TTabSheet
  527.       Caption = 'Permissions'
  528.       ImageIndex = 2
  529.       object lvPermissions: TListView
  530.         Left = 0
  531.         Top = 0
  532.         Width = 623
  533.         Height = 335
  534.         Align = alClient
  535.         Columns = <
  536.           item
  537.             AutoSize = True
  538.             Caption = 'Object'
  539.           end
  540.           item
  541.             Alignment = taCenter
  542.             AutoSize = True
  543.             Caption = 'Select'
  544.           end
  545.           item
  546.             Alignment = taCenter
  547.             AutoSize = True
  548.             Caption = 'Delete'
  549.           end
  550.           item
  551.             Alignment = taCenter
  552.             AutoSize = True
  553.             Caption = 'Insert'
  554.           end
  555.           item
  556.             Alignment = taCenter
  557.             AutoSize = True
  558.             Caption = 'Update'
  559.           end
  560.           item
  561.             Alignment = taCenter
  562.             AutoSize = True
  563.             Caption = 'Reference'
  564.           end
  565.           item
  566.             Alignment = taCenter
  567.             AutoSize = True
  568.             Caption = 'Execute'
  569.           end
  570.           item
  571.             Alignment = taCenter
  572.             AutoSize = True
  573.             Caption = 'Member Of'
  574.           end>
  575.         ColumnClick = False
  576.         GridLines = True
  577.         ReadOnly = True
  578.         SmallImages = frmMain.imgToolBarsEnabled
  579.         TabOrder = 0
  580.         ViewStyle = vsReport
  581.       end
  582.       object Panel1: TPanel
  583.         Left = 0
  584.         Top = 335
  585.         Width = 623
  586.         Height = 41
  587.         Align = alBottom
  588.         BevelOuter = bvNone
  589.         TabOrder = 1
  590.         object Image1: TImage
  591.           Left = 18
  592.           Top = 9
  593.           Width = 33
  594.           Height = 24
  595.           Center = True
  596.           Picture.Data = {
  597.             07544269746D6170F6000000424DF60000000000000076000000280000001000
  598.             0000100000000100040000000000800000000000000000000000100000000000
  599.             0000000000000000800000800000008080008000000080008000808000008080
  600.             8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
  601.             FF00FFFFFFF00000FFFF00000F0888880FFF4444008FF0000FFF444408FF080F
  602.             FFFF444408FFF0FFFFFFCCCC07777FFFFFFF4444FFFFFFFFFFFFFFFFFFFFFFFF
  603.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  604.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  605.             FFFF}
  606.           Stretch = True
  607.           Transparent = True
  608.         end
  609.         object Label1: TLabel
  610.           Left = 59
  611.           Top = 20
  612.           Width = 199
  613.           Height = 13
  614.           Caption = 'This permission includes GRANT OPTION'
  615.         end
  616.       end
  617.     end
  618.     object tabData: TTabSheet
  619.       Caption = 'Data'
  620.       ImageIndex = 3
  621.       object dbgData: TDBGrid
  622.         Left = 0
  623.         Top = 0
  624.         Width = 623
  625.         Height = 351
  626.         Align = alClient
  627.         DataSource = dbgDataSource
  628.         TabOrder = 0
  629.         TitleFont.Charset = DEFAULT_CHARSET
  630.         TitleFont.Color = clWindowText
  631.         TitleFont.Height = -11
  632.         TitleFont.Name = 'MS Sans Serif'
  633.         TitleFont.Style = []
  634.         OnCellClick = dbgDataCellClick
  635.         OnDrawColumnCell = dbgDataDrawColumnCell
  636.         OnEditButtonClick = dbgDataEditButtonClick
  637.       end
  638.       object DBNavigator1: TDBNavigator
  639.         Left = 0
  640.         Top = 351
  641.         Width = 623
  642.         Height = 25
  643.         DataSource = dbgDataSource
  644.         Align = alBottom
  645.         Flat = True
  646.         ParentShowHint = False
  647.         ShowHint = True
  648.         TabOrder = 1
  649.       end
  650.     end
  651.     object tabDependencies: TTabSheet
  652.       Caption = 'Dependencies'
  653.       ImageIndex = 4
  654.       object Panel2: TPanel
  655.         Left = 0
  656.         Top = 0
  657.         Width = 623
  658.         Height = 41
  659.         Align = alTop
  660.         BevelOuter = bvNone
  661.         ParentShowHint = False
  662.         ShowHint = True
  663.         TabOrder = 0
  664.         object rbDependent: TRadioButton
  665.           Left = 32
  666.           Top = 12
  667.           Width = 175
  668.           Height = 17
  669.           Hint = 'Displays objects which depend on the currently selected object'
  670.           Caption = 'Show &Dependent Objects'
  671.           TabOrder = 0
  672.           OnClick = rbDependentClick
  673.         end
  674.         object rbDependedOn: TRadioButton
  675.           Left = 375
  676.           Top = 12
  677.           Width = 216
  678.           Height = 17
  679.           Hint = 'Shows the objects the current object depends on'
  680.           Caption = 'Show Depended &On Objects'
  681.           TabOrder = 1
  682.           OnClick = rbDependedOnClick
  683.         end
  684.       end
  685.       object pnlDependents: TPanel
  686.         Left = 0
  687.         Top = 41
  688.         Width = 623
  689.         Height = 335
  690.         Align = alClient
  691.         BevelOuter = bvNone
  692.         Caption = 'pnlDependents'
  693.         TabOrder = 1
  694.         object tvDependents: TTreeView
  695.           Left = 0
  696.           Top = 0
  697.           Width = 623
  698.           Height = 335
  699.           Align = alClient
  700.           Images = frmMain.imgTreeview
  701.           Indent = 23
  702.           StateImages = frmMain.imgTreeview
  703.           TabOrder = 0
  704.         end
  705.       end
  706.       object pnlDependencies: TPanel
  707.         Left = 0
  708.         Top = 41
  709.         Width = 623
  710.         Height = 335
  711.         Align = alClient
  712.         BevelOuter = bvNone
  713.         TabOrder = 2
  714.         object tvDependencies: TTreeView
  715.           Left = 0
  716.           Top = 0
  717.           Width = 623
  718.           Height = 335
  719.           Align = alClient
  720.           Images = frmMain.imgTreeview
  721.           Indent = 23
  722.           StateImages = frmMain.imgTreeview
  723.           TabOrder = 0
  724.         end
  725.       end
  726.     end
  727.   end
  728.   object dbgDataSource: TDataSource
  729.     DataSet = IBTable
  730.     Left = 356
  731.     Top = 200
  732.   end
  733.   object TableActions: TActionList
  734.     Images = frmMain.imgTreeview
  735.     Left = 297
  736.     Top = 200
  737.     object ShowColumns: TAction
  738.       Caption = 'Columns'
  739.       Hint = 'Show Columns for the table'
  740.       ImageIndex = 15
  741.       ShortCut = 49219
  742.       OnExecute = ShowColumnsExecute
  743.     end
  744.     object ShowTriggers: TAction
  745.       Caption = 'Triggers'
  746.       Hint = 'Show triggers for the table'
  747.       ImageIndex = 20
  748.       ShortCut = 49236
  749.       OnExecute = ShowTriggersExecute
  750.     end
  751.     object ShowCheckConstraints: TAction
  752.       Caption = 'Check Constraints'
  753.       Hint = 'Show Check Constraints'
  754.       ImageIndex = 19
  755.       ShortCut = 49224
  756.       OnExecute = ShowCheckConstraintsExecute
  757.     end
  758.     object ShowIndexes: TAction
  759.       Caption = 'Indexes'
  760.       Hint = 'Show indexes'
  761.       ImageIndex = 16
  762.       ShortCut = 49225
  763.       OnExecute = ShowIndexesExecute
  764.     end
  765.     object ShowUniqueConstraints: TAction
  766.       Caption = 'Unique Constraints'
  767.       Hint = 'Show unique constraints for the table'
  768.       ImageIndex = 18
  769.       ShortCut = 49237
  770.       OnExecute = ShowUniqueConstraintsExecute
  771.     end
  772.     object ShowReferentialConstraints: TAction
  773.       Caption = 'Referential Constraints'
  774.       Hint = 'Show referential constraints'
  775.       ImageIndex = 17
  776.       ShortCut = 49234
  777.       OnExecute = ShowReferentialConstraintsExecute
  778.     end
  779.   end
  780.   object IBTable: TIBTable
  781.     ObjectView = True
  782.     BufferChunks = 1000
  783.     CachedUpdates = False
  784.     Left = 326
  785.     Top = 200
  786.   end
  787. end
  788.