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.
		
		
		
		
		
			
		
			
				
					
					
						
							285 lines
						
					
					
						
							15 KiB
						
					
					
				
			
		
		
	
	
							285 lines
						
					
					
						
							15 KiB
						
					
					
				using DevExpress.XtraEditors; | 
						|
using DevExpress.XtraEditors.Controls; | 
						|
using System.ComponentModel; | 
						|
using System.Drawing; | 
						|
 | 
						|
namespace KGIS.Plugin.LayerProperty.View.UC_Controls | 
						|
{ | 
						|
    partial class UCPolylineLabelPlacementSet | 
						|
    { | 
						|
        /// <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.groupControl1 = new DevExpress.XtraEditors.GroupControl(); | 
						|
            this.rdgOrientationSet = new DevExpress.XtraEditors.RadioGroup(); | 
						|
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl(); | 
						|
            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit(); | 
						|
            this.spOffSet = new DevExpress.XtraEditors.SpinEdit(); | 
						|
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); | 
						|
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); | 
						|
            this.cmbOrientationSys = new DevExpress.XtraEditors.ComboBoxEdit(); | 
						|
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); | 
						|
            this.chkBelow = new DevExpress.XtraEditors.CheckEdit(); | 
						|
            this.chkInLine = new DevExpress.XtraEditors.CheckEdit(); | 
						|
            this.chkAbove = new DevExpress.XtraEditors.CheckEdit(); | 
						|
            this.groupControl3 = new DevExpress.XtraEditors.GroupControl(); | 
						|
            this.btnPropertiesSet = new DevExpress.XtraEditors.SimpleButton(); | 
						|
            this.cmbLocation = new DevExpress.XtraEditors.ComboBoxEdit(); | 
						|
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); | 
						|
            this.groupControl1.SuspendLayout(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.rdgOrientationSet.Properties)).BeginInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit(); | 
						|
            this.groupControl2.SuspendLayout(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.spOffSet.Properties)).BeginInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.cmbOrientationSys.Properties)).BeginInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.chkBelow.Properties)).BeginInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.chkInLine.Properties)).BeginInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.chkAbove.Properties)).BeginInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit(); | 
						|
            this.groupControl3.SuspendLayout(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.cmbLocation.Properties)).BeginInit(); | 
						|
            this.SuspendLayout(); | 
						|
            //  | 
						|
            // groupControl1 | 
						|
            //  | 
						|
            this.groupControl1.Controls.Add(this.rdgOrientationSet); | 
						|
            this.groupControl1.Location = new System.Drawing.Point(10, 6); | 
						|
            this.groupControl1.Name = "groupControl1"; | 
						|
            this.groupControl1.Size = new System.Drawing.Size(108, 187); | 
						|
            this.groupControl1.TabIndex = 0; | 
						|
            this.groupControl1.Text = "方位"; | 
						|
            //  | 
						|
            // rdgOrientationSet | 
						|
            //  | 
						|
            this.rdgOrientationSet.Location = new System.Drawing.Point(5, 24); | 
						|
            this.rdgOrientationSet.Name = "rdgOrientationSet"; | 
						|
            this.rdgOrientationSet.Properties.Appearance.BackColor = System.Drawing.Color.Transparent; | 
						|
            this.rdgOrientationSet.Properties.Appearance.Options.UseBackColor = true; | 
						|
            this.rdgOrientationSet.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; | 
						|
            this.rdgOrientationSet.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { | 
						|
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "水平的"), | 
						|
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "平行的"), | 
						|
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "弯曲的"), | 
						|
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "垂直的")}); | 
						|
            this.rdgOrientationSet.Size = new System.Drawing.Size(84, 115); | 
						|
            this.rdgOrientationSet.TabIndex = 0; | 
						|
            this.rdgOrientationSet.SelectedIndexChanged += new System.EventHandler(this.rdgOrientationSet_SelectedIndexChanged); | 
						|
            //  | 
						|
            // groupControl2 | 
						|
            //  | 
						|
            this.groupControl2.Controls.Add(this.pictureEdit1); | 
						|
            this.groupControl2.Controls.Add(this.spOffSet); | 
						|
            this.groupControl2.Controls.Add(this.labelControl3); | 
						|
            this.groupControl2.Controls.Add(this.labelControl2); | 
						|
            this.groupControl2.Controls.Add(this.cmbOrientationSys); | 
						|
            this.groupControl2.Controls.Add(this.labelControl1); | 
						|
            this.groupControl2.Controls.Add(this.chkBelow); | 
						|
            this.groupControl2.Controls.Add(this.chkInLine); | 
						|
            this.groupControl2.Controls.Add(this.chkAbove); | 
						|
            this.groupControl2.Location = new System.Drawing.Point(124, 6); | 
						|
            this.groupControl2.Name = "groupControl2"; | 
						|
            this.groupControl2.Size = new System.Drawing.Size(209, 187); | 
						|
            this.groupControl2.TabIndex = 1; | 
						|
            this.groupControl2.Text = "位置"; | 
						|
            //  | 
						|
            // pictureEdit1 | 
						|
            //  | 
						|
            this.pictureEdit1.Location = new System.Drawing.Point(118, 29); | 
						|
            this.pictureEdit1.Name = "pictureEdit1"; | 
						|
            this.pictureEdit1.Size = new System.Drawing.Size(66, 81); | 
						|
            this.pictureEdit1.TabIndex = 5; | 
						|
            //  | 
						|
            // spOffSet | 
						|
            //  | 
						|
            this.spOffSet.EditValue = new decimal(new int[] { | 
						|
            10, | 
						|
            0, | 
						|
            0, | 
						|
            0}); | 
						|
            this.spOffSet.Location = new System.Drawing.Point(84, 154); | 
						|
            this.spOffSet.Name = "spOffSet"; | 
						|
            this.spOffSet.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { | 
						|
            new DevExpress.XtraEditors.Controls.EditorButton()}); | 
						|
            this.spOffSet.Size = new System.Drawing.Size(63, 20); | 
						|
            this.spOffSet.TabIndex = 4; | 
						|
            //  | 
						|
            // labelControl3 | 
						|
            //  | 
						|
            this.labelControl3.Location = new System.Drawing.Point(153, 157); | 
						|
            this.labelControl3.Name = "labelControl3"; | 
						|
            this.labelControl3.Size = new System.Drawing.Size(48, 14); | 
						|
            this.labelControl3.TabIndex = 3; | 
						|
            this.labelControl3.Text = "地图单位"; | 
						|
            //  | 
						|
            // labelControl2 | 
						|
            //  | 
						|
            this.labelControl2.Location = new System.Drawing.Point(19, 154); | 
						|
            this.labelControl2.Name = "labelControl2"; | 
						|
            this.labelControl2.Size = new System.Drawing.Size(36, 14); | 
						|
            this.labelControl2.TabIndex = 3; | 
						|
            this.labelControl2.Text = "偏移:"; | 
						|
            //  | 
						|
            // cmbOrientationSys | 
						|
            //  | 
						|
            this.cmbOrientationSys.EditValue = "Page"; | 
						|
            this.cmbOrientationSys.Location = new System.Drawing.Point(84, 127); | 
						|
            this.cmbOrientationSys.Name = "cmbOrientationSys"; | 
						|
            this.cmbOrientationSys.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { | 
						|
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); | 
						|
            this.cmbOrientationSys.Properties.Items.AddRange(new object[] { | 
						|
            "Line", | 
						|
            "Page"}); | 
						|
            this.cmbOrientationSys.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; | 
						|
            this.cmbOrientationSys.Size = new System.Drawing.Size(100, 20); | 
						|
            this.cmbOrientationSys.TabIndex = 2; | 
						|
            this.cmbOrientationSys.SelectedIndexChanged += new System.EventHandler(this.cmbOrientationSys_SelectedIndexChanged); | 
						|
            //  | 
						|
            // labelControl1 | 
						|
            //  | 
						|
            this.labelControl1.Location = new System.Drawing.Point(19, 130); | 
						|
            this.labelControl1.Name = "labelControl1"; | 
						|
            this.labelControl1.Size = new System.Drawing.Size(60, 14); | 
						|
            this.labelControl1.TabIndex = 1; | 
						|
            this.labelControl1.Text = "方位系统:"; | 
						|
            //  | 
						|
            // chkBelow | 
						|
            //  | 
						|
            this.chkBelow.Location = new System.Drawing.Point(14, 91); | 
						|
            this.chkBelow.Name = "chkBelow"; | 
						|
            this.chkBelow.Properties.Caption = "在线的下面"; | 
						|
            this.chkBelow.Size = new System.Drawing.Size(87, 19); | 
						|
            this.chkBelow.TabIndex = 0; | 
						|
            //  | 
						|
            // chkInLine | 
						|
            //  | 
						|
            this.chkInLine.Location = new System.Drawing.Point(14, 66); | 
						|
            this.chkInLine.Name = "chkInLine"; | 
						|
            this.chkInLine.Properties.Caption = "在线上"; | 
						|
            this.chkInLine.Size = new System.Drawing.Size(75, 19); | 
						|
            this.chkInLine.TabIndex = 0; | 
						|
            //  | 
						|
            // chkAbove | 
						|
            //  | 
						|
            this.chkAbove.Location = new System.Drawing.Point(14, 41); | 
						|
            this.chkAbove.Name = "chkAbove"; | 
						|
            this.chkAbove.Properties.Caption = "在线的上面"; | 
						|
            this.chkAbove.Size = new System.Drawing.Size(87, 19); | 
						|
            this.chkAbove.TabIndex = 0; | 
						|
            //  | 
						|
            // groupControl3 | 
						|
            //  | 
						|
            this.groupControl3.Controls.Add(this.btnPropertiesSet); | 
						|
            this.groupControl3.Controls.Add(this.cmbLocation); | 
						|
            this.groupControl3.Controls.Add(this.labelControl4); | 
						|
            this.groupControl3.Location = new System.Drawing.Point(10, 199); | 
						|
            this.groupControl3.Name = "groupControl3"; | 
						|
            this.groupControl3.Size = new System.Drawing.Size(323, 56); | 
						|
            this.groupControl3.TabIndex = 2; | 
						|
            this.groupControl3.Text = "沿线位置"; | 
						|
            //  | 
						|
            // btnPropertiesSet | 
						|
            //  | 
						|
            this.btnPropertiesSet.Location = new System.Drawing.Point(206, 25); | 
						|
            this.btnPropertiesSet.Name = "btnPropertiesSet"; | 
						|
            this.btnPropertiesSet.Size = new System.Drawing.Size(75, 23); | 
						|
            this.btnPropertiesSet.TabIndex = 2; | 
						|
            this.btnPropertiesSet.Text = "优先..."; | 
						|
            this.btnPropertiesSet.Click += new System.EventHandler(this.btnProiriSet_Click); | 
						|
            //  | 
						|
            // cmbLocation | 
						|
            //  | 
						|
            this.cmbLocation.EditValue = "最优位置"; | 
						|
            this.cmbLocation.Location = new System.Drawing.Point(90, 27); | 
						|
            this.cmbLocation.Name = "cmbLocation"; | 
						|
            this.cmbLocation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { | 
						|
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); | 
						|
            this.cmbLocation.Properties.Items.AddRange(new object[] { | 
						|
            "最优位置", | 
						|
            "起始位置", | 
						|
            "终点位置"}); | 
						|
            this.cmbLocation.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; | 
						|
            this.cmbLocation.Size = new System.Drawing.Size(110, 20); | 
						|
            this.cmbLocation.TabIndex = 1; | 
						|
            this.cmbLocation.SelectedIndexChanged += new System.EventHandler(this.cmbLocation_SelectedIndexChanged); | 
						|
            //  | 
						|
            // labelControl4 | 
						|
            //  | 
						|
            this.labelControl4.Location = new System.Drawing.Point(17, 30); | 
						|
            this.labelControl4.Name = "labelControl4"; | 
						|
            this.labelControl4.Size = new System.Drawing.Size(60, 14); | 
						|
            this.labelControl4.TabIndex = 0; | 
						|
            this.labelControl4.Text = "沿线位置:"; | 
						|
            //  | 
						|
            // UCPolylineLabelPlacementSet | 
						|
            //  | 
						|
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); | 
						|
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | 
						|
            this.Controls.Add(this.groupControl3); | 
						|
            this.Controls.Add(this.groupControl2); | 
						|
            this.Controls.Add(this.groupControl1); | 
						|
            this.Name = "UCPolylineLabelPlacementSet"; | 
						|
            this.Size = new System.Drawing.Size(336, 261); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); | 
						|
            this.groupControl1.ResumeLayout(false); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.rdgOrientationSet.Properties)).EndInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit(); | 
						|
            this.groupControl2.ResumeLayout(false); | 
						|
            this.groupControl2.PerformLayout(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.spOffSet.Properties)).EndInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.cmbOrientationSys.Properties)).EndInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.chkBelow.Properties)).EndInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.chkInLine.Properties)).EndInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.chkAbove.Properties)).EndInit(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit(); | 
						|
            this.groupControl3.ResumeLayout(false); | 
						|
            this.groupControl3.PerformLayout(); | 
						|
            ((System.ComponentModel.ISupportInitialize)(this.cmbLocation.Properties)).EndInit(); | 
						|
            this.ResumeLayout(false); | 
						|
 | 
						|
        } | 
						|
 | 
						|
        #endregion | 
						|
        private GroupControl groupControl1; | 
						|
        private RadioGroup rdgOrientationSet; | 
						|
        private GroupControl groupControl2; | 
						|
        private CheckEdit chkBelow; | 
						|
        private CheckEdit chkInLine; | 
						|
        private CheckEdit chkAbove; | 
						|
        private PictureEdit pictureEdit1; | 
						|
        private SpinEdit spOffSet; | 
						|
        private LabelControl labelControl3; | 
						|
        private LabelControl labelControl2; | 
						|
        private ComboBoxEdit cmbOrientationSys; | 
						|
        private LabelControl labelControl1; | 
						|
        private GroupControl groupControl3; | 
						|
        private SimpleButton btnPropertiesSet; | 
						|
        private ComboBoxEdit cmbLocation; | 
						|
        private LabelControl labelControl4; | 
						|
    } | 
						|
}
 | 
						|
 |