📄 formmain.designer.cs
字号:
namespace IDM
{
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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.tsMain = new System.Windows.Forms.ToolStrip();
this.tsbImportOrder = new System.Windows.Forms.ToolStripButton();
this.tsbNewDeliver = new System.Windows.Forms.ToolStripButton();
this.tsbDelivery = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbManageGoods = new System.Windows.Forms.ToolStripButton();
this.tsbDeleteOrder = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tsbExit = new System.Windows.Forms.ToolStripButton();
this.pnlOrder = new System.Windows.Forms.Panel();
this.pnlOrderGrid = new System.Windows.Forms.Panel();
this.dgOrder = new System.Windows.Forms.DataGridView();
this.ikeanoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ddateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.customerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.orderBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.iDMDataSet = new IDM.Data.IDMDataSet();
this.pnlQuery = new System.Windows.Forms.Panel();
this.tbIkeaNo = new System.Windows.Forms.TextBox();
this.lbIkeaNo = new System.Windows.Forms.Label();
this.btQueryIkeaNo = new System.Windows.Forms.Button();
this.btnQueryDate = new System.Windows.Forms.Button();
this.btnQueryAll = new System.Windows.Forms.Button();
this.lbDateTo = new System.Windows.Forms.Label();
this.dtpDateTo = new System.Windows.Forms.DateTimePicker();
this.lbDateFrom = new System.Windows.Forms.Label();
this.dtpDateFrom = new System.Windows.Forms.DateTimePicker();
this.pnlMain = new System.Windows.Forms.Panel();
this.dgDeliverList = new System.Windows.Forms.DataGridView();
this.goodsnoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.goodsnameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.goodsnumDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.delivernumDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.goodslvlDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.orderdeliverlistBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.diaOpenExcel = new System.Windows.Forms.OpenFileDialog();
this.orderTableAdapter = new IDM.Data.IDMDataSetTableAdapters.orderTableAdapter();
this.deliverlistTableAdapter = new IDM.Data.IDMDataSetTableAdapters.deliverlistTableAdapter();
this.tsMain.SuspendLayout();
this.pnlOrder.SuspendLayout();
this.pnlOrderGrid.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgOrder)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.orderBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.iDMDataSet)).BeginInit();
this.pnlQuery.SuspendLayout();
this.pnlMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgDeliverList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.orderdeliverlistBindingSource)).BeginInit();
this.SuspendLayout();
//
// tsMain
//
this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbImportOrder,
this.tsbNewDeliver,
this.tsbDelivery,
this.toolStripSeparator1,
this.tsbManageGoods,
this.tsbDeleteOrder,
this.toolStripSeparator2,
this.tsbExit});
this.tsMain.Location = new System.Drawing.Point(0, 0);
this.tsMain.Name = "tsMain";
this.tsMain.Size = new System.Drawing.Size(792, 25);
this.tsMain.TabIndex = 0;
//
// tsbImportOrder
//
this.tsbImportOrder.Image = ((System.Drawing.Image)(resources.GetObject("tsbImportOrder.Image")));
this.tsbImportOrder.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbImportOrder.Name = "tsbImportOrder";
this.tsbImportOrder.Size = new System.Drawing.Size(73, 22);
this.tsbImportOrder.Text = "导入订单";
this.tsbImportOrder.ToolTipText = "从规定格式的Excel文档中导入一张宜家订单。";
this.tsbImportOrder.Click += new System.EventHandler(this.tsbImportOrder_Click);
//
// tsbNewDeliver
//
this.tsbNewDeliver.Image = ((System.Drawing.Image)(resources.GetObject("tsbNewDeliver.Image")));
this.tsbNewDeliver.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbNewDeliver.Name = "tsbNewDeliver";
this.tsbNewDeliver.Size = new System.Drawing.Size(73, 22);
this.tsbNewDeliver.Text = "开始发货";
this.tsbNewDeliver.ToolTipText = "根据扫描的条形码,生成发货数据。会清除该订单已有的发货数据。";
this.tsbNewDeliver.Click += new System.EventHandler(this.tsbNewDeliver_Click);
//
// tsbDelivery
//
this.tsbDelivery.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
this.tsbDelivery.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelivery.Image")));
this.tsbDelivery.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDelivery.Name = "tsbDelivery";
this.tsbDelivery.Size = new System.Drawing.Size(73, 22);
this.tsbDelivery.Text = "继续发货";
this.tsbDelivery.ToolTipText = "根据扫描的条形码,生成发货数据。不会清除该订单已有的发货数据。";
this.tsbDelivery.Click += new System.EventHandler(this.tsbDelivery_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tsbManageGoods
//
this.tsbManageGoods.Image = ((System.Drawing.Image)(resources.GetObject("tsbManageGoods.Image")));
this.tsbManageGoods.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbManageGoods.Name = "tsbManageGoods";
this.tsbManageGoods.Size = new System.Drawing.Size(73, 22);
this.tsbManageGoods.Text = "管理货品";
this.tsbManageGoods.ToolTipText = "管理可能的货品清单,保证系统能够正确识别条形码。";
this.tsbManageGoods.Visible = false;
//
// tsbDeleteOrder
//
this.tsbDeleteOrder.Image = ((System.Drawing.Image)(resources.GetObject("tsbDeleteOrder.Image")));
this.tsbDeleteOrder.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDeleteOrder.Name = "tsbDeleteOrder";
this.tsbDeleteOrder.Size = new System.Drawing.Size(73, 22);
this.tsbDeleteOrder.Text = "删除订单";
this.tsbDeleteOrder.ToolTipText = "删除订单,同时删除相应的发货数据。";
this.tsbDeleteOrder.Click += new System.EventHandler(this.tsbDeleteOrder_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// tsbExit
//
this.tsbExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbExit.Image")));
this.tsbExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbExit.Name = "tsbExit";
this.tsbExit.Size = new System.Drawing.Size(73, 22);
this.tsbExit.Text = "关闭系统";
this.tsbExit.Click += new System.EventHandler(this.tsbExit_Click);
//
// pnlOrder
//
this.pnlOrder.Controls.Add(this.pnlOrderGrid);
this.pnlOrder.Controls.Add(this.pnlQuery);
this.pnlOrder.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlOrder.Location = new System.Drawing.Point(0, 25);
this.pnlOrder.Name = "pnlOrder";
this.pnlOrder.Size = new System.Drawing.Size(270, 501);
this.pnlOrder.TabIndex = 1;
//
// pnlOrderGrid
//
this.pnlOrderGrid.Controls.Add(this.dgOrder);
this.pnlOrderGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlOrderGrid.Location = new System.Drawing.Point(0, 101);
this.pnlOrderGrid.Name = "pnlOrderGrid";
this.pnlOrderGrid.Size = new System.Drawing.Size(270, 400);
this.pnlOrderGrid.TabIndex = 2;
//
// dgOrder
//
this.dgOrder.AllowUserToAddRows = false;
this.dgOrder.AllowUserToDeleteRows = false;
this.dgOrder.AutoGenerateColumns = false;
this.dgOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgOrder.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ikeanoDataGridViewTextBoxColumn,
this.ddateDataGridViewTextBoxColumn,
this.customerDataGridViewTextBoxColumn});
this.dgOrder.DataSource = this.orderBindingSource;
this.dgOrder.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgOrder.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgOrder.Location = new System.Drawing.Point(0, 0);
this.dgOrder.Name = "dgOrder";
this.dgOrder.RowTemplate.Height = 23;
this.dgOrder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgOrder.Size = new System.Drawing.Size(270, 400);
this.dgOrder.TabIndex = 1;
//
// ikeanoDataGridViewTextBoxColumn
//
this.ikeanoDataGridViewTextBoxColumn.DataPropertyName = "ikeano";
this.ikeanoDataGridViewTextBoxColumn.HeaderText = "IKEA NO#";
this.ikeanoDataGridViewTextBoxColumn.Name = "ikeanoDataGridViewTextBoxColumn";
this.ikeanoDataGridViewTextBoxColumn.Width = 80;
//
// ddateDataGridViewTextBoxColumn
//
this.ddateDataGridViewTextBoxColumn.DataPropertyName = "ddate";
this.ddateDataGridViewTextBoxColumn.HeaderText = "交货日期";
this.ddateDataGridViewTextBoxColumn.Name = "ddateDataGridViewTextBoxColumn";
this.ddateDataGridViewTextBoxColumn.Width = 80;
//
// customerDataGridViewTextBoxColumn
//
this.customerDataGridViewTextBoxColumn.DataPropertyName = "customer";
this.customerDataGridViewTextBoxColumn.HeaderText = "商店";
this.customerDataGridViewTextBoxColumn.Name = "customerDataGridViewTextBoxColumn";
this.customerDataGridViewTextBoxColumn.Width = 60;
//
// orderBindingSource
//
this.orderBindingSource.DataMember = "order";
this.orderBindingSource.DataSource = this.iDMDataSet;
//
// iDMDataSet
//
this.iDMDataSet.DataSetName = "IDMDataSet";
this.iDMDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// pnlQuery
//
this.pnlQuery.Controls.Add(this.tbIkeaNo);
this.pnlQuery.Controls.Add(this.lbIkeaNo);
this.pnlQuery.Controls.Add(this.btQueryIkeaNo);
this.pnlQuery.Controls.Add(this.btnQueryDate);
this.pnlQuery.Controls.Add(this.btnQueryAll);
this.pnlQuery.Controls.Add(this.lbDateTo);
this.pnlQuery.Controls.Add(this.dtpDateTo);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -