You've already forked lazarus-ccr
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:
@ -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
|
||||||
|
@ -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}
|
||||||
|
@ -268,7 +268,7 @@ type
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
SysUtils, Math, Forms, Dialogs, VpEvntEditDlg;
|
SysUtils, Math, LazUTF8, Forms, Dialogs, VpEvntEditDlg;
|
||||||
|
|
||||||
(*****************************************************************************)
|
(*****************************************************************************)
|
||||||
{ TVpContactHeadAttr }
|
{ TVpContactHeadAttr }
|
||||||
|
@ -295,7 +295,7 @@ type
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
SysUtils, Math, Forms, Dialogs, VpEvntEditDlg;
|
SysUtils, Math, LazUTF8, Forms, Dialogs, VpEvntEditDlg;
|
||||||
|
|
||||||
(*****************************************************************************)
|
(*****************************************************************************)
|
||||||
{ TVpTGInPlaceEdit }
|
{ TVpTGInPlaceEdit }
|
||||||
|
Reference in New Issue
Block a user