Ignore:
Timestamp:
May 8, 2015, 7:52:55 AM (9 years ago)
Author:
healthsevak
Message:

Committing the files for first time to this new branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/HealthSevak-CPRS/CPRS-Chart/fProbLex.pas

    r830 r1693  
    1313    bbCan: TBitBtn;
    1414    bbOK: TBitBtn;
    15     Panel1: TPanel;
     15    pnlStatus: TPanel;
    1616    Bevel1: TBevel;
    17     lblstatus: TLabel;
     17    lblstatus: TVA508StaticText;
    1818    ebLex: TCaptionEdit;
    1919    lbLex: TORListBox;
     
    105105  ResizeAnchoredFormToFont(self);
    106106  //Resize bevel to center horizontally
    107   Bevel1.Width := Panel1.ClientWidth - Bevel1.Left- Bevel1.Left;
     107  Bevel1.Width := pnlStatus.ClientWidth - Bevel1.Left- Bevel1.Left;
    108108end;
    109109
Note: See TracChangeset for help on using the changeset viewer.