You've already forked lazarus-ccr
Adds a caption to fpvviewer
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1464 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3,13 +3,13 @@ object frmFPVViewer: TfrmFPVViewer
|
|||||||
Height = 441
|
Height = 441
|
||||||
Top = 137
|
Top = 137
|
||||||
Width = 336
|
Width = 336
|
||||||
Caption = 'frmFPVViewer'
|
Caption = 'Free Pascal Vectorial Viewer'
|
||||||
ClientHeight = 441
|
ClientHeight = 441
|
||||||
ClientWidth = 336
|
ClientWidth = 336
|
||||||
LCLVersion = '0.9.31'
|
LCLVersion = '0.9.31'
|
||||||
object editFileName: TFileNameEdit
|
object editFileName: TFileNameEdit
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 25
|
Height = 22
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 304
|
Width = 304
|
||||||
DialogOptions = []
|
DialogOptions = []
|
||||||
@ -31,7 +31,7 @@ object frmFPVViewer: TfrmFPVViewer
|
|||||||
end
|
end
|
||||||
object spinScale: TFloatSpinEdit
|
object spinScale: TFloatSpinEdit
|
||||||
Left = 72
|
Left = 72
|
||||||
Height = 25
|
Height = 16
|
||||||
Top = 72
|
Top = 72
|
||||||
Width = 64
|
Width = 64
|
||||||
Increment = 1
|
Increment = 1
|
||||||
@ -42,39 +42,39 @@ object frmFPVViewer: TfrmFPVViewer
|
|||||||
end
|
end
|
||||||
object Label1: TLabel
|
object Label1: TLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 18
|
Height = 17
|
||||||
Top = 79
|
Top = 79
|
||||||
Width = 58
|
Width = 56
|
||||||
Caption = 'Scale by:'
|
Caption = 'Scale by:'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object Label2: TLabel
|
object Label2: TLabel
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 18
|
Height = 17
|
||||||
Top = 104
|
Top = 104
|
||||||
Width = 76
|
Width = 73
|
||||||
Caption = 'Start Pos X:'
|
Caption = 'Start Pos X:'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object spinStartX: TSpinEdit
|
object spinStartX: TSpinEdit
|
||||||
Left = 98
|
Left = 98
|
||||||
Height = 25
|
Height = 16
|
||||||
Top = 99
|
Top = 99
|
||||||
Width = 46
|
Width = 46
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
object spinStartY: TSpinEdit
|
object spinStartY: TSpinEdit
|
||||||
Left = 240
|
Left = 240
|
||||||
Height = 25
|
Height = 16
|
||||||
Top = 99
|
Top = 99
|
||||||
Width = 50
|
Width = 50
|
||||||
TabOrder = 4
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
object Label3: TLabel
|
object Label3: TLabel
|
||||||
Left = 152
|
Left = 152
|
||||||
Height = 18
|
Height = 17
|
||||||
Top = 104
|
Top = 104
|
||||||
Width = 73
|
Width = 72
|
||||||
Caption = 'Start Pos Y:'
|
Caption = 'Start Pos Y:'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
@ -92,7 +92,7 @@ object frmFPVViewer: TfrmFPVViewer
|
|||||||
Height = 313
|
Height = 313
|
||||||
Top = 128
|
Top = 128
|
||||||
Width = 336
|
Width = 336
|
||||||
PageIndex = 1
|
PageIndex = 0
|
||||||
TabOrder = 6
|
TabOrder = 6
|
||||||
TabStop = True
|
TabStop = True
|
||||||
object Page1: TPage
|
object Page1: TPage
|
||||||
@ -106,8 +106,8 @@ object frmFPVViewer: TfrmFPVViewer
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object Page2: TPage
|
object Page2: TPage
|
||||||
ClientWidth = 336
|
ClientWidth = 672
|
||||||
ClientHeight = 313
|
ClientHeight = 626
|
||||||
object DXFTreeView: TTreeView
|
object DXFTreeView: TTreeView
|
||||||
Left = 8
|
Left = 8
|
||||||
Height = 313
|
Height = 313
|
||||||
|
Reference in New Issue
Block a user