* Fix compilation using UseExternalDragManager undefined

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@172 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2007-05-28 12:40:08 +00:00
parent 5e810ef02b
commit 9310413daf

View File

@ -7,6 +7,8 @@ object MainForm: TMainForm
VertScrollBar.Page = 574 VertScrollBar.Page = 574
ActiveControl = Button1 ActiveControl = Button1
Caption = 'Demo for drag''n drop and clipboard transfers' Caption = 'Demo for drag''n drop and clipboard transfers'
ClientHeight = 575
ClientWidth = 790
Font.CharSet = ANSI_CHARSET Font.CharSet = ANSI_CHARSET
Font.Height = -12 Font.Height = -12
Font.Name = 'Arial' Font.Name = 'Arial'
@ -42,6 +44,8 @@ object MainForm: TMainForm
Height = 69 Height = 69
Width = 790 Width = 790
Align = alTop Align = alTop
ClientHeight = 69
ClientWidth = 790
Color = clWhite Color = clWhite
ParentColor = False ParentColor = False
TabOrder = 0 TabOrder = 0
@ -178,6 +182,8 @@ object MainForm: TMainForm
TabOrder = 5 TabOrder = 5
object RichTextTabSheet: TTabSheet object RichTextTabSheet: TTabSheet
Caption = 'Rich text' Caption = 'Rich text'
ClientHeight = 219
ClientWidth = 677
ImageIndex = 1 ImageIndex = 1
object Label3: TLabel object Label3: TLabel
Left = 8 Left = 8
@ -191,6 +197,8 @@ object MainForm: TMainForm
end end
object LogTabSheet: TTabSheet object LogTabSheet: TTabSheet
Caption = 'Drag''n drop operation log' Caption = 'Drag''n drop operation log'
ClientHeight = 219
ClientWidth = 677
object Label7: TLabel object Label7: TLabel
Left = 6 Left = 6
Height = 41 Height = 41
@ -229,6 +237,8 @@ object MainForm: TMainForm
end end
object TabSheet2: TTabSheet object TabSheet2: TTabSheet
Caption = 'More info' Caption = 'More info'
ClientHeight = 219
ClientWidth = 677
ImageIndex = 3 ImageIndex = 3
object Label4: TLabel object Label4: TLabel
Left = 12 Left = 12
@ -266,6 +276,8 @@ object MainForm: TMainForm
end end
object TabSheet1: TTabSheet object TabSheet1: TTabSheet
Caption = 'Tips' Caption = 'Tips'
ClientHeight = 219
ClientWidth = 677
ImageIndex = 2 ImageIndex = 2
object Label8: TLabel object Label8: TLabel
Left = 12 Left = 12