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
|
||||
object DatasetCombo: TComboBox
|
||||
Left = 64
|
||||
Height = 22
|
||||
Height = 23
|
||||
Top = 10
|
||||
Width = 145
|
||||
ItemHeight = 15
|
||||
|
@ -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}
|
||||
|
@ -268,7 +268,7 @@ type
|
||||
implementation
|
||||
|
||||
uses
|
||||
SysUtils, Math, Forms, Dialogs, VpEvntEditDlg;
|
||||
SysUtils, Math, LazUTF8, Forms, Dialogs, VpEvntEditDlg;
|
||||
|
||||
(*****************************************************************************)
|
||||
{ TVpContactHeadAttr }
|
||||
|
@ -295,7 +295,7 @@ type
|
||||
implementation
|
||||
|
||||
uses
|
||||
SysUtils, Math, Forms, Dialogs, VpEvntEditDlg;
|
||||
SysUtils, Math, LazUTF8, Forms, Dialogs, VpEvntEditDlg;
|
||||
|
||||
(*****************************************************************************)
|
||||
{ TVpTGInPlaceEdit }
|
||||
|
Reference in New Issue
Block a user