namespace WMS.UI.WORK
|
{
|
partial class FrmMesDetails
|
{
|
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMesDetails));
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
this.label1 = new System.Windows.Forms.Label();
|
this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.uiDatetimePicker_end = new Sunny.UI.UIDatetimePicker();
|
this.uiDatetimePicker_start = new Sunny.UI.UIDatetimePicker();
|
this.uiComboBox_materialCode = new Sunny.UI.UIComboBox();
|
this.uiComboBox_materialName = new Sunny.UI.UIComboBox();
|
this.uiTextBox_serialNumber = new Sunny.UI.UITextBox();
|
this.button_find = new System.Windows.Forms.Button();
|
this.button_reset = new System.Windows.Forms.Button();
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
|
this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
|
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
|
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
|
this.托盘号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.creator = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.createTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.uiTextBox_containerCode = new Sunny.UI.UITextBox();
|
this.panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
this.splitContainer1.Panel1.SuspendLayout();
|
this.splitContainer1.Panel2.SuspendLayout();
|
this.splitContainer1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
|
this.splitContainer2.Panel1.SuspendLayout();
|
this.splitContainer2.Panel2.SuspendLayout();
|
this.splitContainer2.SuspendLayout();
|
this.panel2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
|
this.bindingNavigator1.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.ForeColor = System.Drawing.Color.DarkGoldenrod;
|
this.label1.Location = new System.Drawing.Point(16, 9);
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(174, 24);
|
this.label1.TabIndex = 3;
|
this.label1.Text = "MES出入库明细";
|
//
|
// toolStripLabel4
|
//
|
this.toolStripLabel4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel4.Image")));
|
this.toolStripLabel4.Name = "toolStripLabel4";
|
this.toolStripLabel4.Size = new System.Drawing.Size(20, 36);
|
this.toolStripLabel4.Click += new System.EventHandler(this.toolStripLabel4_Click);
|
//
|
// panel1
|
//
|
this.panel1.BackColor = System.Drawing.Color.DarkSeaGreen;
|
this.panel1.Controls.Add(this.uiTextBox_containerCode);
|
this.panel1.Controls.Add(this.uiDatetimePicker_end);
|
this.panel1.Controls.Add(this.uiDatetimePicker_start);
|
this.panel1.Controls.Add(this.uiComboBox_materialCode);
|
this.panel1.Controls.Add(this.uiComboBox_materialName);
|
this.panel1.Controls.Add(this.uiTextBox_serialNumber);
|
this.panel1.Controls.Add(this.button_find);
|
this.panel1.Controls.Add(this.button_reset);
|
this.panel1.Controls.Add(this.label1);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(1455, 40);
|
this.panel1.TabIndex = 1;
|
//
|
// uiDatetimePicker_end
|
//
|
this.uiDatetimePicker_end.FillColor = System.Drawing.Color.White;
|
this.uiDatetimePicker_end.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiDatetimePicker_end.Location = new System.Drawing.Point(1116, 9);
|
this.uiDatetimePicker_end.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiDatetimePicker_end.MaxLength = 19;
|
this.uiDatetimePicker_end.MinimumSize = new System.Drawing.Size(63, 0);
|
this.uiDatetimePicker_end.Name = "uiDatetimePicker_end";
|
this.uiDatetimePicker_end.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
this.uiDatetimePicker_end.Size = new System.Drawing.Size(151, 27);
|
this.uiDatetimePicker_end.SymbolDropDown = 61555;
|
this.uiDatetimePicker_end.SymbolNormal = 61555;
|
this.uiDatetimePicker_end.TabIndex = 107;
|
this.uiDatetimePicker_end.Text = "2021-12-29 13:27:33";
|
this.uiDatetimePicker_end.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiDatetimePicker_end.Value = new System.DateTime(2021, 12, 29, 13, 27, 33, 515);
|
//
|
// uiDatetimePicker_start
|
//
|
this.uiDatetimePicker_start.FillColor = System.Drawing.Color.White;
|
this.uiDatetimePicker_start.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiDatetimePicker_start.Location = new System.Drawing.Point(955, 9);
|
this.uiDatetimePicker_start.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiDatetimePicker_start.MaxLength = 19;
|
this.uiDatetimePicker_start.MinimumSize = new System.Drawing.Size(63, 0);
|
this.uiDatetimePicker_start.Name = "uiDatetimePicker_start";
|
this.uiDatetimePicker_start.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
this.uiDatetimePicker_start.Size = new System.Drawing.Size(153, 27);
|
this.uiDatetimePicker_start.SymbolDropDown = 61555;
|
this.uiDatetimePicker_start.SymbolNormal = 61555;
|
this.uiDatetimePicker_start.TabIndex = 106;
|
this.uiDatetimePicker_start.Text = "2021-12-29 13:27:33";
|
this.uiDatetimePicker_start.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiDatetimePicker_start.Value = new System.DateTime(2021, 12, 29, 13, 27, 33, 515);
|
//
|
// uiComboBox_materialCode
|
//
|
this.uiComboBox_materialCode.DataSource = null;
|
this.uiComboBox_materialCode.FillColor = System.Drawing.Color.White;
|
this.uiComboBox_materialCode.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.uiComboBox_materialCode.Location = new System.Drawing.Point(446, 9);
|
this.uiComboBox_materialCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiComboBox_materialCode.MinimumSize = new System.Drawing.Size(63, 0);
|
this.uiComboBox_materialCode.Name = "uiComboBox_materialCode";
|
this.uiComboBox_materialCode.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
this.uiComboBox_materialCode.Size = new System.Drawing.Size(116, 27);
|
this.uiComboBox_materialCode.TabIndex = 105;
|
this.uiComboBox_materialCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiComboBox_materialCode.Watermark = "物料编码";
|
//
|
// uiComboBox_materialName
|
//
|
this.uiComboBox_materialName.DataSource = null;
|
this.uiComboBox_materialName.FillColor = System.Drawing.Color.White;
|
this.uiComboBox_materialName.Font = new System.Drawing.Font("微软雅黑", 9F);
|
this.uiComboBox_materialName.Location = new System.Drawing.Point(584, 9);
|
this.uiComboBox_materialName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiComboBox_materialName.MinimumSize = new System.Drawing.Size(63, 0);
|
this.uiComboBox_materialName.Name = "uiComboBox_materialName";
|
this.uiComboBox_materialName.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
this.uiComboBox_materialName.Size = new System.Drawing.Size(116, 27);
|
this.uiComboBox_materialName.TabIndex = 104;
|
this.uiComboBox_materialName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiComboBox_materialName.Watermark = "物料名称";
|
//
|
// uiTextBox_serialNumber
|
//
|
this.uiTextBox_serialNumber.ButtonSymbol = 61761;
|
this.uiTextBox_serialNumber.ButtonWidth = 100;
|
this.uiTextBox_serialNumber.CanEmpty = true;
|
this.uiTextBox_serialNumber.Cursor = System.Windows.Forms.Cursors.IBeam;
|
this.uiTextBox_serialNumber.FillColor = System.Drawing.Color.White;
|
this.uiTextBox_serialNumber.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiTextBox_serialNumber.Location = new System.Drawing.Point(835, 9);
|
this.uiTextBox_serialNumber.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiTextBox_serialNumber.Maximum = 2147483647D;
|
this.uiTextBox_serialNumber.Minimum = -2147483648D;
|
this.uiTextBox_serialNumber.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiTextBox_serialNumber.Name = "uiTextBox_serialNumber";
|
this.uiTextBox_serialNumber.Padding = new System.Windows.Forms.Padding(5);
|
this.uiTextBox_serialNumber.Size = new System.Drawing.Size(101, 27);
|
this.uiTextBox_serialNumber.TabIndex = 102;
|
this.uiTextBox_serialNumber.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiTextBox_serialNumber.Watermark = "流水号";
|
//
|
// button_find
|
//
|
this.button_find.BackColor = System.Drawing.Color.DarkSeaGreen;
|
this.button_find.BackgroundImage = global::WMS.Properties.Resources.search;
|
this.button_find.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.button_find.Location = new System.Drawing.Point(1282, 2);
|
this.button_find.Margin = new System.Windows.Forms.Padding(2);
|
this.button_find.Name = "button_find";
|
this.button_find.Size = new System.Drawing.Size(77, 34);
|
this.button_find.TabIndex = 7;
|
this.button_find.UseVisualStyleBackColor = false;
|
this.button_find.Click += new System.EventHandler(this.button_find_Click);
|
//
|
// button_reset
|
//
|
this.button_reset.BackColor = System.Drawing.Color.DarkSeaGreen;
|
this.button_reset.BackgroundImage = global::WMS.Properties.Resources.重置__1_;
|
this.button_reset.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.button_reset.Location = new System.Drawing.Point(1373, 2);
|
this.button_reset.Margin = new System.Windows.Forms.Padding(2);
|
this.button_reset.Name = "button_reset";
|
this.button_reset.Size = new System.Drawing.Size(77, 34);
|
this.button_reset.TabIndex = 6;
|
this.button_reset.UseVisualStyleBackColor = false;
|
this.button_reset.Click += new System.EventHandler(this.button_reset_Click);
|
//
|
// splitContainer1
|
//
|
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.Margin = new System.Windows.Forms.Padding(2);
|
this.splitContainer1.Name = "splitContainer1";
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
//
|
// splitContainer1.Panel1
|
//
|
this.splitContainer1.Panel1.Controls.Add(this.panel1);
|
this.splitContainer1.Panel1MinSize = 50;
|
//
|
// splitContainer1.Panel2
|
//
|
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
|
this.splitContainer1.Size = new System.Drawing.Size(1455, 445);
|
this.splitContainer1.SplitterWidth = 3;
|
this.splitContainer1.TabIndex = 5;
|
//
|
// splitContainer2
|
//
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
|
this.splitContainer2.Margin = new System.Windows.Forms.Padding(2);
|
this.splitContainer2.Name = "splitContainer2";
|
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
//
|
// splitContainer2.Panel1
|
//
|
this.splitContainer2.Panel1.Controls.Add(this.panel2);
|
//
|
// splitContainer2.Panel2
|
//
|
this.splitContainer2.Panel2.Controls.Add(this.bindingNavigator1);
|
this.splitContainer2.Size = new System.Drawing.Size(1455, 392);
|
this.splitContainer2.SplitterDistance = 350;
|
this.splitContainer2.SplitterWidth = 3;
|
this.splitContainer2.TabIndex = 3;
|
//
|
// panel2
|
//
|
this.panel2.Controls.Add(this.dataGridView1);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
this.panel2.Margin = new System.Windows.Forms.Padding(2);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(1455, 350);
|
this.panel2.TabIndex = 2;
|
//
|
// dataGridView1
|
//
|
this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
|
this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
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.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
this.托盘号,
|
this.Column3,
|
this.Column4,
|
this.Column7,
|
this.creator,
|
this.createTime});
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dataGridView1.GridColor = System.Drawing.Color.DarkSalmon;
|
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
|
this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
|
this.dataGridView1.Name = "dataGridView1";
|
this.dataGridView1.RowTemplate.Height = 27;
|
this.dataGridView1.Size = new System.Drawing.Size(1455, 350);
|
this.dataGridView1.TabIndex = 0;
|
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
|
//
|
// bindingNavigator1
|
//
|
this.bindingNavigator1.AddNewItem = null;
|
this.bindingNavigator1.BackColor = System.Drawing.Color.Silver;
|
this.bindingNavigator1.CountItem = null;
|
this.bindingNavigator1.DeleteItem = null;
|
this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.bindingNavigator1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.toolStripLabel4,
|
this.toolStripLabel1,
|
this.toolStripTextBox1,
|
this.toolStripLabel5,
|
this.bindingNavigatorSeparator,
|
this.toolStripLabel2,
|
this.toolStripLabel3,
|
this.bindingNavigatorSeparator1,
|
this.bindingNavigatorSeparator2,
|
this.toolStripComboBox1});
|
this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
|
this.bindingNavigator1.MoveFirstItem = null;
|
this.bindingNavigator1.MoveLastItem = null;
|
this.bindingNavigator1.MoveNextItem = null;
|
this.bindingNavigator1.MovePreviousItem = null;
|
this.bindingNavigator1.Name = "bindingNavigator1";
|
this.bindingNavigator1.PositionItem = null;
|
this.bindingNavigator1.Size = new System.Drawing.Size(1455, 39);
|
this.bindingNavigator1.TabIndex = 0;
|
this.bindingNavigator1.Text = "bindingNavigator1";
|
//
|
// toolStripLabel1
|
//
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
this.toolStripLabel1.Size = new System.Drawing.Size(44, 36);
|
this.toolStripLabel1.Text = "上一页";
|
this.toolStripLabel1.Click += new System.EventHandler(this.toolStripLabel1_Click_1);
|
//
|
// toolStripTextBox1
|
//
|
this.toolStripTextBox1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
|
this.toolStripTextBox1.Name = "toolStripTextBox1";
|
this.toolStripTextBox1.Size = new System.Drawing.Size(38, 39);
|
//
|
// toolStripLabel5
|
//
|
this.toolStripLabel5.Name = "toolStripLabel5";
|
this.toolStripLabel5.Size = new System.Drawing.Size(13, 36);
|
this.toolStripLabel5.Text = "/";
|
//
|
// bindingNavigatorSeparator
|
//
|
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
|
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 39);
|
//
|
// toolStripLabel2
|
//
|
this.toolStripLabel2.BackColor = System.Drawing.Color.DodgerBlue;
|
this.toolStripLabel2.Name = "toolStripLabel2";
|
this.toolStripLabel2.Size = new System.Drawing.Size(44, 36);
|
this.toolStripLabel2.Text = "下一页";
|
this.toolStripLabel2.Click += new System.EventHandler(this.toolStripLabel2_Click_1);
|
//
|
// toolStripLabel3
|
//
|
this.toolStripLabel3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripLabel3.Image")));
|
this.toolStripLabel3.Name = "toolStripLabel3";
|
this.toolStripLabel3.Size = new System.Drawing.Size(20, 36);
|
this.toolStripLabel3.Click += new System.EventHandler(this.toolStripLabel3_Click_1);
|
//
|
// bindingNavigatorSeparator1
|
//
|
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
|
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 39);
|
//
|
// bindingNavigatorSeparator2
|
//
|
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
|
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 39);
|
//
|
// toolStripComboBox1
|
//
|
this.toolStripComboBox1.AutoCompleteCustomSource.AddRange(new string[] {
|
"rrrr"});
|
this.toolStripComboBox1.Items.AddRange(new object[] {
|
"每页10条",
|
"每页20条",
|
"每页30条",
|
"每页100条"});
|
this.toolStripComboBox1.Name = "toolStripComboBox1";
|
this.toolStripComboBox1.Size = new System.Drawing.Size(92, 39);
|
this.toolStripComboBox1.Text = "每页10条";
|
this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
|
//
|
// 托盘号
|
//
|
this.托盘号.DataPropertyName = "containerCode";
|
this.托盘号.HeaderText = "托盘号";
|
this.托盘号.Name = "托盘号";
|
//
|
// Column3
|
//
|
this.Column3.DataPropertyName = "productCode";
|
this.Column3.HeaderText = "物料编码";
|
this.Column3.Name = "Column3";
|
//
|
// Column4
|
//
|
this.Column4.DataPropertyName = "productName";
|
this.Column4.HeaderText = "物料名称";
|
this.Column4.Name = "Column4";
|
//
|
// Column7
|
//
|
this.Column7.DataPropertyName = "serialNumber";
|
this.Column7.HeaderText = "流水号";
|
this.Column7.Name = "Column7";
|
//
|
// creator
|
//
|
this.creator.DataPropertyName = "Creator";
|
this.creator.FillWeight = 108.4844F;
|
this.creator.HeaderText = "创建人";
|
this.creator.Name = "creator";
|
this.creator.ReadOnly = true;
|
//
|
// createTime
|
//
|
this.createTime.DataPropertyName = "CreateTime";
|
this.createTime.FillWeight = 108.4844F;
|
this.createTime.HeaderText = "创建时间";
|
this.createTime.Name = "createTime";
|
this.createTime.ReadOnly = true;
|
//
|
// uiTextBox_containerCode
|
//
|
this.uiTextBox_containerCode.ButtonSymbol = 61761;
|
this.uiTextBox_containerCode.ButtonWidth = 100;
|
this.uiTextBox_containerCode.CanEmpty = true;
|
this.uiTextBox_containerCode.Cursor = System.Windows.Forms.Cursors.IBeam;
|
this.uiTextBox_containerCode.FillColor = System.Drawing.Color.White;
|
this.uiTextBox_containerCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiTextBox_containerCode.Location = new System.Drawing.Point(337, 9);
|
this.uiTextBox_containerCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiTextBox_containerCode.Maximum = 2147483647D;
|
this.uiTextBox_containerCode.Minimum = -2147483648D;
|
this.uiTextBox_containerCode.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiTextBox_containerCode.Name = "uiTextBox_containerCode";
|
this.uiTextBox_containerCode.Padding = new System.Windows.Forms.Padding(5);
|
this.uiTextBox_containerCode.Size = new System.Drawing.Size(101, 27);
|
this.uiTextBox_containerCode.TabIndex = 108;
|
this.uiTextBox_containerCode.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiTextBox_containerCode.Watermark = "托盘号";
|
//
|
// FrmMesDetails
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1455, 445);
|
this.Controls.Add(this.splitContainer1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.Margin = new System.Windows.Forms.Padding(2);
|
this.Name = "FrmMesDetails";
|
this.Text = "出库单";
|
this.Load += new System.EventHandler(this.outStockCode_Load);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
this.splitContainer1.ResumeLayout(false);
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
this.splitContainer2.Panel2.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
this.splitContainer2.ResumeLayout(false);
|
this.panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
|
this.bindingNavigator1.ResumeLayout(false);
|
this.bindingNavigator1.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel4;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.DataGridView dataGridView1;
|
private System.Windows.Forms.BindingNavigator bindingNavigator1;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel5;
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel3;
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
|
private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
|
private System.Windows.Forms.Button button_reset;
|
private System.Windows.Forms.Button button_find;
|
private Sunny.UI.UIDatetimePicker uiDatetimePicker_end;
|
private Sunny.UI.UIDatetimePicker uiDatetimePicker_start;
|
private Sunny.UI.UIComboBox uiComboBox_materialCode;
|
private Sunny.UI.UIComboBox uiComboBox_materialName;
|
private Sunny.UI.UITextBox uiTextBox_serialNumber;
|
private System.Windows.Forms.DataGridViewTextBoxColumn 托盘号;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
|
private System.Windows.Forms.DataGridViewTextBoxColumn creator;
|
private System.Windows.Forms.DataGridViewTextBoxColumn createTime;
|
private Sunny.UI.UITextBox uiTextBox_containerCode;
|
}
|
}
|