mirror of
http://gitlab.expertsoft.com.ua/git/expertcad
synced 2026-01-11 22:45:39 +02:00
117 lines
2.8 KiB
Plaintext
117 lines
2.8 KiB
Plaintext
object Form1: TForm1
|
|
Left = 206
|
|
Top = 164
|
|
Width = 696
|
|
Height = 512
|
|
Caption = 'PowerDraw'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
KeyPreview = True
|
|
OldCreateOrder = False
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnKeyDown = FormKeyDown
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object PowerCad1: TPowerCad
|
|
Left = 0
|
|
Top = 0
|
|
Width = 688
|
|
Height = 485
|
|
RulerVisible = True
|
|
VerticalZero = vzTop
|
|
HorizontalZero = vzLeft
|
|
Align = alClient
|
|
ZoomScale = 100
|
|
GuidesVisible = True
|
|
BackGround = clWhite
|
|
PageColor = clWhite
|
|
Grids = True
|
|
GridType = grtLine
|
|
CenterGuide = False
|
|
PageGuide = False
|
|
DrawShadow = True
|
|
DrawPageBorder = True
|
|
GridColor = clSilver
|
|
GuideColor = clGreen
|
|
RulerColor = clSilver
|
|
GridStep = 5.000000000000000000
|
|
WorkHeight = 297.000000000000000000
|
|
WorkWidth = 421.000000000000000000
|
|
PageLayout = plA3
|
|
PageOrient = poLandscape
|
|
GuideTrace = gtNone
|
|
SnapToGuides = False
|
|
SnapToNearPoint = False
|
|
SnapToGrids = False
|
|
ScrollBars = True
|
|
RulerSystem = rsMetric
|
|
DrawInCursor = False
|
|
DetailWindow = False
|
|
DetailWidth = 100
|
|
DetailHeight = 100
|
|
DetailScale = 100
|
|
DetailStyle = dsZoom
|
|
Isometric = False
|
|
DefaultBrushColor = clYellow
|
|
DefaultTextHeight = 4.000000000000000000
|
|
MapScale = 50
|
|
RescaleToMap = rsAskUser
|
|
Font.Charset = TURKISH_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
UndoCount = 10
|
|
OnSnapToFigure = PowerCad1SnapToFigure
|
|
OnUserDraw = PowerCad1UserDraw
|
|
OnUserHitTest = PowerCad1UserHitTest
|
|
AcceptFiles = dfsAutomatic
|
|
OnCustomCommand = PowerCad1CustomCommand
|
|
OnPopMenuClicked = PowerCad1PopMenuClicked
|
|
OnFileNameChange = PowerCad1FileNameChange
|
|
end
|
|
object CadInterface1: TCadInterface
|
|
CadControl = PowerCad1
|
|
MacroDialog = PCMacroDialog1
|
|
BlockDialog = PCBlockDlg1
|
|
LayerDialog = PCLayerDlg1
|
|
PluginDialog = PCPluginDlg1
|
|
FillDialog = PCFillDlg1
|
|
Enabled = True
|
|
MDIApp = False
|
|
Left = 241
|
|
Top = 109
|
|
end
|
|
object PCMacroDialog1: TPCMacroDialog
|
|
CadControl = PowerCad1
|
|
Left = 245
|
|
Top = 50
|
|
end
|
|
object PCLayerDlg1: TPCLayerDlg
|
|
CadControl = PowerCad1
|
|
Left = 241
|
|
Top = 80
|
|
end
|
|
object PCBlockDlg1: TPCBlockDlg
|
|
CadControl = PowerCad1
|
|
Left = 276
|
|
Top = 51
|
|
end
|
|
object PCPluginDlg1: TPCPluginDlg
|
|
CadControl = PowerCad1
|
|
PluginsDirectory = 'C:\Projects\Powercad\PowerDraw\plugins\'
|
|
Left = 274
|
|
Top = 106
|
|
end
|
|
object PCFillDlg1: TPCFillDlg
|
|
CadControl = PowerCad1
|
|
Left = 345
|
|
Top = 81
|
|
end
|
|
end
|