UPD: Interface alignment

This commit is contained in:
Alexander Koblov 2010-01-12 18:07:54 +00:00
commit 4b2c0759ab
2 changed files with 26 additions and 4 deletions

View file

@ -68,10 +68,10 @@ object frmMaskInputDlg: TfrmMaskInputDlg
AnchorSideTop.Control = lbxSearchTemplate
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = btnCancel
Left = 163
Left = 143
Height = 32
Top = 192
Width = 80
Width = 90
Anchors = [akTop, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 6
@ -86,10 +86,10 @@ object frmMaskInputDlg: TfrmMaskInputDlg
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 249
Left = 239
Height = 32
Top = 192
Width = 80
Width = 90
Anchors = [akTop, akRight]
BorderSpacing.Top = 6
BorderSpacing.Right = 10

View file

@ -1,3 +1,25 @@
{
Double Commander
-------------------------------------------------------------------------
File mask input dialog
Copyright (C) 2010 Koblov Alexander (Alexx2000@mail.ru)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
}
unit fMaskInputDlg;
{$mode objfpc}{$H+}