home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / D3 / TQBE32D3.ZIP / DemoMain.dfm / DemoMain.txt
Text File  |  1998-10-19  |  7KB  |  285 lines

  1. object Form1: TForm1
  2.   Left = 113
  3.   Top = 142
  4.   Width = 589
  5.   Height = 496
  6.   Caption = 'TQBE32 Evaluation Program'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Panel3: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 581
  20.     Height = 53
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object sbtnExit: TSpeedButton
  24.       Left = 645
  25.       Top = 12
  26.       Width = 31
  27.       Height = 31
  28.       Glyph.Data = {
  29.         76010000424D7601000000000000760000002800000020000000100000000100
  30.         04000000000000010000120B0000120B00001000000000000000000000000000
  31.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  32.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  33.         03333377777777777F333301BBBBBBBB033333773F3333337F3333011BBBBBBB
  34.         0333337F73F333337F33330111BBBBBB0333337F373F33337F333301110BBBBB
  35.         0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  36.         0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  37.         0333337F337F33337F333301110BBBBB0333337F337FF3337F33330111B0BBBB
  38.         0333337F337733337F333301110BBBBB0333337F337F33337F333301110BBBBB
  39.         0333337F3F7F33337F333301E10BBBBB0333337F7F7F33337F333301EE0BBBBB
  40.         0333337F777FFFFF7F3333000000000003333377777777777333}
  41.       NumGlyphs = 2
  42.       OnClick = Exit1Click
  43.     end
  44.     object GroupBox1: TGroupBox
  45.       Left = 17
  46.       Top = 2
  47.       Width = 253
  48.       Height = 42
  49.       Caption = 'Table'
  50.       TabOrder = 2
  51.     end
  52.     object btnOpenTable: TButton
  53.       Left = 69
  54.       Top = 12
  55.       Width = 77
  56.       Height = 26
  57.       Caption = '&Open'
  58.       TabOrder = 0
  59.       OnClick = OpenTable1Click
  60.     end
  61.     object btnCloseTable: TButton
  62.       Left = 158
  63.       Top = 12
  64.       Width = 77
  65.       Height = 26
  66.       Caption = '&Close'
  67.       TabOrder = 1
  68.       OnClick = CloseTable1Click
  69.     end
  70.     object GroupBox2: TGroupBox
  71.       Left = 288
  72.       Top = 2
  73.       Width = 329
  74.       Height = 42
  75.       Caption = 'QBE'
  76.       TabOrder = 3
  77.       object btnLoadQuery: TButton
  78.         Left = 49
  79.         Top = 12
  80.         Width = 78
  81.         Height = 26
  82.         Caption = '&Load'
  83.         TabOrder = 0
  84.         OnClick = Load1Click
  85.       end
  86.       object btnExecQuery: TButton
  87.         Left = 140
  88.         Top = 12
  89.         Width = 78
  90.         Height = 26
  91.         Caption = '&Execute'
  92.         TabOrder = 1
  93.         OnClick = Execute1Click
  94.       end
  95.       object btnCloseAnswer: TButton
  96.         Left = 231
  97.         Top = 12
  98.         Width = 78
  99.         Height = 26
  100.         Caption = 'Clo&se'
  101.         TabOrder = 2
  102.         OnClick = btnCloseAnswerClick
  103.       end
  104.     end
  105.   end
  106.   object Panel1: TPanel
  107.     Left = 0
  108.     Top = 53
  109.     Width = 581
  110.     Height = 140
  111.     Align = alTop
  112.     Caption = 'Panel1'
  113.     TabOrder = 1
  114.     object Panel2: TPanel
  115.       Left = 1
  116.       Top = 1
  117.       Width = 579
  118.       Height = 22
  119.       Align = alTop
  120.       Font.Charset = DEFAULT_CHARSET
  121.       Font.Color = clBlack
  122.       Font.Height = -15
  123.       Font.Name = 'Arial'
  124.       Font.Style = [fsBold]
  125.       ParentFont = False
  126.       TabOrder = 0
  127.     end
  128.     object gridTable: TDBGrid
  129.       Left = 1
  130.       Top = 23
  131.       Width = 701
  132.       Height = 116
  133.       DataSource = dsSource
  134.       TabOrder = 1
  135.       TitleFont.Charset = DEFAULT_CHARSET
  136.       TitleFont.Color = clWindowText
  137.       TitleFont.Height = -14
  138.       TitleFont.Name = 'MS Sans Serif'
  139.       TitleFont.Style = []
  140.     end
  141.   end
  142.   object Panel4: TPanel
  143.     Left = 0
  144.     Top = 256
  145.     Width = 581
  146.     Height = 184
  147.     Align = alBottom
  148.     TabOrder = 2
  149.     object Panel5: TPanel
  150.       Left = 1
  151.       Top = 1
  152.       Width = 579
  153.       Height = 25
  154.       Align = alTop
  155.       Font.Charset = DEFAULT_CHARSET
  156.       Font.Color = clBlack
  157.       Font.Height = -15
  158.       Font.Name = 'Arial'
  159.       Font.Style = [fsBold]
  160.       ParentFont = False
  161.       TabOrder = 0
  162.     end
  163.     object gridAnswer: TDBGrid
  164.       Left = 1
  165.       Top = 23
  166.       Width = 701
  167.       Height = 121
  168.       DataSource = dsQBE
  169.       ReadOnly = True
  170.       TabOrder = 1
  171.       TitleFont.Charset = DEFAULT_CHARSET
  172.       TitleFont.Color = clWindowText
  173.       TitleFont.Height = -14
  174.       TitleFont.Name = 'MS Sans Serif'
  175.       TitleFont.Style = []
  176.     end
  177.     object IDentification: TPanel
  178.       Left = 1
  179.       Top = 151
  180.       Width = 579
  181.       Height = 32
  182.       Align = alBottom
  183.       Caption = 'Identification'
  184.       TabOrder = 2
  185.     end
  186.   end
  187.   object Panel6: TPanel
  188.     Left = 0
  189.     Top = 193
  190.     Width = 581
  191.     Height = 63
  192.     Align = alClient
  193.     TabOrder = 3
  194.     object Panel7: TPanel
  195.       Left = 1
  196.       Top = 1
  197.       Width = 579
  198.       Height = 22
  199.       Align = alTop
  200.       Font.Charset = DEFAULT_CHARSET
  201.       Font.Color = clBlack
  202.       Font.Height = -15
  203.       Font.Name = 'Arial'
  204.       Font.Style = [fsBold]
  205.       ParentFont = False
  206.       TabOrder = 0
  207.     end
  208.     object memoQueryText: TMemo
  209.       Left = 1
  210.       Top = 23
  211.       Width = 701
  212.       Height = 146
  213.       ReadOnly = True
  214.       ScrollBars = ssVertical
  215.       TabOrder = 1
  216.     end
  217.   end
  218.   object OpenDialog1: TOpenDialog
  219.     Filter = 'Tables(*.db)|*.db'
  220.     Left = 161
  221.     Top = 108
  222.   end
  223.   object OpenDialog2: TOpenDialog
  224.     Filter = 'Queries(*.qbe)|*.qbe'
  225.     Left = 223
  226.     Top = 108
  227.   end
  228.   object MainMenu1: TMainMenu
  229.     Left = 98
  230.     Top = 108
  231.     object File1: TMenuItem
  232.       Caption = '&File'
  233.       object OpenTable1: TMenuItem
  234.         Caption = '&Open Table'
  235.         OnClick = OpenTable1Click
  236.       end
  237.       object CloseTable1: TMenuItem
  238.         Caption = '&Close Table'
  239.         OnClick = CloseTable1Click
  240.       end
  241.       object N1: TMenuItem
  242.         Caption = '-'
  243.       end
  244.       object Exit1: TMenuItem
  245.         Caption = 'E&xit'
  246.         OnClick = Exit1Click
  247.       end
  248.     end
  249.     object Query1: TMenuItem
  250.       Caption = '&Query'
  251.       object Load1: TMenuItem
  252.         Caption = '&Load'
  253.         OnClick = Load1Click
  254.       end
  255.       object Execute1: TMenuItem
  256.         Caption = '&Execute'
  257.         OnClick = Execute1Click
  258.       end
  259.     end
  260.     object About1: TMenuItem
  261.       Caption = '&About'
  262.       OnClick = About1Click
  263.     end
  264.   end
  265.   object QBE1: TQBE
  266.     AnswerTable = 'Answer1.db'
  267.     Left = 474
  268.     Top = 108
  269.   end
  270.   object tblSource: TTable
  271.     Left = 286
  272.     Top = 108
  273.   end
  274.   object dsSource: TDataSource
  275.     DataSet = tblSource
  276.     Left = 349
  277.     Top = 108
  278.   end
  279.   object dsQBE: TDataSource
  280.     DataSet = QBE1
  281.     Left = 411
  282.     Top = 108
  283.   end
  284. end
  285.