Changeset 460 for cprs/branches/foia-cprs/CPRS-Chart/fNotes.dfm
- Timestamp:
- Jul 6, 2008, 8:20:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/foia-cprs/CPRS-Chart/fNotes.dfm
r459 r460 1 1 inherited frmNotes: TfrmNotes 2 Left = 3 753 Top = 1 444 Width = 6 142 Left = 307 3 Top = 177 4 Width = 687 5 5 Height = 409 6 6 HelpContext = 5000 7 7 Caption = 'Progress Notes Page' 8 8 HelpFile = 'overvw' 9 KeyPreview = True 9 10 Menu = mnuNotes 10 11 OnDestroy = FormDestroy 11 12 OnHide = FormHide 13 OnMouseMove = FormMouseMove 12 14 OnShow = FormShow 13 15 PixelsPerInch = 96 … … 15 17 inherited shpPageBottom: TShape 16 18 Top = 358 17 Width = 6 0619 Width = 679 18 20 end 19 21 inherited sptHorz: TSplitter … … 57 59 OnClick = cmdNewNoteClick 58 60 OnExit = cmdNewNoteExit 61 OnMouseMove = FormMouseMove 59 62 Align = alBottom 60 63 end … … 69 72 OnClick = cmdPCEClick 70 73 OnExit = cmdPCEExit 74 OnMouseMove = FormMouseMove 71 75 Align = alBottom 72 76 end … … 128 132 OnExit = tvNotesExit 129 133 OnExpanded = tvNotesExpanded 134 OnMouseMove = FormMouseMove 130 135 OnStartDrag = tvNotesStartDrag 131 136 Caption = 'Last 100 Notes' … … 137 142 inherited pnlRight: TPanel 138 143 Left = 68 139 Width = 538144 Width = 611 140 145 Height = 358 141 146 object sptVert: TSplitter 142 147 Left = 0 143 148 Top = 309 144 Width = 538149 Width = 611 145 150 Height = 4 146 151 Cursor = crVSplit … … 150 155 Left = 0 151 156 Top = 313 152 Width = 538157 Width = 611 153 158 Height = 45 154 159 Align = alBottom … … 165 170 Left = 0 166 171 Top = 0 167 Width = 538172 Width = 611 168 173 Height = 309 169 174 Align = alClient … … 175 180 Left = 0 176 181 Top = 67 177 Width = 538182 Width = 611 178 183 Height = 242 179 184 Align = alClient … … 197 202 Left = 0 198 203 Top = 0 199 Width = 538204 Width = 611 200 205 Height = 67 201 206 Align = alTop … … 204 209 OnResize = pnlFieldsResize 205 210 DesignSize = ( 206 538211 611 207 212 67) 208 213 object bvlNewTitle: TBevel … … 226 231 end 227 232 object lblAuthor: TStaticText 228 Left = 3 20233 Left = 393 229 234 Top = 6 230 235 Width = 152 … … 249 254 end 250 255 object lblCosigner: TStaticText 251 Left = 2 25256 Left = 298 252 257 Top = 21 253 258 Width = 243 … … 292 297 end 293 298 object cmdChange: TButton 294 Left = 474299 Left = 547 295 300 Top = 6 296 301 Width = 58 … … 305 310 Left = 48 306 311 Top = 40 307 Width = 484312 Width = 557 308 313 Height = 21 309 314 Hint = 'Subject is limited to a maximum of 80 characters.' … … 321 326 Left = 0 322 327 Top = 0 323 Width = 538328 Width = 611 324 329 Height = 309 325 330 Align = alClient 326 331 BevelOuter = bvNone 327 332 TabOrder = 0 333 OnExit = pnlReadExit 328 334 object lblTitle: TOROffsetLabel 329 335 Left = 0 330 336 Top = 0 331 Width = 538337 Width = 611 332 338 Height = 19 333 339 Align = alTop … … 341 347 Left = 0 342 348 Top = 113 343 Width = 538349 Width = 611 344 350 Height = 3 345 351 Cursor = crVSplit … … 349 355 Left = 0 350 356 Top = 116 351 Width = 538357 Width = 611 352 358 Height = 193 353 359 Align = alClient … … 371 377 TabOrder = 1 372 378 WordWrap = False 373 On Exit = memNoteExit379 OnMouseMove = FormMouseMove 374 380 end 375 381 object lvNotes: TCaptionListView 376 382 Left = 0 377 383 Top = 19 378 Width = 538384 Width = 611 379 385 Height = 94 380 386 Align = alTop … … 417 423 OnColumnClick = lvNotesColumnClick 418 424 OnCompare = lvNotesCompare 419 On Exit = lvNotesExit425 OnMouseMove = FormMouseMove 420 426 OnResize = lvNotesResize 421 427 OnSelectItem = lvNotesSelectItem … … 493 499 end 494 500 end 501 object mnuViewInformation: TMenuItem 502 Caption = 'Information' 503 OnClick = mnuViewInformationClick 504 object mnuViewDemo: TMenuItem 505 Tag = 1 506 Caption = 'De&mographics...' 507 OnClick = ViewInfo 508 end 509 object mnuViewVisits: TMenuItem 510 Tag = 2 511 Caption = 'Visits/Pr&ovider...' 512 OnClick = ViewInfo 513 end 514 object mnuViewPrimaryCare: TMenuItem 515 Tag = 3 516 Caption = 'Primary &Care...' 517 OnClick = ViewInfo 518 end 519 object mnuViewMyHealtheVet: TMenuItem 520 Tag = 4 521 Caption = 'MyHealthe&Vet...' 522 OnClick = ViewInfo 523 end 524 object mnuInsurance: TMenuItem 525 Tag = 5 526 Caption = '&Insurance...' 527 OnClick = ViewInfo 528 end 529 object mnuViewFlags: TMenuItem 530 Tag = 6 531 Caption = '&Flags...' 532 OnClick = ViewInfo 533 end 534 object mnuViewRemoteData: TMenuItem 535 Tag = 7 536 Caption = 'Remote &Data...' 537 OnClick = ViewInfo 538 end 539 object mnuViewReminders: TMenuItem 540 Tag = 8 541 Caption = '&Reminders...' 542 Enabled = False 543 OnClick = ViewInfo 544 end 545 object mnuViewPostings: TMenuItem 546 Tag = 9 547 Caption = '&Postings...' 548 OnClick = ViewInfo 549 end 550 end 495 551 object Z3: TMenuItem 496 552 Caption = '-' … … 524 580 Tag = 6 525 581 Caption = 'Custo&m View' 582 OnClick = mnuViewClick 583 end 584 object mnuSearchForText: TMenuItem 585 Tag = 7 586 Caption = 'Search for Te&xt (Within Current View)' 526 587 OnClick = mnuViewClick 527 588 end … … 806 867 Tag = 6 807 868 Caption = 'Cus&tom View' 869 OnClick = mnuViewClick 870 end 871 object popSearchForText: TMenuItem 872 Tag = 7 873 Caption = 'Search for Te&xt (Within Current View)' 808 874 OnClick = mnuViewClick 809 875 end
Note:
See TracChangeset
for help on using the changeset viewer.