ab56a9bcf7
SVN-Revision: r240
176 lines
8.3 KiB
C#
176 lines
8.3 KiB
C#
namespace Lskj.PubBillDetail
|
|
{
|
|
partial class FrmImportBarCode
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.btnExport = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnInverseSelect = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnAllSelect = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnConfirmImport = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnReadExl = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.gridImport = new Lskj.Control.GridControlEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.panelControl2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.Controls.Add(this.btnExport);
|
|
this.panelControl1.Controls.Add(this.btnInverseSelect);
|
|
this.panelControl1.Controls.Add(this.btnAllSelect);
|
|
this.panelControl1.Controls.Add(this.btnClose);
|
|
this.panelControl1.Controls.Add(this.btnConfirmImport);
|
|
this.panelControl1.Controls.Add(this.btnReadExl);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(699, 34);
|
|
this.panelControl1.TabIndex = 0;
|
|
//
|
|
// btnExport
|
|
//
|
|
this.btnExport.Location = new System.Drawing.Point(624, 4);
|
|
this.btnExport.Name = "btnExport";
|
|
this.btnExport.Size = new System.Drawing.Size(65, 25);
|
|
this.btnExport.TabIndex = 5;
|
|
this.btnExport.Text = "导出模板";
|
|
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
|
|
//
|
|
// btnInverseSelect
|
|
//
|
|
this.btnInverseSelect.Location = new System.Drawing.Point(288, 4);
|
|
this.btnInverseSelect.Name = "btnInverseSelect";
|
|
this.btnInverseSelect.Size = new System.Drawing.Size(65, 25);
|
|
this.btnInverseSelect.TabIndex = 4;
|
|
this.btnInverseSelect.Text = "反选";
|
|
this.btnInverseSelect.Click += new System.EventHandler(this.btnInverseSelect_Click);
|
|
//
|
|
// btnAllSelect
|
|
//
|
|
this.btnAllSelect.Location = new System.Drawing.Point(218, 4);
|
|
this.btnAllSelect.Name = "btnAllSelect";
|
|
this.btnAllSelect.Size = new System.Drawing.Size(65, 25);
|
|
this.btnAllSelect.TabIndex = 3;
|
|
this.btnAllSelect.Text = "全选";
|
|
this.btnAllSelect.Click += new System.EventHandler(this.btnAllSelect_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(147, 4);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(65, 25);
|
|
this.btnClose.TabIndex = 2;
|
|
this.btnClose.Text = "关闭";
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btnConfirmImport
|
|
//
|
|
this.btnConfirmImport.Location = new System.Drawing.Point(76, 4);
|
|
this.btnConfirmImport.Name = "btnConfirmImport";
|
|
this.btnConfirmImport.Size = new System.Drawing.Size(65, 25);
|
|
this.btnConfirmImport.TabIndex = 1;
|
|
this.btnConfirmImport.Text = "确认导入";
|
|
this.btnConfirmImport.Click += new System.EventHandler(this.btnConfirmImport_Click);
|
|
//
|
|
// btnReadExl
|
|
//
|
|
this.btnReadExl.Location = new System.Drawing.Point(5, 4);
|
|
this.btnReadExl.Name = "btnReadExl";
|
|
this.btnReadExl.Size = new System.Drawing.Size(65, 25);
|
|
this.btnReadExl.TabIndex = 0;
|
|
this.btnReadExl.Text = "读取Excel";
|
|
this.btnReadExl.Click += new System.EventHandler(this.btnReadExl_Click);
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.Controls.Add(this.labelControl1);
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelControl2.Location = new System.Drawing.Point(0, 440);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(699, 29);
|
|
this.panelControl2.TabIndex = 1;
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Location = new System.Drawing.Point(11, 8);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(472, 14);
|
|
this.labelControl1.TabIndex = 0;
|
|
this.labelControl1.Text = "操作提示:请先读取需要导入条码的Excel文件,然后过滤数据核对后,点击【确认导入】";
|
|
//
|
|
// gridImport
|
|
//
|
|
this.gridImport.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridImport.Location = new System.Drawing.Point(0, 34);
|
|
this.gridImport.Name = "gridImport";
|
|
this.gridImport.Size = new System.Drawing.Size(699, 406);
|
|
this.gridImport.TabIndex = 2;
|
|
//
|
|
// FormImportBarCode
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(699, 469);
|
|
this.Controls.Add(this.gridImport);
|
|
this.Controls.Add(this.panelControl2);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.Name = "FormImportBarCode";
|
|
this.Text = "条码录入";
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
this.panelControl2.ResumeLayout(false);
|
|
this.panelControl2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private Control.GridControlEx gridImport;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.SimpleButton btnReadExl;
|
|
private DevExpress.XtraEditors.SimpleButton btnConfirmImport;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.SimpleButton btnAllSelect;
|
|
private DevExpress.XtraEditors.SimpleButton btnInverseSelect;
|
|
private DevExpress.XtraEditors.SimpleButton btnExport;
|
|
}
|
|
} |