|
|
@@ -0,0 +1,406 @@
|
|
|
+namespace UAS_MES_NEW.Make
|
|
|
+{
|
|
|
+ partial class Make_CheckRFID
|
|
|
+ {
|
|
|
+ /// <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(Make_CheckRFID));
|
|
|
+ this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
+ this.sncode_label = new System.Windows.Forms.Label();
|
|
|
+ this.mcd_remainqty_label = new System.Windows.Forms.Label();
|
|
|
+ this.mcd_okqty_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.CollectRemark = new System.Windows.Forms.CheckBox();
|
|
|
+ this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
+ this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
+ this.Remark = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
+ this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel(this.components);
|
|
|
+ this.mcd_okqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueNumLabel(this.components);
|
|
|
+ this.ma_prodcode = 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.BaudRate_label = new System.Windows.Forms.Label();
|
|
|
+ this.BaudRate = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
+ this.SerialPortComBox_label = new System.Windows.Forms.Label();
|
|
|
+ this.ComList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.SerialPortCombox();
|
|
|
+ this.Connect = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ 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(931, 42);
|
|
|
+ this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 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 = 171;
|
|
|
+ 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(24, 830);
|
|
|
+ this.sncode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.sncode_label.Name = "sncode_label";
|
|
|
+ this.sncode_label.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.sncode_label.TabIndex = 170;
|
|
|
+ this.sncode_label.Text = "序列号";
|
|
|
+ //
|
|
|
+ // mcd_remainqty_label
|
|
|
+ //
|
|
|
+ this.mcd_remainqty_label.AutoSize = true;
|
|
|
+ this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mcd_remainqty_label.Location = new System.Drawing.Point(493, 136);
|
|
|
+ this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.mcd_remainqty_label.Name = "mcd_remainqty_label";
|
|
|
+ this.mcd_remainqty_label.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.mcd_remainqty_label.TabIndex = 166;
|
|
|
+ this.mcd_remainqty_label.Text = "剩余数";
|
|
|
+ //
|
|
|
+ // mcd_okqty_label
|
|
|
+ //
|
|
|
+ this.mcd_okqty_label.AutoSize = true;
|
|
|
+ this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mcd_okqty_label.Location = new System.Drawing.Point(24, 136);
|
|
|
+ this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.mcd_okqty_label.Name = "mcd_okqty_label";
|
|
|
+ this.mcd_okqty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.mcd_okqty_label.TabIndex = 165;
|
|
|
+ this.mcd_okqty_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(493, 42);
|
|
|
+ this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 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 = 164;
|
|
|
+ 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(25, 42);
|
|
|
+ this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 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 = 163;
|
|
|
+ this.ms_makecode_label.Text = "工单编号";
|
|
|
+ //
|
|
|
+ // CollectRemark
|
|
|
+ //
|
|
|
+ this.CollectRemark.AutoSize = true;
|
|
|
+ this.CollectRemark.Checked = true;
|
|
|
+ this.CollectRemark.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
+ this.CollectRemark.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
+ this.CollectRemark.Location = new System.Drawing.Point(1437, 315);
|
|
|
+ this.CollectRemark.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.CollectRemark.Name = "CollectRemark";
|
|
|
+ this.CollectRemark.Size = new System.Drawing.Size(155, 39);
|
|
|
+ this.CollectRemark.TabIndex = 197;
|
|
|
+ this.CollectRemark.Text = "采集备注";
|
|
|
+ this.CollectRemark.UseVisualStyleBackColor = 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(392, 48);
|
|
|
+ this.LockMakeCode.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.LockMakeCode.Name = "LockMakeCode";
|
|
|
+ this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
|
|
|
+ this.LockMakeCode.TabIndex = 199;
|
|
|
+ this.LockMakeCode.Text = "锁定";
|
|
|
+ this.LockMakeCode.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // 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(177, 46);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ 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(203, 42);
|
|
|
+ this.ma_code.TabIndex = 198;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.TextBoxEnable = true;
|
|
|
+ //
|
|
|
+ // Remark
|
|
|
+ //
|
|
|
+ this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.Remark.Location = new System.Drawing.Point(1430, 370);
|
|
|
+ this.Remark.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
|
|
|
+ this.Remark.Name = "Remark";
|
|
|
+ this.Remark.Size = new System.Drawing.Size(378, 156);
|
|
|
+ this.Remark.TabIndex = 196;
|
|
|
+ this.Remark.Text = "";
|
|
|
+ //
|
|
|
+ // StepCount
|
|
|
+ //
|
|
|
+ this.StepCount.LineCode = null;
|
|
|
+ this.StepCount.Location = new System.Drawing.Point(931, 136);
|
|
|
+ this.StepCount.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.StepCount.Name = "StepCount";
|
|
|
+ this.StepCount.Size = new System.Drawing.Size(176, 45);
|
|
|
+ this.StepCount.Source = null;
|
|
|
+ this.StepCount.StepCode = null;
|
|
|
+ this.StepCount.TabIndex = 183;
|
|
|
+ this.StepCount.Load += new System.EventHandler(this.StepCount_Load);
|
|
|
+ //
|
|
|
+ // mcd_remainqty
|
|
|
+ //
|
|
|
+ this.mcd_remainqty.AutoSize = true;
|
|
|
+ this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mcd_remainqty.Location = new System.Drawing.Point(617, 136);
|
|
|
+ this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.mcd_remainqty.Name = "mcd_remainqty";
|
|
|
+ this.mcd_remainqty.Size = new System.Drawing.Size(37, 41);
|
|
|
+ this.mcd_remainqty.TabIndex = 177;
|
|
|
+ this.mcd_remainqty.Text = "0";
|
|
|
+ //
|
|
|
+ // mcd_okqty
|
|
|
+ //
|
|
|
+ this.mcd_okqty.AutoSize = true;
|
|
|
+ this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.mcd_okqty.Location = new System.Drawing.Point(170, 136);
|
|
|
+ this.mcd_okqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.mcd_okqty.Name = "mcd_okqty";
|
|
|
+ this.mcd_okqty.Size = new System.Drawing.Size(37, 41);
|
|
|
+ this.mcd_okqty.TabIndex = 176;
|
|
|
+ this.mcd_okqty.Text = "0";
|
|
|
+ //
|
|
|
+ // ma_prodcode
|
|
|
+ //
|
|
|
+ this.ma_prodcode.AutoSize = true;
|
|
|
+ this.ma_prodcode.CutLength = null;
|
|
|
+ this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_prodcode.Location = new System.Drawing.Point(639, 42);
|
|
|
+ this.ma_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ma_prodcode.MaximumSize = new System.Drawing.Size(266, 0);
|
|
|
+ this.ma_prodcode.Name = "ma_prodcode";
|
|
|
+ this.ma_prodcode.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.ma_prodcode.TabIndex = 175;
|
|
|
+ this.ma_prodcode.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
|
|
|
+ //
|
|
|
+ // 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(1089, 42);
|
|
|
+ this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.pr_detail.MaximumSize = new System.Drawing.Size(266, 0);
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.pr_detail.TabIndex = 174;
|
|
|
+ //
|
|
|
+ // 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(190, 830);
|
|
|
+ this.sncode.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ 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 = 169;
|
|
|
+ this.sncode.Tag = "ifRead";
|
|
|
+ this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_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(1, 204);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(1360, 580);
|
|
|
+ this.OperateResult.TabIndex = 168;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
+ //
|
|
|
+ // BaudRate_label
|
|
|
+ //
|
|
|
+ this.BaudRate_label.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.BaudRate_label.AutoSize = true;
|
|
|
+ this.BaudRate_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.BaudRate_label.Location = new System.Drawing.Point(1344, 118);
|
|
|
+ this.BaudRate_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.BaudRate_label.Name = "BaudRate_label";
|
|
|
+ this.BaudRate_label.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.BaudRate_label.TabIndex = 203;
|
|
|
+ this.BaudRate_label.Text = "波特率";
|
|
|
+ //
|
|
|
+ // BaudRate
|
|
|
+ //
|
|
|
+ this.BaudRate.AllPower = null;
|
|
|
+ this.BaudRate.BackColor = System.Drawing.Color.White;
|
|
|
+ this.BaudRate.ID = null;
|
|
|
+ this.BaudRate.Location = new System.Drawing.Point(1480, 122);
|
|
|
+ this.BaudRate.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.BaudRate.Name = "BaudRate";
|
|
|
+ this.BaudRate.Negative = false;
|
|
|
+ this.BaudRate.Power = null;
|
|
|
+ this.BaudRate.Size = new System.Drawing.Size(276, 35);
|
|
|
+ this.BaudRate.Str = null;
|
|
|
+ this.BaudRate.Str1 = null;
|
|
|
+ this.BaudRate.Str2 = null;
|
|
|
+ this.BaudRate.TabIndex = 202;
|
|
|
+ this.BaudRate.Text = "115200";
|
|
|
+ //
|
|
|
+ // SerialPortComBox_label
|
|
|
+ //
|
|
|
+ this.SerialPortComBox_label.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.SerialPortComBox_label.AutoSize = true;
|
|
|
+ this.SerialPortComBox_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.SerialPortComBox_label.Location = new System.Drawing.Point(1306, 40);
|
|
|
+ this.SerialPortComBox_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.SerialPortComBox_label.Name = "SerialPortComBox_label";
|
|
|
+ this.SerialPortComBox_label.Size = new System.Drawing.Size(153, 41);
|
|
|
+ this.SerialPortComBox_label.TabIndex = 201;
|
|
|
+ this.SerialPortComBox_label.Text = "Com端口";
|
|
|
+ //
|
|
|
+ // ComList
|
|
|
+ //
|
|
|
+ this.ComList.Location = new System.Drawing.Point(1480, 42);
|
|
|
+ this.ComList.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.ComList.Name = "ComList";
|
|
|
+ this.ComList.Size = new System.Drawing.Size(280, 40);
|
|
|
+ this.ComList.TabIndex = 200;
|
|
|
+ //
|
|
|
+ // Connect
|
|
|
+ //
|
|
|
+ this.Connect.AllPower = null;
|
|
|
+ this.Connect.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.Connect.DownImage = ((System.Drawing.Image)(resources.GetObject("Connect.DownImage")));
|
|
|
+ this.Connect.Image = null;
|
|
|
+ this.Connect.IsShowBorder = true;
|
|
|
+ this.Connect.Location = new System.Drawing.Point(1480, 189);
|
|
|
+ this.Connect.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
|
+ this.Connect.MoveImage = ((System.Drawing.Image)(resources.GetObject("Connect.MoveImage")));
|
|
|
+ this.Connect.Name = "Connect";
|
|
|
+ this.Connect.NormalImage = ((System.Drawing.Image)(resources.GetObject("Connect.NormalImage")));
|
|
|
+ this.Connect.Power = null;
|
|
|
+ this.Connect.Size = new System.Drawing.Size(120, 48);
|
|
|
+ this.Connect.TabIndex = 214;
|
|
|
+ this.Connect.Text = "连接";
|
|
|
+ this.Connect.UseVisualStyleBackColor = false;
|
|
|
+ this.Connect.Click += new System.EventHandler(this.Connect_Click);
|
|
|
+ //
|
|
|
+ // Make_CheckRFID
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1828, 896);
|
|
|
+ this.Controls.Add(this.Connect);
|
|
|
+ this.Controls.Add(this.BaudRate_label);
|
|
|
+ this.Controls.Add(this.BaudRate);
|
|
|
+ this.Controls.Add(this.SerialPortComBox_label);
|
|
|
+ this.Controls.Add(this.ComList);
|
|
|
+ this.Controls.Add(this.LockMakeCode);
|
|
|
+ this.Controls.Add(this.ma_code);
|
|
|
+ this.Controls.Add(this.CollectRemark);
|
|
|
+ this.Controls.Add(this.Remark);
|
|
|
+ this.Controls.Add(this.StepCount);
|
|
|
+ this.Controls.Add(this.mcd_remainqty);
|
|
|
+ this.Controls.Add(this.mcd_okqty);
|
|
|
+ this.Controls.Add(this.ma_prodcode);
|
|
|
+ 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.mcd_remainqty_label);
|
|
|
+ this.Controls.Add(this.mcd_okqty_label);
|
|
|
+ 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(6);
|
|
|
+ this.Name = "Make_CheckRFID";
|
|
|
+ this.Tag = "Make!FuselageLabelPrint";
|
|
|
+ this.Text = "Make_FuselageLabelPrint";
|
|
|
+ this.Activated += new System.EventHandler(this.Make_FuselageLabelPrint_Activated);
|
|
|
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_FuselageLabelPrint_FormClosing);
|
|
|
+ this.Load += new System.EventHandler(this.Make_FuselageLabelPrint_Load);
|
|
|
+ this.SizeChanged += new System.EventHandler(this.Make_FuselageLabelPrint_SizeChanged);
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+ private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
|
|
|
+ private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ma_prodcode;
|
|
|
+ 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 mcd_remainqty_label;
|
|
|
+ private System.Windows.Forms.Label mcd_okqty_label;
|
|
|
+ private System.Windows.Forms.Label pr_code_label;
|
|
|
+ private System.Windows.Forms.Label ms_makecode_label;
|
|
|
+ private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
|
|
|
+ private System.Windows.Forms.CheckBox CollectRemark;
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom Remark;
|
|
|
+ private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
|
|
|
+ private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
|
|
|
+ private System.Windows.Forms.Label BaudRate_label;
|
|
|
+ private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
|
|
|
+ private System.Windows.Forms.Label SerialPortComBox_label;
|
|
|
+ private CustomControl.ComBoxWithFocus.SerialPortCombox ComList;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Connect;
|
|
|
+ }
|
|
|
+}
|