You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							142 lines
						
					
					
						
							6.3 KiB
						
					
					
				
			
		
		
	
	
							142 lines
						
					
					
						
							6.3 KiB
						
					
					
				using DevExpress.XtraEditors; | 
						|
using DevExpress.XtraEditors.Controls; | 
						|
using System.ComponentModel; | 
						|
using System.Drawing; | 
						|
 | 
						|
namespace KGIS.Plugin.LayerProperty.View.UC_Controls | 
						|
{ | 
						|
    partial class UCMarkSymbolAtrribute | 
						|
    { | 
						|
        /// <summary>  | 
						|
        /// 必需的设计器变量。 | 
						|
        /// </summary> | 
						|
        private System.ComponentModel.IContainer components = null; | 
						|
 | 
						|
        /// <summary>  | 
						|
        /// 清理所有正在使用的资源。 | 
						|
        /// </summary> | 
						|
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> | 
						|
        protected override void Dispose(bool disposing) | 
						|
        { | 
						|
            if (disposing && (components != null)) | 
						|
            { | 
						|
                components.Dispose(); | 
						|
            } | 
						|
            base.Dispose(disposing); | 
						|
        } | 
						|
 | 
						|
        #region 组件设计器生成的代码 | 
						|
 | 
						|
        /// <summary>  | 
						|
        /// 设计器支持所需的方法 - 不要修改 | 
						|
        /// 使用代码编辑器修改此方法的内容。 | 
						|
        /// </summary> | 
						|
        private void InitializeComponent() | 
						|
        { | 
						|
            this.spSize = new DevExpress.XtraEditors.SpinEdit(); | 
						|
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); | 
						|
            this.clrFillColor = new DevExpress.XtraEditors.ColorEdit(); | 
						|
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); | 
						|
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); | 
						|
            this.spAngle = new DevExpress.XtraEditors.SpinEdit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.spSize.Properties)).BeginInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.clrFillColor.Properties)).BeginInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.spAngle.Properties)).BeginInit(); | 
						|
            this.SuspendLayout(); | 
						|
            //  | 
						|
            // spSize | 
						|
            //  | 
						|
            this.spSize.EditValue = new decimal(new int[] { | 
						|
            1, | 
						|
            0, | 
						|
            0, | 
						|
            0}); | 
						|
            this.spSize.Location = new System.Drawing.Point(78, 47); | 
						|
            this.spSize.Name = "spSize"; | 
						|
            this.spSize.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { | 
						|
            new DevExpress.XtraEditors.Controls.EditorButton()}); | 
						|
            this.spSize.Size = new System.Drawing.Size(93, 20); | 
						|
            this.spSize.TabIndex = 9; | 
						|
            this.spSize.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.spSize_EditValueChanging); | 
						|
            //  | 
						|
            // labelControl2 | 
						|
            //  | 
						|
            this.labelControl2.Location = new System.Drawing.Point(1, 50); | 
						|
            this.labelControl2.Name = "labelControl2"; | 
						|
            this.labelControl2.Size = new System.Drawing.Size(60, 14); | 
						|
            this.labelControl2.TabIndex = 8; | 
						|
            this.labelControl2.Text = "大      小:"; | 
						|
            //  | 
						|
            // clrFillColor | 
						|
            //  | 
						|
            this.clrFillColor.EditValue = System.Drawing.Color.Empty; | 
						|
            this.clrFillColor.Location = new System.Drawing.Point(78, 15); | 
						|
            this.clrFillColor.Name = "clrFillColor"; | 
						|
            this.clrFillColor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { | 
						|
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); | 
						|
            this.clrFillColor.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; | 
						|
            this.clrFillColor.Size = new System.Drawing.Size(93, 20); | 
						|
            this.clrFillColor.TabIndex = 6; | 
						|
            this.clrFillColor.EditValueChanged += new System.EventHandler(this.clrFillColor_EditValueChanged); | 
						|
            //  | 
						|
            // labelControl3 | 
						|
            //  | 
						|
            this.labelControl3.Location = new System.Drawing.Point(1, 82); | 
						|
            this.labelControl3.Name = "labelControl3"; | 
						|
            this.labelControl3.Size = new System.Drawing.Size(60, 14); | 
						|
            this.labelControl3.TabIndex = 4; | 
						|
            this.labelControl3.Text = "旋转角度:"; | 
						|
            //  | 
						|
            // labelControl1 | 
						|
            //  | 
						|
            this.labelControl1.Location = new System.Drawing.Point(1, 19); | 
						|
            this.labelControl1.Name = "labelControl1"; | 
						|
            this.labelControl1.Size = new System.Drawing.Size(60, 14); | 
						|
            this.labelControl1.TabIndex = 5; | 
						|
            this.labelControl1.Text = "颜      色:"; | 
						|
            //  | 
						|
            // spAngle | 
						|
            //  | 
						|
            this.spAngle.EditValue = new decimal(new int[] { | 
						|
            0, | 
						|
            0, | 
						|
            0, | 
						|
            0}); | 
						|
            this.spAngle.Location = new System.Drawing.Point(78, 78); | 
						|
            this.spAngle.Name = "spAngle"; | 
						|
            this.spAngle.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { | 
						|
            new DevExpress.XtraEditors.Controls.EditorButton()}); | 
						|
            this.spAngle.Size = new System.Drawing.Size(93, 20); | 
						|
            this.spAngle.TabIndex = 9; | 
						|
            this.spAngle.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.spAngle_EditValueChanging); | 
						|
            //  | 
						|
            // UCMarkSymbolAtrribute | 
						|
            //  | 
						|
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); | 
						|
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | 
						|
            this.Controls.Add(this.spAngle); | 
						|
            this.Controls.Add(this.spSize); | 
						|
            this.Controls.Add(this.labelControl2); | 
						|
            this.Controls.Add(this.clrFillColor); | 
						|
            this.Controls.Add(this.labelControl3); | 
						|
            this.Controls.Add(this.labelControl1); | 
						|
            this.Name = "UCMarkSymbolAtrribute"; | 
						|
            this.Size = new System.Drawing.Size(175, 127); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.spSize.Properties)).EndInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.clrFillColor.Properties)).EndInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.spAngle.Properties)).EndInit(); | 
						|
            this.ResumeLayout(false); | 
						|
            this.PerformLayout(); | 
						|
 | 
						|
        } | 
						|
 | 
						|
        #endregion | 
						|
        private SpinEdit spSize; | 
						|
        private LabelControl labelControl2; | 
						|
        private ColorEdit clrFillColor; | 
						|
        private LabelControl labelControl3; | 
						|
        private LabelControl labelControl1; | 
						|
        private SpinEdit spAngle; | 
						|
        private PictureEdit m_PictureEdit; | 
						|
    } | 
						|
}
 | 
						|
 |