namespace UAS_MES.Special { partial class Special_CancelProdinout { /// /// 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(Special_CancelProdinout)); this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton(); this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom(); this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton(); this.pi_inoutno_label = new System.Windows.Forms.Label(); this.pi_inoutno = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox(); this.SuspendLayout(); // // 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 = ((System.Drawing.Image)(resources.GetObject("Confirm.Image"))); this.Confirm.IsShowBorder = true; this.Confirm.Location = new System.Drawing.Point(330, 129); 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(60, 25); this.Confirm.TabIndex = 141; this.Confirm.Text = "确认"; this.Confirm.UseVisualStyleBackColor = true; this.Confirm.Click += new System.EventHandler(this.Confirm_Click); // // OperateResult // this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OperateResult.Location = new System.Drawing.Point(416, 13); this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.OperateResult.Name = "OperateResult"; this.OperateResult.Size = new System.Drawing.Size(232, 309); this.OperateResult.TabIndex = 142; this.OperateResult.Text = ""; // // Clean // this.Clean.AllPower = null; this.Clean.BackColor = System.Drawing.Color.Transparent; this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage"))); this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image"))); this.Clean.IsShowBorder = true; this.Clean.Location = new System.Drawing.Point(501, 330); this.Clean.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage"))); this.Clean.Name = "Clean"; this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage"))); this.Clean.Power = null; this.Clean.Size = new System.Drawing.Size(60, 25); this.Clean.TabIndex = 143; this.Clean.Text = "清除"; this.Clean.UseVisualStyleBackColor = true; this.Clean.Click += new System.EventHandler(this.Clean_Click); // // pi_inoutno_label // this.pi_inoutno_label.AutoSize = true; this.pi_inoutno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pi_inoutno_label.Location = new System.Drawing.Point(47, 128); this.pi_inoutno_label.Name = "pi_inoutno_label"; this.pi_inoutno_label.Size = new System.Drawing.Size(74, 21); this.pi_inoutno_label.TabIndex = 213; this.pi_inoutno_label.Text = "出货单号"; // // pi_inoutno // this.pi_inoutno.AllPower = null; this.pi_inoutno.Caller = null; this.pi_inoutno.Condition = null; this.pi_inoutno.DBTitle = null; this.pi_inoutno.FormName = null; this.pi_inoutno.Location = new System.Drawing.Point(126, 129); this.pi_inoutno.Margin = new System.Windows.Forms.Padding(2); this.pi_inoutno.Name = "pi_inoutno"; this.pi_inoutno.Power = null; this.pi_inoutno.ReturnData = null; this.pi_inoutno.SelectField = null; this.pi_inoutno.SetValueField = null; this.pi_inoutno.Size = new System.Drawing.Size(158, 20); this.pi_inoutno.TabIndex = 212; this.pi_inoutno.TableName = null; this.pi_inoutno.TextBoxEnable = true; // // Special_CancelProdinout // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(783, 401); this.Controls.Add(this.pi_inoutno_label); this.Controls.Add(this.pi_inoutno); this.Controls.Add(this.Clean); this.Controls.Add(this.OperateResult); this.Controls.Add(this.Confirm); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "Special_CancelProdinout"; this.Tag = "Special!CancelProdinout"; this.Text = "出货单取消出货"; this.Load += new System.EventHandler(this.Special_CancelProdinout_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CustomControl.ButtonUtil.NormalButton Confirm; private CustomControl.RichText.RichTextAutoBottom OperateResult; private CustomControl.ButtonUtil.NormalButton Clean; private System.Windows.Forms.Label pi_inoutno_label; private CustomControl.TextBoxWithIcon.SearchTextBox pi_inoutno; } }