home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / sharewar / vecad / examples / delphi / editor / Main.dfm / Main.txt
Encoding:
Text File  |  2000-08-31  |  11.3 KB  |  460 lines

  1. object Form1: TForm1
  2.   Left = 260
  3.   Top = 111
  4.   Width = 462
  5.   Height = 319
  6.   Caption = 'Editor'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Position = poDefault
  14.   Visible = True
  15.   WindowState = wsMaximized
  16.   OnCreate = FormCreate
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 454
  24.     Height = 17
  25.     Align = alTop
  26.     Shape = bsTopLine
  27.   end
  28.   object MainMenu1: TMainMenu
  29.     Left = 40
  30.     Top = 32
  31.     object N1: TMenuItem
  32.       Caption = 'File'
  33.       object New1: TMenuItem
  34.         Caption = 'New'
  35.         OnClick = New1Click
  36.       end
  37.       object Open1: TMenuItem
  38.         Caption = 'Open...'
  39.         OnClick = Open1Click
  40.       end
  41.       object Save1: TMenuItem
  42.         Caption = 'Save'
  43.         OnClick = Save1Click
  44.       end
  45.       object SaveAs1: TMenuItem
  46.         Caption = 'Save As...'
  47.         OnClick = SaveAs1Click
  48.       end
  49.       object N8: TMenuItem
  50.         Caption = '-'
  51.       end
  52.       object Properties1: TMenuItem
  53.         Caption = 'Close'
  54.         OnClick = Properties1Click
  55.       end
  56.       object CloseAll1: TMenuItem
  57.         Caption = 'Close All'
  58.         OnClick = CloseAll1Click
  59.       end
  60.       object List1: TMenuItem
  61.         Caption = 'List...'
  62.         OnClick = List1Click
  63.       end
  64.       object N7: TMenuItem
  65.         Caption = '-'
  66.       end
  67.       object Importfrom1: TMenuItem
  68.         Caption = 'Import from'
  69.         object AutoCADDXF1: TMenuItem
  70.           Caption = 'AutoCAD DXF'
  71.           OnClick = AutoCADDXF1Click
  72.         end
  73.       end
  74.       object Exportto1: TMenuItem
  75.         Caption = 'Export to'
  76.         object AutoCADDXF2: TMenuItem
  77.           Caption = 'AutoCAD DXF'
  78.           OnClick = AutoCADDXF2Click
  79.         end
  80.         object HPGL1: TMenuItem
  81.           Caption = 'HPGL'
  82.           OnClick = HPGL1Click
  83.         end
  84.         object RasterImage1: TMenuItem
  85.           Caption = 'Raster Image'
  86.           OnClick = RasterImage1Click
  87.         end
  88.       end
  89.       object N4: TMenuItem
  90.         Caption = '-'
  91.       end
  92.       object Print1: TMenuItem
  93.         Caption = 'Print...'
  94.         OnClick = Print1Click
  95.       end
  96.       object N2: TMenuItem
  97.         Caption = '-'
  98.       end
  99.       object Exit1: TMenuItem
  100.         Caption = 'Exit'
  101.         OnClick = Exit1Click
  102.       end
  103.     end
  104.     object Edit1: TMenuItem
  105.       Caption = 'Edit'
  106.       object Undo2: TMenuItem
  107.         Caption = 'Undo'
  108.         ShortCut = 16474
  109.         OnClick = Undo2Click
  110.       end
  111.       object Redo2: TMenuItem
  112.         Caption = 'Redo'
  113.         OnClick = Redo2Click
  114.       end
  115.       object N9: TMenuItem
  116.         Caption = '-'
  117.       end
  118.       object Cut1: TMenuItem
  119.         Caption = 'Cut'
  120.         ShortCut = 16472
  121.         OnClick = Cut1Click
  122.       end
  123.       object Copy2: TMenuItem
  124.         Caption = 'Copy'
  125.         ShortCut = 16451
  126.         OnClick = Copy2Click
  127.       end
  128.       object Paste1: TMenuItem
  129.         Caption = 'Paste'
  130.         ShortCut = 16470
  131.         OnClick = Paste1Click
  132.       end
  133.       object N10: TMenuItem
  134.         Caption = '-'
  135.       end
  136.       object ObjectsProperties1: TMenuItem
  137.         Caption = 'Properties...'
  138.         OnClick = ObjectsProperties1Click
  139.       end
  140.       object N3: TMenuItem
  141.         Caption = '-'
  142.       end
  143.       object Copy1: TMenuItem
  144.         Caption = 'Copy'
  145.         OnClick = Copy1Click
  146.       end
  147.       object Move1: TMenuItem
  148.         Caption = 'Move'
  149.         OnClick = Move1Click
  150.       end
  151.       object Rotate1: TMenuItem
  152.         Caption = 'Rotate'
  153.         OnClick = Rotate1Click
  154.       end
  155.       object Scale1: TMenuItem
  156.         Caption = 'Scale'
  157.         OnClick = Scale1Click
  158.       end
  159.       object Mirror1: TMenuItem
  160.         Caption = 'Mirror'
  161.         OnClick = Mirror1Click
  162.       end
  163.       object Explode1: TMenuItem
  164.         Caption = 'Explode'
  165.         OnClick = Explode1Click
  166.       end
  167.       object N6: TMenuItem
  168.         Caption = '-'
  169.       end
  170.       object Group1: TMenuItem
  171.         Caption = 'Create Block'
  172.         OnClick = Group1Click
  173.       end
  174.       object N11: TMenuItem
  175.         Caption = '-'
  176.       end
  177.       object Erase1: TMenuItem
  178.         Caption = 'Erase'
  179.         OnClick = Erase1Click
  180.       end
  181.     end
  182.     object View1: TMenuItem
  183.       Caption = 'View'
  184.       object ZoomAll1: TMenuItem
  185.         Caption = 'Zoom All'
  186.         ShortCut = 16449
  187.         OnClick = ZoomAll1Click
  188.       end
  189.       object ZoomWindow1: TMenuItem
  190.         Caption = 'Zoom Window'
  191.         ShortCut = 16471
  192.         OnClick = ZoomWindow1Click
  193.       end
  194.       object ZoomPage2: TMenuItem
  195.         Caption = 'Zoom Page'
  196.         ShortCut = 16467
  197.         OnClick = ZoomPage2Click
  198.       end
  199.       object ZoomIn1: TMenuItem
  200.         Caption = 'Zoom In'
  201.         OnClick = ZoomIn1Click
  202.       end
  203.       object ZoomOut1: TMenuItem
  204.         Caption = 'Zoom Out'
  205.         OnClick = ZoomOut1Click
  206.       end
  207.       object N5: TMenuItem
  208.         Caption = '-'
  209.       end
  210.       object PageFirst1: TMenuItem
  211.         Caption = 'Page First'
  212.         OnClick = PageFirst1Click
  213.       end
  214.       object PageLasttEnd1: TMenuItem
  215.         Caption = 'Page Last'
  216.         OnClick = PageLasttEnd1Click
  217.       end
  218.       object PageNext1: TMenuItem
  219.         Caption = 'Page Next'
  220.         OnClick = PageNext1Click
  221.       end
  222.       object PagePrevious1: TMenuItem
  223.         Caption = 'Page Previous'
  224.         OnClick = PagePrevious1Click
  225.       end
  226.       object N12: TMenuItem
  227.         Caption = '-'
  228.       end
  229.       object SelectPage1: TMenuItem
  230.         Caption = 'Select Page...'
  231.         ShortCut = 16464
  232.         OnClick = SelectPage1Click
  233.       end
  234.       object N13: TMenuItem
  235.         Caption = '-'
  236.       end
  237.       object SavecurrentView1: TMenuItem
  238.         Caption = 'Save current View...'
  239.         OnClick = SavecurrentView1Click
  240.       end
  241.       object ViewsList1: TMenuItem
  242.         Caption = 'Views List...'
  243.         OnClick = ViewsList1Click
  244.       end
  245.     end
  246.     object Format1: TMenuItem
  247.       Caption = 'Format'
  248.       object Page1: TMenuItem
  249.         Caption = 'Page...'
  250.         OnClick = Page1Click
  251.       end
  252.       object Layer1: TMenuItem
  253.         Caption = 'Layer...'
  254.         OnClick = Layer1Click
  255.       end
  256.       object Linetype1: TMenuItem
  257.         Caption = 'Line Style...'
  258.         OnClick = Linetype1Click
  259.       end
  260.       object TextStyle1: TMenuItem
  261.         Caption = 'Text Style...'
  262.         OnClick = TextStyle1Click
  263.       end
  264.       object PointStyle1: TMenuItem
  265.         Caption = 'Point Style...'
  266.         OnClick = PointStyle1Click
  267.       end
  268.       object HatchStyle1: TMenuItem
  269.         Caption = 'Hatch Style...'
  270.         OnClick = HatchStyle1Click
  271.       end
  272.       object Blocks1: TMenuItem
  273.         Caption = 'Blocks...'
  274.         OnClick = Blocks1Click
  275.       end
  276.       object N14: TMenuItem
  277.         Caption = '-'
  278.       end
  279.       object DimensionStyle1: TMenuItem
  280.         Caption = 'Dimension Style...'
  281.         OnClick = DimensionStyle1Click
  282.       end
  283.       object N15: TMenuItem
  284.         Caption = '-'
  285.       end
  286.       object Grid1: TMenuItem
  287.         Caption = 'Grid...'
  288.         OnClick = Grid1Click
  289.       end
  290.       object ObjectSnap1: TMenuItem
  291.         Caption = 'Object Snap...'
  292.         OnClick = ObjectSnap1Click
  293.       end
  294.       object AngleSnap1: TMenuItem
  295.         Caption = 'Angle Snap...'
  296.         OnClick = AngleSnap1Click
  297.       end
  298.       object N16: TMenuItem
  299.         Caption = '-'
  300.       end
  301.       object Units1: TMenuItem
  302.         Caption = 'Units...'
  303.         OnClick = Units1Click
  304.       end
  305.       object Private1: TMenuItem
  306.         Caption = 'Private...'
  307.         OnClick = Private1Click
  308.       end
  309.       object Preferences1: TMenuItem
  310.         Caption = 'Preferences...'
  311.         OnClick = Preferences1Click
  312.       end
  313.     end
  314.     object Draw1: TMenuItem
  315.       Caption = 'Draw'
  316.       object Point1: TMenuItem
  317.         Caption = 'Point'
  318.         OnClick = Point1Click
  319.       end
  320.       object Line1: TMenuItem
  321.         Caption = 'Line'
  322.         OnClick = Line1Click
  323.       end
  324.       object Polyline1: TMenuItem
  325.         Caption = 'Polyline'
  326.         OnClick = Polyline1Click
  327.       end
  328.       object Spline1: TMenuItem
  329.         Caption = 'Spline'
  330.         OnClick = Spline1Click
  331.       end
  332.       object Circle1: TMenuItem
  333.         Caption = 'Circle'
  334.         object centerradius1: TMenuItem
  335.           Caption = 'Center, Radius'
  336.           OnClick = centerradius1Click
  337.         end
  338.         object CenterDiameter1: TMenuItem
  339.           Caption = 'Center, Diameter'
  340.           OnClick = CenterDiameter1Click
  341.         end
  342.         object N2Points1: TMenuItem
  343.           Caption = '2 Points'
  344.           OnClick = N2Points1Click
  345.         end
  346.         object N3point1: TMenuItem
  347.           Caption = '3 Points'
  348.           OnClick = N3point1Click
  349.         end
  350.       end
  351.       object Arc1: TMenuItem
  352.         Caption = 'Arc'
  353.         object ArcCSE: TMenuItem
  354.           Caption = 'Center, Start, End'
  355.           OnClick = ArcCSEClick
  356.         end
  357.         object ArcSEM: TMenuItem
  358.           Caption = 'Start, End, Middle'
  359.           OnClick = ArcSEMClick
  360.         end
  361.         object ArcSME: TMenuItem
  362.           Caption = 'Start, Middle, End'
  363.           OnClick = ArcSMEClick
  364.         end
  365.       end
  366.       object Ellipse1: TMenuItem
  367.         Caption = 'Ellipse'
  368.         OnClick = Ellipse1Click
  369.       end
  370.       object Rectangle1: TMenuItem
  371.         Caption = 'Rectangle'
  372.         OnClick = Rectangle1Click
  373.       end
  374.       object Dimension1: TMenuItem
  375.         Caption = 'Dimension'
  376.         object Horizontal1: TMenuItem
  377.           Caption = 'Horizontal'
  378.           OnClick = Horizontal1Click
  379.         end
  380.         object Vertical1: TMenuItem
  381.           Caption = 'Vertical'
  382.           OnClick = Vertical1Click
  383.         end
  384.         object Parallel1: TMenuItem
  385.           Caption = 'Parallel'
  386.           OnClick = Parallel1Click
  387.         end
  388.         object Angular1: TMenuItem
  389.           Caption = 'Angular'
  390.           OnClick = Angular1Click
  391.         end
  392.         object Radius1: TMenuItem
  393.           Caption = 'Radius'
  394.           OnClick = Radius1Click
  395.         end
  396.         object Diameter1: TMenuItem
  397.           Caption = 'Diameter'
  398.           OnClick = Diameter1Click
  399.         end
  400.         object Ordinate1: TMenuItem
  401.           Caption = 'Ordinate'
  402.           OnClick = Ordinate1Click
  403.         end
  404.       end
  405.       object Hatch1: TMenuItem
  406.         Caption = 'Hatch'
  407.         OnClick = Hatch1Click
  408.       end
  409.       object N17: TMenuItem
  410.         Caption = '-'
  411.       end
  412.       object Text1: TMenuItem
  413.         Caption = 'Text...'
  414.         OnClick = Text1Click
  415.       end
  416.       object Symbol1: TMenuItem
  417.         Caption = 'TTF Symbol...'
  418.         OnClick = Symbol1Click
  419.       end
  420.       object InsertBlock1: TMenuItem
  421.         Caption = 'Block...'
  422.         OnClick = InsertBlock1Click
  423.       end
  424.       object InsertImage1: TMenuItem
  425.         Caption = 'Raster Image...'
  426.         OnClick = InsertImage1Click
  427.       end
  428.     end
  429.     object Tools1: TMenuItem
  430.       Caption = 'Tools'
  431.       object DistanceArea1: TMenuItem
  432.         Caption = 'Distance / Area...'
  433.         OnClick = DistanceArea1Click
  434.       end
  435.       object PrintRectangles1: TMenuItem
  436.         Caption = 'Split drawing for print...'
  437.         OnClick = PrintRectangles1Click
  438.       end
  439.       object Statistics1: TMenuItem
  440.         Caption = 'Statistics...'
  441.         OnClick = Statistics1Click
  442.       end
  443.     end
  444.     object Help1: TMenuItem
  445.       Caption = 'Help'
  446.       object About1: TMenuItem
  447.         Caption = 'About...'
  448.       end
  449.       object Test1: TMenuItem
  450.         Caption = 'Test Line Style'
  451.         OnClick = Test1Click
  452.       end
  453.       object Sinus1: TMenuItem
  454.         Caption = 'Sinus'
  455.         OnClick = Sinus1Click
  456.       end
  457.     end
  458.   end
  459. end
  460.