using DevExpress.XtraEditors; namespace KGIS.Plugin.LayerProperty.View.UC_Controls { partial class UCFillSymbolAtrribute { /// /// 必需的设计器变量。 /// 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(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.clrOutLineColor = new DevExpress.XtraEditors.ColorEdit(); ((System.ComponentModel.ISupportInitialize)(this.clrFillColor.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.spOutLineWidth.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.clrOutLineColor.Properties)).BeginInit(); this.SuspendLayout(); // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(3, 17); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(48, 14); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "填充色:"; // // clrFillColor // this.clrFillColor.EditValue = System.Drawing.Color.Empty; this.clrFillColor.Location = new System.Drawing.Point(69, 14); 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(77, 20); this.clrFillColor.TabIndex = 1; this.clrFillColor.EditValueChanged += new System.EventHandler(this.clrFillColor_EditValueChanged); // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(3, 44); 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(69, 41); 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(77, 20); this.spOutLineWidth.TabIndex = 3; this.spOutLineWidth.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.spOutLineWidth_EditValueChanging); // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(3, 71); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 14); this.labelControl3.TabIndex = 0; this.labelControl3.Text = "轮廓颜色:"; // // clrOutLineColor // this.clrOutLineColor.EditValue = System.Drawing.Color.Empty; this.clrOutLineColor.Location = new System.Drawing.Point(69, 68); this.clrOutLineColor.Name = "clrOutLineColor"; this.clrOutLineColor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.clrOutLineColor.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; this.clrOutLineColor.Size = new System.Drawing.Size(77, 20); this.clrOutLineColor.TabIndex = 1; this.clrOutLineColor.EditValueChanged += new System.EventHandler(this.clrOutLineColor_EditValueChanged); // // UCFillSymbolAtrribute // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.spOutLineWidth); this.Controls.Add(this.labelControl2); this.Controls.Add(this.clrOutLineColor); this.Controls.Add(this.clrFillColor); this.Controls.Add(this.labelControl3); this.Controls.Add(this.labelControl1); this.Name = "UCFillSymbolAtrribute"; this.Size = new System.Drawing.Size(152, 112); ((System.ComponentModel.ISupportInitialize)(this.clrFillColor.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.spOutLineWidth.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.clrOutLineColor.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private LabelControl labelControl1; private ColorEdit clrFillColor; private LabelControl labelControl2; private SpinEdit spOutLineWidth; private LabelControl labelControl3; private ColorEdit clrOutLineColor; } }