Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/fReminderDialog.dfm

    r830 r1679  
    22  Left = 310
    33  Top = 154
    4   Width = 543
    5   Height = 405
     4  Width = 545
     5  Height = 407
    66  HelpContext = 11100
    77  VertScrollBar.Range = 162
     
    1515  OnCreate = FormCreate
    1616  OnDestroy = FormDestroy
     17  OnMouseWheel = FormMouseWheel
    1718  OnShow = FormShow
    18   ExplicitWidth = 543
    19   ExplicitHeight = 405
     19  ExplicitWidth = 545
     20  ExplicitHeight = 407
    2021  PixelsPerInch = 96
    2122  TextHeight = 13
    2223  object splTxtData: TSplitter [0]
    2324    Left = 0
    24     Top = 216
    25     Width = 535
     25    Top = 211
     26    Width = 537
    2627    Height = 3
    2728    Cursor = crVSplit
    2829    Align = alBottom
    2930    ExplicitTop = 218
    30     ExplicitWidth = 537
    3131  end
    3232  object sb1: TScrollBox [1]
    3333    Left = 0
    3434    Top = 0
    35     Width = 535
    36     Height = 216
     35    Width = 537
     36    Height = 211
    3737    HorzScrollBar.Tracking = True
    3838    VertScrollBar.Tracking = True
     
    4747    Visible = False
    4848    OnResize = sbResize
    49     ExplicitWidth = 537
    5049    ExplicitHeight = 218
    5150  end
     
    5352    Left = 0
    5453    Top = 0
    55     Width = 535
    56     Height = 216
     54    Width = 537
     55    Height = 211
    5756    HorzScrollBar.Tracking = True
    5857    VertScrollBar.Tracking = True
     
    6665    TabOrder = 1
    6766    OnResize = sbResize
    68     ExplicitWidth = 537
    6967    ExplicitHeight = 218
    7068  end
    7169  object pnlFrmBottom: TPanel [3]
    7270    Left = 0
    73     Top = 219
    74     Width = 535
     71    Top = 214
     72    Width = 537
    7573    Height = 159
    7674    Align = alBottom
     
    7876    TabOrder = 2
    7977    ExplicitTop = 221
    80     ExplicitWidth = 537
    8178    object lblFootnotes: TLabel
    8279      Left = 0
    8380      Top = 144
    84       Width = 535
     81      Width = 537
    8582      Height = 15
    8683      Align = alBottom
    8784      AutoSize = False
    8885      Caption = ' * Indicates a Required Field'
    89       ExplicitWidth = 537
    9086    end
    9187    object pnlBottom: TPanel
    9288      Left = 0
    9389      Top = 0
    94       Width = 535
     90      Width = 537
    9591      Height = 144
    9692      Align = alClient
    9793      TabOrder = 0
    98       ExplicitWidth = 537
    9994      object splText: TSplitter
    10095        Left = 1
    10196        Top = 94
    102         Width = 533
     97        Width = 535
    10398        Height = 3
    10499        Cursor = crVSplit
    105100        Align = alBottom
    106         ExplicitWidth = 535
    107101      end
    108102      object reData: TRichEdit
    109103        Left = 1
    110104        Top = 97
    111         Width = 533
     105        Width = 535
    112106        Height = 46
    113107        Align = alBottom
    114108        Color = clCream
     109        Constraints.MinHeight = 30
    115110        ReadOnly = True
    116111        ScrollBars = ssVertical
    117112        TabOrder = 2
    118113        WantReturns = False
    119         ExplicitWidth = 535
    120114      end
    121115      object reText: TRichEdit
    122116        Left = 1
    123117        Top = 25
    124         Width = 533
     118        Width = 535
    125119        Height = 69
    126120        Align = alClient
     
    131125        Font.Name = 'Courier New'
    132126        Font.Style = []
     127        Constraints.MinHeight = 30
    133128        ParentFont = False
    134129        ReadOnly = True
     
    137132        WantReturns = False
    138133        WordWrap = False
    139         ExplicitWidth = 535
    140134      end
    141135      object pnlButtons: TORAutoPanel
    142136        Left = 1
    143137        Top = 1
    144         Width = 533
     138        Width = 535
    145139        Height = 24
    146140        Align = alTop
     
    149143        ShowHint = True
    150144        TabOrder = 0
    151         ExplicitWidth = 535
    152145        object btnClear: TButton
    153146          Left = 2
Note: See TracChangeset for help on using the changeset viewer.