Changeset 829 for cprs/trunk/CPRS-Chart/Consults/fODProc.dfm
- Timestamp:
- Jul 7, 2010, 4:31:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/trunk/CPRS-Chart/Consults/fODProc.dfm
r456 r829 10 10 Constraints.MinHeight = 393 11 11 Constraints.MinWidth = 543 12 ExplicitLeft = 208 13 ExplicitTop = 188 14 ExplicitWidth = 543 15 ExplicitHeight = 393 12 16 PixelsPerInch = 96 13 17 TextHeight = 13 … … 119 123 'An order message may be displayed here.') 120 124 TabOrder = 1 125 ExplicitLeft = 0 126 ExplicitTop = 321 127 ExplicitWidth = 380 128 ExplicitHeight = 41 121 129 end 122 130 object cboUrgency: TORComboBox [9] … … 271 279 CharsNeedMatch = 1 272 280 end 273 inherited cmdAccept: TButton 274 Left = 387 275 Top = 339 276 Anchors = [akRight, akBottom] 277 TabOrder = 10 278 end 279 inherited cmdQuit: TButton 280 Left = 469 281 Top = 339 282 Width = 64 283 Anchors = [akRight, akBottom] 284 TabOrder = 11 285 end 286 inherited pnlMessage: TPanel 287 Left = 50 288 Top = 320 289 Width = 316 290 Anchors = [akLeft, akRight, akBottom] 291 TabOrder = 12 292 inherited memMessage: TRichEdit 293 Width = 254 294 end 295 end 296 object cmdLexSearch: TButton 281 object cmdLexSearch: TButton [15] 297 282 Left = 486 298 283 Top = 93 … … 304 289 OnClick = cmdLexSearchClick 305 290 end 306 object gbInptOpt: TGroupBox 291 object gbInptOpt: TGroupBox [16] 307 292 Left = 249 308 293 Top = 36 … … 331 316 end 332 317 end 333 object txtProvDiag: TCaptionEdit 318 object txtProvDiag: TCaptionEdit [17] 334 319 Left = 249 335 320 Top = 93 … … 344 329 OnChange = txtProvDiagChange 345 330 Caption = 'Provisional Diagnosis' 331 end 332 inherited cmdAccept: TButton 333 Left = 387 334 Top = 339 335 Anchors = [akRight, akBottom] 336 TabOrder = 10 337 ExplicitLeft = 387 338 ExplicitTop = 339 339 end 340 inherited cmdQuit: TButton 341 Left = 469 342 Top = 339 343 Width = 64 344 Anchors = [akRight, akBottom] 345 TabOrder = 11 346 ExplicitLeft = 469 347 ExplicitTop = 339 348 ExplicitWidth = 64 349 end 350 inherited pnlMessage: TPanel 351 Left = 50 352 Top = 320 353 Width = 316 354 Anchors = [akLeft, akRight, akBottom] 355 TabOrder = 12 356 ExplicitLeft = 50 357 ExplicitTop = 320 358 ExplicitWidth = 316 359 inherited memMessage: TRichEdit 360 Width = 254 361 ExplicitWidth = 254 362 end 363 end 364 inherited amgrMain: TVA508AccessibilityManager 365 Data = ( 366 ( 367 'Component = lblUrgency' 368 'Status = stsDefault') 369 ( 370 'Component = lblPlace' 371 'Status = stsDefault') 372 ( 373 'Component = lblAttn' 374 'Status = stsDefault') 375 ( 376 'Component = lblProvDiag' 377 'Status = stsDefault') 378 ( 379 'Component = pnlReason' 380 'Status = stsDefault') 381 ( 382 'Component = memReason' 383 'Status = stsDefault') 384 ( 385 'Component = cboUrgency' 386 'Status = stsDefault') 387 ( 388 'Component = cboPlace' 389 'Status = stsDefault') 390 ( 391 'Component = txtAttn' 392 'Status = stsDefault') 393 ( 394 'Component = cboProc' 395 'Status = stsDefault') 396 ( 397 'Component = cboCategory' 398 'Status = stsDefault') 399 ( 400 'Component = cboService' 401 'Status = stsDefault') 402 ( 403 'Component = cmdLexSearch' 404 'Status = stsDefault') 405 ( 406 'Component = gbInptOpt' 407 'Status = stsDefault') 408 ( 409 'Component = radInpatient' 410 'Status = stsDefault') 411 ( 412 'Component = radOutpatient' 413 'Status = stsDefault') 414 ( 415 'Component = txtProvDiag' 416 'Status = stsDefault') 417 ( 418 'Component = memOrder' 419 'Status = stsDefault') 420 ( 421 'Component = cmdAccept' 422 'Status = stsDefault') 423 ( 424 'Component = cmdQuit' 425 'Status = stsDefault') 426 ( 427 'Component = pnlMessage' 428 'Status = stsDefault') 429 ( 430 'Component = memMessage' 431 'Status = stsDefault') 432 ( 433 'Component = frmODProc' 434 'Status = stsDefault')) 346 435 end 347 436 object mnuPopProvDx: TPopupMenu
Note:
See TracChangeset
for help on using the changeset viewer.