You've already forked lazarus-ccr
tvplanit: Make sure that lfm files can be found. Remove any calls to lrs files from the sources.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4684 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -13,6 +13,7 @@ object frmEditShape: TfrmEditShape
|
||||
Font.Name = 'MS Sans Serif'
|
||||
OnCreate = FormCreate
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.7'
|
||||
object rgShapeType: TRadioGroup
|
||||
Left = 8
|
||||
Height = 84
|
||||
@ -75,9 +76,9 @@ object frmEditShape: TfrmEditShape
|
||||
TabOrder = 2
|
||||
object Label1: TLabel
|
||||
Left = 6
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 112
|
||||
Width = 29
|
||||
Width = 26
|
||||
Caption = 'Style:'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -86,7 +87,6 @@ object frmEditShape: TfrmEditShape
|
||||
Height = 22
|
||||
Top = 108
|
||||
Width = 97
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
ItemHeight = 16
|
||||
OnDrawItem = cbBrushStyleDrawItem
|
||||
Style = csOwnerDrawFixed
|
||||
@ -104,25 +104,25 @@ object frmEditShape: TfrmEditShape
|
||||
TabOrder = 1
|
||||
object Label2: TLabel
|
||||
Left = 8
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 104
|
||||
Width = 29
|
||||
Width = 26
|
||||
Caption = 'Style:'
|
||||
ParentColor = False
|
||||
end
|
||||
object Label3: TLabel
|
||||
Left = 8
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 132
|
||||
Width = 33
|
||||
Width = 31
|
||||
Caption = 'Width:'
|
||||
ParentColor = False
|
||||
end
|
||||
object Label4: TLabel
|
||||
Left = 8
|
||||
Height = 14
|
||||
Height = 13
|
||||
Top = 160
|
||||
Width = 31
|
||||
Width = 30
|
||||
Caption = 'Mode:'
|
||||
ParentColor = False
|
||||
end
|
||||
@ -131,7 +131,6 @@ object frmEditShape: TfrmEditShape
|
||||
Height = 19
|
||||
Top = 100
|
||||
Width = 105
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
ItemHeight = 13
|
||||
OnDrawItem = cbPenStyleDrawItem
|
||||
Style = csOwnerDrawFixed
|
||||
@ -142,7 +141,6 @@ object frmEditShape: TfrmEditShape
|
||||
Height = 21
|
||||
Top = 156
|
||||
Width = 105
|
||||
AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
|
||||
ItemHeight = 13
|
||||
TabOrder = 1
|
||||
end
|
||||
@ -152,14 +150,16 @@ object frmEditShape: TfrmEditShape
|
||||
Top = 128
|
||||
Width = 11
|
||||
Associate = edPenWidth
|
||||
Min = 0
|
||||
Position = 0
|
||||
TabOrder = 3
|
||||
Wrap = False
|
||||
end
|
||||
object edPenWidth: TEdit
|
||||
Left = 44
|
||||
Height = 21
|
||||
Top = 128
|
||||
Width = 54
|
||||
OnKeyDown = nil
|
||||
TabOrder = 2
|
||||
Text = '0'
|
||||
end
|
||||
|
Reference in New Issue
Block a user