| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_BoxLotRelease
- {
- /// <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.quxiao = new System.Windows.Forms.CheckBox();
- 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.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();
- 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 = "工单编号";
- //
- // quxiao
- //
- this.quxiao.AutoSize = true;
- this.quxiao.Location = new System.Drawing.Point(656, 856);
- this.quxiao.Margin = new System.Windows.Forms.Padding(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;
- this.quxiao.Visible = false;
- //
- // 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;
- //
- // 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(14, 148);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(1450, 656);
- 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_BoxLotRelease
- //
- 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.quxiao);
- 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);
- this.Name = "Make_BoxLotRelease";
- 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);
- this.ResumeLayout(true);
- 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.CheckBox quxiao;
- 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;
- }
- }
|