Subversion Repositories winbugtracker

Rev

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

Rev 8 Rev 11
Line 132... Line 132...
132
      Caption = 'Erstellt'
132
      Caption = 'Erstellt'
133
    end
133
    end
134
    object Label4: TLabel
134
    object Label4: TLabel
135
      Left = 240
135
      Left = 240
136
      Top = 101
136
      Top = 101
137
      Width = 29
137
      Width = 31
138
      Height = 13
138
      Height = 13
-
 
139
      BiDiMode = bdLeftToRight
139
      Caption = 'Gefixt'
140
      Caption = 'Status'
-
 
141
      ParentBiDiMode = False
140
    end
142
    end
141
    object Label5: TLabel
143
    object Label5: TLabel
142
      Left = 16
144
      Left = 16
143
      Top = 149
145
      Top = 149
144
      Width = 28
146
      Width = 28
145
      Height = 13
147
      Height = 13
146
      Caption = 'Modul'
148
      Caption = 'Modul'
147
    end
149
    end
148
    object Label6: TLabel
150
    object Label6: TLabel
149
      Left = 240
151
      Left = 240
150
      Top = 149
152
      Top = 216
151
      Width = 119
153
      Width = 119
152
      Height = 13
154
      Height = 13
153
      Caption = 'Ver'#246'ffentlicht als Version'
155
      Caption = 'Ver'#246'ffentlicht als Version'
154
    end
156
    end
155
    object LblAngemeldet: TLabel
157
    object LblAngemeldet: TLabel
Line 174... Line 176...
174
      Alignment = taRightJustify
176
      Alignment = taRightJustify
175
      Caption = 'Kritisch'
177
      Caption = 'Kritisch'
176
    end
178
    end
177
    object Label9: TLabel
179
    object Label9: TLabel
178
      Left = 240
180
      Left = 240
179
      Top = 195
181
      Top = 170
180
      Width = 96
182
      Width = 92
181
      Height = 13
183
      Height = 13
182
      Caption = 'Geplant f'#252'r Version:'
184
      Caption = 'Geplant f'#252'r Version'
183
    end
185
    end
184
    object Label10: TLabel
186
    object Label10: TLabel
185
      Left = 17
187
      Left = 17
186
      Top = 53
188
      Top = 53
187
      Width = 40
189
      Width = 40
Line 204... Line 206...
204
      Width = 483
206
      Width = 483
205
      Height = 299
207
      Height = 299
206
      Anchors = [akLeft, akTop, akRight, akBottom]
208
      Anchors = [akLeft, akTop, akRight, akBottom]
207
      DataField = 'beschreibung'
209
      DataField = 'beschreibung'
208
      DataSource = dsBugs
210
      DataSource = dsBugs
209
      TabOrder = 9
211
      TabOrder = 10
210
    end
212
    end
211
    object DBEdit1: TDBEdit
213
    object DBEdit1: TDBEdit
212
      Left = 15
214
      Left = 15
213
      Top = 208
215
      Top = 208
214
      Width = 186
216
      Width = 186
215
      Height = 21
217
      Height = 21
216
      DataField = 'titel'
218
      DataField = 'titel'
217
      DataSource = dsBugs
219
      DataSource = dsBugs
218
      TabOrder = 5
220
      TabOrder = 6
219
    end
221
    end
220
    object DBLookupComboBox1: TDBLookupComboBox
222
    object DBLookupComboBox1: TDBLookupComboBox
221
      Left = 16
223
      Left = 16
222
      Top = 120
224
      Top = 120
223
      Width = 186
225
      Width = 186
Line 238... Line 240...
238
      TabStop = False
240
      TabStop = False
239
      Color = clBtnFace
241
      Color = clBtnFace
240
      DataField = 'erstellt'
242
      DataField = 'erstellt'
241
      DataSource = dsBugs
243
      DataSource = dsBugs
242
      ReadOnly = True
244
      ReadOnly = True
243
      TabOrder = 2
245
      TabOrder = 8
244
    end
246
    end
245
    object DBEdit3: TDBEdit
247
    object DBEdit3: TDBEdit
246
      Left = 240
248
      Left = 240
247
      Top = 120
249
      Top = 141
248
      Width = 155
250
      Width = 155
249
      Height = 21
251
      Height = 21
250
      TabStop = False
252
      TabStop = False
251
      Color = clBtnFace
253
      Color = clBtnFace
252
      DataField = 'fixdatum'
254
      DataField = 'status_geaendert'
253
      DataSource = dsBugs
255
      DataSource = dsBugs
254
      ReadOnly = True
256
      ReadOnly = True
255
      TabOrder = 4
257
      TabOrder = 3
256
    end
258
    end
257
    object DBLookupComboBox2: TDBLookupComboBox
259
    object DBLookupComboBox2: TDBLookupComboBox
258
      Left = 15
260
      Left = 15
259
      Top = 168
261
      Top = 168
260
      Width = 186
262
      Width = 186
Line 263... Line 265...
263
      DataSource = dsBugs
265
      DataSource = dsBugs
264
      KeyField = 'id'
266
      KeyField = 'id'
265
      ListField = 'modul'
267
      ListField = 'modul'
266
      ListSource = dsModule
268
      ListSource = dsModule
267
      NullValueKey = 46
269
      NullValueKey = 46
268
      TabOrder = 3
270
      TabOrder = 4
269
    end
271
    end
270
    object DBLookupComboBox3: TDBLookupComboBox
272
    object DBLookupComboBox3: TDBLookupComboBox
271
      Left = 240
273
      Left = 240
272
      Top = 168
274
      Top = 235
273
      Width = 155
275
      Width = 155
274
      Height = 21
276
      Height = 21
275
      DataField = 'version_release'
277
      DataField = 'version_release'
276
      DataSource = dsBugs
278
      DataSource = dsBugs
277
      KeyField = 'id'
279
      KeyField = 'id'
278
      ListField = 'version'
280
      ListField = 'version'
279
      ListSource = dsVersionen
281
      ListSource = dsVersionen
280
      TabOrder = 6
282
      TabOrder = 7
281
    end
283
    end
282
    object TrackBar1: TTrackBar
284
    object TrackBar1: TTrackBar
283
      Left = 245
285
      Left = 245
284
      Top = 12
286
      Top = 12
285
      Width = 164
287
      Width = 164
286
      Height = 45
288
      Height = 45
287
      Position = 5
289
      Position = 5
288
      TabOrder = 10
290
      TabOrder = 11
289
      OnChange = TrackBar1Change
291
      OnChange = TrackBar1Change
290
    end
292
    end
291
    object btnFixedToggle: TButton
-
 
292
      Left = 401
-
 
293
      Top = 118
-
 
294
      Width = 72
-
 
295
      Height = 25
-
 
296
      Caption = 'Umschalten'
-
 
297
      TabOrder = 8
-
 
298
      OnClick = btnFixedToggleClick
-
 
299
    end
-
 
300
    object btnBearbeitungsnotiz: TButton
293
    object btnBearbeitungsnotiz: TButton
301
      Left = 17
294
      Left = 17
302
      Top = 240
295
      Top = 240
303
      Width = 185
296
      Width = 185
304
      Height = 25
297
      Height = 25
305
      Caption = 'Notiz hinzuf'#252'gen'
298
      Caption = 'Notiz hinzuf'#252'gen'
306
      TabOrder = 7
299
      TabOrder = 9
307
      OnClick = btnBearbeitungsnotizClick
300
      OnClick = btnBearbeitungsnotizClick
308
    end
301
    end
309
    object DBLookupComboBox4: TDBLookupComboBox
302
    object DBLookupComboBox4: TDBLookupComboBox
310
      Left = 240
303
      Left = 240
311
      Top = 208
304
      Top = 189
312
      Width = 155
305
      Width = 155
313
      Height = 21
306
      Height = 21
314
      DataField = 'version_agenda'
307
      DataField = 'version_agenda'
315
      DataSource = dsBugs
308
      DataSource = dsBugs
316
      KeyField = 'id'
309
      KeyField = 'id'
317
      ListField = 'version'
310
      ListField = 'version'
318
      ListSource = dsVersionen
311
      ListSource = dsVersionen
319
      TabOrder = 11
312
      TabOrder = 5
320
    end
313
    end
321
    object cbxErfasser: TDBLookupComboBox
314
    object cbxErfasser: TDBLookupComboBox
322
      Left = 17
315
      Left = 17
323
      Top = 72
316
      Top = 72
324
      Width = 186
317
      Width = 186
Line 331... Line 324...
331
      ListSource = dsMitarbeiter
324
      ListSource = dsMitarbeiter
332
      NullValueKey = 46
325
      NullValueKey = 46
333
      ReadOnly = True
326
      ReadOnly = True
334
      TabOrder = 12
327
      TabOrder = 12
335
    end
328
    end
-
 
329
    object DBLookupComboBox5: TDBLookupComboBox
-
 
330
      Left = 240
-
 
331
      Top = 120
-
 
332
      Width = 155
-
 
333
      Height = 21
-
 
334
      DataField = 'status'
-
 
335
      DataSource = dsBugs
-
 
336
      KeyField = 'id'
-
 
337
      ListField = 'status'
-
 
338
      ListSource = dsStatus
-
 
339
      TabOrder = 2
-
 
340
    end
336
  end
341
  end
337
  object ADOConnection1: TADOConnection
342
  object ADOConnection1: TADOConnection
338
    Connected = True
343
    Connected = True
339
    ConnectionString = 
344
    ConnectionString = 
340
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
345
      'Provider=MSDASQL.1;Persist Security Info=False;Data Source=MySQL' +
341
      'fo=False;Initial Catalog=WULI;Data Source=GREINER\CORA2012,49001'
346
      ' RAS;Initial Catalog=bugtracker;'
342
    LoginPrompt = False
347
    LoginPrompt = False
343
    Provider = 'SQLOLEDB.1'
-
 
344
    Left = 104
348
    Left = 104
345
    Top = 344
349
    Top = 344
346
  end
350
  end
347
  object dsBugs: TDataSource
351
  object dsBugs: TDataSource
348
    DataSet = qryBugs
352
    DataSet = qryBugs
Line 431... Line 435...
431
      FieldName = 'wichtigkeit'
435
      FieldName = 'wichtigkeit'
432
    end
436
    end
433
    object qryBugsbearbeiter: TIntegerField
437
    object qryBugsbearbeiter: TIntegerField
434
      FieldName = 'bearbeiter'
438
      FieldName = 'bearbeiter'
435
    end
439
    end
436
    object qryBugsfixdatum: TDateTimeField
-
 
437
      FieldName = 'fixdatum'
-
 
438
    end
-
 
439
    object qryBugsversion_release: TIntegerField
440
    object qryBugsversion_release: TIntegerField
440
      FieldName = 'version_release'
441
      FieldName = 'version_release'
441
      OnValidate = qryBugsversion_releaseValidate
442
      OnValidate = qryBugsversion_releaseValidate
442
    end
443
    end
443
    object qryBugsmodul: TIntegerField
444
    object qryBugsmodul: TIntegerField
Line 450... Line 451...
450
      FieldName = 'erfasser'
451
      FieldName = 'erfasser'
451
    end
452
    end
452
    object qryBugsversion_agenda: TIntegerField
453
    object qryBugsversion_agenda: TIntegerField
453
      FieldName = 'version_agenda'
454
      FieldName = 'version_agenda'
454
    end
455
    end
-
 
456
    object qryBugsstatus: TIntegerField
-
 
457
      FieldName = 'status'
-
 
458
      OnChange = qryBugsstatusChange
-
 
459
    end
-
 
460
    object qryBugsstatus_geaendert: TDateTimeField
-
 
461
      FieldName = 'status_geaendert'
-
 
462
    end
455
  end
463
  end
456
  object dsVersionen: TDataSource
464
  object dsVersionen: TDataSource
457
    DataSet = qryVersionen
465
    DataSet = qryVersionen
458
    Left = 240
466
    Left = 240
459
    Top = 312
467
    Top = 312
Line 501... Line 509...
501
    SQL.Strings = (
509
    SQL.Strings = (
502
      'SELECT * FROM module')
510
      'SELECT * FROM module')
503
    Left = 304
511
    Left = 304
504
    Top = 344
512
    Top = 344
505
  end
513
  end
-
 
514
  object lkpStatus: TADOTable
-
 
515
    Active = True
-
 
516
    Connection = ADOConnection1
-
 
517
    CursorType = ctStatic
-
 
518
    TableName = 'lkp_status'
-
 
519
    Left = 344
-
 
520
    Top = 344
-
 
521
  end
-
 
522
  object dsStatus: TDataSource
-
 
523
    DataSet = lkpStatus
-
 
524
    Left = 344
-
 
525
    Top = 312
-
 
526
  end
506
end
527
end