Changeset 1679 for cprs/trunk/CPRS-Chart/Orders/fODMedIV.dfm
- Timestamp:
- May 7, 2015, 12:34:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/trunk/CPRS-Chart/Orders/fODMedIV.dfm
r829 r1679 5 5 Height = 465 6 6 Caption = 'Infusion Order' 7 Constraints.MinHeight = 3 507 Constraints.MinHeight = 360 8 8 Constraints.MinWidth = 500 9 9 ExplicitWidth = 668 … … 27 27 object lblComponent: TLabel [2] 28 28 Left = 214 29 Top = 729 Top = 6 30 30 Width = 85 31 31 Height = 13 … … 34 34 object lblAmount: TLabel [3] 35 35 Left = 328 36 Top = 736 Top = 6 37 37 Width = 84 38 38 Height = 13 … … 55 55 end 56 56 object Label1: TLabel [6] 57 Left = 858 Top = 34 459 Width = 13360 Height = 13 61 Caption = ' * Indicates a Required Field'57 Left = 10 58 Top = 345 59 Width = 44 60 Height = 13 61 Caption = 'Order Sig' 62 62 end 63 63 object lblRoute: TLabel [7] … … 131 131 OnClick = lblTypeHelpClick 132 132 end 133 object txtRate: TCaptionEdit [13] 133 object lblAddFreq: TLabel [13] 134 Left = 488 135 Top = 6 136 Width = 95 137 Height = 13 138 Caption = 'Additive Frequency*' 139 end 140 object lblPrevAddFreq: TLabel [14] 141 Left = 557 142 Top = 6 143 Width = 77 144 Height = 13 145 Caption = 'Prev. Add. Freq.' 146 end 147 object txtRate: TCaptionEdit [15] 134 148 Left = 486 135 149 Top = 211 … … 137 151 Height = 21 138 152 AutoSelect = False 139 TabOrder = 8153 TabOrder = 10 140 154 OnChange = txtRateChange 141 155 Caption = 'Infusion Rate' 142 156 end 143 object cboPriority: TORComboBox [1 4]157 object cboPriority: TORComboBox [16] 144 158 Left = 8 145 159 Top = 252 … … 161 175 Sorted = False 162 176 SynonymChars = '<>' 163 TabOrder = 1 0177 TabOrder = 12 164 178 OnChange = cboPriorityChange 165 179 OnExit = cboPriorityExit 180 OnKeyUp = cboPriorityKeyUp 166 181 CharsNeedMatch = 1 167 182 end 168 object grdSelected: TCaptionStringGrid [1 5]169 Left = 21 4170 Top = 21183 object grdSelected: TCaptionStringGrid [17] 184 Left = 215 185 Top = 18 171 186 Width = 437 172 187 Height = 76 173 ColCount = 3174 188 DefaultColWidth = 100 175 189 DefaultRowHeight = 19 190 DefaultDrawing = False 176 191 FixedCols = 0 177 192 RowCount = 1 … … 179 194 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected] 180 195 ScrollBars = ssVertical 181 TabOrder = 1196 TabOrder = 2 182 197 OnDrawCell = grdSelectedDrawCell 183 198 OnKeyPress = grdSelectedKeyPress 184 199 OnMouseDown = grdSelectedMouseDown 185 Caption = 'Selected Solution and Additives' 186 end 187 object cmdRemove: TButton [16] 200 end 201 object cmdRemove: TButton [18] 188 202 Left = 443 189 203 Top = 100 … … 191 205 Height = 18 192 206 Caption = 'Remove' 193 TabOrder = 2207 TabOrder = 3 194 208 OnClick = cmdRemoveClick 195 209 end 196 object memComments: TCaptionMemo [1 7]210 object memComments: TCaptionMemo [19] 197 211 Left = 214 198 212 Top = 121 … … 202 216 'memComments') 203 217 ScrollBars = ssVertical 204 TabOrder = 13218 TabOrder = 4 205 219 OnChange = ControlChange 206 220 Caption = 'Comments' 207 221 end 208 object txtSelected: TCaptionEdit [ 18]222 object txtSelected: TCaptionEdit [20] 209 223 Tag = -1 210 224 Left = 416 … … 219 233 OnChange = txtSelectedChange 220 234 OnExit = txtSelectedExit 235 OnKeyDown = txtSelectedKeyDown 221 236 Caption = 'Volume' 222 237 end 223 object cboSelected: TCaptionComboBox [ 19]238 object cboSelected: TCaptionComboBox [21] 224 239 Tag = -1 225 Left = 46 0240 Left = 462 226 241 Top = 45 227 242 Width = 53 … … 231 246 ItemHeight = 13 232 247 ParentCtl3D = False 233 TabOrder = 4248 TabOrder = 6 234 249 Visible = False 235 OnC hange = cboSelectedChange236 On Exit = cboSelectedExit250 OnCloseUp = cboSelectedCloseUp 251 OnKeyDown = cboSelectedKeyDown 237 252 Caption = 'Volume/Strength' 238 253 end 239 254 inherited memOrder: TCaptionMemo 240 Top = 3 59255 Top = 364 241 256 Width = 475 242 TabStop = True 243 TabOrder = 16 244 ExplicitTop = 359 257 TabOrder = 17 258 ExplicitTop = 364 245 259 ExplicitWidth = 475 246 260 end 247 object pnlXDuration: TPanel [2 1]261 object pnlXDuration: TPanel [23] 248 262 Left = 184 249 263 Top = 252 … … 251 265 Height = 21 252 266 BevelOuter = bvNone 253 TabOrder = 1 1267 TabOrder = 13 254 268 OnEnter = pnlXDurationEnter 255 269 object txtXDuration: TCaptionEdit … … 261 275 OnChange = txtXDurationChange 262 276 OnExit = txtXDurationExit 263 Caption = 'Duration'264 277 end 265 278 object cboDuration: TComboBox … … 269 282 Height = 21 270 283 ItemHeight = 13 271 TabOrder = 2284 TabOrder = 1 272 285 OnChange = cboDurationChange 273 286 OnEnter = cboDurationEnter 274 287 end 275 288 end 276 object pnlCombo: TPanel [2 2]289 object pnlCombo: TPanel [24] 277 290 Left = 8 278 291 Top = 2 … … 280 293 Height = 185 281 294 BevelOuter = bvNone 282 TabOrder = 2 5295 TabOrder = 26 283 296 object cboAdditive: TORComboBox 284 297 Left = 0 … … 303 316 SynonymChars = '<>' 304 317 TabPositions = '20' 305 TabOrder = 0318 TabOrder = 1 306 319 OnExit = cboAdditiveExit 307 320 OnMouseClick = cboAdditiveMouseClick … … 321 334 ' Additives ') 322 335 TabIndex = 0 323 TabStop = False324 336 OnChange = tabFluidChange 325 337 end … … 346 358 SynonymChars = '<>' 347 359 TabPositions = '20' 348 TabOrder = 1360 TabOrder = 0 349 361 OnExit = cboSolutionExit 350 362 OnMouseClick = cboSolutionMouseClick … … 353 365 end 354 366 end 355 object cboRoute: TORComboBox [2 3]367 object cboRoute: TORComboBox [25] 356 368 Left = 8 357 369 Top = 211 … … 372 384 Sorted = False 373 385 SynonymChars = '<>' 374 TabOrder = 3386 TabOrder = 5 375 387 OnChange = cboRouteChange 376 388 OnClick = cboRouteClick 377 389 OnExit = cboRouteExit 390 OnKeyDown = cboRouteKeyDown 391 OnKeyUp = cboRouteKeyUp 378 392 CharsNeedMatch = 1 379 393 UniqueAutoComplete = True 380 394 end 381 object cboSchedule: TORComboBox [2 4]395 object cboSchedule: TORComboBox [26] 382 396 Left = 304 383 397 Top = 211 … … 398 412 Sorted = True 399 413 SynonymChars = '<>' 400 TabOrder = 6414 TabOrder = 8 401 415 OnChange = cboScheduleChange 402 416 OnClick = cboScheduleClick 403 417 OnExit = cboScheduleExit 418 OnKeyDown = cboScheduleKeyDown 419 OnKeyUp = cboScheduleKeyUp 404 420 CharsNeedMatch = 1 405 421 UniqueAutoComplete = True 406 422 end 407 object cboType: TComboBox [2 5]423 object cboType: TComboBox [27] 408 424 Left = 184 409 425 Top = 211 … … 413 429 ParentShowHint = False 414 430 ShowHint = True 415 TabOrder = 5431 TabOrder = 7 416 432 OnChange = cboTypeChange 417 end 418 object chkPRN: TCheckBox [26] 433 OnKeyDown = cboTypeKeyDown 434 end 435 object chkPRN: TCheckBox [28] 419 436 Left = 436 420 437 Top = 213 … … 422 439 Height = 21 423 440 Caption = 'PRN' 424 TabOrder = 7441 TabOrder = 9 425 442 OnClick = chkPRNClick 426 443 end 427 object chkDoseNow: TCheckBox [2 7]444 object chkDoseNow: TCheckBox [29] 428 445 Left = 8 429 446 Top = 279 … … 433 450 Caption = 'Give Additional Dose Now' 434 451 Constraints.MinWidth = 147 435 TabOrder = 1 2452 TabOrder = 14 436 453 OnClick = chkDoseNowClick 437 454 end 438 object cboInfusionTime: TComboBox [ 28]455 object cboInfusionTime: TComboBox [30] 439 456 Left = 576 440 457 Top = 211 … … 442 459 Height = 21 443 460 ItemHeight = 13 444 TabOrder = 9461 TabOrder = 11 445 462 OnChange = cboInfusionTimeChange 446 463 OnEnter = cboInfusionTimeEnter 447 464 end 448 object lblAdminTime: TVA508StaticText [ 29]465 object lblAdminTime: TVA508StaticText [31] 449 466 Name = 'lblAdminTime' 450 467 Left = 8 … … 455 472 ParentShowHint = False 456 473 ShowHint = True 457 TabOrder = 1 4474 TabOrder = 15 458 475 TabStop = True 459 476 Visible = False 460 477 ShowAccelChar = True 461 478 end 462 object lblFirstDose: TVA508StaticText [3 0]479 object lblFirstDose: TVA508StaticText [32] 463 480 Name = 'lblFirstDose' 464 481 Left = 8 … … 467 484 Height = 4 468 485 Alignment = taLeftJustify 469 TabOrder = 1 5486 TabOrder = 16 470 487 TabStop = True 471 488 Visible = False 472 489 ShowAccelChar = True 473 490 end 491 object cboAddFreq: TCaptionComboBox [33] 492 Left = 488 493 Top = 72 494 Width = 145 495 Height = 21 496 ItemHeight = 13 497 TabOrder = 25 498 Visible = False 499 OnCloseUp = cboAddFreqCloseUp 500 OnKeyDown = cboAddFreqKeyDown 501 end 474 502 inherited cmdAccept: TButton 475 503 Left = 495 476 Top = 3 59477 TabOrder = 1 7504 Top = 364 505 TabOrder = 18 478 506 ExplicitLeft = 495 479 ExplicitTop = 3 59507 ExplicitTop = 364 480 508 end 481 509 inherited cmdQuit: TButton 482 510 Left = 495 483 Top = 3 86484 TabOrder = 1 8511 Top = 391 512 TabOrder = 19 485 513 ExplicitLeft = 495 486 ExplicitTop = 3 86514 ExplicitTop = 391 487 515 end 488 516 inherited pnlMessage: TPanel 489 517 Left = 56 490 Top = 34 9491 TabOrder = 19518 Top = 341 519 TabOrder = 20 492 520 ExplicitLeft = 56 493 ExplicitTop = 349 521 ExplicitTop = 341 522 end 523 object lbl508Required: TVA508StaticText [37] 524 Name = 'lbl508Required' 525 Left = 6 526 Top = 318 527 Width = 135 528 Height = 15 529 Alignment = taLeftJustify 530 Caption = ' * Indicates a Required Field' 531 TabOrder = 1 532 ShowAccelChar = True 494 533 end 495 534 inherited amgrMain: TVA508AccessibilityManager … … 497 536 ( 498 537 'Component = txtRate' 499 'Status = stsDefault') 538 'Label = lblInfusionRate' 539 'Status = stsOK') 500 540 ( 501 541 'Component = cboPriority' 502 'Status = stsDefault') 542 'Label = lblPriority' 543 'Status = stsOK') 503 544 ( 504 545 'Component = grdSelected' … … 521 562 ( 522 563 'Component = txtXDuration' 523 'Status = stsDefault') 564 'Label = lblLimit' 565 'Status = stsOK') 524 566 ( 525 567 'Component = pnlCombo' … … 536 578 ( 537 579 'Component = cboRoute' 538 'Status = stsDefault') 580 'Label = lblRoute' 581 'Status = stsOK') 539 582 ( 540 583 'Component = cboSchedule' 541 'Status = stsDefault') 584 'Label = lblSchedule' 585 'Status = stsOK') 542 586 ( 543 587 'Component = cboType' 544 'Status = stsDefault') 588 'Label = lblType' 589 'Status = stsOK') 545 590 ( 546 591 'Component = chkPRN' … … 551 596 ( 552 597 'Component = memOrder' 553 'Status = stsDefault') 598 'Label = Label1' 599 'Status = stsOK') 554 600 ( 555 601 'Component = cmdAccept' … … 569 615 ( 570 616 'Component = cboInfusionTime' 571 'Status = stsDefault') 617 'Text = Infusion Rate Time' 618 'Status = stsOK') 572 619 ( 573 620 'Component = cboDuration' 574 'Status = stsDefault') 621 'Text = Duration/Volume Units' 622 'Status = stsOK') 575 623 ( 576 624 'Component = lblAdminTime' … … 578 626 ( 579 627 'Component = lblFirstDose' 628 'Status = stsDefault') 629 ( 630 'Component = cboAddFreq' 631 'Status = stsDefault') 632 ( 633 'Component = lbl508Required' 580 634 'Status = stsDefault')) 581 635 end 636 object VA508CompOrderSig: TVA508ComponentAccessibility 637 Component = memOrder 638 OnStateQuery = VA508CompOrderSigStateQuery 639 Left = 24 640 Top = 368 641 end 642 object VA508CompRoute: TVA508ComponentAccessibility 643 Component = cboRoute 644 OnInstructionsQuery = VA508CompRouteInstructionsQuery 645 Left = 104 646 Top = 240 647 end 648 object VA508CompType: TVA508ComponentAccessibility 649 Component = cboType 650 OnInstructionsQuery = VA508CompTypeInstructionsQuery 651 Left = 224 652 Top = 280 653 end 654 object VA508CompSchedule: TVA508ComponentAccessibility 655 Component = cboSchedule 656 OnInstructionsQuery = VA508CompScheduleInstructionsQuery 657 Left = 384 658 Top = 240 659 end 660 object VA508CompGrdSelected: TVA508ComponentAccessibility 661 Component = grdSelected 662 OnCaptionQuery = VA508CompGrdSelectedCaptionQuery 663 Left = 288 664 Top = 64 665 end 582 666 end
Note:
See TracChangeset
for help on using the changeset viewer.