|
|
namespace TrunksIousOutInStore
|
|
|
{
|
|
|
partial class Test
|
|
|
{
|
|
|
/// <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 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();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.gridUnCheck = new BWP.WinFormControl.UDataGridView();
|
|
|
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.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();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridUnCheck)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridChecked)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// 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.Location = new System.Drawing.Point(8, 8);
|
|
|
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(712, 273);
|
|
|
this.gridUnCheck.TabIndex = 2;
|
|
|
//
|
|
|
// uncheck序号
|
|
|
//
|
|
|
this.uncheck序号.HeaderText = "序号";
|
|
|
this.uncheck序号.Name = "uncheck序号";
|
|
|
this.uncheck序号.ReadOnly = true;
|
|
|
//
|
|
|
// uncheck条码
|
|
|
//
|
|
|
this.uncheck条码.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.uncheck条码.HeaderText = "条码";
|
|
|
this.uncheck条码.Name = "uncheck条码";
|
|
|
this.uncheck条码.ReadOnly = true;
|
|
|
//
|
|
|
// uncheck产品名称
|
|
|
//
|
|
|
this.uncheck产品名称.HeaderText = "产品名称";
|
|
|
this.uncheck产品名称.Name = "uncheck产品名称";
|
|
|
this.uncheck产品名称.ReadOnly = true;
|
|
|
this.uncheck产品名称.Width = 120;
|
|
|
//
|
|
|
// uncheck规格
|
|
|
//
|
|
|
this.uncheck规格.HeaderText = "规格";
|
|
|
this.uncheck规格.Name = "uncheck规格";
|
|
|
this.uncheck规格.ReadOnly = true;
|
|
|
//
|
|
|
// uncheck数量
|
|
|
//
|
|
|
this.uncheck数量.HeaderText = "数量";
|
|
|
this.uncheck数量.Name = "uncheck数量";
|
|
|
this.uncheck数量.ReadOnly = true;
|
|
|
//
|
|
|
// uncheck重量
|
|
|
//
|
|
|
this.uncheck重量.HeaderText = "重量";
|
|
|
this.uncheck重量.Name = "uncheck重量";
|
|
|
this.uncheck重量.ReadOnly = true;
|
|
|
//
|
|
|
// gridChecked
|
|
|
//
|
|
|
this.gridChecked.AllowUserToAddRows = false;
|
|
|
this.gridChecked.AllowUserToDeleteRows = false;
|
|
|
this.gridChecked.AllowUserToResizeColumns = false;
|
|
|
this.gridChecked.AllowUserToResizeRows = false;
|
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
|
this.gridChecked.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
|
|
|
this.gridChecked.BackgroundColor = System.Drawing.Color.White;
|
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
|
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.gridChecked.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
|
|
|
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.Location = new System.Drawing.Point(50, 351);
|
|
|
this.gridChecked.MultiSelect = false;
|
|
|
this.gridChecked.Name = "gridChecked";
|
|
|
this.gridChecked.ReadOnly = true;
|
|
|
this.gridChecked.RowHeadersVisible = false;
|
|
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218)))));
|
|
|
this.gridChecked.RowsDefaultCellStyle = dataGridViewCellStyle9;
|
|
|
this.gridChecked.RowTemplate.Height = 23;
|
|
|
this.gridChecked.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.gridChecked.Size = new System.Drawing.Size(715, 280);
|
|
|
this.gridChecked.TabIndex = 3;
|
|
|
//
|
|
|
// 序号
|
|
|
//
|
|
|
this.序号.HeaderText = "序号";
|
|
|
this.序号.Name = "序号";
|
|
|
this.序号.ReadOnly = true;
|
|
|
//
|
|
|
// 条码
|
|
|
//
|
|
|
this.条码.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.条码.HeaderText = "条码";
|
|
|
this.条码.Name = "条码";
|
|
|
this.条码.ReadOnly = true;
|
|
|
//
|
|
|
// 产品名称
|
|
|
//
|
|
|
this.产品名称.HeaderText = "产品名称";
|
|
|
this.产品名称.Name = "产品名称";
|
|
|
this.产品名称.ReadOnly = true;
|
|
|
this.产品名称.Width = 120;
|
|
|
//
|
|
|
// 规格
|
|
|
//
|
|
|
this.规格.HeaderText = "规格";
|
|
|
this.规格.Name = "规格";
|
|
|
this.规格.ReadOnly = true;
|
|
|
//
|
|
|
// 数量
|
|
|
//
|
|
|
this.数量.HeaderText = "数量";
|
|
|
this.数量.Name = "数量";
|
|
|
this.数量.ReadOnly = true;
|
|
|
//
|
|
|
// 重量
|
|
|
//
|
|
|
this.重量.HeaderText = "重量";
|
|
|
this.重量.Name = "重量";
|
|
|
this.重量.ReadOnly = true;
|
|
|
//
|
|
|
// Test
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1026, 643);
|
|
|
this.Controls.Add(this.gridChecked);
|
|
|
this.Controls.Add(this.gridUnCheck);
|
|
|
this.Name = "Test";
|
|
|
this.Text = "Test";
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridUnCheck)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gridChecked)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private BWP.WinFormControl.UDataGridView gridUnCheck;
|
|
|
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 BWP.WinFormControl.UDataGridView gridChecked;
|
|
|
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 重量;
|
|
|
}
|
|
|
}
|