Files
lazarus-ccr/applications/fpvviewer/fpvv_mainform.lfm

92 lines
1.8 KiB
Plaintext
Raw Normal View History

object frmFPVViewer: TfrmFPVViewer
Left = 186
Height = 473
Top = 137
Width = 375
Caption = 'Free Pascal Vectorial Viewer'
ClientHeight = 473
ClientWidth = 375
OnCreate = FormCreate
OnDestroy = FormDestroy
LCLVersion = '0.9.31'
object editFileName: TFileNameEdit
Left = 8
Height = 25
Top = 8
Width = 304
DialogOptions = []
FilterIndex = 0
HideDirectories = False
ButtonWidth = 23
NumGlyphs = 0
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 = 25
Top = 72
Width = 168
DecimalPlaces = 6
Increment = 1
MaxValue = 100
MinValue = 0
TabOrder = 2
Value = 1
end
object Label1: TLabel
Left = 8
Height = 18
Top = 79
Width = 58
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 = 345
Top = 128
Width = 375
PageIndex = 0
Anchors = [akTop, akLeft, akRight, akBottom]
TabOrder = 4
TabStop = True
object pageViewer: TPage
end
object Page2: TPage
ClientWidth = 132
ClientHeight = 156
object DXFTreeView: TTreeView
Left = 8
Height = 313
Top = 0
Width = 321
DefaultItemHeight = 19
TabOrder = 0
end
end
end
end