Ignore:
Timestamp:
Aug 5, 2016, 10:22:51 AM (8 years ago)
Author:
chronos
Message:
  • Modified: Set focus to filter control if main form is shown.
  • Fixed: Store main form position before form is hidden to be able to restore it on same position.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r74 r81  
    1212  OnCreate = FormCreate
    1313  OnDestroy = FormDestroy
     14  OnHide = FormHide
    1415  OnShow = FormShow
    1516  LCLVersion = '1.6.0.4'
     
    2324    ClientHeight = 395
    2425    ClientWidth = 631
    25     TabOrder = 0
     26    TabOrder = 1
    2627    object CheckBoxExactMath: TCheckBox
    2728      Left = 8
     
    7980    ParentShowHint = False
    8081    ShowHint = True
    81     TabOrder = 1
     82    TabOrder = 0
    8283    object ToolButton1: TToolButton
    8384      Left = 1
Note: See TracChangeset for help on using the changeset viewer.