Rev 5 | Rev 7 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5 | Rev 6 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | object frmBugtracker: TfrmBugtracker |
1 | object frmBugtracker: TfrmBugtracker |
2 | Left = 0 |
2 | Left = 0 |
3 | Top = 0 |
3 | Top = 0 |
4 | Caption = 'ViaThinkSoft Bugtracker f'#252'r Windows' |
4 | Caption = 'ViaThinkSoft Bugtracker f'#252'r Windows' |
5 | ClientHeight = 498 |
5 | ClientHeight = 596 |
6 | ClientWidth = 751 |
6 | ClientWidth = 763 |
7 | Color = clBtnFace |
7 | Color = clBtnFace |
8 | Font.Charset = DEFAULT_CHARSET |
8 | Font.Charset = DEFAULT_CHARSET |
9 | Font.Color = clWindowText |
9 | Font.Color = clWindowText |
10 | Font.Height = -11 |
10 | Font.Height = -11 |
11 | Font.Name = 'Tahoma' |
11 | Font.Name = 'Tahoma' |
Line 17... | Line 17... | ||
17 | PixelsPerInch = 96 |
17 | PixelsPerInch = 96 |
18 | TextHeight = 13 |
18 | TextHeight = 13 |
19 | object Splitter1: TSplitter |
19 | object Splitter1: TSplitter |
20 | Left = 249 |
20 | Left = 249 |
21 | Top = 0 |
21 | Top = 0 |
22 | Height = 498 |
22 | Height = 596 |
23 | ExplicitLeft = 0 |
23 | ExplicitLeft = 0 |
24 | ExplicitTop = 136 |
24 | ExplicitTop = 136 |
25 | ExplicitHeight = 100 |
25 | ExplicitHeight = 100 |
26 | end |
26 | end |
27 | object Panel1: TPanel |
27 | object Panel1: TPanel |
28 | Left = 0 |
28 | Left = 0 |
29 | Top = 0 |
29 | Top = 0 |
30 | Width = 249 |
30 | Width = 249 |
31 | Height = 498 |
31 | Height = 596 |
32 | Align = alLeft |
32 | Align = alLeft |
33 | TabOrder = 0 |
33 | TabOrder = 0 |
- | 34 | ExplicitHeight = 498 |
|
34 | DesignSize = ( |
35 | DesignSize = ( |
35 | 249 |
36 | 249 |
36 | 498) |
37 | 596) |
37 | object DBGrid1: TDBGrid |
38 | object DBGrid1: TDBGrid |
38 | Left = 8 |
39 | Left = 8 |
39 | Top = 35 |
40 | Top = 35 |
40 | Width = 233 |
41 | Width = 233 |
41 | Height = 406 |
42 | Height = 504 |
42 | Anchors = [akLeft, akTop, akRight, akBottom] |
43 | Anchors = [akLeft, akTop, akRight, akBottom] |
43 | DataSource = dsBugs |
44 | DataSource = dsBugs |
44 | ReadOnly = True |
45 | ReadOnly = True |
45 | TabOrder = 0 |
46 | TabOrder = 0 |
46 | TitleFont.Charset = DEFAULT_CHARSET |
47 | TitleFont.Charset = DEFAULT_CHARSET |
Line 87... | Line 88... | ||
87 | 'Gel'#246'st und Ver'#246'ffentlicht (nach Version und L'#246'sungsdatum)' |
88 | 'Gel'#246'st und Ver'#246'ffentlicht (nach Version und L'#246'sungsdatum)' |
88 | 'Alle Bugs (nach Er'#246'ffnungsdatum)') |
89 | 'Alle Bugs (nach Er'#246'ffnungsdatum)') |
89 | end |
90 | end |
90 | object DBNavigator2: TDBNavigator |
91 | object DBNavigator2: TDBNavigator |
91 | Left = 11 |
92 | Left = 11 |
92 | Top = 456 |
93 | Top = 554 |
93 | Width = 232 |
94 | Width = 232 |
94 | Height = 25 |
95 | Height = 25 |
95 | DataSource = dsBugs |
96 | DataSource = dsBugs |
96 | VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast] |
97 | VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast] |
97 | Anchors = [akLeft, akRight, akBottom] |
98 | Anchors = [akLeft, akRight, akBottom] |
98 | TabOrder = 2 |
99 | TabOrder = 2 |
- | 100 | ExplicitTop = 456 |
|
99 | end |
101 | end |
100 | end |
102 | end |
101 | object Panel2: TPanel |
103 | object Panel2: TPanel |
102 | Left = 252 |
104 | Left = 252 |
103 | Top = 0 |
105 | Top = 0 |
104 | Width = 499 |
106 | Width = 511 |
105 | Height = 498 |
107 | Height = 596 |
106 | Align = alClient |
108 | Align = alClient |
107 | TabOrder = 1 |
109 | TabOrder = 1 |
- | 110 | ExplicitWidth = 499 |
|
- | 111 | ExplicitHeight = 498 |
|
108 | DesignSize = ( |
112 | DesignSize = ( |
109 | 499 |
113 | 511 |
110 | 498) |
114 | 596) |
111 | object Label1: TLabel |
115 | object Label1: TLabel |
112 | Left = 15 |
116 | Left = 16 |
113 | Top = 53 |
117 | Top = 101 |
114 | Width = 50 |
118 | Width = 50 |
115 | Height = 13 |
119 | Height = 13 |
116 | Caption = 'Bearbeiter' |
120 | Caption = 'Bearbeiter' |
117 | end |
121 | end |
118 | object Label2: TLabel |
122 | object Label2: TLabel |
119 | Left = 15 |
123 | Left = 15 |
120 | Top = 149 |
124 | Top = 195 |
121 | Width = 20 |
125 | Width = 20 |
122 | Height = 13 |
126 | Height = 13 |
123 | Caption = 'Titel' |
127 | Caption = 'Titel' |
124 | end |
128 | end |
125 | object Label3: TLabel |
129 | object Label3: TLabel |
Line 135... | Line 139... | ||
135 | Width = 29 |
139 | Width = 29 |
136 | Height = 13 |
140 | Height = 13 |
137 | Caption = 'Gefixt' |
141 | Caption = 'Gefixt' |
138 | end |
142 | end |
139 | object Label5: TLabel |
143 | object Label5: TLabel |
140 | Left = 15 |
144 | Left = 16 |
141 | Top = 101 |
145 | Top = 149 |
142 | Width = 28 |
146 | Width = 28 |
143 | Height = 13 |
147 | Height = 13 |
144 | Caption = 'Modul' |
148 | Caption = 'Modul' |
145 | end |
149 | end |
146 | object Label6: TLabel |
150 | object Label6: TLabel |
Line 170... | Line 174... | ||
170 | Width = 34 |
174 | Width = 34 |
171 | Height = 13 |
175 | Height = 13 |
172 | Alignment = taRightJustify |
176 | Alignment = taRightJustify |
173 | Caption = 'Kritisch' |
177 | Caption = 'Kritisch' |
174 | end |
178 | end |
- | 179 | object Label9: TLabel |
|
- | 180 | Left = 240 |
|
- | 181 | Top = 195 |
|
- | 182 | Width = 96 |
|
- | 183 | Height = 13 |
|
- | 184 | Caption = 'Geplant f'#252'r Version:' |
|
- | 185 | end |
|
- | 186 | object Label10: TLabel |
|
- | 187 | Left = 17 |
|
- | 188 | Top = 53 |
|
- | 189 | Width = 40 |
|
- | 190 | Height = 13 |
|
- | 191 | Caption = 'Erfasser' |
|
- | 192 | end |
|
175 | object DBNavigator1: TDBNavigator |
193 | object DBNavigator1: TDBNavigator |
176 | Left = 15 |
194 | Left = 15 |
177 | Top = 16 |
195 | Top = 16 |
178 | Width = 224 |
196 | Width = 224 |
179 | Height = 25 |
197 | Height = 25 |
Line 181... | Line 199... | ||
181 | VisibleButtons = [nbInsert, nbDelete, nbPost, nbCancel] |
199 | VisibleButtons = [nbInsert, nbDelete, nbPost, nbCancel] |
182 | TabOrder = 0 |
200 | TabOrder = 0 |
183 | end |
201 | end |
184 | object DBRichEdit1: TDBRichEdit |
202 | object DBRichEdit1: TDBRichEdit |
185 | Left = 15 |
203 | Left = 15 |
186 | Top = 248 |
204 | Top = 280 |
187 | Width = 471 |
205 | Width = 483 |
188 | Height = 233 |
206 | Height = 299 |
189 | Anchors = [akLeft, akTop, akRight, akBottom] |
207 | Anchors = [akLeft, akTop, akRight, akBottom] |
190 | DataField = 'beschreibung' |
208 | DataField = 'beschreibung' |
191 | DataSource = dsBugs |
209 | DataSource = dsBugs |
192 | TabOrder = 9 |
210 | TabOrder = 9 |
- | 211 | ExplicitWidth = 736 |
|
193 | end |
212 | end |
194 | object DBEdit1: TDBEdit |
213 | object DBEdit1: TDBEdit |
195 | Left = 15 |
214 | Left = 15 |
196 | Top = 168 |
215 | Top = 208 |
197 | Width = 186 |
216 | Width = 186 |
198 | Height = 21 |
217 | Height = 21 |
199 | DataField = 'titel' |
218 | DataField = 'titel' |
200 | DataSource = dsBugs |
219 | DataSource = dsBugs |
201 | TabOrder = 5 |
220 | TabOrder = 5 |
202 | end |
221 | end |
203 | object DBLookupComboBox1: TDBLookupComboBox |
222 | object DBLookupComboBox1: TDBLookupComboBox |
204 | Left = 15 |
223 | Left = 16 |
205 | Top = 72 |
224 | Top = 120 |
206 | Width = 186 |
225 | Width = 186 |
207 | Height = 21 |
226 | Height = 21 |
208 | DataField = 'bearbeiter' |
227 | DataField = 'bearbeiter' |
209 | DataSource = dsBugs |
228 | DataSource = dsBugs |
210 | KeyField = 'id' |
229 | KeyField = 'id' |
Line 237... | Line 256... | ||
237 | ReadOnly = True |
256 | ReadOnly = True |
238 | TabOrder = 4 |
257 | TabOrder = 4 |
239 | end |
258 | end |
240 | object DBLookupComboBox2: TDBLookupComboBox |
259 | object DBLookupComboBox2: TDBLookupComboBox |
241 | Left = 15 |
260 | Left = 15 |
242 | Top = 120 |
261 | Top = 168 |
243 | Width = 186 |
262 | Width = 186 |
244 | Height = 21 |
263 | Height = 21 |
245 | DataField = 'modul' |
264 | DataField = 'modul' |
246 | DataSource = dsBugs |
265 | DataSource = dsBugs |
247 | KeyField = 'id' |
266 | KeyField = 'id' |
Line 279... | Line 298... | ||
279 | Caption = 'Umschalten' |
298 | Caption = 'Umschalten' |
280 | TabOrder = 8 |
299 | TabOrder = 8 |
281 | OnClick = btnFixedToggleClick |
300 | OnClick = btnFixedToggleClick |
282 | end |
301 | end |
283 | object btnBearbeitungsnotiz: TButton |
302 | object btnBearbeitungsnotiz: TButton |
284 | Left = 16 |
303 | Left = 17 |
285 | Top = 208 |
304 | Top = 240 |
286 | Width = 185 |
305 | Width = 185 |
287 | Height = 25 |
306 | Height = 25 |
288 | Caption = 'Notiz hinzuf'#252'gen' |
307 | Caption = 'Notiz hinzuf'#252'gen' |
289 | TabOrder = 7 |
308 | TabOrder = 7 |
290 | OnClick = btnBearbeitungsnotizClick |
309 | OnClick = btnBearbeitungsnotizClick |
291 | end |
310 | end |
- | 311 | object DBLookupComboBox4: TDBLookupComboBox |
|
- | 312 | Left = 240 |
|
- | 313 | Top = 208 |
|
- | 314 | Width = 155 |
|
- | 315 | Height = 21 |
|
- | 316 | DataField = 'version_agenda' |
|
- | 317 | DataSource = dsBugs |
|
- | 318 | KeyField = 'id' |
|
- | 319 | ListField = 'version' |
|
- | 320 | ListSource = dsVersionen |
|
- | 321 | TabOrder = 11 |
|
- | 322 | end |
|
- | 323 | object cbxErfasser: TDBLookupComboBox |
|
- | 324 | Left = 17 |
|
- | 325 | Top = 72 |
|
- | 326 | Width = 186 |
|
- | 327 | Height = 21 |
|
- | 328 | Color = clBtnFace |
|
- | 329 | DataField = 'erfasser' |
|
- | 330 | DataSource = dsBugs |
|
- | 331 | KeyField = 'id' |
|
- | 332 | ListField = 'name' |
|
- | 333 | ListSource = dsMitarbeiter |
|
- | 334 | NullValueKey = 46 |
|
- | 335 | ReadOnly = True |
|
- | 336 | TabOrder = 12 |
|
- | 337 | end |
|
292 | end |
338 | end |
293 | object ADOConnection1: TADOConnection |
339 | object ADOConnection1: TADOConnection |
294 | Connected = True |
340 | Connected = True |
295 | ConnectionString = |
341 | ConnectionString = |
296 | 'Provider=MSDASQL.1;Persist Security Info=False;Data Source=MySQL' + |
342 | 'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' + |
297 | ' RAS;Initial Catalog=bugtracker' |
343 | 'fo=False;Initial Catalog=WULI;Data Source=GREINER\CORA2012,49001' |
298 | LoginPrompt = False |
344 | LoginPrompt = False |
- | 345 | Provider = 'SQLOLEDB.1' |
|
299 | Left = 104 |
346 | Left = 104 |
300 | Top = 344 |
347 | Top = 344 |
301 | end |
348 | end |
302 | object dsBugs: TDataSource |
349 | object dsBugs: TDataSource |
303 | DataSet = qryBugs |
350 | DataSet = qryBugs |
Line 398... | Line 445... | ||
398 | FieldName = 'modul' |
445 | FieldName = 'modul' |
399 | end |
446 | end |
400 | object qryBugsprojekt: TIntegerField |
447 | object qryBugsprojekt: TIntegerField |
401 | FieldName = 'projekt' |
448 | FieldName = 'projekt' |
402 | end |
449 | end |
- | 450 | object qryBugserfasser: TIntegerField |
|
- | 451 | FieldName = 'erfasser' |
|
- | 452 | end |
|
- | 453 | object qryBugsversion_agenda: TIntegerField |
|
- | 454 | FieldName = 'version_agenda' |
|
- | 455 | end |
|
403 | end |
456 | end |
404 | object dsVersionen: TDataSource |
457 | object dsVersionen: TDataSource |
405 | DataSet = qryVersionen |
458 | DataSet = qryVersionen |
406 | Left = 240 |
459 | Left = 240 |
407 | Top = 312 |
460 | Top = 312 |