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/fReminderDialog.dfm

    r459 r460  
    11object frmRemDlg: TfrmRemDlg
    2   Left = 256
    3   Top = 161
     2  Left = 357
     3  Top = 260
    44  Width = 545
    55  Height = 407
     
    4141    Caption = 'Label1'
    4242  end
    43   object lblFootnotes: TStaticText
    44     Left = 0
    45     Top = 365
    46     Width = 537
    47     Height = 15
    48     Align = alBottom
    49     AutoSize = False
    50     Caption = ' * Indicates a Required Field'
    51     TabOrder = 3
    52   end
    5343  object sb1: TScrollBox
    5444    Left = 0
     
    6959    OnResize = sbResize
    7060  end
    71   object pnlBottom: TPanel
    72     Left = 0
    73     Top = 221
    74     Width = 537
    75     Height = 144
    76     Align = alBottom
    77     TabOrder = 2
    78     object splText: TSplitter
    79       Left = 1
    80       Top = 94
    81       Width = 535
    82       Height = 3
    83       Cursor = crVSplit
    84       Align = alBottom
    85     end
    86     object reData: TRichEdit
    87       Left = 1
    88       Top = 97
    89       Width = 535
    90       Height = 46
    91       Align = alBottom
    92       Color = clCream
    93       ReadOnly = True
    94       ScrollBars = ssVertical
    95       TabOrder = 2
    96       WantReturns = False
    97     end
    98     object reText: TRichEdit
    99       Left = 1
    100       Top = 25
    101       Width = 535
    102       Height = 69
    103       Align = alClient
    104       Color = clCream
    105       Font.Charset = ANSI_CHARSET
    106       Font.Color = clWindowText
    107       Font.Height = -11
    108       Font.Name = 'Courier New'
    109       Font.Style = []
    110       ParentFont = False
    111       ReadOnly = True
    112       ScrollBars = ssBoth
    113       TabOrder = 1
    114       WantReturns = False
    115       WordWrap = False
    116     end
    117     object pnlButtons: TORAutoPanel
    118       Left = 1
    119       Top = 1
    120       Width = 535
    121       Height = 24
    122       Align = alTop
    123       BevelOuter = bvNone
    124       ParentShowHint = False
    125       ShowHint = True
    126       TabOrder = 0
    127       object btnClear: TButton
    128         Left = 2
    129         Top = 2
    130         Width = 66
    131         Height = 21
    132         Hint = 'Clear Reminder Resolutions for this Reminder'
    133         Caption = 'Clear'
    134         TabOrder = 0
    135         OnClick = btnClearClick
    136       end
    137       object btnBack: TButton
    138         Left = 263
    139         Top = 2
    140         Width = 66
    141         Height = 21
    142         Hint = 'Go back to the Previous Reminder Dialog'
    143         Caption = '<  Back'
    144         TabOrder = 3
    145         OnClick = btnBackClick
    146       end
    147       object btnCancel: TButton
    148         Left = 467
    149         Top = 2
    150         Width = 66
    151         Height = 21
    152         Hint = 'Cancel All Reminder Dialog Processing'
    153         Cancel = True
    154         Caption = 'Cancel'
    155         TabOrder = 6
    156         OnClick = btnCancelClick
    157       end
    158       object btnNext: TButton
    159         Left = 331
    160         Top = 2
    161         Width = 66
    162         Height = 21
    163         Hint = 'Go on to the Next Reminder Dialog'
    164         Caption = 'Next  >'
    165         TabOrder = 4
    166         OnClick = btnNextClick
    167       end
    168       object btnFinish: TButton
    169         Left = 399
    170         Top = 2
    171         Width = 66
    172         Height = 21
    173         Hint = 'Finish Processing'
    174         Caption = 'Finish'
    175         TabOrder = 5
    176         OnClick = btnFinishClick
    177       end
    178       object btnClinMaint: TButton
    179         Left = 70
    180         Top = 2
    181         Width = 105
    182         Height = 21
    183         Hint = 'View the Clinical Maintenance Component'
    184         Caption = 'Clinical &Maint'
    185         TabOrder = 1
    186         OnClick = btnClinMaintClick
    187       end
    188       object btnVisit: TButton
    189         Left = 177
    190         Top = 2
    191         Width = 84
    192         Height = 21
    193         Caption = '&Visit Info'
    194         TabOrder = 2
    195         OnClick = btnVisitClick
    196       end
    197     end
    198   end
    19961  object sb2: TScrollBox
    20062    Left = 0
     
    21476    OnResize = sbResize
    21577  end
     78  object pnlFrmBottom: TPanel
     79    Left = 0
     80    Top = 221
     81    Width = 537
     82    Height = 159
     83    Align = alBottom
     84    BevelOuter = bvNone
     85    TabOrder = 2
     86    object pnlBottom: TPanel
     87      Left = 0
     88      Top = 0
     89      Width = 537
     90      Height = 144
     91      Align = alClient
     92      TabOrder = 0
     93      object splText: TSplitter
     94        Left = 1
     95        Top = 94
     96        Width = 535
     97        Height = 3
     98        Cursor = crVSplit
     99        Align = alBottom
     100      end
     101      object reData: TRichEdit
     102        Left = 1
     103        Top = 97
     104        Width = 535
     105        Height = 46
     106        Align = alBottom
     107        Color = clCream
     108        ReadOnly = True
     109        ScrollBars = ssVertical
     110        TabOrder = 2
     111        WantReturns = False
     112      end
     113      object reText: TRichEdit
     114        Left = 1
     115        Top = 25
     116        Width = 535
     117        Height = 69
     118        Align = alClient
     119        Color = clCream
     120        Font.Charset = ANSI_CHARSET
     121        Font.Color = clWindowText
     122        Font.Height = -11
     123        Font.Name = 'Courier New'
     124        Font.Style = []
     125        ParentFont = False
     126        ReadOnly = True
     127        ScrollBars = ssBoth
     128        TabOrder = 1
     129        WantReturns = False
     130        WordWrap = False
     131      end
     132      object pnlButtons: TORAutoPanel
     133        Left = 1
     134        Top = 1
     135        Width = 535
     136        Height = 24
     137        Align = alTop
     138        BevelOuter = bvNone
     139        ParentShowHint = False
     140        ShowHint = True
     141        TabOrder = 0
     142        object btnClear: TButton
     143          Left = 2
     144          Top = 2
     145          Width = 66
     146          Height = 21
     147          Hint = 'Clear Reminder Resolutions for this Reminder'
     148          Caption = 'Clear'
     149          TabOrder = 0
     150          OnClick = btnClearClick
     151        end
     152        object btnBack: TButton
     153          Left = 263
     154          Top = 2
     155          Width = 66
     156          Height = 21
     157          Hint = 'Go back to the Previous Reminder Dialog'
     158          Caption = '<  Back'
     159          TabOrder = 3
     160          OnClick = btnBackClick
     161        end
     162        object btnCancel: TButton
     163          Left = 467
     164          Top = 2
     165          Width = 66
     166          Height = 21
     167          Hint = 'Cancel All Reminder Dialog Processing'
     168          Cancel = True
     169          Caption = 'Cancel'
     170          TabOrder = 6
     171          OnClick = btnCancelClick
     172        end
     173        object btnNext: TButton
     174          Left = 331
     175          Top = 2
     176          Width = 66
     177          Height = 21
     178          Hint = 'Go on to the Next Reminder Dialog'
     179          Caption = 'Next  >'
     180          TabOrder = 4
     181          OnClick = btnNextClick
     182        end
     183        object btnFinish: TButton
     184          Left = 399
     185          Top = 2
     186          Width = 66
     187          Height = 21
     188          Hint = 'Finish Processing'
     189          Caption = 'Finish'
     190          TabOrder = 5
     191          OnClick = btnFinishClick
     192        end
     193        object btnClinMaint: TButton
     194          Left = 70
     195          Top = 2
     196          Width = 105
     197          Height = 21
     198          Hint = 'View the Clinical Maintenance Component'
     199          Caption = 'Clinical &Maint'
     200          TabOrder = 1
     201          OnClick = btnClinMaintClick
     202        end
     203        object btnVisit: TButton
     204          Left = 177
     205          Top = 2
     206          Width = 84
     207          Height = 21
     208          Caption = '&Visit Info'
     209          TabOrder = 2
     210          OnClick = btnVisitClick
     211        end
     212      end
     213    end
     214    object lblFootnotes: TStaticText
     215      Left = 0
     216      Top = 144
     217      Width = 537
     218      Height = 15
     219      Align = alBottom
     220      AutoSize = False
     221      Caption = ' * Indicates a Required Field'
     222      TabOrder = 1
     223    end
     224  end
    216225end
Note: See TracChangeset for help on using the changeset viewer.