ab56a9bcf7
SVN-Revision: r240
113 lines
5.1 KiB
C#
113 lines
5.1 KiB
C#
|
|
namespace Lskj.PubArtworkDynamic.Control
|
|
{
|
|
partial class ModuleGrid
|
|
{
|
|
/// <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.pl_Bottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnDel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.gc_Main = new Lskj.Control.GridControlEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_Bottom)).BeginInit();
|
|
this.pl_Bottom.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pl_Bottom
|
|
//
|
|
this.pl_Bottom.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_Bottom.Appearance.Options.UseBackColor = true;
|
|
this.pl_Bottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pl_Bottom.Controls.Add(this.btnAdd);
|
|
this.pl_Bottom.Controls.Add(this.btnDel);
|
|
this.pl_Bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_Bottom.Location = new System.Drawing.Point(0, 360);
|
|
this.pl_Bottom.LookAndFeel.UseDefaultLookAndFeel = false;
|
|
this.pl_Bottom.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pl_Bottom.Name = "pl_Bottom";
|
|
this.pl_Bottom.Size = new System.Drawing.Size(354, 45);
|
|
this.pl_Bottom.TabIndex = 19;
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnAdd.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnAdd.Appearance.Options.UseFont = true;
|
|
this.btnAdd.Location = new System.Drawing.Point(150, 6);
|
|
this.btnAdd.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.Size = new System.Drawing.Size(96, 32);
|
|
this.btnAdd.TabIndex = 43;
|
|
this.btnAdd.Text = "上传(&A)";
|
|
//
|
|
// btnDel
|
|
//
|
|
this.btnDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnDel.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnDel.Appearance.Options.UseFont = true;
|
|
this.btnDel.Location = new System.Drawing.Point(254, 6);
|
|
this.btnDel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnDel.Name = "btnDel";
|
|
this.btnDel.Size = new System.Drawing.Size(96, 32);
|
|
this.btnDel.TabIndex = 42;
|
|
this.btnDel.Text = "删除(&D)";
|
|
//
|
|
// gc_Main
|
|
//
|
|
this.gc_Main.AdapterObj = null;
|
|
this.gc_Main.AllowDrop = true;
|
|
this.gc_Main.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gc_Main.Location = new System.Drawing.Point(0, 0);
|
|
this.gc_Main.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
|
|
this.gc_Main.Name = "gc_Main";
|
|
this.gc_Main.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gc_Main.Size = new System.Drawing.Size(354, 360);
|
|
this.gc_Main.TabIndex = 20;
|
|
//
|
|
// ModuleGrid
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.gc_Main);
|
|
this.Controls.Add(this.pl_Bottom);
|
|
this.Name = "ModuleGrid";
|
|
this.Size = new System.Drawing.Size(354, 405);
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_Bottom)).EndInit();
|
|
this.pl_Bottom.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl pl_Bottom;
|
|
private DevExpress.XtraEditors.SimpleButton btnAdd;
|
|
private DevExpress.XtraEditors.SimpleButton btnDel;
|
|
private Lskj.Control.GridControlEx gc_Main;
|
|
}
|
|
}
|