Ignore:
Timestamp:
Jul 6, 2008, 8:20:14 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Uploading from OR_30_258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/foia-cprs/CPRS-Chart/fReview.dfm

    r459 r460  
    11object frmReview: TfrmReview
    2   Left = 212
    3   Top = 139
     2  Left = 358
     3  Top = 136
    44  AutoScroll = False
    55  BorderIcons = [biMaximize]
    66  Caption = 'Review / Sign Changes'
    7   ClientHeight = 501
     7  ClientHeight = 497
    88  ClientWidth = 602
    99  Color = clBtnFace
     
    2626  DesignSize = (
    2727    602
    28     501)
     28    497)
    2929  PixelsPerInch = 96
    3030  TextHeight = 13
     
    3737    Visible = False
    3838  end
    39   object lblSig: TStaticText
    40     Left = 8
    41     Top = 136
    42     Width = 205
    43     Height = 17
    44     Caption = 'Signature will be Applied to Checked Items'
    45     TabOrder = 5
    46     TabStop = True
    47   end
    4839  object pnlSignature: TPanel
    4940    Left = 8
    50     Top = 427
     41    Top = 423
    5142    Width = 373
    5243    Height = 65
     
    7465  object pnlOrderAction: TPanel
    7566    Left = 8
    76     Top = 427
     67    Top = 423
    7768    Width = 373
    7869    Height = 65
     
    157148  object cmdOK: TButton
    158149    Left = 442
    159     Top = 475
     150    Top = 471
    160151    Width = 72
    161152    Height = 21
     
    168159  object cmdCancel: TButton
    169160    Left = 522
    170     Top = 475
     161    Top = 471
    171162    Width = 72
    172163    Height = 21
     
    181172    Top = 154
    182173    Width = 587
    183     Height = 268
     174    Height = 264
    184175    OnClickCheck = lstReviewClickCheck
    185176    Anchors = [akLeft, akTop, akRight, akBottom]
     
    204195    Height = 129
    205196    Align = alTop
     197    AutoScroll = False
     198    AutoSize = True
    206199    ParentShowHint = False
    207200    ShowHint = True
     
    209202    Visible = False
    210203    inherited pnlRight: TPanel
    211       Left = 353
     204      Left = 392
    212205      Height = 129
    213206      inherited lblCaption: TStaticText
     
    289282    end
    290283    inherited pnlSC: TPanel
    291       Width = 353
     284      Width = 392
    292285      Height = 129
    293286      inherited lblSCDisplay: TLabel
    294         Width = 353
     287        Width = 392
    295288      end
    296289      inherited memSCDisplay: TCaptionMemo
    297         Width = 353
     290        Width = 392
    298291        Height = 112
    299292      end
    300293    end
     294  end
     295  object lblSig: TStaticText
     296    Left = 8
     297    Top = 136
     298    Width = 205
     299    Height = 17
     300    Caption = 'Signature will be Applied to Checked Items'
     301    TabOrder = 5
     302    TabStop = True
    301303  end
    302304  object gbxDxLookup: TGroupBox
     
    325327    object Copy1: TMenuItem
    326328      Caption = '&Copy'
    327       Enabled = False
    328329      ShortCut = 16451
    329330      OnClick = Copy1Click
     
    337338    object Diagnosis1: TMenuItem
    338339      Caption = '&Diagnosis...'
    339       Enabled = False
    340340      ShortCut = 32836
    341341      OnClick = buDiagnosisClick
Note: See TracChangeset for help on using the changeset viewer.