Ignore:
Timestamp:
Feb 28, 2007, 8:16:45 PM (18 years ago)
Author:
RBRi
Message:

fix #15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/GlobalSearchForm.pas

    r82 r87  
    715715Procedure TGlobalSearchForm.WMOpened( Var Msg: TMessage );
    716716begin
     717  SearchTextLabel.XAlign := xaLeft;
     718  SearchTextLabel.YAlign := yaTop;
     719
     720  SearchTextEdit.XStretch := xsFrame;
     721  SearchTextEdit.YAlign := yaTop;
     722  SearchTextEdit.Focus;
     723
     724  SearchButton.XAlign := xaRight;
     725  SearchButton.YAlign := yaTop;
     726
     727  SearchTextLabel1.XAlign := xaLeft;
     728  SearchTextLabel1.YAlign := yaTop;
     729
     730  SearchLocationComboBox.XStretch := xsFrame;
     731  SearchLocationComboBox.YAlign := yaTop;
     732
     733  SelectDrivesButton.XAlign := xaRight;
     734  SelectDrivesButton.YAlign := yaTop;
     735
    717736  Bevel.XStretch := xsFrame;
    718737  Bevel.YAlign := yaTop;
     
    721740  LED.YAlign := yaTop;
    722741
    723   SearchTextEdit.XStretch := xsFrame;
     742  ResultsLabel.XAlign := xaLeft;
     743  ResultsLabel.YAlign := yaTop;
     744
    724745  ProgressLabel.XStretch := xsFrame;
     746  ProgressLabel.YAlign := yaTop;
     747
    725748  ResultsOutline.XStretch := xsFrame;
    726749  ResultsOutline.YStretch := ysFrame;
    727   ProgressLabel.YAlign := yaTop;
     750
    728751  ProgressBar.XStretch := xsFrame;
    729752  ProgressBar.YAlign := yaBottom;
    730   SearchTextEdit.YAlign := yaTop;
    731   SearchTextEdit.Focus;
     753
    732754end;
    733755
Note: See TracChangeset for help on using the changeset viewer.