Example #1
0
 // Methods
 public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value)
 {
     if ((context != null) & (provider != null))
     {
         IWindowsFormsEditorService editorService = (IWindowsFormsEditorService)provider.GetService(typeof(IWindowsFormsEditorService));
         if (editorService != null)
         {
             Shape Instance;
             DropdownShapeEditor dropDownEditor = new DropdownShapeEditor(editorService);
             if (context.Instance.GetType() == typeof(Shape))
             {
                 Instance = (Shape)context.Instance;
             }
             else
             {
                 Shape shape = new Shape();
                 shape.ShapeType = (Shape.eShape) value;
                 Instance = shape;
             }
             dropDownEditor.TheShape.ShapeType = Instance.ShapeType;
             dropDownEditor.TheShape.FillType = Instance.FillType;
             dropDownEditor.TheShape.FillTypeLinear = Instance.FillTypeLinear;
             dropDownEditor.TheShape.ColorFillSolid = Instance.ColorFillSolid;
             dropDownEditor.TheShape.BorderWidth = Instance.BorderWidth;
             dropDownEditor.TheShape.BorderColor = Instance.BorderColor;
             dropDownEditor.TheShape.BorderStyle = Instance.BorderStyle;
             dropDownEditor.TheShape.RadiusInner = Instance.RadiusInner;
             dropDownEditor.TheShape.FocalPoints = new cFocalPoints(Instance.FocalPoints.CenterPoint, Instance.FocalPoints.FocusScales);
             dropDownEditor.TheShape.ColorFillBlend = Instance.ColorFillBlend;
             dropDownEditor.TheShape.Corners = Instance.Corners;
             editorService.DropDownControl(dropDownEditor);
             return dropDownEditor.TheShape.ShapeType;
         }
     }
     return base.EditValue(context, provider, RuntimeHelpers.GetObjectValue(value));
 }
Example #2
0
        private void InitializeComponent()
        {
            cBlendItems cBlendItems1 = new cBlendItems();
            cFocalPoints cFocalPoints1 = new cFocalPoints();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DropdownShapeEditor));
            cBlendItems cBlendItems2 = new cBlendItems();
            cFocalPoints cFocalPoints2 = new cFocalPoints();
            cBlendItems cBlendItems3 = new cBlendItems();
            cFocalPoints cFocalPoints3 = new cFocalPoints();
            cBlendItems cBlendItems4 = new cBlendItems();
            cFocalPoints cFocalPoints4 = new cFocalPoints();
            this._sDiamond = new Shape();
            this._sTriangle = new Shape();
            this._sRectangle = new Shape();
            this._sCircle = new Shape();
            this.SuspendLayout();
            // 
            // _sDiamond
            // 
            this._sDiamond.BorderColor = System.Drawing.Color.Black;
            this._sDiamond.BorderStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this._sDiamond.BorderWidth = 2F;
            cBlendItems1.iColor = new System.Drawing.Color[] {
                                                                 System.Drawing.Color.White,
                                                                 System.Drawing.Color.White};
            cBlendItems1.iPoint = new float[] {
                                                  0F,
                                                  1F};
            this._sDiamond.ColorFillBlend = cBlendItems1;
            this._sDiamond.ColorFillSolid = System.Drawing.SystemColors.Control;
            this._sDiamond.Corners.All = ((short)(0));
            this._sDiamond.Corners.LowerLeft = ((short)(0));
            this._sDiamond.Corners.LowerRight = ((short)(0));
            this._sDiamond.Corners.UpperLeft = ((short)(0));
            this._sDiamond.Corners.UpperRight = ((short)(0));
            this._sDiamond.FillType = Shape.eFillType.Solid;
            this._sDiamond.FillTypeLinear = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
            cFocalPoints1.CenterPoint = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints1.CenterPoint")));
            cFocalPoints1.FocusScales = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints1.FocusScales")));
            this._sDiamond.FocalPoints = cFocalPoints1;
            this._sDiamond.Location = new System.Drawing.Point(175, 3);
            this._sDiamond.Name = "_sDiamond";
            this._sDiamond.RadiusInner = 0F;
            this._sDiamond.RegionClip = false;
            this._sDiamond.ShapeType = Shape.eShape.Diamond;
            this._sDiamond.Size = new System.Drawing.Size(50, 50);
            this._sDiamond.TabIndex = 3;
            this._sDiamond.Text = "_sDiamond";
            // 
            // _sTriangle
            // 
            this._sTriangle.BorderColor = System.Drawing.Color.Black;
            this._sTriangle.BorderStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this._sTriangle.BorderWidth = 2F;
            cBlendItems2.iColor = new System.Drawing.Color[] {
                                                                 System.Drawing.Color.White,
                                                                 System.Drawing.Color.White};
            cBlendItems2.iPoint = new float[] {
                                                  0F,
                                                  1F};
            this._sTriangle.ColorFillBlend = cBlendItems2;
            this._sTriangle.ColorFillSolid = System.Drawing.SystemColors.Control;
            this._sTriangle.Corners.All = ((short)(0));
            this._sTriangle.Corners.LowerLeft = ((short)(0));
            this._sTriangle.Corners.LowerRight = ((short)(0));
            this._sTriangle.Corners.UpperLeft = ((short)(0));
            this._sTriangle.Corners.UpperRight = ((short)(0));
            this._sTriangle.FillType = Shape.eFillType.Solid;
            this._sTriangle.FillTypeLinear = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
            cFocalPoints2.CenterPoint = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints2.CenterPoint")));
            cFocalPoints2.FocusScales = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints2.FocusScales")));
            this._sTriangle.FocalPoints = cFocalPoints2;
            this._sTriangle.Location = new System.Drawing.Point(119, 3);
            this._sTriangle.Name = "_sTriangle";
            this._sTriangle.RadiusInner = 0F;
            this._sTriangle.RegionClip = false;
            this._sTriangle.ShapeType = Shape.eShape.Triangle;
            this._sTriangle.Size = new System.Drawing.Size(50, 50);
            this._sTriangle.TabIndex = 2;
            this._sTriangle.Text = "_sTriangle";
            // 
            // _sRectangle
            // 
            this._sRectangle.BorderColor = System.Drawing.Color.Black;
            this._sRectangle.BorderStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this._sRectangle.BorderWidth = 2F;
            cBlendItems3.iColor = new System.Drawing.Color[] {
                                                                 System.Drawing.Color.White,
                                                                 System.Drawing.Color.White};
            cBlendItems3.iPoint = new float[] {
                                                  0F,
                                                  1F};
            this._sRectangle.ColorFillBlend = cBlendItems3;
            this._sRectangle.ColorFillSolid = System.Drawing.SystemColors.Control;
            this._sRectangle.Corners.All = ((short)(0));
            this._sRectangle.Corners.LowerLeft = ((short)(0));
            this._sRectangle.Corners.LowerRight = ((short)(0));
            this._sRectangle.Corners.UpperLeft = ((short)(0));
            this._sRectangle.Corners.UpperRight = ((short)(0));
            this._sRectangle.FillType = Shape.eFillType.Solid;
            this._sRectangle.FillTypeLinear = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
            cFocalPoints3.CenterPoint = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints3.CenterPoint")));
            cFocalPoints3.FocusScales = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints3.FocusScales")));
            this._sRectangle.FocalPoints = cFocalPoints3;
            this._sRectangle.Location = new System.Drawing.Point(63, 3);
            this._sRectangle.Name = "_sRectangle";
            this._sRectangle.RadiusInner = 0F;
            this._sRectangle.RegionClip = false;
            this._sRectangle.ShapeType = Shape.eShape.Rectangle;
            this._sRectangle.Size = new System.Drawing.Size(50, 50);
            this._sRectangle.TabIndex = 1;
            this._sRectangle.Text = "_sRectangle";
            // 
            // _sCircle
            // 
            this._sCircle.BorderColor = System.Drawing.Color.Black;
            this._sCircle.BorderStyle = System.Drawing.Drawing2D.DashStyle.Solid;
            this._sCircle.BorderWidth = 2F;
            cBlendItems4.iColor = new System.Drawing.Color[] {
                                                                 System.Drawing.Color.White,
                                                                 System.Drawing.Color.White};
            cBlendItems4.iPoint = new float[] {
                                                  0F,
                                                  1F};
            this._sCircle.ColorFillBlend = cBlendItems4;
            this._sCircle.ColorFillSolid = System.Drawing.SystemColors.Control;
            this._sCircle.Corners.All = ((short)(0));
            this._sCircle.Corners.LowerLeft = ((short)(0));
            this._sCircle.Corners.LowerRight = ((short)(0));
            this._sCircle.Corners.UpperLeft = ((short)(0));
            this._sCircle.Corners.UpperRight = ((short)(0));
            this._sCircle.FillType = Shape.eFillType.Solid;
            this._sCircle.FillTypeLinear = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
            cFocalPoints4.CenterPoint = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints4.CenterPoint")));
            cFocalPoints4.FocusScales = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints4.FocusScales")));
            this._sCircle.FocalPoints = cFocalPoints4;
            this._sCircle.Location = new System.Drawing.Point(7, 3);
            this._sCircle.Name = "_sCircle";
            this._sCircle.RadiusInner = 0F;
            this._sCircle.RegionClip = false;
            this._sCircle.ShapeType = Shape.eShape.Ellipse;
            this._sCircle.Size = new System.Drawing.Size(50, 50);
            this._sCircle.TabIndex = 0;
            this._sCircle.Text = "_sCircle";
            // 
            // DropdownShapeEditor
            // 
            this.BackColor = System.Drawing.SystemColors.Window;
            this.Controls.Add(this._sDiamond);
            this.Controls.Add(this._sTriangle);
            this.Controls.Add(this._sRectangle);
            this.Controls.Add(this._sCircle);
            this.Name = "DropdownShapeEditor";
            this.Size = new System.Drawing.Size(235, 62);
            this.ResumeLayout(false);

        }