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 end
object DatasetCombo: TComboBox object DatasetCombo: TComboBox
Left = 64 Left = 64
Height = 22 Height = 23
Top = 10 Top = 10
Width = 145 Width = 145
ItemHeight = 15 ItemHeight = 15

View File

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

View File

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

View File

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