121 lines
5.1 KiB
C#
121 lines
5.1 KiB
C#
|
|
namespace Lskj.PubBomImportNew
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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 Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnRead = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
|
|
this.gcMain = 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.btnCancel);
|
|
this.pl_bottom.Controls.Add(this.btnRead);
|
|
this.pl_bottom.Controls.Add(this.btnOk);
|
|
this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_bottom.Location = new System.Drawing.Point(0, 411);
|
|
this.pl_bottom.Margin = new System.Windows.Forms.Padding(4);
|
|
this.pl_bottom.Name = "pl_bottom";
|
|
this.pl_bottom.Size = new System.Drawing.Size(784, 50);
|
|
this.pl_bottom.TabIndex = 2;
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(120, 10);
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(97, 31);
|
|
this.btnCancel.TabIndex = 11;
|
|
this.btnCancel.Text = "清除绑定";
|
|
//
|
|
// btnRead
|
|
//
|
|
this.btnRead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnRead.Location = new System.Drawing.Point(674, 10);
|
|
this.btnRead.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnRead.Name = "btnRead";
|
|
this.btnRead.Size = new System.Drawing.Size(97, 31);
|
|
this.btnRead.TabIndex = 10;
|
|
this.btnRead.Text = "读取Excel";
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Location = new System.Drawing.Point(12, 10);
|
|
this.btnOk.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(97, 31);
|
|
this.btnOk.TabIndex = 10;
|
|
this.btnOk.Text = "保存绑定";
|
|
//
|
|
// gcMain
|
|
//
|
|
this.gcMain.AdapterObj = null;
|
|
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gcMain.Location = new System.Drawing.Point(0, 0);
|
|
this.gcMain.Margin = new System.Windows.Forms.Padding(4);
|
|
this.gcMain.Name = "gcMain";
|
|
this.gcMain.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gcMain.Size = new System.Drawing.Size(784, 411);
|
|
this.gcMain.TabIndex = 17;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(784, 461);
|
|
this.Controls.Add(this.gcMain);
|
|
this.Controls.Add(this.pl_bottom);
|
|
this.Name = "FrmMain";
|
|
this.Opacity = 0D;
|
|
this.Text = "表格导入";
|
|
((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 btnCancel;
|
|
private DevExpress.XtraEditors.SimpleButton btnOk;
|
|
private Control.GridControlEx gcMain;
|
|
private DevExpress.XtraEditors.SimpleButton btnRead;
|
|
}
|
|
}
|
|
|