Rev 13 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13 | Rev 14 | ||
---|---|---|---|
Line 108... | Line 108... | ||
108 | TabOrder = 1 |
108 | TabOrder = 1 |
109 | DesignSize = ( |
109 | DesignSize = ( |
110 | 511 |
110 | 511 |
111 | 596) |
111 | 596) |
112 | object Label1: TLabel |
112 | object Label1: TLabel |
113 | Left = 16 |
113 | Left = 17 |
114 | Top = 101 |
114 | Top = 101 |
115 | Width = 50 |
115 | Width = 50 |
116 | Height = 13 |
116 | Height = 13 |
117 | Caption = 'Bearbeiter' |
117 | Caption = 'Bearbeiter' |
118 | end |
118 | end |
119 | object Label2: TLabel |
119 | object Label2: TLabel |
120 | Left = 15 |
120 | Left = 17 |
121 | Top = 195 |
121 | Top = 195 |
122 | Width = 20 |
122 | Width = 20 |
123 | Height = 13 |
123 | Height = 13 |
124 | Caption = 'Titel' |
124 | Caption = 'Titel' |
125 | end |
125 | end |
Line 138... | Line 138... | ||
138 | BiDiMode = bdLeftToRight |
138 | BiDiMode = bdLeftToRight |
139 | Caption = 'Status' |
139 | Caption = 'Status' |
140 | ParentBiDiMode = False |
140 | ParentBiDiMode = False |
141 | end |
141 | end |
142 | object Label5: TLabel |
142 | object Label5: TLabel |
143 | Left = 16 |
143 | Left = 17 |
144 | Top = 149 |
144 | Top = 147 |
145 | Width = 28 |
145 | Width = 28 |
146 | Height = 13 |
146 | Height = 13 |
147 | Caption = 'Modul' |
147 | Caption = 'Modul' |
148 | end |
148 | end |
149 | object Label6: TLabel |
149 | object Label6: TLabel |
Line 189... | Line 189... | ||
189 | Height = 13 |
189 | Height = 13 |
190 | Caption = 'Erfasser' |
190 | Caption = 'Erfasser' |
191 | end |
191 | end |
192 | object DBNavigator1: TDBNavigator |
192 | object DBNavigator1: TDBNavigator |
193 | Left = 15 |
193 | Left = 15 |
194 | Top = 16 |
194 | Top = 19 |
195 | Width = 224 |
195 | Width = 184 |
196 | Height = 25 |
196 | Height = 25 |
197 | DataSource = dsBugs |
197 | DataSource = dsBugs |
198 | VisibleButtons = [nbInsert, nbDelete, nbPost, nbCancel] |
198 | VisibleButtons = [nbInsert, nbDelete, nbPost, nbCancel] |
199 | TabOrder = 0 |
199 | TabOrder = 0 |
200 | BeforeAction = DBNavigator1BeforeAction |
200 | BeforeAction = DBNavigator1BeforeAction |
Line 208... | Line 208... | ||
208 | DataField = 'beschreibung' |
208 | DataField = 'beschreibung' |
209 | DataSource = dsBugs |
209 | DataSource = dsBugs |
210 | TabOrder = 10 |
210 | TabOrder = 10 |
211 | end |
211 | end |
212 | object DBEdit1: TDBEdit |
212 | object DBEdit1: TDBEdit |
213 | Left = 15 |
213 | Left = 17 |
214 | Top = 208 |
214 | Top = 213 |
215 | Width = 186 |
215 | Width = 186 |
216 | Height = 21 |
216 | Height = 21 |
217 | DataField = 'titel' |
217 | DataField = 'titel' |
218 | DataSource = dsBugs |
218 | DataSource = dsBugs |
219 | TabOrder = 6 |
219 | TabOrder = 6 |
220 | end |
220 | end |
221 | object DBLookupComboBox1: TDBLookupComboBox |
221 | object DBLookupComboBox1: TDBLookupComboBox |
222 | Left = 16 |
222 | Left = 17 |
223 | Top = 120 |
223 | Top = 120 |
224 | Width = 186 |
224 | Width = 186 |
225 | Height = 21 |
225 | Height = 21 |
226 | DataField = 'bearbeiter' |
226 | DataField = 'bearbeiter' |
227 | DataSource = dsBugs |
227 | DataSource = dsBugs |
Line 254... | Line 254... | ||
254 | DataSource = dsBugs |
254 | DataSource = dsBugs |
255 | ReadOnly = True |
255 | ReadOnly = True |
256 | TabOrder = 3 |
256 | TabOrder = 3 |
257 | end |
257 | end |
258 | object DBLookupComboBox2: TDBLookupComboBox |
258 | object DBLookupComboBox2: TDBLookupComboBox |
259 | Left = 15 |
259 | Left = 17 |
260 | Top = 168 |
260 | Top = 168 |
261 | Width = 186 |
261 | Width = 186 |
262 | Height = 21 |
262 | Height = 21 |
263 | DataField = 'modul' |
263 | DataField = 'modul' |
264 | DataSource = dsBugs |
264 | DataSource = dsBugs |
Line 523... | Line 523... | ||
523 | Connection = ADOConnection1 |
523 | Connection = ADOConnection1 |
524 | CursorType = ctStatic |
524 | CursorType = ctStatic |
525 | TableName = 'lkp_status' |
525 | TableName = 'lkp_status' |
526 | Left = 344 |
526 | Left = 344 |
527 | Top = 344 |
527 | Top = 344 |
- | 528 | object lkpStatusid: TAutoIncField |
|
- | 529 | FieldName = 'id' |
|
- | 530 | ReadOnly = True |
|
- | 531 | end |
|
- | 532 | object lkpStatusstatus: TStringField |
|
- | 533 | FieldName = 'status' |
|
- | 534 | Size = 255 |
|
- | 535 | end |
|
- | 536 | object lkpStatuscolor: TIntegerField |
|
- | 537 | FieldName = 'color' |
|
- | 538 | end |
|
528 | end |
539 | end |
529 | object dsStatus: TDataSource |
540 | object dsStatus: TDataSource |
530 | DataSet = lkpStatus |
541 | DataSet = lkpStatus |
531 | Left = 344 |
542 | Left = 344 |
532 | Top = 312 |
543 | Top = 312 |