home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / nastroje / d45 / IBSB1.ZIP / Unit1.dfm < prev    next >
Text File  |  2001-06-20  |  10KB  |  421 lines

  1. object Form1: TForm1
  2.   Left = 26
  3.   Top = 109
  4.   Width = 728
  5.   Height = 479
  6.   Caption = 'SLQ Builder For Interbase Ver.5.6'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIForm
  14.   Menu = MainMenu1
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   WindowState = wsMaximized
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Splitter1: TSplitter
  23.     Left = 0
  24.     Top = 285
  25.     Width = 720
  26.     Height = 3
  27.     Cursor = crVSplit
  28.     Align = alBottom
  29.     Beveled = True
  30.     ResizeStyle = rsLine
  31.   end
  32.   object StatusBar1: TStatusBar
  33.     Left = 0
  34.     Top = 414
  35.     Width = 720
  36.     Height = 19
  37.     Panels = <
  38.       item
  39.         Width = 200
  40.       end
  41.       item
  42.         Width = 300
  43.       end
  44.       item
  45.         Width = 50
  46.       end>
  47.     SimplePanel = False
  48.   end
  49.   object ToolBar1: TToolBar
  50.     Left = 0
  51.     Top = 0
  52.     Width = 720
  53.     Height = 42
  54.     ButtonHeight = 35
  55.     ButtonWidth = 38
  56.     Caption = 'ToolBar1'
  57.     EdgeBorders = [ebLeft, ebTop, ebRight, ebBottom]
  58.     Flat = True
  59.     ParentShowHint = False
  60.     ShowHint = True
  61.     TabOrder = 1
  62.     object btndbConnect: TToolButton
  63.       Left = 0
  64.       Top = 0
  65.       Action = actdbConnect
  66.       DropdownMenu = popdbconnect
  67.       Style = tbsDropDown
  68.     end
  69.     object btnDisconnect: TToolButton
  70.       Left = 51
  71.       Top = 0
  72.       Action = actDBDisconnect
  73.     end
  74.     object ToolButton1: TToolButton
  75.       Left = 89
  76.       Top = 0
  77.       Width = 8
  78.       Caption = 'ToolButton1'
  79.       ImageIndex = 2
  80.       Style = tbsSeparator
  81.     end
  82.     object btnsqlrun: TToolButton
  83.       Left = 97
  84.       Top = 0
  85.       Action = actRunSql
  86.     end
  87.     object btnTables: TToolButton
  88.       Left = 135
  89.       Top = 0
  90.       Action = actTables
  91.     end
  92.     object ToolButton2: TToolButton
  93.       Left = 173
  94.       Top = 0
  95.       Width = 8
  96.       Caption = 'ToolButton2'
  97.       ImageIndex = 2
  98.       Style = tbsSeparator
  99.     end
  100.     object btngetsqltext: TToolButton
  101.       Left = 181
  102.       Top = 0
  103.       Action = actOpenSQLtext
  104.       DropdownMenu = popSQL
  105.       Style = tbsDropDown
  106.     end
  107.     object btnsqltextsave: TToolButton
  108.       Left = 232
  109.       Top = 0
  110.       Hint = 'Save SQL Text'
  111.       ImageIndex = 5
  112.       OnClick = btnsqltextsaveClick
  113.     end
  114.     object ToolButton4: TToolButton
  115.       Left = 270
  116.       Top = 0
  117.       Width = 8
  118.       Caption = 'ToolButton4'
  119.       ImageIndex = 2
  120.       Style = tbsSeparator
  121.     end
  122.     object btnSQLOutBrowse: TToolButton
  123.       Left = 278
  124.       Top = 0
  125.       Hint = 'SQL Result Borwse Mode'
  126.       Caption = 'btnSQLOutBrowse'
  127.       Down = True
  128.       Enabled = False
  129.       Grouped = True
  130.       ImageIndex = 6
  131.       Style = tbsCheck
  132.     end
  133.     object btnsqlouttext: TToolButton
  134.       Left = 316
  135.       Top = 0
  136.       Hint = 'SQL Result Report Mode'
  137.       Caption = 'btnsqlouttext'
  138.       Enabled = False
  139.       Grouped = True
  140.       ImageIndex = 7
  141.       Style = tbsCheck
  142.     end
  143.     object btnsqloutCSV: TToolButton
  144.       Left = 354
  145.       Top = 0
  146.       Hint = 'SQL CSV Format'
  147.       Caption = 'btnsqloutCSV'
  148.       Enabled = False
  149.       Grouped = True
  150.       ImageIndex = 8
  151.       Style = tbsCheck
  152.     end
  153.     object btnExcel: TToolButton
  154.       Left = 392
  155.       Top = 0
  156.       Hint = 'Send To Excel'
  157.       Caption = 'Excel'
  158.       Enabled = False
  159.       Grouped = True
  160.       ImageIndex = 9
  161.       Style = tbsCheck
  162.     end
  163.     object ToolButton3: TToolButton
  164.       Left = 430
  165.       Top = 0
  166.       Width = 8
  167.       Caption = 'ToolButton3'
  168.       ImageIndex = 9
  169.       Style = tbsSeparator
  170.     end
  171.     object btnCikis: TToolButton
  172.       Left = 438
  173.       Top = 0
  174.       Action = actExit
  175.       ImageIndex = 10
  176.     end
  177.   end
  178.   object Panel1: TPanel
  179.     Left = 0
  180.     Top = 288
  181.     Width = 720
  182.     Height = 126
  183.     Align = alBottom
  184.     TabOrder = 2
  185.     object MemoSQLstr: TMemo
  186.       Left = 1
  187.       Top = 1
  188.       Width = 718
  189.       Height = 124
  190.       Hint = 'SQL Text Area'
  191.       Align = alClient
  192.       ParentShowHint = False
  193.       ScrollBars = ssBoth
  194.       ShowHint = True
  195.       TabOrder = 0
  196.       OnChange = MemoSQLstrChange
  197.     end
  198.   end
  199.   object IBD: TIBDatabase
  200.     Params.Strings = (
  201.       'user_name=sysdba'
  202.       'password=1')
  203.     LoginPrompt = False
  204.     IdleTimer = 0
  205.     SQLDialect = 1
  206.     TraceFlags = []
  207.     Left = 567
  208.     Top = 48
  209.   end
  210.   object IBT: TIBTransaction
  211.     Active = False
  212.     DefaultDatabase = IBD
  213.     Left = 597
  214.     Top = 48
  215.   end
  216.   object MainMenu1: TMainMenu
  217.     Left = 534
  218.     Top = 48
  219.     object Database1: TMenuItem
  220.       Caption = 'Database'
  221.       object Open1: TMenuItem
  222.         Action = actdbConnect
  223.       end
  224.       object Disconnect1: TMenuItem
  225.         Action = actDBDisconnect
  226.       end
  227.       object N1: TMenuItem
  228.         Caption = '-'
  229.       end
  230.       object k1: TMenuItem
  231.         Action = actExit
  232.       end
  233.     end
  234.     object SQLBuild1: TMenuItem
  235.       Caption = 'SQL Build'
  236.       object OpenSQLTextFile1: TMenuItem
  237.         Action = actOpenSQLtext
  238.       end
  239.       object SaveSQLText1: TMenuItem
  240.         Caption = 'Save SQL Text'
  241.         ImageIndex = 5
  242.         OnClick = btnsqltextsaveClick
  243.       end
  244.       object RunSQL1: TMenuItem
  245.         Action = actRunSql
  246.       end
  247.       object N2: TMenuItem
  248.         Caption = '-'
  249.       end
  250.       object Tables1: TMenuItem
  251.         Action = actTables
  252.       end
  253.     end
  254.     object ResultView1: TMenuItem
  255.       Caption = 'Result View'
  256.       Enabled = False
  257.       object Browse1: TMenuItem
  258.         Caption = 'Browse'
  259.         ImageIndex = 6
  260.         OnClick = Browse1Click
  261.       end
  262.       object Report1: TMenuItem
  263.         Caption = 'Report'
  264.         ImageIndex = 7
  265.         OnClick = Report1Click
  266.       end
  267.       object AsciTextCSV1: TMenuItem
  268.         Caption = 'Asci Text (CSV)'
  269.         ImageIndex = 8
  270.         OnClick = AsciTextCSV1Click
  271.       end
  272.       object SendtoExcel1: TMenuItem
  273.         Caption = 'Send to Excel'
  274.         OnClick = SendtoExcel1Click
  275.       end
  276.       object N4: TMenuItem
  277.         Caption = '-'
  278.       end
  279.       object SaveResult1: TMenuItem
  280.         Caption = 'Save Result'
  281.         OnClick = SaveResult1Click
  282.       end
  283.     end
  284.     object Window1: TMenuItem
  285.       Caption = '&Window'
  286.       object TileVertically1: TMenuItem
  287.         Action = WindowTileVertical1
  288.       end
  289.       object Tile1: TMenuItem
  290.         Action = WindowTileHorizontal1
  291.       end
  292.       object Cascade1: TMenuItem
  293.         Action = WindowCascade1
  294.       end
  295.       object ArrangeAll1: TMenuItem
  296.         Action = WindowArrange1
  297.       end
  298.       object Close1: TMenuItem
  299.         Action = WindowClose1
  300.       end
  301.     end
  302.   end
  303.   object popJoin: TPopupMenu
  304.     Left = 627
  305.     Top = 48
  306.     object Sil1: TMenuItem
  307.       Caption = 'Delete'
  308.       OnClick = Sil1Click
  309.     end
  310.     object N3: TMenuItem
  311.       Caption = '-'
  312.     end
  313.     object Inner: TMenuItem
  314.       Caption = 'Inner'
  315.       GroupIndex = 5
  316.       RadioItem = True
  317.       OnClick = PopJoinTypeClick
  318.     end
  319.     object Left: TMenuItem
  320.       Caption = 'Left'
  321.       GroupIndex = 5
  322.       RadioItem = True
  323.       OnClick = PopJoinTypeClick
  324.     end
  325.     object Right: TMenuItem
  326.       Caption = 'Right'
  327.       GroupIndex = 5
  328.       RadioItem = True
  329.       OnClick = PopJoinTypeClick
  330.     end
  331.     object Full: TMenuItem
  332.       Caption = 'Full'
  333.       GroupIndex = 5
  334.       RadioItem = True
  335.       OnClick = PopJoinTypeClick
  336.     end
  337.   end
  338.   object popdbconnect: TPopupMenu
  339.     AutoHotkeys = maManual
  340.     AutoLineReduction = maManual
  341.     Top = 42
  342.   end
  343.   object popSQL: TPopupMenu
  344.     AutoHotkeys = maManual
  345.     AutoLineReduction = maManual
  346.     Left = 186
  347.     Top = 42
  348.   end
  349.   object actions: TActionList
  350.     Left = 498
  351.     Top = 48
  352.     object actExit: TAction
  353.       Caption = 'Exit'
  354.       Hint = 'Exit from Program'
  355.       ImageIndex = 9
  356.       OnExecute = actExitExecute
  357.     end
  358.     object actdbConnect: TAction
  359.       Caption = 'Connect to Database'
  360.       Hint = 'Connect to Database'
  361.       ImageIndex = 0
  362.       OnExecute = btndbConnectClick
  363.     end
  364.     object actDBDisconnect: TAction
  365.       Caption = 'Disconnect from Database'
  366.       Enabled = False
  367.       Hint = 'Disconnect from Database'
  368.       ImageIndex = 1
  369.       OnExecute = DisConnectDB
  370.     end
  371.     object actOpenSQLtext: TAction
  372.       Caption = 'Open SQL Text File'
  373.       Enabled = False
  374.       Hint = 'Open SQL Text file'
  375.       ImageIndex = 4
  376.       OnExecute = btngetsqltextClick
  377.     end
  378.     object actRunSql: TAction
  379.       Caption = 'Run SQL'
  380.       Enabled = False
  381.       Hint = 'Run SQL'
  382.       ImageIndex = 2
  383.       OnExecute = SQLrun
  384.     end
  385.     object actTables: TAction
  386.       Caption = 'Tables'
  387.       Enabled = False
  388.       Hint = 'Tables'
  389.       ImageIndex = 3
  390.       OnExecute = btnTablesClick
  391.     end
  392.   end
  393.   object actWindow: TActionList
  394.     Left = 468
  395.     Top = 48
  396.     object WindowCascade1: TWindowCascade
  397.       Category = 'Window'
  398.       Caption = '&Cascade'
  399.       ImageIndex = 17
  400.     end
  401.     object WindowArrange1: TWindowArrange
  402.       Category = 'Window'
  403.       Caption = '&Arrange'
  404.     end
  405.     object WindowClose1: TWindowClose
  406.       Category = 'Window'
  407.       Caption = 'C&lose'
  408.     end
  409.     object WindowTileHorizontal1: TWindowTileHorizontal
  410.       Category = 'Window'
  411.       Caption = 'Tile &Horizontally'
  412.       ImageIndex = 15
  413.     end
  414.     object WindowTileVertical1: TWindowTileVertical
  415.       Category = 'Window'
  416.       Caption = '&Tile Vertically'
  417.       ImageIndex = 16
  418.     end
  419.   end
  420. end
  421.