/// <summary>
 /// Automatically generated by Visual Studio.
 /// Wires up the UI components and adds a
 /// <see cref="GraphControl"/> to the form.
 /// </summary>
 public BezierEdgeStyleWindow()
 {
     SmoothEditing = true;
     bezierEdgeSegmentLabelModel = new BezierEdgeSegmentLabelModel();
     bezierPathLabelModel        = new BezierEdgePathLabelModel();
     Angle         = 0;
     AutoRotation  = true;
     AutoSnapping  = true;
     EnableEditing = true;
     InitializeComponent();
 }
Example #2
0
        /// <summary>
        /// Automatically generated by Visual Studio.
        /// Wires up the UI components and adds a
        /// <see cref="GraphControl"/> to the form.
        /// </summary>
        public BezierEdgeStyleForm()
        {
            SmoothEditing = true;
            bezierEdgeSegmentLabelModel = new BezierEdgeSegmentLabelModel();
            bezierPathLabelModel        = new BezierEdgePathLabelModel();
            Angle         = 0;
            AutoRotation  = true;
            AutoSnapping  = true;
            EnableEditing = true;
            InitializeComponent();
            RegisterToolStripCommands();
            RegisterMenuItemCommands();

            description.LoadFile(new MemoryStream(Resources.description), RichTextBoxStreamType.RichText);
        }