home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / sharewar / vecad / examples / bcb / editor / Main.dfm / Main.txt
Encoding:
Text File  |  2000-10-13  |  11.0 KB  |  444 lines

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