|
Lines 379-399
Link Here
|
| 379 |
term dialog = |
379 |
term dialog = |
| 380 |
`VBox( |
380 |
`VBox( |
| 381 |
`VSpacing(1), |
381 |
`VSpacing(1), |
| 382 |
`Left(`HBox( `HWeight(70, `Table( `id(`controller), |
382 |
/*`Left(*/`HBox( `HWeight(70, `Table( `id(`controller), |
| 383 |
`opt(`notify,`immediate,`keepSorting), |
383 |
`opt(`notify,`immediate,`keepSorting), |
| 384 |
// table heading text |
384 |
// table heading text |
| 385 |
`header( _("Disk Controller"), _("New")), |
385 |
`header( _("Disk Controller"), _("New")), |
| 386 |
clist )), |
386 |
clist )), |
| 387 |
`HWeight(30, |
387 |
`HWeight(20, |
| 388 |
// button text |
388 |
// button text |
| 389 |
`VBox( `PushButton( `id(`moveup), _("Move &Up") ), |
389 |
`VBox( `PushButton( `id(`moveup), _("Move &Up") ), |
| 390 |
`PushButton( `id(`movedown), |
390 |
`PushButton( `id(`movedown), |
| 391 |
// button text |
391 |
// button text |
| 392 |
_("Move &Down")))))), |
392 |
_("Move &Down")))))/*)*/, |
| 393 |
`VSpacing(1), |
393 |
`VSpacing(1), |
| 394 |
`Left(`HBox( `HWeight(40, `ReplacePoint(`id(`rep_mod), |
394 |
/*`Left(*/`HBox( `HWeight(40, `ReplacePoint(`id(`rep_mod), |
| 395 |
ModComboBox( [] ) )), |
395 |
ModComboBox( [] ) )), |
| 396 |
`HWeight(60, `HStretch()) )), |
396 |
`HWeight(60, `HStretch()) )/*)*/, |
| 397 |
`VSpacing(1), |
397 |
`VSpacing(1), |
| 398 |
// provides Yes or No status info |
398 |
// provides Yes or No status info |
| 399 |
`Left(`HBox( `Label( _("Module Currently Loaded:")), `HSpacing(2), |
399 |
`Left(`HBox( `Label( _("Module Currently Loaded:")), `HSpacing(2), |