123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_CollectLcd
- {
- /// <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.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.MaCodeSearchTextBox();
- this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox1.SuspendLayout();
- 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(474, 22);
- this.pr_detail_label.Name = "pr_detail_label";
- this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
- 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(14, 422);
- this.sncode_label.Name = "sncode_label";
- this.sncode_label.Size = new System.Drawing.Size(58, 21);
- 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(288, 21);
- this.pr_code_label.Name = "pr_code_label";
- this.pr_code_label.Size = new System.Drawing.Size(74, 21);
- 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(6, 22);
- this.ms_makecode_label.Name = "ms_makecode_label";
- this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
- this.ms_makecode_label.TabIndex = 184;
- this.ms_makecode_label.Text = "工单编号";
- //
- // 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(368, 22);
- this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
- this.pr_code.Name = "pr_code";
- this.pr_code.Size = new System.Drawing.Size(0, 21);
- 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(554, 22);
- this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
- this.pr_detail.Name = "pr_detail";
- this.pr_detail.Size = new System.Drawing.Size(0, 21);
- 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(98, 424);
- this.sncode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.sncode.Name = "sncode";
- this.sncode.Power = null;
- this.sncode.Size = new System.Drawing.Size(196, 21);
- 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(8, 59);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(648, 326);
- this.OperateResult.TabIndex = 188;
- this.OperateResult.Text = "";
- //
- // ma_code
- //
- this.ma_code.AllPower = null;
- this.ma_code.Caller = null;
- this.ma_code.Condition = null;
- this.ma_code.DBTitle = null;
- this.ma_code.FormName = null;
- this.ma_code.Location = new System.Drawing.Point(86, 22);
- this.ma_code.Name = "ma_code";
- this.ma_code.Power = null;
- this.ma_code.ReturnData = null;
- this.ma_code.SelectField = null;
- this.ma_code.SetValueField = null;
- this.ma_code.Size = new System.Drawing.Size(115, 21);
- this.ma_code.TabIndex = 201;
- this.ma_code.TableName = null;
- this.ma_code.Tag = "ma_code";
- this.ma_code.TextBoxEnable = true;
- //
- // LockMakeCode
- //
- this.LockMakeCode.AutoSize = true;
- this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.LockMakeCode.LeaveEvent = false;
- this.LockMakeCode.Location = new System.Drawing.Point(217, 24);
- this.LockMakeCode.Margin = new System.Windows.Forms.Padding(2);
- this.LockMakeCode.Name = "LockMakeCode";
- this.LockMakeCode.Size = new System.Drawing.Size(51, 21);
- this.LockMakeCode.TabIndex = 200;
- this.LockMakeCode.Text = "锁定";
- this.LockMakeCode.UseVisualStyleBackColor = true;
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Location = new System.Drawing.Point(478, 427);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(96, 16);
- this.checkBox1.TabIndex = 202;
- this.checkBox1.Text = "允许重复采集";
- this.checkBox1.UseVisualStyleBackColor = true;
- this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Checked = true;
- this.radioButton1.Location = new System.Drawing.Point(7, 8);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(47, 16);
- this.radioButton1.TabIndex = 203;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "良品";
- this.radioButton1.UseVisualStyleBackColor = true;
- this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Location = new System.Drawing.Point(131, 8);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(47, 16);
- this.radioButton2.TabIndex = 204;
- this.radioButton2.Text = "不良";
- this.radioButton2.UseVisualStyleBackColor = true;
- this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.radioButton1);
- this.groupBox1.Controls.Add(this.radioButton2);
- this.groupBox1.Location = new System.Drawing.Point(18, 390);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(200, 29);
- this.groupBox1.TabIndex = 205;
- this.groupBox1.TabStop = false;
- //
- // Make_CollectLcd
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(668, 454);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.checkBox1);
- this.Controls.Add(this.ma_code);
- this.Controls.Add(this.LockMakeCode);
- 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(2);
- this.Name = "Make_CollectLcd";
- this.Tag = "Make!CollectLcd";
- 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.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- 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 CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
- private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.RadioButton radioButton1;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.GroupBox groupBox1;
- }
- }
|