tvplanit: Remove unit Windows from pvflxdsed1

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4715 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-06-10 21:37:32 +00:00
parent 8a7f8615fc
commit 95dc635bd4
4 changed files with 5 additions and 4 deletions

View File

@ -125,7 +125,7 @@ object frmFieldMapper: TfrmFieldMapper
end
object DatasetCombo: TComboBox
Left = 64
Height = 22
Height = 23
Top = 10
Width = 145
ItemHeight = 15

View File

@ -36,11 +36,12 @@ unit VpFlxDsEd1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
{$IFNDEF RUNTIMETEST}
{$IFDEF LCL}
propedits, componenteditors, FormEditingIntf, lclintf, IDEIntf,
{$ELSE}
Windows, Messages,
{$IFDEF VERSION6} DesignIntf, DesignEditors, {$ELSE} DsgnIntf, {$ENDIF}, DBTables,
{$ENDIF}
{$ENDIF} {RUNTIMETEST}

View File

@ -268,7 +268,7 @@ type
implementation
uses
SysUtils, Math, Forms, Dialogs, VpEvntEditDlg;
SysUtils, Math, LazUTF8, Forms, Dialogs, VpEvntEditDlg;
(*****************************************************************************)
{ TVpContactHeadAttr }

View File

@ -295,7 +295,7 @@ type
implementation
uses
SysUtils, Math, Forms, Dialogs, VpEvntEditDlg;
SysUtils, Math, LazUTF8, Forms, Dialogs, VpEvntEditDlg;
(*****************************************************************************)
{ TVpTGInPlaceEdit }