Files
lazarus-ccr/applications/fpvviewer/fpvv_mainform.lfm
2012-07-05 11:24:06 +00:00

164 lines
3.1 KiB
Plaintext

object frmFPVViewer: TfrmFPVViewer
Left = 322
Height = 538
Top = 143
Width = 485
Caption = 'Free Pascal Vectorial Viewer'
ClientHeight = 538
ClientWidth = 485
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '1.1'
object editFileName: TFileNameEdit
Left = 8
Height = 23
Top = 8
Width = 304
DialogOptions = []
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 1
MaxLength = 0
TabOrder = 0
end
object btnVisualize: TButton
Left = 8
Height = 25
Top = 40
Width = 96
Caption = 'Visualize'
OnClick = btnVisualizeClick
TabOrder = 1
end
object spinScale: TFloatSpinEdit
Left = 72
Height = 23
Top = 97
Width = 168
DecimalPlaces = 6
Increment = 0.1
MaxValue = 100
MinValue = 0
OnChange = spinScaleChange
TabOrder = 2
Value = 1
end
object Label1: TLabel
Left = 8
Height = 16
Top = 97
Width = 47
Caption = 'Scale by:'
ParentColor = False
end
object btnViewDXFTokens: TButton
Left = 112
Height = 25
Top = 41
Width = 128
Caption = 'View DXF Tokens'
OnClick = btnViewDXFTokensClick
TabOrder = 3
end
object notebook: TNotebook
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 410
Top = 128
Width = 485
PageIndex = 1
Anchors = [akTop, akLeft, akRight, akBottom]
TabOrder = 4
TabStop = True
object pageViewer: TPage
end
object pageTreeData: TPage
object DXFTreeView: TTreeView
Left = 0
Height = 410
Top = 0
Width = 485
Align = alClient
DefaultItemHeight = 18
TabOrder = 0
end
end
end
object buttonRenderingTest: TButton
Left = 256
Height = 25
Top = 41
Width = 96
Caption = 'Render Test'
OnClick = buttonRenderingTestClick
TabOrder = 5
end
object Button1: TButton
Left = 360
Height = 25
Top = 41
Width = 120
Caption = 'Convert to SVG'
OnClick = Button1Click
TabOrder = 6
end
object btnContourLines: TButton
Left = 256
Height = 25
Top = 97
Width = 224
Caption = 'Generate Contour Lines'
OnClick = btnContourLinesClick
TabOrder = 7
end
object Label2: TLabel
Left = 8
Height = 16
Top = 72
Width = 74
Caption = 'Y adjustment:'
ParentColor = False
end
object spinAdjustY: TSpinEdit
Left = 80
Height = 23
Top = 72
Width = 72
Increment = 100
MaxValue = 1000
MinValue = -1000
TabOrder = 8
end
object spinAdjustX: TSpinEdit
Left = 232
Height = 23
Top = 72
Width = 72
Increment = 50
MaxValue = 1000
MinValue = -1000
TabOrder = 9
end
object Label3: TLabel
Left = 160
Height = 16
Top = 72
Width = 74
Caption = 'X adjustment:'
ParentColor = False
end
object Button2: TButton
Left = 312
Height = 25
Top = 70
Width = 168
Caption = 'View FPVectorial Tokens'
OnClick = Button2Click
TabOrder = 10
end
end