namespace UAS_MES_NEW.Make { partial class Make_ChangeCode { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_ChangeCode)); this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar(); this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.SNCode = new System.Windows.Forms.Label(); this.note = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // headBar1 // this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.headBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.headBar1.Dock = System.Windows.Forms.DockStyle.Top; this.headBar1.Location = new System.Drawing.Point(0, 0); this.headBar1.Margin = new System.Windows.Forms.Padding(12, 12, 12, 12); this.headBar1.Name = "headBar1"; this.headBar1.Size = new System.Drawing.Size(608, 62); this.headBar1.TabIndex = 0; this.headBar1.Title = null; this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown); // // Confirm // this.Confirm.AllPower = null; this.Confirm.BackColor = System.Drawing.Color.Transparent; this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage"))); this.Confirm.Image = null; this.Confirm.IsShowBorder = true; this.Confirm.Location = new System.Drawing.Point(248, 342); this.Confirm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage"))); this.Confirm.Name = "Confirm"; this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage"))); this.Confirm.Power = null; this.Confirm.Size = new System.Drawing.Size(112, 44); this.Confirm.TabIndex = 1; this.Confirm.Text = "确认"; this.Confirm.UseVisualStyleBackColor = false; // // SNCode // this.SNCode.AutoSize = true; this.SNCode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.SNCode.Location = new System.Drawing.Point(25, 188); this.SNCode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.SNCode.Name = "SNCode"; this.SNCode.Size = new System.Drawing.Size(62, 41); this.SNCode.TabIndex = 224; this.SNCode.Text = "SN"; // // note // this.note.Location = new System.Drawing.Point(171, 188); this.note.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.note.Name = "note"; this.note.Size = new System.Drawing.Size(398, 35); this.note.TabIndex = 225; // // Make_ChangeCode // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(608, 414); this.Controls.Add(this.note); this.Controls.Add(this.SNCode); this.Controls.Add(this.Confirm); this.Controls.Add(this.headBar1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "Make_ChangeCode"; this.Tag = "ShowDialogWindow"; this.Text = "Warehouse_NewPiInOut"; this.Load += new System.EventHandler(this.Warehouse_NewPiInOut_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CustomControl.HeadBar headBar1; private CustomControl.ButtonUtil.NormalButton Confirm; private System.Windows.Forms.Label SNCode; private System.Windows.Forms.TextBox note; } }