namespace UAS_MES_NEW.Special
{
partial class Special_AfterSaleOut
{
///
/// 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_AfterSaleOut));
this.cu_code_label = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.Info = new System.Windows.Forms.DataGridView();
this.afr_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.afr_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.afr_cucode = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cu_name = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.Cancel = new System.Windows.Forms.CheckBox();
this.InDate = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.barcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
this.cu_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.label3 = new System.Windows.Forms.Label();
this.outqty = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
((System.ComponentModel.ISupportInitialize)(this.Info)).BeginInit();
this.SuspendLayout();
//
// cu_code_label
//
this.cu_code_label.AutoSize = true;
this.cu_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cu_code_label.Location = new System.Drawing.Point(32, 14);
this.cu_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.cu_code_label.Name = "cu_code_label";
this.cu_code_label.Size = new System.Drawing.Size(146, 41);
this.cu_code_label.TabIndex = 213;
this.cu_code_label.Text = "客户编号";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(42, 726);
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(114, 41);
this.label1.TabIndex = 217;
this.label1.Text = "主板号";
//
// Info
//
this.Info.AllowUserToAddRows = false;
this.Info.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.Info.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.afr_barcode,
this.afr_prodcode,
this.pr_detail,
this.afr_cucode});
this.Info.Location = new System.Drawing.Point(39, 88);
this.Info.Name = "Info";
this.Info.RowTemplate.Height = 37;
this.Info.Size = new System.Drawing.Size(1072, 608);
this.Info.TabIndex = 218;
//
// afr_barcode
//
this.afr_barcode.DataPropertyName = "afr_barcode";
this.afr_barcode.HeaderText = "条码号";
this.afr_barcode.MinimumWidth = 80;
this.afr_barcode.Name = "afr_barcode";
//
// afr_prodcode
//
this.afr_prodcode.DataPropertyName = "afr_prodcode";
this.afr_prodcode.HeaderText = "物料编号";
this.afr_prodcode.MinimumWidth = 100;
this.afr_prodcode.Name = "afr_prodcode";
//
// pr_detail
//
this.pr_detail.DataPropertyName = "pr_detail";
this.pr_detail.HeaderText = "物料名称";
this.pr_detail.MinimumWidth = 90;
this.pr_detail.Name = "pr_detail";
//
// afr_cucode
//
this.afr_cucode.DataPropertyName = "pr_spec";
this.afr_cucode.HeaderText = "物料规格";
this.afr_cucode.MinimumWidth = 300;
this.afr_cucode.Name = "afr_cucode";
this.afr_cucode.Width = 300;
//
// cu_name
//
this.cu_name.AutoSize = true;
this.cu_name.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cu_name.Location = new System.Drawing.Point(601, 14);
this.cu_name.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.cu_name.Name = "cu_name";
this.cu_name.Size = new System.Drawing.Size(0, 41);
this.cu_name.TabIndex = 219;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(450, 14);
this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(146, 41);
this.label5.TabIndex = 222;
this.label5.Text = "客户名称";
//
// Cancel
//
this.Cancel.AutoSize = true;
this.Cancel.Location = new System.Drawing.Point(896, 737);
this.Cancel.Name = "Cancel";
this.Cancel.Size = new System.Drawing.Size(138, 28);
this.Cancel.TabIndex = 223;
this.Cancel.Text = "取消录入";
this.Cancel.UseVisualStyleBackColor = true;
//
// InDate
//
this.InDate.Location = new System.Drawing.Point(1058, 20);
this.InDate.Name = "InDate";
this.InDate.Size = new System.Drawing.Size(205, 35);
this.InDate.TabIndex = 224;
this.InDate.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(889, 14);
this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(146, 41);
this.label2.TabIndex = 225;
this.label2.Text = "录入日期";
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "afr_barcode";
this.dataGridViewTextBoxColumn1.HeaderText = "条码号";
this.dataGridViewTextBoxColumn1.MinimumWidth = 80;
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "afr_prodcode";
this.dataGridViewTextBoxColumn2.HeaderText = "物料编号";
this.dataGridViewTextBoxColumn2.MinimumWidth = 100;
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.DataPropertyName = "afr_cucode";
this.dataGridViewTextBoxColumn3.HeaderText = "客户名称";
this.dataGridViewTextBoxColumn3.MinimumWidth = 90;
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.DataPropertyName = "pr_spec";
this.dataGridViewTextBoxColumn4.HeaderText = "物料规格";
this.dataGridViewTextBoxColumn4.MinimumWidth = 300;
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.Width = 300;
//
// barcode
//
this.barcode.AllPower = null;
this.barcode.BackColor = System.Drawing.Color.White;
this.barcode.ID = null;
this.barcode.Location = new System.Drawing.Point(166, 732);
this.barcode.Margin = new System.Windows.Forms.Padding(4);
this.barcode.Name = "barcode";
this.barcode.Power = null;
this.barcode.Size = new System.Drawing.Size(292, 35);
this.barcode.Str = null;
this.barcode.Str1 = null;
this.barcode.Str2 = null;
this.barcode.TabIndex = 216;
this.barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
//
// cu_code
//
this.cu_code.AllPower = null;
this.cu_code.Caller = null;
this.cu_code.Condition = null;
this.cu_code.DBTitle = null;
this.cu_code.FormName = null;
this.cu_code.Location = new System.Drawing.Point(190, 16);
this.cu_code.Margin = new System.Windows.Forms.Padding(4);
this.cu_code.Name = "cu_code";
this.cu_code.Power = null;
this.cu_code.ReturnData = null;
this.cu_code.SelectField = null;
this.cu_code.SetValueField = null;
this.cu_code.Size = new System.Drawing.Size(235, 40);
this.cu_code.TabIndex = 212;
this.cu_code.TableName = null;
this.cu_code.TextBoxEnable = false;
this.cu_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.cu_code_UserControlTextChanged);
//
// 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(1262, 725);
this.Clean.Margin = new System.Windows.Forms.Padding(8);
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(120, 50);
this.Clean.TabIndex = 143;
this.Clean.Text = "清除";
this.Clean.UseVisualStyleBackColor = true;
this.Clean.Click += new System.EventHandler(this.Clean_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(1138, 88);
this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
this.OperateResult.Name = "OperateResult";
this.OperateResult.Size = new System.Drawing.Size(372, 608);
this.OperateResult.TabIndex = 142;
this.OperateResult.Text = "";
//
// 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(470, 722);
this.Confirm.Margin = new System.Windows.Forms.Padding(8);
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(120, 50);
this.Confirm.TabIndex = 141;
this.Confirm.Text = "确认";
this.Confirm.UseVisualStyleBackColor = true;
this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(604, 729);
this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(146, 41);
this.label3.TabIndex = 229;
this.label3.Text = "出库数量";
this.label3.Visible = false;
//
// outqty
//
this.outqty.AllPower = null;
this.outqty.BackColor = System.Drawing.Color.White;
this.outqty.ID = null;
this.outqty.Location = new System.Drawing.Point(760, 735);
this.outqty.Margin = new System.Windows.Forms.Padding(4);
this.outqty.Name = "outqty";
this.outqty.Power = null;
this.outqty.Size = new System.Drawing.Size(111, 35);
this.outqty.Str = null;
this.outqty.Str1 = null;
this.outqty.Str2 = null;
this.outqty.TabIndex = 228;
this.outqty.Visible = false;
//
// Special_AfterSaleOut
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1566, 802);
this.Controls.Add(this.label3);
this.Controls.Add(this.outqty);
this.Controls.Add(this.label2);
this.Controls.Add(this.InDate);
this.Controls.Add(this.Cancel);
this.Controls.Add(this.label5);
this.Controls.Add(this.cu_name);
this.Controls.Add(this.Info);
this.Controls.Add(this.label1);
this.Controls.Add(this.barcode);
this.Controls.Add(this.cu_code_label);
this.Controls.Add(this.cu_code);
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(4);
this.Name = "Special_AfterSaleOut";
this.Tag = "Special!Special_AfterSaleOut";
this.Text = "出货单取消出货";
this.Load += new System.EventHandler(this.Special_CancelProdinout_Load);
this.SizeChanged += new System.EventHandler(this.Special_AfterSaleIn_SizeChanged);
((System.ComponentModel.ISupportInitialize)(this.Info)).EndInit();
this.ResumeLayout(true);
this.PerformLayout();
}
#endregion
private CustomControl.ButtonUtil.NormalButton Confirm;
private CustomControl.RichText.RichTextAutoBottom OperateResult;
private CustomControl.ButtonUtil.NormalButton Clean;
private System.Windows.Forms.Label cu_code_label;
private CustomControl.TextBoxWithIcon.SearchTextBox cu_code;
private CustomControl.TextBoxWithIcon.EnterTextBox barcode;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridView Info;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.Label cu_name;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.CheckBox Cancel;
private System.Windows.Forms.DateTimePicker InDate;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn afr_barcode;
private System.Windows.Forms.DataGridViewTextBoxColumn afr_prodcode;
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
private System.Windows.Forms.DataGridViewTextBoxColumn afr_cucode;
private System.Windows.Forms.Label label3;
private CustomControl.TextBoxWithIcon.EnterTextBox outqty;
}
}