Changeset 87 for trunk/NewView/GlobalSearchForm.pas
- Timestamp:
- Feb 28, 2007, 8:16:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/GlobalSearchForm.pas
r82 r87 715 715 Procedure TGlobalSearchForm.WMOpened( Var Msg: TMessage ); 716 716 begin 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 717 736 Bevel.XStretch := xsFrame; 718 737 Bevel.YAlign := yaTop; … … 721 740 LED.YAlign := yaTop; 722 741 723 SearchTextEdit.XStretch := xsFrame; 742 ResultsLabel.XAlign := xaLeft; 743 ResultsLabel.YAlign := yaTop; 744 724 745 ProgressLabel.XStretch := xsFrame; 746 ProgressLabel.YAlign := yaTop; 747 725 748 ResultsOutline.XStretch := xsFrame; 726 749 ResultsOutline.YStretch := ysFrame; 727 ProgressLabel.YAlign := yaTop; 750 728 751 ProgressBar.XStretch := xsFrame; 729 752 ProgressBar.YAlign := yaBottom; 730 SearchTextEdit.YAlign := yaTop; 731 SearchTextEdit.Focus; 753 732 754 end; 733 755
Note:
See TracChangeset
for help on using the changeset viewer.