using DevExpress.XtraEditors; using DevExpress.XtraEditors.Controls; using System.ComponentModel; using System.Drawing; namespace KGIS.Plugin.LayerProperty.View.UC_Controls { partial class UCLineSymbolAtrribute { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.clrFillColor = new DevExpress.XtraEditors.ColorEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.spOutLineWidth = new DevExpress.XtraEditors.SpinEdit(); ((System.ComponentModel.ISupportInitialize)(this.clrFillColor.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.spOutLineWidth.Properties)).BeginInit(); this.SuspendLayout(); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(3, 20); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(60, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "颜 色:"; // // clrFillColor // this.clrFillColor.EditValue = System.Drawing.Color.Empty; this.clrFillColor.Location = new System.Drawing.Point(80, 16); 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(90, 20); this.clrFillColor.TabIndex = 1; this.clrFillColor.EditValueChanged += new System.EventHandler(this.clrFillColor_EditValueChanged); // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(3, 64); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(60, 14); this.labelControl2.TabIndex = 2; this.labelControl2.Text = "宽 度:"; // // spOutLineWidth // this.spOutLineWidth.EditValue = new decimal(new int[] { 1, 0, 0, 0}); this.spOutLineWidth.Location = new System.Drawing.Point(80, 61); this.spOutLineWidth.Name = "spOutLineWidth"; this.spOutLineWidth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.spOutLineWidth.Size = new System.Drawing.Size(90, 20); this.spOutLineWidth.TabIndex = 3; this.spOutLineWidth.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.spOutLineWidth_EditValueChanging); // // UCLineSymbolAtrribute // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.spOutLineWidth); this.Controls.Add(this.labelControl2); this.Controls.Add(this.clrFillColor); this.Controls.Add(this.labelControl1); this.Name = "UCLineSymbolAtrribute"; this.Size = new System.Drawing.Size(177, 131); ((System.ComponentModel.ISupportInitialize)(this.clrFillColor.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.spOutLineWidth.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private LabelControl labelControl1; private ColorEdit clrFillColor; private LabelControl labelControl2; private SpinEdit spOutLineWidth; } }