Subversion Repositories winbugtracker

Rev

Rev 11 | Rev 13 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 12
Line 340... Line 340...
340
    end
340
    end
341
  end
341
  end
342
  object ADOConnection1: TADOConnection
342
  object ADOConnection1: TADOConnection
343
    Connected = True
343
    Connected = True
344
    ConnectionString = 
344
    ConnectionString = 
345
      'Provider=MSDASQL.1;Persist Security Info=False;Data Source=MySQL' +
345
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
346
      ' RAS;Initial Catalog=bugtracker;'
346
      'fo=False;Initial Catalog=WULI;Data Source=GREINER\CORA2012,49001'
347
    LoginPrompt = False
347
    LoginPrompt = False
-
 
348
    Provider = 'SQLOLEDB.1'
348
    Left = 104
349
    Left = 104
349
    Top = 344
350
    Top = 344
350
  end
351
  end
351
  object dsBugs: TDataSource
352
  object dsBugs: TDataSource
352
    DataSet = qryBugs
353
    DataSet = qryBugs
Line 386... Line 387...
386
      object Versionen1: TMenuItem
387
      object Versionen1: TMenuItem
387
        Caption = 'Versionen'
388
        Caption = 'Versionen'
388
        OnClick = Versionen1Click
389
        OnClick = Versionen1Click
389
      end
390
      end
390
    end
391
    end
-
 
392
    object Bugs1: TMenuItem
-
 
393
      Caption = 'Bugs'
-
 
394
      object Wechselnzu1: TMenuItem
-
 
395
        Caption = 'Wechseln zu...'
-
 
396
        OnClick = Wechselnzu1Click
-
 
397
      end
-
 
398
    end
391
    object Projektwechseln1: TMenuItem
399
    object Projektwechseln1: TMenuItem
392
      Caption = 'Projekt wechseln'
400
      Caption = 'Projekt wechseln'
393
      OnClick = Projektwechseln1Click
401
      OnClick = Projektwechseln1Click
394
    end
402
    end
395
    object Hilfe1: TMenuItem
403
    object Hilfe1: TMenuItem