|
|
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()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.btnWeightSet = new System.Windows.Forms.Button();
|
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
|
this.uComboBox1 = new BWP.WinFormControl.UComboBox();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.btnCreateBill = new System.Windows.Forms.Button();
|
|
|
this.btnSubmit = new System.Windows.Forms.Button();
|
|
|
this.btnSyncData = new System.Windows.Forms.Button();
|
|
|
this.splitContainer3 = 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.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.uncheck重量 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
this.enableWeight = new System.Windows.Forms.CheckBox();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.lblChengZhong = new System.Windows.Forms.Label();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
|
this.splitContainer1.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
|
this.splitContainer2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
|
|
|
this.splitContainer3.Panel1.SuspendLayout();
|
|
|
this.splitContainer3.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridChecked)).BeginInit();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridUnCheck)).BeginInit();
|
|
|
this.panel2.SuspendLayout();
|
|
|
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(1276, 741);
|
|
|
this.splitContainer1.SplitterDistance = 130;
|
|
|
this.splitContainer1.SplitterWidth = 1;
|
|
|
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.enableWeight);
|
|
|
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(1251, 100);
|
|
|
this.panel1.TabIndex = 1;
|
|
|
//
|
|
|
// btnWeightSet
|
|
|
//
|
|
|
this.btnWeightSet.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnWeightSet.Location = new System.Drawing.Point(249, 53);
|
|
|
this.btnWeightSet.Name = "btnWeightSet";
|
|
|
this.btnWeightSet.Size = new System.Drawing.Size(111, 33);
|
|
|
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.uComboBox1);
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.label2);
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.btnCreateBill);
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.btnSubmit);
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.btnSyncData);
|
|
|
//
|
|
|
// splitContainer2.Panel2
|
|
|
//
|
|
|
this.splitContainer2.Panel2.Controls.Add(this.splitContainer3);
|
|
|
this.splitContainer2.Size = new System.Drawing.Size(1276, 610);
|
|
|
this.splitContainer2.SplitterDistance = 260;
|
|
|
this.splitContainer2.SplitterWidth = 1;
|
|
|
this.splitContainer2.TabIndex = 0;
|
|
|
//
|
|
|
// uComboBox1
|
|
|
//
|
|
|
this.uComboBox1.CodeArgs = null;
|
|
|
this.uComboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
|
|
this.uComboBox1.EnableTopItem = true;
|
|
|
this.uComboBox1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.uComboBox1.FormattingEnabled = true;
|
|
|
this.uComboBox1.Location = new System.Drawing.Point(49, 144);
|
|
|
this.uComboBox1.Name = "uComboBox1";
|
|
|
this.uComboBox1.Range = 10;
|
|
|
this.uComboBox1.Size = new System.Drawing.Size(158, 36);
|
|
|
this.uComboBox1.TabIndex = 2;
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label2.Location = new System.Drawing.Point(45, 117);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(106, 24);
|
|
|
this.label2.TabIndex = 1;
|
|
|
this.label2.Text = "白条状态";
|
|
|
//
|
|
|
// btnCreateBill
|
|
|
//
|
|
|
this.btnCreateBill.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnCreateBill.Location = new System.Drawing.Point(45, 368);
|
|
|
this.btnCreateBill.Name = "btnCreateBill";
|
|
|
this.btnCreateBill.Size = new System.Drawing.Size(156, 46);
|
|
|
this.btnCreateBill.TabIndex = 0;
|
|
|
this.btnCreateBill.Text = "创建领料";
|
|
|
this.btnCreateBill.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// btnSubmit
|
|
|
//
|
|
|
this.btnSubmit.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnSubmit.Location = new System.Drawing.Point(45, 259);
|
|
|
this.btnSubmit.Name = "btnSubmit";
|
|
|
this.btnSubmit.Size = new System.Drawing.Size(156, 46);
|
|
|
this.btnSubmit.TabIndex = 0;
|
|
|
this.btnSubmit.Text = "提交";
|
|
|
this.btnSubmit.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// btnSyncData
|
|
|
//
|
|
|
this.btnSyncData.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.btnSyncData.Location = new System.Drawing.Point(45, 15);
|
|
|
this.btnSyncData.Name = "btnSyncData";
|
|
|
this.btnSyncData.Size = new System.Drawing.Size(156, 46);
|
|
|
this.btnSyncData.TabIndex = 0;
|
|
|
this.btnSyncData.Text = "同步数据";
|
|
|
this.btnSyncData.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// splitContainer3
|
|
|
//
|
|
|
this.splitContainer3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.splitContainer3.Location = new System.Drawing.Point(0, 0);
|
|
|
this.splitContainer3.Name = "splitContainer3";
|
|
|
//
|
|
|
// splitContainer3.Panel1
|
|
|
//
|
|
|
this.splitContainer3.Panel1.Controls.Add(this.groupBox2);
|
|
|
this.splitContainer3.Panel1.Controls.Add(this.groupBox1);
|
|
|
this.splitContainer3.Size = new System.Drawing.Size(1015, 610);
|
|
|
this.splitContainer3.SplitterDistance = 726;
|
|
|
this.splitContainer3.SplitterWidth = 1;
|
|
|
this.splitContainer3.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(14, 259);
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
this.groupBox2.Size = new System.Drawing.Size(699, 340);
|
|
|
this.groupBox2.TabIndex = 1;
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "已提交";
|
|
|
//
|
|
|
// gridChecked
|
|
|
//
|
|
|
this.gridChecked.AllowUserToAddRows = false;
|
|
|
this.gridChecked.AllowUserToDeleteRows = false;
|
|
|
this.gridChecked.AllowUserToResizeColumns = false;
|
|
|
this.gridChecked.AllowUserToResizeRows = false;
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
this.gridChecked.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
this.gridChecked.BackgroundColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
|
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.gridChecked.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
|
this.gridChecked.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.gridChecked.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
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;
|
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
|
|
|
this.gridChecked.RowsDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
this.gridChecked.RowTemplate.Height = 23;
|
|
|
this.gridChecked.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.gridChecked.Size = new System.Drawing.Size(693, 320);
|
|
|
this.gridChecked.TabIndex = 4;
|
|
|
//
|
|
|
// 序号
|
|
|
//
|
|
|
this.序号.DataPropertyName = "ID";
|
|
|
this.序号.HeaderText = "序号";
|
|
|
this.序号.Name = "序号";
|
|
|
this.序号.ReadOnly = true;
|
|
|
//
|
|
|
// 条码
|
|
|
//
|
|
|
this.条码.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.条码.DataPropertyName = "Code";
|
|
|
this.条码.HeaderText = "条码";
|
|
|
this.条码.Name = "条码";
|
|
|
this.条码.ReadOnly = true;
|
|
|
//
|
|
|
// 产品名称
|
|
|
//
|
|
|
this.产品名称.DataPropertyName = "Goods_Name";
|
|
|
this.产品名称.HeaderText = "产品名称";
|
|
|
this.产品名称.Name = "产品名称";
|
|
|
this.产品名称.ReadOnly = true;
|
|
|
this.产品名称.Width = 120;
|
|
|
//
|
|
|
// 规格
|
|
|
//
|
|
|
this.规格.DataPropertyName = "Goods_Spec";
|
|
|
this.规格.HeaderText = "规格";
|
|
|
this.规格.Name = "规格";
|
|
|
this.规格.ReadOnly = true;
|
|
|
//
|
|
|
// 数量
|
|
|
//
|
|
|
this.数量.DataPropertyName = "Number";
|
|
|
this.数量.HeaderText = "数量";
|
|
|
this.数量.Name = "数量";
|
|
|
this.数量.ReadOnly = true;
|
|
|
//
|
|
|
// 重量
|
|
|
//
|
|
|
this.重量.DataPropertyName = "Weight";
|
|
|
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(14, 15);
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
this.groupBox1.Size = new System.Drawing.Size(705, 220);
|
|
|
this.groupBox1.TabIndex = 0;
|
|
|
this.groupBox1.TabStop = false;
|
|
|
this.groupBox1.Text = "待提交";
|
|
|
//
|
|
|
// gridUnCheck
|
|
|
//
|
|
|
this.gridUnCheck.AllowUserToAddRows = false;
|
|
|
this.gridUnCheck.AllowUserToDeleteRows = false;
|
|
|
this.gridUnCheck.AllowUserToResizeColumns = false;
|
|
|
this.gridUnCheck.AllowUserToResizeRows = false;
|
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
this.gridUnCheck.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.gridUnCheck.BackgroundColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
|
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.gridUnCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
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.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;
|
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
|
|
|
this.gridUnCheck.RowsDefaultCellStyle = dataGridViewCellStyle6;
|
|
|
this.gridUnCheck.RowTemplate.Height = 23;
|
|
|
this.gridUnCheck.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.gridUnCheck.Size = new System.Drawing.Size(699, 200);
|
|
|
this.gridUnCheck.TabIndex = 3;
|
|
|
//
|
|
|
// uncheck序号
|
|
|
//
|
|
|
this.uncheck序号.DataPropertyName = "ID";
|
|
|
this.uncheck序号.HeaderText = "序号";
|
|
|
this.uncheck序号.Name = "uncheck序号";
|
|
|
this.uncheck序号.ReadOnly = true;
|
|
|
//
|
|
|
// uncheck条码
|
|
|
//
|
|
|
this.uncheck条码.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.uncheck条码.DataPropertyName = "Code";
|
|
|
this.uncheck条码.HeaderText = "条码";
|
|
|
this.uncheck条码.Name = "uncheck条码";
|
|
|
this.uncheck条码.ReadOnly = true;
|
|
|
//
|
|
|
// uncheck产品名称
|
|
|
//
|
|
|
this.uncheck产品名称.DataPropertyName = "Goods_Name";
|
|
|
this.uncheck产品名称.HeaderText = "产品名称";
|
|
|
this.uncheck产品名称.Name = "uncheck产品名称";
|
|
|
this.uncheck产品名称.ReadOnly = true;
|
|
|
this.uncheck产品名称.Width = 120;
|
|
|
//
|
|
|
// uncheck规格
|
|
|
//
|
|
|
this.uncheck规格.DataPropertyName = "Goods_Spec";
|
|
|
this.uncheck规格.HeaderText = "规格";
|
|
|
this.uncheck规格.Name = "uncheck规格";
|
|
|
this.uncheck规格.ReadOnly = true;
|
|
|
//
|
|
|
// uncheck数量
|
|
|
//
|
|
|
this.uncheck数量.DataPropertyName = "Number";
|
|
|
this.uncheck数量.HeaderText = "数量";
|
|
|
this.uncheck数量.Name = "uncheck数量";
|
|
|
this.uncheck数量.ReadOnly = true;
|
|
|
//
|
|
|
// uncheck重量
|
|
|
//
|
|
|
this.uncheck重量.DataPropertyName = "Weight";
|
|
|
this.uncheck重量.HeaderText = "重量";
|
|
|
this.uncheck重量.Name = "uncheck重量";
|
|
|
this.uncheck重量.ReadOnly = true;
|
|
|
//
|
|
|
// timer1
|
|
|
//
|
|
|
this.timer1.Enabled = true;
|
|
|
this.timer1.Interval = 1000;
|
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
|
//
|
|
|
// enableWeight
|
|
|
//
|
|
|
this.enableWeight.AutoCheck = false;
|
|
|
this.enableWeight.AutoSize = true;
|
|
|
this.enableWeight.Font = new System.Drawing.Font("宋体", 18F);
|
|
|
this.enableWeight.Location = new System.Drawing.Point(249, 8);
|
|
|
this.enableWeight.Name = "enableWeight";
|
|
|
this.enableWeight.Size = new System.Drawing.Size(125, 28);
|
|
|
this.enableWeight.TabIndex = 33;
|
|
|
this.enableWeight.Text = "启用称重";
|
|
|
this.enableWeight.UseVisualStyleBackColor = true;
|
|
|
this.enableWeight.Click += new System.EventHandler(this.enableWeight_Click);
|
|
|
//
|
|
|
// 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, 78);
|
|
|
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(15, 18);
|
|
|
this.lblChengZhong.Name = "lblChengZhong";
|
|
|
this.lblChengZhong.Size = new System.Drawing.Size(97, 40);
|
|
|
this.lblChengZhong.TabIndex = 0;
|
|
|
this.lblChengZhong.Text = "0.00";
|
|
|
//
|
|
|
// TrunksIousOutInStoreForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1276, 741);
|
|
|
this.Controls.Add(this.splitContainer1);
|
|
|
this.KeyPreview = true;
|
|
|
this.MaximizeBox = false;
|
|
|
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.Load += new System.EventHandler(this.TrunksIousOutInStoreForm_Load);
|
|
|
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.TrunksIousOutInStoreForm_KeyUp);
|
|
|
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();
|
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|
|
this.splitContainer2.Panel1.PerformLayout();
|
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
|
this.splitContainer2.ResumeLayout(false);
|
|
|
this.splitContainer3.Panel1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
|
|
|
this.splitContainer3.ResumeLayout(false);
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridChecked)).EndInit();
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridUnCheck)).EndInit();
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
this.panel2.PerformLayout();
|
|
|
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 btnSyncData;
|
|
|
private System.Windows.Forms.SplitContainer splitContainer3;
|
|
|
private BWP.WinFormControl.UComboBox uComboBox1;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.Button btnCreateBill;
|
|
|
private System.Windows.Forms.Button btnSubmit;
|
|
|
private System.Windows.Forms.Button btnWeightSet;
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
private System.Windows.Forms.DataGridView gridUnCheck;
|
|
|
private BWP.WinFormControl.UDataGridView gridChecked;
|
|
|
private System.Windows.Forms.Timer timer1;
|
|
|
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.DataGridViewTextBoxColumn uncheck重量;
|
|
|
private System.Windows.Forms.CheckBox enableWeight;
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
private System.Windows.Forms.Label lblChengZhong;
|
|
|
}
|
|
|
}
|