Changeset 1679 for cprs/trunk/CPRS-Chart/fFrame.dfm
- Timestamp:
- May 7, 2015, 12:34:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/trunk/CPRS-Chart/fFrame.dfm
r830 r1679 1 1 inherited frmFrame: TfrmFrame 2 Left = 1963 Top = 1 192 Left = 219 3 Top = 102 4 4 Caption = 'p' 5 ClientHeight = 5746 ClientWidth = 6875 ClientHeight = 633 6 ClientWidth = 793 7 7 FormStyle = fsMDIForm 8 8 Menu = mnuFrame … … 16 16 OnHelp = FormHelp 17 17 OnResize = FormResize 18 ExplicitLeft = 196 19 ExplicitTop = 119 20 ExplicitWidth = 695 21 ExplicitHeight = 620 18 ExplicitWidth = 801 19 ExplicitHeight = 687 22 20 PixelsPerInch = 96 23 21 TextHeight = 13 … … 25 23 Left = 0 26 24 Top = 0 27 Width = 68728 Height = 57425 Width = 793 26 Height = 633 29 27 Align = alClient 30 28 Caption = 'No patient is currently selected' … … 41 39 Left = 0 42 40 Top = 0 43 Width = 68744 Height = 57441 Width = 793 42 Height = 633 45 43 Align = alClient 46 44 TabOrder = 0 … … 48 46 Left = 1 49 47 Top = 41 50 Width = 68548 Width = 791 51 49 Height = 1 52 50 Align = alTop … … 56 54 Left = 1 57 55 Top = 1 58 Width = 68556 Width = 791 59 57 Height = 40 60 58 Align = alTop 61 59 BevelOuter = bvNone 62 Caption = 'object pnlRemoteData: TKeyClickPanel'63 60 TabOrder = 0 64 61 object bvlToolTop: TBevel 65 62 Left = 0 66 63 Top = 0 67 Width = 68564 Width = 791 68 65 Height = 1 69 66 Align = alTop … … 164 161 Left = 6 165 162 Top = 19 166 Width = 4 167 Height = 4 163 Width = 64 164 Height = 17 165 Caption = '000-00-0000' 168 166 Font.Charset = DEFAULT_CHARSET 169 167 Font.Color = clInfoText … … 220 218 OnEnter = pnlPrimaryCareEnter 221 219 OnExit = pnlPrimaryCareExit 220 OnMouseDown = pnlVisitMouseDown 221 OnMouseUp = pnlVisitMouseUp 222 222 object lblPtLocation: TStaticText 223 223 Left = 6 … … 236 236 TabOrder = 0 237 237 OnClick = pnlVisitClick 238 OnMouseDown = pnlVisitMouseDown 239 OnMouseUp = pnlVisitMouseUp 238 240 end 239 241 object lblPtProvider: TStaticText … … 252 254 TabOrder = 1 253 255 OnClick = pnlVisitClick 256 OnMouseDown = pnlVisitMouseDown 257 OnMouseUp = pnlVisitMouseUp 254 258 end 255 259 end … … 257 261 Left = 345 258 262 Top = 1 259 Width = 67263 Width = 117 260 264 Height = 39 261 265 Hint = 'Primary Care Team / Primary Care Provider' … … 315 319 end 316 320 object pnlReminders: TKeyClickPanel 317 Left = 580321 Left = 686 318 322 Top = 1 319 323 Width = 35 … … 356 360 end 357 361 end 358 object pnlFlag: TKeyClickPanel359 Left = 472360 Top = 1361 Width = 35362 Height = 39363 Hint = 'Click to display patient record flags.'364 Align = alRight365 BevelWidth = 2366 Caption = 'Flag'367 ParentShowHint = False368 ShowHint = True369 TabOrder = 4370 TabStop = True371 OnClick = pnlFlagClick372 OnEnter = pnlFlagEnter373 OnExit = pnlFlagExit374 OnMouseDown = pnlFlagMouseDown375 OnMouseUp = pnlFlagMouseUp376 object lblFlag: TLabel377 Left = 2378 Top = 2379 Width = 31380 Height = 35381 Align = alClient382 Alignment = taCenter383 Caption = 'Flag'384 Enabled = False385 Font.Charset = DEFAULT_CHARSET386 Font.Color = clBtnFace387 Font.Height = -11388 Font.Name = 'MS Sans Serif'389 Font.Style = [fsBold]390 ParentFont = False391 Layout = tlCenter392 WordWrap = True393 OnClick = pnlFlagClick394 OnMouseDown = pnlFlagMouseDown395 OnMouseUp = pnlFlagMouseUp396 ExplicitWidth = 25397 ExplicitHeight = 13398 end399 end400 362 object pnlPostings: TKeyClickPanel 401 Left = 615363 Left = 721 402 364 Top = 1 403 365 Width = 70 … … 464 426 end 465 427 object paVAA: TKeyClickPanel 466 Left = 4 12428 Left = 462 467 429 Top = 1 468 430 Width = 60 … … 510 472 end 511 473 end 474 object pnlCVnFlag: TPanel 475 Left = 522 476 Top = 1 477 Width = 91 478 Height = 39 479 Align = alRight 480 TabOrder = 4 481 object btnCombatVet: TButton 482 Left = 1 483 Top = 20 484 Width = 89 485 Height = 18 486 Hint = 'Click to display combat veteran eligibility details.' 487 Align = alBottom 488 Caption = 'CV JAN 30, 2008' 489 ParentShowHint = False 490 ShowHint = True 491 TabOrder = 1 492 OnClick = btnCombatVetClick 493 end 494 object pnlFlag: TKeyClickPanel 495 Left = 1 496 Top = 1 497 Width = 89 498 Height = 19 499 Hint = 'Click to display patient record flags.' 500 Align = alClient 501 BevelWidth = 2 502 ParentShowHint = False 503 ShowHint = True 504 TabOrder = 0 505 TabStop = True 506 OnClick = pnlFlagClick 507 OnEnter = pnlFlagEnter 508 OnExit = pnlFlagExit 509 OnMouseDown = pnlFlagMouseDown 510 OnMouseUp = pnlFlagMouseUp 511 object lblFlag: TLabel 512 Left = 2 513 Top = 2 514 Width = 85 515 Height = 15 516 Align = alClient 517 Alignment = taCenter 518 Caption = 'Flag' 519 Enabled = False 520 Font.Charset = DEFAULT_CHARSET 521 Font.Color = clBtnFace 522 Font.Height = -11 523 Font.Name = 'MS Sans Serif' 524 Font.Style = [fsBold] 525 ParentFont = False 526 Layout = tlCenter 527 WordWrap = True 528 OnClick = pnlFlagClick 529 OnMouseDown = pnlFlagMouseDown 530 OnMouseUp = pnlFlagMouseUp 531 ExplicitWidth = 25 532 ExplicitHeight = 13 533 end 534 end 535 end 512 536 object pnlRemoteData: TKeyClickPanel 513 Left = 507537 Left = 613 514 538 Top = 1 515 539 Width = 73 … … 624 648 object stsArea: TStatusBar 625 649 Left = 1 626 Top = 552627 Width = 685650 Top = 611 651 Width = 791 628 652 Height = 21 629 653 Panels = < … … 652 676 object tabPage: TTabControl 653 677 Left = 1 654 Top = 5 30655 Width = 685678 Top = 589 679 Width = 791 656 680 Height = 22 657 681 Align = alBottom … … 665 689 TabPosition = tpBottom 666 690 OnChange = tabPageChange 691 OnMouseDown = tabPageMouseDown 667 692 OnMouseUp = tabPageMouseUp 668 693 end … … 670 695 Left = 1 671 696 Top = 42 672 Width = 685673 Height = 488697 Width = 791 698 Height = 547 674 699 Align = alClient 675 700 BevelOuter = bvNone … … 767 792 'Status = stsDefault') 768 793 ( 769 'Component = pnlFlag'770 'Status = stsDefault')771 (772 794 'Component = pnlPostings' 773 795 'Status = stsDefault') … … 803 825 ( 804 826 'Component = frmFrame' 827 'Status = stsDefault') 828 ( 829 'Component = pnlCVnFlag' 830 'Status = stsDefault') 831 ( 832 'Component = btnCombatVet' 833 'Status = stsDefault') 834 ( 835 'Component = pnlFlag' 805 836 'Status = stsDefault') 806 837 ( … … 894 925 ShortCut = 16474 895 926 OnClick = mnuEditUndoClick 927 end 928 object mnuEditRedo: TMenuItem 929 Caption = 'Re&do' 930 ShortCut = 16473 931 OnClick = mnuEditRedoClick 896 932 end 897 933 object Z3: TMenuItem … … 1072 1108 Caption = '&Tools' 1073 1109 GroupIndex = 8 1074 OnClick = mnuToolsClick1075 1110 object Z8: TMenuItem 1076 1111 Caption = '-' … … 1129 1164 object popCIRN: TPopupMenu 1130 1165 Left = 539 1131 Top = 601166 Top = 148 1132 1167 object popCIRNSelectAll: TMenuItem 1133 1168 Caption = 'Select All'
Note:
See TracChangeset
for help on using the changeset viewer.