ab56a9bcf7
SVN-Revision: r240
86 lines
3.3 KiB
C#
86 lines
3.3 KiB
C#
namespace Lskj.Control.SiftColControl
|
||
{
|
||
partial class DragItem
|
||
{
|
||
/// <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.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;
|
||
|
||
|
||
|
||
|
||
}
|
||
}
|