📄 formmain.designer.cs
字号:
this.pnlQuery.Controls.Add(this.lbDateFrom);
this.pnlQuery.Controls.Add(this.dtpDateFrom);
this.pnlQuery.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlQuery.Location = new System.Drawing.Point(0, 0);
this.pnlQuery.Name = "pnlQuery";
this.pnlQuery.Size = new System.Drawing.Size(270, 101);
this.pnlQuery.TabIndex = 1;
//
// tbIkeaNo
//
this.tbIkeaNo.Location = new System.Drawing.Point(83, 70);
this.tbIkeaNo.Name = "tbIkeaNo";
this.tbIkeaNo.Size = new System.Drawing.Size(90, 21);
this.tbIkeaNo.TabIndex = 5;
//
// lbIkeaNo
//
this.lbIkeaNo.AutoSize = true;
this.lbIkeaNo.Location = new System.Drawing.Point(4, 75);
this.lbIkeaNo.Name = "lbIkeaNo";
this.lbIkeaNo.Size = new System.Drawing.Size(65, 12);
this.lbIkeaNo.TabIndex = 7;
this.lbIkeaNo.Text = "IKEA NO#:";
//
// btQueryIkeaNo
//
this.btQueryIkeaNo.Location = new System.Drawing.Point(178, 70);
this.btQueryIkeaNo.Name = "btQueryIkeaNo";
this.btQueryIkeaNo.Size = new System.Drawing.Size(75, 23);
this.btQueryIkeaNo.TabIndex = 5;
this.btQueryIkeaNo.Text = "查询编号";
this.btQueryIkeaNo.UseVisualStyleBackColor = true;
this.btQueryIkeaNo.Click += new System.EventHandler(this.btQueryIkeaNo_Click);
//
// btnQueryDate
//
this.btnQueryDate.Location = new System.Drawing.Point(178, 40);
this.btnQueryDate.Name = "btnQueryDate";
this.btnQueryDate.Size = new System.Drawing.Size(75, 23);
this.btnQueryDate.TabIndex = 4;
this.btnQueryDate.Text = "查询日期";
this.btnQueryDate.UseVisualStyleBackColor = true;
this.btnQueryDate.Click += new System.EventHandler(this.btnQueryDate_Click);
//
// btnQueryAll
//
this.btnQueryAll.Location = new System.Drawing.Point(178, 13);
this.btnQueryAll.Name = "btnQueryAll";
this.btnQueryAll.Size = new System.Drawing.Size(75, 23);
this.btnQueryAll.TabIndex = 3;
this.btnQueryAll.Text = "查询全部";
this.btnQueryAll.UseVisualStyleBackColor = true;
this.btnQueryAll.Click += new System.EventHandler(this.btnQueryAll_Click);
//
// lbDateTo
//
this.lbDateTo.AutoSize = true;
this.lbDateTo.Location = new System.Drawing.Point(4, 46);
this.lbDateTo.Name = "lbDateTo";
this.lbDateTo.Size = new System.Drawing.Size(77, 12);
this.lbDateTo.TabIndex = 3;
this.lbDateTo.Text = " 到";
//
// dtpDateTo
//
this.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpDateTo.Location = new System.Drawing.Point(83, 42);
this.dtpDateTo.Name = "dtpDateTo";
this.dtpDateTo.Size = new System.Drawing.Size(90, 21);
this.dtpDateTo.TabIndex = 4;
//
// lbDateFrom
//
this.lbDateFrom.AutoSize = true;
this.lbDateFrom.Location = new System.Drawing.Point(4, 19);
this.lbDateFrom.Name = "lbDateFrom";
this.lbDateFrom.Size = new System.Drawing.Size(77, 12);
this.lbDateFrom.TabIndex = 1;
this.lbDateFrom.Text = "查询日期:从";
//
// dtpDateFrom
//
this.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpDateFrom.Location = new System.Drawing.Point(83, 15);
this.dtpDateFrom.Name = "dtpDateFrom";
this.dtpDateFrom.Size = new System.Drawing.Size(90, 21);
this.dtpDateFrom.TabIndex = 4;
//
// pnlMain
//
this.pnlMain.Controls.Add(this.dgDeliverList);
this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMain.Location = new System.Drawing.Point(270, 25);
this.pnlMain.Name = "pnlMain";
this.pnlMain.Size = new System.Drawing.Size(522, 501);
this.pnlMain.TabIndex = 2;
//
// dgDeliverList
//
this.dgDeliverList.AllowUserToAddRows = false;
this.dgDeliverList.AllowUserToDeleteRows = false;
this.dgDeliverList.AutoGenerateColumns = false;
this.dgDeliverList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgDeliverList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.goodsnoDataGridViewTextBoxColumn,
this.goodsnameDataGridViewTextBoxColumn,
this.goodsnumDataGridViewTextBoxColumn,
this.delivernumDataGridViewTextBoxColumn,
this.goodslvlDataGridViewTextBoxColumn});
this.dgDeliverList.DataSource = this.orderdeliverlistBindingSource;
this.dgDeliverList.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgDeliverList.Location = new System.Drawing.Point(0, 0);
this.dgDeliverList.Name = "dgDeliverList";
this.dgDeliverList.RowTemplate.Height = 23;
this.dgDeliverList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgDeliverList.Size = new System.Drawing.Size(522, 501);
this.dgDeliverList.TabIndex = 2;
this.dgDeliverList.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dgDeliverList_CellPainting);
//
// goodsnoDataGridViewTextBoxColumn
//
this.goodsnoDataGridViewTextBoxColumn.DataPropertyName = "goodsno";
this.goodsnoDataGridViewTextBoxColumn.HeaderText = "货号";
this.goodsnoDataGridViewTextBoxColumn.Name = "goodsnoDataGridViewTextBoxColumn";
//
// goodsnameDataGridViewTextBoxColumn
//
this.goodsnameDataGridViewTextBoxColumn.DataPropertyName = "goodsname";
this.goodsnameDataGridViewTextBoxColumn.HeaderText = "货名";
this.goodsnameDataGridViewTextBoxColumn.Name = "goodsnameDataGridViewTextBoxColumn";
this.goodsnameDataGridViewTextBoxColumn.Width = 150;
//
// goodsnumDataGridViewTextBoxColumn
//
this.goodsnumDataGridViewTextBoxColumn.DataPropertyName = "goodsnum";
this.goodsnumDataGridViewTextBoxColumn.HeaderText = "计划数";
this.goodsnumDataGridViewTextBoxColumn.Name = "goodsnumDataGridViewTextBoxColumn";
this.goodsnumDataGridViewTextBoxColumn.Width = 80;
//
// delivernumDataGridViewTextBoxColumn
//
this.delivernumDataGridViewTextBoxColumn.DataPropertyName = "delivernum";
this.delivernumDataGridViewTextBoxColumn.HeaderText = "发货数";
this.delivernumDataGridViewTextBoxColumn.Name = "delivernumDataGridViewTextBoxColumn";
this.delivernumDataGridViewTextBoxColumn.Width = 80;
//
// goodslvlDataGridViewTextBoxColumn
//
this.goodslvlDataGridViewTextBoxColumn.DataPropertyName = "goodslvl";
this.goodslvlDataGridViewTextBoxColumn.HeaderText = "等级";
this.goodslvlDataGridViewTextBoxColumn.Name = "goodslvlDataGridViewTextBoxColumn";
this.goodslvlDataGridViewTextBoxColumn.Width = 60;
//
// orderdeliverlistBindingSource
//
this.orderdeliverlistBindingSource.DataMember = "orderdeliverlist";
this.orderdeliverlistBindingSource.DataSource = this.orderBindingSource;
//
// diaOpenExcel
//
this.diaOpenExcel.Filter = "Excel文件|*.xls";
this.diaOpenExcel.Title = "发货单";
//
// orderTableAdapter
//
this.orderTableAdapter.ClearBeforeFill = true;
//
// deliverlistTableAdapter
//
this.deliverlistTableAdapter.ClearBeforeFill = true;
//
// frmMain
//
this.AcceptButton = this.btQueryIkeaNo;
this.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 526);
this.Controls.Add(this.pnlMain);
this.Controls.Add(this.pnlOrder);
this.Controls.Add(this.tsMain);
this.Name = "frmMain";
this.RightToLeftLayout = true;
this.Text = "喜临门宜家发货管理系统";
this.Load += new System.EventHandler(this.frmMain_Load);
this.tsMain.ResumeLayout(false);
this.tsMain.PerformLayout();
this.pnlOrder.ResumeLayout(false);
this.pnlOrderGrid.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgOrder)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.orderBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.iDMDataSet)).EndInit();
this.pnlQuery.ResumeLayout(false);
this.pnlQuery.PerformLayout();
this.pnlMain.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgDeliverList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.orderdeliverlistBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip tsMain;
private System.Windows.Forms.ToolStripButton tsbImportOrder;
private System.Windows.Forms.Panel pnlOrder;
private System.Windows.Forms.Panel pnlMain;
private System.Windows.Forms.Panel pnlOrderGrid;
private System.Windows.Forms.DataGridView dgOrder;
private System.Windows.Forms.Panel pnlQuery;
private System.Windows.Forms.Label lbDateTo;
private System.Windows.Forms.DateTimePicker dtpDateTo;
private System.Windows.Forms.Label lbDateFrom;
private System.Windows.Forms.DateTimePicker dtpDateFrom;
private System.Windows.Forms.Button btnQueryDate;
private System.Windows.Forms.Button btnQueryAll;
private System.Windows.Forms.ToolStripButton tsbNewDeliver;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbDeleteOrder;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tsbExit;
private System.Windows.Forms.ToolStripButton tsbDelivery;
private System.Windows.Forms.DataGridView dgDeliverList;
private IDM.Data.IDMDataSet iDMDataSet;
private System.Windows.Forms.BindingSource orderBindingSource;
private IDM.Data.IDMDataSetTableAdapters.orderTableAdapter orderTableAdapter;
private System.Windows.Forms.BindingSource orderdeliverlistBindingSource;
private IDM.Data.IDMDataSetTableAdapters.deliverlistTableAdapter deliverlistTableAdapter;
private System.Windows.Forms.ToolStripButton tsbManageGoods;
private System.Windows.Forms.OpenFileDialog diaOpenExcel;
private System.Windows.Forms.TextBox tbIkeaNo;
private System.Windows.Forms.Label lbIkeaNo;
private System.Windows.Forms.Button btQueryIkeaNo;
private System.Windows.Forms.DataGridViewTextBoxColumn goodsnoDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn goodsnameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn goodsnumDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn delivernumDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn goodslvlDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn ikeanoDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn ddateDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn customerDataGridViewTextBoxColumn;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -