|
|
@@ -0,0 +1,127 @@
|
|
|
+namespace UAS_MES_NEW.Make
|
|
|
+{
|
|
|
+ partial class Make_StepType
|
|
|
+ {
|
|
|
+ /// <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.sncode_label = new System.Windows.Forms.Label();
|
|
|
+ this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.steptype_label = new System.Windows.Forms.Label();
|
|
|
+ this.steptype = new System.Windows.Forms.ComboBox();
|
|
|
+ this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // sncode_label
|
|
|
+ //
|
|
|
+ this.sncode_label.AutoSize = true;
|
|
|
+ this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.sncode_label.Location = new System.Drawing.Point(68, 70);
|
|
|
+ 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(84, 32);
|
|
|
+ this.sncode_label.TabIndex = 0;
|
|
|
+ this.sncode_label.Text = "序列号";
|
|
|
+ //
|
|
|
+ // sncode
|
|
|
+ //
|
|
|
+ this.sncode.AllPower = null;
|
|
|
+ this.sncode.BackColor = System.Drawing.Color.White;
|
|
|
+ this.sncode.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.sncode.ID = null;
|
|
|
+ this.sncode.Location = new System.Drawing.Point(192, 66);
|
|
|
+ this.sncode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.sncode.Name = "sncode";
|
|
|
+ this.sncode.Power = null;
|
|
|
+ this.sncode.Size = new System.Drawing.Size(420, 40);
|
|
|
+ this.sncode.Str = null;
|
|
|
+ this.sncode.Str1 = null;
|
|
|
+ this.sncode.Str2 = null;
|
|
|
+ this.sncode.TabIndex = 1;
|
|
|
+ this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
+ //
|
|
|
+ // steptype_label
|
|
|
+ //
|
|
|
+ this.steptype_label.AutoSize = true;
|
|
|
+ this.steptype_label.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.steptype_label.Location = new System.Drawing.Point(68, 160);
|
|
|
+ this.steptype_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.steptype_label.Name = "steptype_label";
|
|
|
+ this.steptype_label.Size = new System.Drawing.Size(112, 32);
|
|
|
+ this.steptype_label.TabIndex = 2;
|
|
|
+ this.steptype_label.Text = "工序类型";
|
|
|
+ //
|
|
|
+ // steptype
|
|
|
+ //
|
|
|
+ this.steptype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.steptype.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.steptype.FormattingEnabled = true;
|
|
|
+ this.steptype.Location = new System.Drawing.Point(192, 158);
|
|
|
+ this.steptype.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.steptype.Name = "steptype";
|
|
|
+ this.steptype.Size = new System.Drawing.Size(420, 36);
|
|
|
+ this.steptype.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // OperateResult
|
|
|
+ //
|
|
|
+ this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperateResult.Location = new System.Drawing.Point(680, 54);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.OperateResult.Name = "OperateResult";
|
|
|
+ this.OperateResult.Size = new System.Drawing.Size(660, 690);
|
|
|
+ this.OperateResult.TabIndex = 5;
|
|
|
+ this.OperateResult.Text = "";
|
|
|
+ //
|
|
|
+ // Make_StepType
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1400, 800);
|
|
|
+ this.Controls.Add(this.steptype);
|
|
|
+ this.Controls.Add(this.steptype_label);
|
|
|
+ this.Controls.Add(this.sncode);
|
|
|
+ this.Controls.Add(this.sncode_label);
|
|
|
+ this.Controls.Add(this.OperateResult);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Name = "Make_StepType";
|
|
|
+ this.Tag = "Make!StepType";
|
|
|
+ this.Text = "工序类型维护";
|
|
|
+ this.Load += new System.EventHandler(this.Make_StepType_Load);
|
|
|
+ this.SizeChanged += new System.EventHandler(this.Make_StepType_SizeChanged);
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+ private System.Windows.Forms.Label sncode_label;
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
|
|
|
+ private System.Windows.Forms.Label steptype_label;
|
|
|
+ private System.Windows.Forms.ComboBox steptype;
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
+ }
|
|
|
+}
|