|
|
@@ -0,0 +1,454 @@
|
|
|
+namespace UAS_MES_NEW.Make
|
|
|
+{
|
|
|
+ partial class Make_BoxLotBind
|
|
|
+ {
|
|
|
+ /// <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.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
+ this.sncode_label = new System.Windows.Forms.Label();
|
|
|
+ this.pr_code_label = new System.Windows.Forms.Label();
|
|
|
+ this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
+ this.LabelDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.quxiao = new System.Windows.Forms.CheckBox();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ma_wccode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ma_craftcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.agsum = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.boxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.BI_PANELID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.BI_BOXNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.BI_PRODUCTSPECNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.BI_UPDATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_code = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // pr_detail_label
|
|
|
+ //
|
|
|
+ this.pr_detail_label.AutoSize = true;
|
|
|
+ this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_detail_label.Location = new System.Drawing.Point(904, 24);
|
|
|
+ this.pr_detail_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.pr_detail_label.Name = "pr_detail_label";
|
|
|
+ this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.pr_detail_label.TabIndex = 191;
|
|
|
+ this.pr_detail_label.Text = "产品名称";
|
|
|
+ //
|
|
|
+ // sncode_label
|
|
|
+ //
|
|
|
+ this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.sncode_label.AutoSize = true;
|
|
|
+ this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.sncode_label.Location = new System.Drawing.Point(28, 844);
|
|
|
+ this.sncode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.sncode_label.Name = "sncode_label";
|
|
|
+ this.sncode_label.Size = new System.Drawing.Size(178, 41);
|
|
|
+ this.sncode_label.TabIndex = 190;
|
|
|
+ this.sncode_label.Text = "工装篮编号";
|
|
|
+ //
|
|
|
+ // pr_code_label
|
|
|
+ //
|
|
|
+ this.pr_code_label.AutoSize = true;
|
|
|
+ this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_code_label.Location = new System.Drawing.Point(472, 24);
|
|
|
+ this.pr_code_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.pr_code_label.Name = "pr_code_label";
|
|
|
+ this.pr_code_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.pr_code_label.TabIndex = 185;
|
|
|
+ this.pr_code_label.Text = "产品编号";
|
|
|
+ //
|
|
|
+ // ms_makecode_label
|
|
|
+ //
|
|
|
+ this.ms_makecode_label.AutoSize = true;
|
|
|
+ this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_makecode_label.Location = new System.Drawing.Point(12, 24);
|
|
|
+ this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
+ this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.ms_makecode_label.TabIndex = 184;
|
|
|
+ this.ms_makecode_label.Text = "工单编号";
|
|
|
+ //
|
|
|
+ // LabelDataGridView
|
|
|
+ //
|
|
|
+ this.LabelDataGridView.AllowUserToAddRows = false;
|
|
|
+ this.LabelDataGridView.AllowUserToResizeRows = false;
|
|
|
+ this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
|
|
|
+ this.LabelDataGridView.ColumnHeadersHeight = 46;
|
|
|
+ this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.BI_PANELID,
|
|
|
+ this.BI_BOXNAME,
|
|
|
+ this.BI_PRODUCTSPECNAME,
|
|
|
+ this.BI_UPDATETIME});
|
|
|
+ this.LabelDataGridView.Location = new System.Drawing.Point(17, 148);
|
|
|
+ this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
+ this.LabelDataGridView.Name = "LabelDataGridView";
|
|
|
+ this.LabelDataGridView.RowHeadersVisible = false;
|
|
|
+ this.LabelDataGridView.RowHeadersWidth = 82;
|
|
|
+ this.LabelDataGridView.RowTemplate.Height = 23;
|
|
|
+ this.LabelDataGridView.Size = new System.Drawing.Size(1131, 609);
|
|
|
+ this.LabelDataGridView.TabIndex = 200;
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(12, 91);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label1.TabIndex = 202;
|
|
|
+ this.label1.Text = "箱号";
|
|
|
+ //
|
|
|
+ // quxiao
|
|
|
+ //
|
|
|
+ this.quxiao.AutoSize = true;
|
|
|
+ this.quxiao.Location = new System.Drawing.Point(656, 856);
|
|
|
+ this.quxiao.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.quxiao.Name = "quxiao";
|
|
|
+ this.quxiao.Size = new System.Drawing.Size(138, 28);
|
|
|
+ this.quxiao.TabIndex = 204;
|
|
|
+ this.quxiao.Text = "取消采集";
|
|
|
+ this.quxiao.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label2.Location = new System.Drawing.Point(28, 785);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label2.TabIndex = 205;
|
|
|
+ this.label2.Text = "数量";
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label3.Location = new System.Drawing.Point(904, 88);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label3.TabIndex = 208;
|
|
|
+ this.label3.Text = "途程编号";
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label4.Location = new System.Drawing.Point(472, 91);
|
|
|
+ this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label4.TabIndex = 210;
|
|
|
+ this.label4.Text = "工作中心";
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "BI_PANELID";
|
|
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "PANELID";
|
|
|
+ this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.dataGridViewTextBoxColumn1.Width = 200;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn2
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "BI_BOXNAME";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "BOXNAME";
|
|
|
+ this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.Width = 200;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn3
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "BI_PRODUCTSPECNAME";
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "产品名称";
|
|
|
+ this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.dataGridViewTextBoxColumn3.Width = 200;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn4
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "BI_UPDATETIME";
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "更新时间";
|
|
|
+ this.dataGridViewTextBoxColumn4.MinimumWidth = 300;
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.dataGridViewTextBoxColumn4.Width = 300;
|
|
|
+ //
|
|
|
+ // ma_wccode
|
|
|
+ //
|
|
|
+ this.ma_wccode.AutoSize = true;
|
|
|
+ this.ma_wccode.CutLength = null;
|
|
|
+ this.ma_wccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_wccode.Location = new System.Drawing.Point(652, 91);
|
|
|
+ this.ma_wccode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.ma_wccode.MaximumSize = new System.Drawing.Size(400, 0);
|
|
|
+ this.ma_wccode.Name = "ma_wccode";
|
|
|
+ this.ma_wccode.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.ma_wccode.TabIndex = 211;
|
|
|
+ //
|
|
|
+ // ma_craftcode
|
|
|
+ //
|
|
|
+ this.ma_craftcode.AutoSize = true;
|
|
|
+ this.ma_craftcode.CutLength = null;
|
|
|
+ this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_craftcode.Location = new System.Drawing.Point(1084, 88);
|
|
|
+ this.ma_craftcode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.ma_craftcode.MaximumSize = new System.Drawing.Size(400, 0);
|
|
|
+ this.ma_craftcode.Name = "ma_craftcode";
|
|
|
+ this.ma_craftcode.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.ma_craftcode.TabIndex = 209;
|
|
|
+ //
|
|
|
+ // agsum
|
|
|
+ //
|
|
|
+ this.agsum.AutoSize = true;
|
|
|
+ this.agsum.CutLength = null;
|
|
|
+ this.agsum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.agsum.Location = new System.Drawing.Point(200, 785);
|
|
|
+ this.agsum.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.agsum.MaximumSize = new System.Drawing.Size(400, 0);
|
|
|
+ this.agsum.Name = "agsum";
|
|
|
+ this.agsum.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.agsum.TabIndex = 206;
|
|
|
+ //
|
|
|
+ // boxcode
|
|
|
+ //
|
|
|
+ this.boxcode.AllPower = "ifall";
|
|
|
+ this.boxcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.boxcode.BackColor = System.Drawing.Color.White;
|
|
|
+ this.boxcode.ID = null;
|
|
|
+ this.boxcode.Location = new System.Drawing.Point(142, 97);
|
|
|
+ this.boxcode.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
|
|
|
+ this.boxcode.Name = "boxcode";
|
|
|
+ this.boxcode.Power = null;
|
|
|
+ this.boxcode.Size = new System.Drawing.Size(319, 35);
|
|
|
+ this.boxcode.Str = null;
|
|
|
+ this.boxcode.Str1 = null;
|
|
|
+ this.boxcode.Str2 = null;
|
|
|
+ this.boxcode.TabIndex = 201;
|
|
|
+ this.boxcode.Tag = "ifread";
|
|
|
+ this.boxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.snCollectionBox1_KeyDown);
|
|
|
+ //
|
|
|
+ // BI_PANELID
|
|
|
+ //
|
|
|
+ this.BI_PANELID.DataPropertyName = "BI_PANELID";
|
|
|
+ this.BI_PANELID.HeaderText = "PANELID";
|
|
|
+ this.BI_PANELID.MinimumWidth = 10;
|
|
|
+ this.BI_PANELID.Name = "BI_PANELID";
|
|
|
+ this.BI_PANELID.ReadOnly = true;
|
|
|
+ this.BI_PANELID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.BI_PANELID.Width = 200;
|
|
|
+ //
|
|
|
+ // BI_BOXNAME
|
|
|
+ //
|
|
|
+ this.BI_BOXNAME.DataPropertyName = "BI_BOXNAME";
|
|
|
+ this.BI_BOXNAME.HeaderText = "BOXNAME";
|
|
|
+ this.BI_BOXNAME.MinimumWidth = 10;
|
|
|
+ this.BI_BOXNAME.Name = "BI_BOXNAME";
|
|
|
+ this.BI_BOXNAME.Width = 200;
|
|
|
+ //
|
|
|
+ // BI_PRODUCTSPECNAME
|
|
|
+ //
|
|
|
+ this.BI_PRODUCTSPECNAME.DataPropertyName = "BI_PRODUCTSPECNAME";
|
|
|
+ this.BI_PRODUCTSPECNAME.HeaderText = "产品名称";
|
|
|
+ this.BI_PRODUCTSPECNAME.MinimumWidth = 10;
|
|
|
+ this.BI_PRODUCTSPECNAME.Name = "BI_PRODUCTSPECNAME";
|
|
|
+ this.BI_PRODUCTSPECNAME.ReadOnly = true;
|
|
|
+ this.BI_PRODUCTSPECNAME.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.BI_PRODUCTSPECNAME.Width = 200;
|
|
|
+ //
|
|
|
+ // BI_UPDATETIME
|
|
|
+ //
|
|
|
+ this.BI_UPDATETIME.DataPropertyName = "BI_UPDATETIME";
|
|
|
+ this.BI_UPDATETIME.HeaderText = "更新时间";
|
|
|
+ this.BI_UPDATETIME.MinimumWidth = 300;
|
|
|
+ this.BI_UPDATETIME.Name = "BI_UPDATETIME";
|
|
|
+ this.BI_UPDATETIME.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.BI_UPDATETIME.Width = 300;
|
|
|
+ //
|
|
|
+ // pr_code
|
|
|
+ //
|
|
|
+ this.pr_code.AutoSize = true;
|
|
|
+ this.pr_code.CutLength = null;
|
|
|
+ this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(636, 24);
|
|
|
+ this.pr_code.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.pr_code.MaximumSize = new System.Drawing.Size(400, 0);
|
|
|
+ this.pr_code.Name = "pr_code";
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.pr_code.TabIndex = 193;
|
|
|
+ //
|
|
|
+ // pr_detail
|
|
|
+ //
|
|
|
+ this.pr_detail.AutoSize = true;
|
|
|
+ this.pr_detail.CutLength = null;
|
|
|
+ this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(1084, 24);
|
|
|
+ this.pr_detail.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.pr_detail.MaximumSize = new System.Drawing.Size(400, 0);
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.pr_detail.TabIndex = 192;
|
|
|
+ //
|
|
|
+ // sncode
|
|
|
+ //
|
|
|
+ this.sncode.AllPower = "ifall";
|
|
|
+ this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
+ this.sncode.ID = null;
|
|
|
+ this.sncode.Location = new System.Drawing.Point(216, 850);
|
|
|
+ this.sncode.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
|
|
|
+ this.sncode.Name = "sncode";
|
|
|
+ this.sncode.Power = null;
|
|
|
+ this.sncode.Size = new System.Drawing.Size(388, 35);
|
|
|
+ this.sncode.Str = null;
|
|
|
+ this.sncode.Str1 = null;
|
|
|
+ this.sncode.Str2 = null;
|
|
|
+ this.sncode.TabIndex = 189;
|
|
|
+ this.sncode.Tag = "ifread";
|
|
|
+ this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
+ //
|
|
|
+ // OperateResult
|
|
|
+ //
|
|
|
+ this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(1183, 148);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(281, 677);
|
|
|
+ this.OperateResult.TabIndex = 188;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
+ //
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AllPower = "IFALL";
|
|
|
+ this.ma_code.Caller = null;
|
|
|
+ this.ma_code.Condition = null;
|
|
|
+ this.ma_code.DBTitle = "";
|
|
|
+ this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.ma_code.FormName = null;
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(142, 24);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Power = "";
|
|
|
+ this.ma_code.ReturnData = null;
|
|
|
+ this.ma_code.SelectField = null;
|
|
|
+ this.ma_code.SetValueField = null;
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(319, 46);
|
|
|
+ this.ma_code.TabIndex = 235;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.Tag = "makecode";
|
|
|
+ this.ma_code.TextBoxEnable = true;
|
|
|
+ //
|
|
|
+ // Make_BoxLotBind
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1483, 908);
|
|
|
+ this.Controls.Add(this.ma_code);
|
|
|
+ this.Controls.Add(this.ma_wccode);
|
|
|
+ this.Controls.Add(this.label4);
|
|
|
+ this.Controls.Add(this.ma_craftcode);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.agsum);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.quxiao);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.boxcode);
|
|
|
+ this.Controls.Add(this.LabelDataGridView);
|
|
|
+ this.Controls.Add(this.pr_code);
|
|
|
+ this.Controls.Add(this.pr_detail);
|
|
|
+ this.Controls.Add(this.pr_detail_label);
|
|
|
+ this.Controls.Add(this.sncode_label);
|
|
|
+ this.Controls.Add(this.sncode);
|
|
|
+ this.Controls.Add(this.OperateResult);
|
|
|
+ this.Controls.Add(this.pr_code_label);
|
|
|
+ this.Controls.Add(this.ms_makecode_label);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Name = "Make_BoxLotBind";
|
|
|
+ this.Tag = "Make!Aging";
|
|
|
+ this.Text = "老化采集";
|
|
|
+ this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
|
|
|
+ this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
|
|
|
+ this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+ private CustomControl.ValueLabel.ValueLabel pr_code;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel pr_detail;
|
|
|
+ private System.Windows.Forms.Label pr_detail_label;
|
|
|
+ private System.Windows.Forms.Label sncode_label;
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
+ private System.Windows.Forms.Label pr_code_label;
|
|
|
+ private System.Windows.Forms.Label ms_makecode_label;
|
|
|
+ private System.Windows.Forms.DataGridView LabelDataGridView;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox boxcode;
|
|
|
+ private System.Windows.Forms.CheckBox quxiao;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel agsum;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BI_PANELID;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BI_BOXNAME;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BI_PRODUCTSPECNAME;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BI_UPDATETIME;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ma_craftcode;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ma_wccode;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
|
|
|
+ }
|
|
|
+}
|