|
|
namespace TrunksIousOutInStore
|
|
|
{
|
|
|
partial class TrunksIousOutInStoreForm
|
|
|
{
|
|
|
/// <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()
|
|
|
{
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle71 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle72 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle76 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle73 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle74 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle75 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle77 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle78 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle80 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle79 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.btnEnableWeight = new System.Windows.Forms.Button();
|
|
|
this.picNetStatus = new System.Windows.Forms.PictureBox();
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
this.cbxBatch = new System.Windows.Forms.ComboBox();
|
|
|
this.cbxStore = new System.Windows.Forms.ComboBox();
|
|
|
this.lbStore = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.cbxWorkUnit = new System.Windows.Forms.ComboBox();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.cbxWorkShop = new System.Windows.Forms.ComboBox();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.lblChengZhong = new System.Windows.Forms.Label();
|
|
|
this.btnWeightSet = new System.Windows.Forms.Button();
|
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
this.gridChecked = new BWP.WinFormControl.UDataGridView();
|
|
|
this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.条码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.产品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.数量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.入库重量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.胴体重量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.损耗 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
this.gridUnCheck = new System.Windows.Forms.DataGridView();
|
|
|
this.uncheck序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.uncheck条码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.uncheck产品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.uncheck数量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.uncheck重量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.flpGoods = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
|
this.splitContainer1.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picNetStatus)).BeginInit();
|
|
|
this.panel3.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
|
this.splitContainer2.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridChecked)).BeginInit();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridUnCheck)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// splitContainer1
|
|
|
//
|
|
|
this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
|
//
|
|
|
// splitContainer1.Panel1
|
|
|
//
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.panel1);
|
|
|
//
|
|
|
// splitContainer1.Panel2
|
|
|
//
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
|
|
this.splitContainer1.Size = new System.Drawing.Size(1085, 616);
|
|
|
this.splitContainer1.SplitterDistance = 167;
|
|
|
this.splitContainer1.TabIndex = 0;
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.panel1.Controls.Add(this.textBox1);
|
|
|
this.panel1.Controls.Add(this.label2);
|
|
|
this.panel1.Controls.Add(this.btnEnableWeight);
|
|
|
this.panel1.Controls.Add(this.picNetStatus);
|
|
|
this.panel1.Controls.Add(this.label10);
|
|
|
this.panel1.Controls.Add(this.panel3);
|
|
|
this.panel1.Controls.Add(this.panel2);
|
|
|
this.panel1.Controls.Add(this.btnWeightSet);
|
|
|
this.panel1.Location = new System.Drawing.Point(11, 3);
|
|
|
this.panel1.Name = "panel1";
|
|
|
this.panel1.Size = new System.Drawing.Size(1060, 159);
|
|
|
this.panel1.TabIndex = 1;
|
|
|
//
|
|
|
// btnEnableWeight
|
|
|
//
|
|
|
this.btnEnableWeight.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnEnableWeight.Location = new System.Drawing.Point(129, 108);
|
|
|
this.btnEnableWeight.Name = "btnEnableWeight";
|
|
|
this.btnEnableWeight.Size = new System.Drawing.Size(111, 37);
|
|
|
this.btnEnableWeight.TabIndex = 44;
|
|
|
this.btnEnableWeight.Text = "启用称重";
|
|
|
this.btnEnableWeight.UseVisualStyleBackColor = true;
|
|
|
this.btnEnableWeight.Click += new System.EventHandler(this.btnEnableWeight_Click);
|
|
|
//
|
|
|
// picNetStatus
|
|
|
//
|
|
|
this.picNetStatus.ErrorImage = null;
|
|
|
this.picNetStatus.InitialImage = null;
|
|
|
this.picNetStatus.Location = new System.Drawing.Point(321, 14);
|
|
|
this.picNetStatus.Name = "picNetStatus";
|
|
|
this.picNetStatus.Size = new System.Drawing.Size(30, 30);
|
|
|
this.picNetStatus.TabIndex = 43;
|
|
|
this.picNetStatus.TabStop = false;
|
|
|
//
|
|
|
// label10
|
|
|
//
|
|
|
this.label10.AutoSize = true;
|
|
|
this.label10.Location = new System.Drawing.Point(286, 22);
|
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(29, 12);
|
|
|
this.label10.TabIndex = 41;
|
|
|
this.label10.Text = "网络";
|
|
|
//
|
|
|
// panel3
|
|
|
//
|
|
|
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.panel3.Controls.Add(this.cbxBatch);
|
|
|
this.panel3.Controls.Add(this.cbxStore);
|
|
|
this.panel3.Controls.Add(this.lbStore);
|
|
|
this.panel3.Controls.Add(this.label1);
|
|
|
this.panel3.Controls.Add(this.cbxWorkUnit);
|
|
|
this.panel3.Controls.Add(this.label5);
|
|
|
this.panel3.Controls.Add(this.cbxWorkShop);
|
|
|
this.panel3.Controls.Add(this.label4);
|
|
|
this.panel3.Location = new System.Drawing.Point(809, 8);
|
|
|
this.panel3.Name = "panel3";
|
|
|
this.panel3.Size = new System.Drawing.Size(234, 139);
|
|
|
this.panel3.TabIndex = 35;
|
|
|
//
|
|
|
// cbxBatch
|
|
|
//
|
|
|
this.cbxBatch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.cbxBatch.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.cbxBatch.FormattingEnabled = true;
|
|
|
this.cbxBatch.Location = new System.Drawing.Point(75, 106);
|
|
|
this.cbxBatch.Name = "cbxBatch";
|
|
|
this.cbxBatch.Size = new System.Drawing.Size(121, 24);
|
|
|
this.cbxBatch.TabIndex = 43;
|
|
|
//
|
|
|
// cbxStore
|
|
|
//
|
|
|
this.cbxStore.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.cbxStore.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.cbxStore.FormattingEnabled = true;
|
|
|
this.cbxStore.Location = new System.Drawing.Point(75, 73);
|
|
|
this.cbxStore.Name = "cbxStore";
|
|
|
this.cbxStore.Size = new System.Drawing.Size(121, 24);
|
|
|
this.cbxStore.TabIndex = 43;
|
|
|
//
|
|
|
// lbStore
|
|
|
//
|
|
|
this.lbStore.AutoSize = true;
|
|
|
this.lbStore.Location = new System.Drawing.Point(9, 113);
|
|
|
this.lbStore.Name = "lbStore";
|
|
|
this.lbStore.Size = new System.Drawing.Size(65, 12);
|
|
|
this.lbStore.TabIndex = 42;
|
|
|
this.lbStore.Text = "批 次:";
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Location = new System.Drawing.Point(9, 80);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(65, 12);
|
|
|
this.label1.TabIndex = 42;
|
|
|
this.label1.Text = "仓 库:";
|
|
|
//
|
|
|
// cbxWorkUnit
|
|
|
//
|
|
|
this.cbxWorkUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.cbxWorkUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.cbxWorkUnit.FormattingEnabled = true;
|
|
|
this.cbxWorkUnit.Location = new System.Drawing.Point(75, 41);
|
|
|
this.cbxWorkUnit.Name = "cbxWorkUnit";
|
|
|
this.cbxWorkUnit.Size = new System.Drawing.Size(121, 24);
|
|
|
this.cbxWorkUnit.TabIndex = 40;
|
|
|
//
|
|
|
// label5
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
this.label5.Location = new System.Drawing.Point(9, 47);
|
|
|
this.label5.Name = "label5";
|
|
|
this.label5.Size = new System.Drawing.Size(65, 12);
|
|
|
this.label5.TabIndex = 37;
|
|
|
this.label5.Text = "工作单元:";
|
|
|
//
|
|
|
// cbxWorkShop
|
|
|
//
|
|
|
this.cbxWorkShop.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.cbxWorkShop.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.cbxWorkShop.FormattingEnabled = true;
|
|
|
this.cbxWorkShop.Location = new System.Drawing.Point(75, 8);
|
|
|
this.cbxWorkShop.Name = "cbxWorkShop";
|
|
|
this.cbxWorkShop.Size = new System.Drawing.Size(121, 24);
|
|
|
this.cbxWorkShop.TabIndex = 41;
|
|
|
//
|
|
|
// label4
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Location = new System.Drawing.Point(9, 16);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(65, 12);
|
|
|
this.label4.TabIndex = 38;
|
|
|
this.label4.Text = "车 间:";
|
|
|
//
|
|
|
// panel2
|
|
|
//
|
|
|
this.panel2.BackColor = System.Drawing.Color.Black;
|
|
|
this.panel2.Controls.Add(this.lblChengZhong);
|
|
|
this.panel2.Location = new System.Drawing.Point(3, 8);
|
|
|
this.panel2.Name = "panel2";
|
|
|
this.panel2.Size = new System.Drawing.Size(237, 88);
|
|
|
this.panel2.TabIndex = 32;
|
|
|
//
|
|
|
// lblChengZhong
|
|
|
//
|
|
|
this.lblChengZhong.AutoSize = true;
|
|
|
this.lblChengZhong.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.lblChengZhong.ForeColor = System.Drawing.Color.Red;
|
|
|
this.lblChengZhong.Location = new System.Drawing.Point(14, 22);
|
|
|
this.lblChengZhong.Name = "lblChengZhong";
|
|
|
this.lblChengZhong.Size = new System.Drawing.Size(97, 40);
|
|
|
this.lblChengZhong.TabIndex = 0;
|
|
|
this.lblChengZhong.Text = "0.00";
|
|
|
//
|
|
|
// btnWeightSet
|
|
|
//
|
|
|
this.btnWeightSet.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnWeightSet.Location = new System.Drawing.Point(3, 108);
|
|
|
this.btnWeightSet.Name = "btnWeightSet";
|
|
|
this.btnWeightSet.Size = new System.Drawing.Size(111, 37);
|
|
|
this.btnWeightSet.TabIndex = 0;
|
|
|
this.btnWeightSet.Text = "称设置";
|
|
|
this.btnWeightSet.UseVisualStyleBackColor = true;
|
|
|
this.btnWeightSet.Click += new System.EventHandler(this.btnWeightSet_Click);
|
|
|
//
|
|
|
// splitContainer2
|
|
|
//
|
|
|
this.splitContainer2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
|
//
|
|
|
// splitContainer2.Panel1
|
|
|
//
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.groupBox2);
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.groupBox1);
|
|
|
//
|
|
|
// splitContainer2.Panel2
|
|
|
//
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.flpGoods);
|
|
|
this.splitContainer2.Size = new System.Drawing.Size(1085, 445);
|
|
|
this.splitContainer2.SplitterDistance = 763;
|
|
|
this.splitContainer2.SplitterWidth = 1;
|
|
|
this.splitContainer2.TabIndex = 0;
|
|
|
//
|
|
|
// groupBox2
|
|
|
//
|
|
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.groupBox2.Controls.Add(this.gridChecked);
|
|
|
this.groupBox2.Location = new System.Drawing.Point(48, 252);
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
this.groupBox2.Size = new System.Drawing.Size(665, 177);
|
|
|
this.groupBox2.TabIndex = 3;
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "已提交";
|
|
|
//
|
|
|
// gridChecked
|
|
|
//
|
|
|
this.gridChecked.AllowUserToAddRows = false;
|
|
|
this.gridChecked.AllowUserToDeleteRows = false;
|
|
|
this.gridChecked.AllowUserToResizeColumns = false;
|
|
|
this.gridChecked.AllowUserToResizeRows = false;
|
|
|
dataGridViewCellStyle71.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
this.gridChecked.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle71;
|
|
|
this.gridChecked.BackgroundColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle72.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle72.BackColor = System.Drawing.SystemColors.Control;
|
|
|
dataGridViewCellStyle72.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
dataGridViewCellStyle72.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
dataGridViewCellStyle72.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
dataGridViewCellStyle72.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle72.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.gridChecked.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle72;
|
|
|
this.gridChecked.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.gridChecked.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.序号,
|
|
|
this.条码,
|
|
|
this.产品名称,
|
|
|
this.数量,
|
|
|
this.入库重量,
|
|
|
this.胴体重量,
|
|
|
this.损耗});
|
|
|
this.gridChecked.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.gridChecked.Location = new System.Drawing.Point(3, 17);
|
|
|
this.gridChecked.MultiSelect = false;
|
|
|
this.gridChecked.Name = "gridChecked";
|
|
|
this.gridChecked.ReadOnly = true;
|
|
|
this.gridChecked.RowHeadersVisible = false;
|
|
|
dataGridViewCellStyle76.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle76.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
|
|
|
this.gridChecked.RowsDefaultCellStyle = dataGridViewCellStyle76;
|
|
|
this.gridChecked.RowTemplate.Height = 23;
|
|
|
this.gridChecked.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.gridChecked.Size = new System.Drawing.Size(659, 157);
|
|
|
this.gridChecked.TabIndex = 4;
|
|
|
//
|
|
|
// 序号
|
|
|
//
|
|
|
this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
this.序号.DataPropertyName = "ID";
|
|
|
this.序号.HeaderText = "序号";
|
|
|
this.序号.Name = "序号";
|
|
|
this.序号.ReadOnly = true;
|
|
|
this.序号.Width = 65;
|
|
|
//
|
|
|
// 条码
|
|
|
//
|
|
|
this.条码.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
this.条码.DataPropertyName = "BarCode";
|
|
|
this.条码.HeaderText = "条码";
|
|
|
this.条码.Name = "条码";
|
|
|
this.条码.ReadOnly = true;
|
|
|
this.条码.Width = 65;
|
|
|
//
|
|
|
// 产品名称
|
|
|
//
|
|
|
this.产品名称.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
this.产品名称.DataPropertyName = "Goods_Name";
|
|
|
this.产品名称.HeaderText = "产品名称";
|
|
|
this.产品名称.Name = "产品名称";
|
|
|
this.产品名称.ReadOnly = true;
|
|
|
this.产品名称.Width = 97;
|
|
|
//
|
|
|
// 数量
|
|
|
//
|
|
|
this.数量.DataPropertyName = "Number";
|
|
|
this.数量.HeaderText = "数量";
|
|
|
this.数量.Name = "数量";
|
|
|
this.数量.ReadOnly = true;
|
|
|
//
|
|
|
// 入库重量
|
|
|
//
|
|
|
this.入库重量.DataPropertyName = "Weight";
|
|
|
dataGridViewCellStyle73.Format = "#0.######";
|
|
|
this.入库重量.DefaultCellStyle = dataGridViewCellStyle73;
|
|
|
this.入库重量.HeaderText = "入库重量";
|
|
|
this.入库重量.Name = "入库重量";
|
|
|
this.入库重量.ReadOnly = true;
|
|
|
//
|
|
|
// 胴体重量
|
|
|
//
|
|
|
this.胴体重量.DataPropertyName = "BeforeWeight";
|
|
|
dataGridViewCellStyle74.Format = "#0.######";
|
|
|
this.胴体重量.DefaultCellStyle = dataGridViewCellStyle74;
|
|
|
this.胴体重量.HeaderText = "胴体重量";
|
|
|
this.胴体重量.Name = "胴体重量";
|
|
|
this.胴体重量.ReadOnly = true;
|
|
|
//
|
|
|
// 损耗
|
|
|
//
|
|
|
this.损耗.DataPropertyName = "LossWeight";
|
|
|
dataGridViewCellStyle75.Format = "#0.######";
|
|
|
this.损耗.DefaultCellStyle = dataGridViewCellStyle75;
|
|
|
this.损耗.HeaderText = "损耗";
|
|
|
this.损耗.Name = "损耗";
|
|
|
this.损耗.ReadOnly = true;
|
|
|
//
|
|
|
// groupBox1
|
|
|
//
|
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.groupBox1.Controls.Add(this.gridUnCheck);
|
|
|
this.groupBox1.Location = new System.Drawing.Point(48, 12);
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
this.groupBox1.Size = new System.Drawing.Size(670, 220);
|
|
|
this.groupBox1.TabIndex = 2;
|
|
|
this.groupBox1.TabStop = false;
|
|
|
this.groupBox1.Text = "待提交";
|
|
|
//
|
|
|
// gridUnCheck
|
|
|
//
|
|
|
this.gridUnCheck.AllowUserToAddRows = false;
|
|
|
this.gridUnCheck.AllowUserToDeleteRows = false;
|
|
|
this.gridUnCheck.AllowUserToResizeColumns = false;
|
|
|
this.gridUnCheck.AllowUserToResizeRows = false;
|
|
|
dataGridViewCellStyle77.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
this.gridUnCheck.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle77;
|
|
|
this.gridUnCheck.BackgroundColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle78.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle78.BackColor = System.Drawing.SystemColors.Control;
|
|
|
dataGridViewCellStyle78.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
dataGridViewCellStyle78.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
dataGridViewCellStyle78.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
dataGridViewCellStyle78.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle78.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.gridUnCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle78;
|
|
|
this.gridUnCheck.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.gridUnCheck.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.uncheck序号,
|
|
|
this.uncheck条码,
|
|
|
this.uncheck产品名称,
|
|
|
this.uncheck数量,
|
|
|
this.uncheck重量});
|
|
|
this.gridUnCheck.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.gridUnCheck.Location = new System.Drawing.Point(3, 17);
|
|
|
this.gridUnCheck.MultiSelect = false;
|
|
|
this.gridUnCheck.Name = "gridUnCheck";
|
|
|
this.gridUnCheck.ReadOnly = true;
|
|
|
this.gridUnCheck.RowHeadersVisible = false;
|
|
|
dataGridViewCellStyle80.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle80.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
|
|
|
this.gridUnCheck.RowsDefaultCellStyle = dataGridViewCellStyle80;
|
|
|
this.gridUnCheck.RowTemplate.Height = 23;
|
|
|
this.gridUnCheck.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.gridUnCheck.Size = new System.Drawing.Size(664, 200);
|
|
|
this.gridUnCheck.TabIndex = 3;
|
|
|
//
|
|
|
// uncheck序号
|
|
|
//
|
|
|
this.uncheck序号.DataPropertyName = "ID";
|
|
|
this.uncheck序号.HeaderText = "序号";
|
|
|
this.uncheck序号.Name = "uncheck序号";
|
|
|
this.uncheck序号.ReadOnly = true;
|
|
|
this.uncheck序号.Visible = false;
|
|
|
//
|
|
|
// uncheck条码
|
|
|
//
|
|
|
this.uncheck条码.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.uncheck条码.DataPropertyName = "BarCode";
|
|
|
this.uncheck条码.HeaderText = "条码";
|
|
|
this.uncheck条码.Name = "uncheck条码";
|
|
|
this.uncheck条码.ReadOnly = true;
|
|
|
//
|
|
|
// uncheck产品名称
|
|
|
//
|
|
|
this.uncheck产品名称.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
this.uncheck产品名称.DataPropertyName = "Goods_Name";
|
|
|
this.uncheck产品名称.HeaderText = "产品名称";
|
|
|
this.uncheck产品名称.Name = "uncheck产品名称";
|
|
|
this.uncheck产品名称.ReadOnly = true;
|
|
|
this.uncheck产品名称.Width = 97;
|
|
|
//
|
|
|
// uncheck数量
|
|
|
//
|
|
|
this.uncheck数量.DataPropertyName = "Number";
|
|
|
this.uncheck数量.HeaderText = "数量";
|
|
|
this.uncheck数量.Name = "uncheck数量";
|
|
|
this.uncheck数量.ReadOnly = true;
|
|
|
//
|
|
|
// uncheck重量
|
|
|
//
|
|
|
this.uncheck重量.DataPropertyName = "Weight";
|
|
|
dataGridViewCellStyle79.Format = "#0.######";
|
|
|
this.uncheck重量.DefaultCellStyle = dataGridViewCellStyle79;
|
|
|
this.uncheck重量.HeaderText = "重量";
|
|
|
this.uncheck重量.Name = "uncheck重量";
|
|
|
this.uncheck重量.ReadOnly = true;
|
|
|
//
|
|
|
// flpGoods
|
|
|
//
|
|
|
this.flpGoods.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.flpGoods.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.flpGoods.Location = new System.Drawing.Point(0, 0);
|
|
|
this.flpGoods.Name = "flpGoods";
|
|
|
this.flpGoods.Size = new System.Drawing.Size(319, 443);
|
|
|
this.flpGoods.TabIndex = 0;
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
this.label2.Location = new System.Drawing.Point(505, 122);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(69, 20);
|
|
|
this.label2.TabIndex = 45;
|
|
|
this.label2.Text = "扫码:";
|
|
|
//
|
|
|
// textBox1
|
|
|
//
|
|
|
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.textBox1.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
this.textBox1.Location = new System.Drawing.Point(565, 119);
|
|
|
this.textBox1.Name = "textBox1";
|
|
|
this.textBox1.Size = new System.Drawing.Size(229, 26);
|
|
|
this.textBox1.TabIndex = 46;
|
|
|
//
|
|
|
// TrunksIousOutInStoreForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1085, 616);
|
|
|
this.Controls.Add(this.splitContainer1);
|
|
|
this.KeyPreview = true;
|
|
|
this.MinimizeBox = false;
|
|
|
this.Name = "TrunksIousOutInStoreForm";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "白条入库";
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TrunksIousOutInStoreForm_FormClosing);
|
|
|
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TrunksIousOutInStoreForm_KeyPress);
|
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
|
this.splitContainer1.ResumeLayout(false);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picNetStatus)).EndInit();
|
|
|
this.panel3.ResumeLayout(false);
|
|
|
this.panel3.PerformLayout();
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
this.panel2.PerformLayout();
|
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
|
this.splitContainer2.ResumeLayout(false);
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridChecked)).EndInit();
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridUnCheck)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|
|
private System.Windows.Forms.Button btnWeightSet;
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
private System.Windows.Forms.Label lblChengZhong;
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
|
private System.Windows.Forms.ComboBox cbxWorkUnit;
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
private System.Windows.Forms.ComboBox cbxWorkShop;
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
private System.Windows.Forms.ComboBox cbxStore;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
private BWP.WinFormControl.UDataGridView gridChecked;
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
private System.Windows.Forms.DataGridView gridUnCheck;
|
|
|
private System.Windows.Forms.PictureBox picNetStatus;
|
|
|
private System.Windows.Forms.Label label10;
|
|
|
private System.Windows.Forms.Button btnEnableWeight;
|
|
|
private System.Windows.Forms.ComboBox cbxBatch;
|
|
|
private System.Windows.Forms.Label lbStore;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 条码;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 产品名称;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 数量;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 入库重量;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 胴体重量;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 损耗;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck序号;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck条码;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck产品名称;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck数量;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn uncheck重量;
|
|
|
private System.Windows.Forms.FlowLayoutPanel flpGoods;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
}
|
|
|
}
|