namespace Lskj.Control.SiftColControl { partial class DragItem { /// /// 必需的设计器变量。 /// 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.ItemLable = new DevExpress.XtraEditors.LabelControl(); this.ItemBtn = new DevExpress.XtraEditors.SimpleButton(); this.SuspendLayout(); // // ItemLable // this.ItemLable.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F); this.ItemLable.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.ItemLable.Dock = System.Windows.Forms.DockStyle.Left; this.ItemLable.Location = new System.Drawing.Point(0, 0); this.ItemLable.Name = "ItemLable"; this.ItemLable.Size = new System.Drawing.Size(30, 20); this.ItemLable.TabIndex = 0; this.ItemLable.Text = "列名"; // // ItemBtn // this.ItemBtn.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F); this.ItemBtn.Appearance.Options.UseFont = true; this.ItemBtn.Dock = System.Windows.Forms.DockStyle.Top; this.ItemBtn.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter; this.ItemBtn.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.BottomCenter; this.ItemBtn.Location = new System.Drawing.Point(30, 0); this.ItemBtn.Name = "ItemBtn"; this.ItemBtn.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False; this.ItemBtn.Size = new System.Drawing.Size(12, 10); this.ItemBtn.TabIndex = 1; this.ItemBtn.Text = "×"; // // DragItem // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.Transparent; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.ItemBtn); this.Controls.Add(this.ItemLable); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "DragItem"; this.Size = new System.Drawing.Size(42, 19); this.Load += new System.EventHandler(this.OnDragItem_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion public DevExpress.XtraEditors.LabelControl ItemLable; public DevExpress.XtraEditors.SimpleButton ItemBtn; } }