|
|
@@ -0,0 +1,259 @@
|
|
|
+namespace UAS_MES.Make
|
|
|
+{
|
|
|
+ partial class Make_CollectBTMAC
|
|
|
+ {
|
|
|
+ /// <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_CollectBTMAC));
|
|
|
+ this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.deleteButton1 = new UAS_MES.CustomControl.ButtonUtil.DeleteButton();
|
|
|
+ this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
|
|
|
+ this.mcd_okqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
|
|
|
+ this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
+ this.sncode_label = new System.Windows.Forms.Label();
|
|
|
+ this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ 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.SuspendLayout();
|
|
|
+ //
|
|
|
+ // ms_makecode
|
|
|
+ //
|
|
|
+ this.ms_makecode.AutoSize = true;
|
|
|
+ this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_makecode.Location = new System.Drawing.Point(126, 17);
|
|
|
+ this.ms_makecode.Name = "ms_makecode";
|
|
|
+ this.ms_makecode.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ms_makecode.TabIndex = 212;
|
|
|
+ //
|
|
|
+ // deleteButton1
|
|
|
+ //
|
|
|
+ this.deleteButton1.AllPower = null;
|
|
|
+ this.deleteButton1.Image = ((System.Drawing.Image)(resources.GetObject("deleteButton1.Image")));
|
|
|
+ this.deleteButton1.Location = new System.Drawing.Point(498, 547);
|
|
|
+ this.deleteButton1.Name = "deleteButton1";
|
|
|
+ this.deleteButton1.Power = null;
|
|
|
+ this.deleteButton1.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.deleteButton1.TabIndex = 211;
|
|
|
+ this.deleteButton1.Text = "取消";
|
|
|
+ this.deleteButton1.UseVisualStyleBackColor = true;
|
|
|
+ this.deleteButton1.Click += new System.EventHandler(this.deleteButton1_Click);
|
|
|
+ //
|
|
|
+ // 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(412, 78);
|
|
|
+ this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.mcd_remainqty.Name = "mcd_remainqty";
|
|
|
+ this.mcd_remainqty.Size = new System.Drawing.Size(24, 27);
|
|
|
+ this.mcd_remainqty.TabIndex = 210;
|
|
|
+ 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(124, 78);
|
|
|
+ this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.mcd_okqty.Name = "mcd_okqty";
|
|
|
+ this.mcd_okqty.Size = new System.Drawing.Size(24, 27);
|
|
|
+ this.mcd_okqty.TabIndex = 209;
|
|
|
+ this.mcd_okqty.Text = "0";
|
|
|
+ //
|
|
|
+ // ma_prodcode
|
|
|
+ //
|
|
|
+ this.ma_prodcode.AutoSize = true;
|
|
|
+ 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(417, 21);
|
|
|
+ this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ma_prodcode.Name = "ma_prodcode";
|
|
|
+ this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ma_prodcode.TabIndex = 208;
|
|
|
+ //
|
|
|
+ // pr_detail
|
|
|
+ //
|
|
|
+ this.pr_detail.AutoSize = true;
|
|
|
+ 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(710, 17);
|
|
|
+ this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pr_detail.TabIndex = 207;
|
|
|
+ //
|
|
|
+ // 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(597, 17);
|
|
|
+ this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_detail_label.Name = "pr_detail_label";
|
|
|
+ this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.pr_detail_label.TabIndex = 206;
|
|
|
+ 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(47, 545);
|
|
|
+ this.sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.sncode_label.Name = "sncode_label";
|
|
|
+ this.sncode_label.Size = new System.Drawing.Size(72, 27);
|
|
|
+ this.sncode_label.TabIndex = 205;
|
|
|
+ this.sncode_label.Text = "录入框";
|
|
|
+ //
|
|
|
+ // 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(157, 547);
|
|
|
+ this.sncode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.sncode.Name = "sncode";
|
|
|
+ this.sncode.Power = null;
|
|
|
+ this.sncode.Size = new System.Drawing.Size(260, 25);
|
|
|
+ this.sncode.Str = null;
|
|
|
+ this.sncode.Str1 = null;
|
|
|
+ this.sncode.Str2 = null;
|
|
|
+ this.sncode.TabIndex = 204;
|
|
|
+ this.sncode.Tag = "ifwrite";
|
|
|
+ this.sncode.TextChanged += new System.EventHandler(this.sncode_TextChanged);
|
|
|
+ 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(32, 139);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(940, 380);
|
|
|
+ this.OperateResult.TabIndex = 203;
|
|
|
+ this.OperateResult.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(309, 78);
|
|
|
+ this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.mcd_remainqty_label.Name = "mcd_remainqty_label";
|
|
|
+ this.mcd_remainqty_label.Size = new System.Drawing.Size(72, 27);
|
|
|
+ this.mcd_remainqty_label.TabIndex = 202;
|
|
|
+ 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(27, 78);
|
|
|
+ this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.mcd_okqty_label.Name = "mcd_okqty_label";
|
|
|
+ this.mcd_okqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.mcd_okqty_label.TabIndex = 201;
|
|
|
+ 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(309, 17);
|
|
|
+ this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.pr_code_label.Name = "pr_code_label";
|
|
|
+ this.pr_code_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.pr_code_label.TabIndex = 200;
|
|
|
+ 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(27, 17);
|
|
|
+ this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
+ this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.ms_makecode_label.TabIndex = 199;
|
|
|
+ this.ms_makecode_label.Text = "工单编号";
|
|
|
+ //
|
|
|
+ // Make_CollectBTMAC
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1249, 602);
|
|
|
+ this.Controls.Add(this.ms_makecode);
|
|
|
+ this.Controls.Add(this.deleteButton1);
|
|
|
+ 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.Name = "Make_CollectBTMAC";
|
|
|
+ this.Tag = "Make!CollectBTMAC";
|
|
|
+ this.Text = "BT/MAC采集";
|
|
|
+ this.Activated += new System.EventHandler(this.Make_CollectBTMAC_Activated);
|
|
|
+ this.Load += new System.EventHandler(this.Make_CollectBTMAC_Load);
|
|
|
+ this.SizeChanged += new System.EventHandler(this.Make_CollectBTMAC_SizeChanged);
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ms_makecode;
|
|
|
+ private CustomControl.ButtonUtil.DeleteButton deleteButton1;
|
|
|
+ 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.EnterTextBox 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;
|
|
|
+ }
|
|
|
+}
|