namespace UAS_MES_NEW.Special
{
partial class Special_AfSale
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Special_AfSale));
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.ms_sncode_label = new System.Windows.Forms.Label();
this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
this.Filter = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
this.bc_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
this.ChoosedRejectList = new System.Windows.Forms.ListView();
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.ChooseedReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowRightButton();
this.WaitReject = new UAS_MES_NEW.CustomControl.ButtonUtil.ArrowLeftButton();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.WaitRejectList = new System.Windows.Forms.ListView();
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.label3 = new System.Windows.Forms.Label();
this.bc_groupcode = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
this.bc_groupcode_label = new System.Windows.Forms.Label();
this.Save = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.ms_makecode_label = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.ms_sncode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
this.ms_prodcode_label = new System.Windows.Forms.Label();
this.pr_orispeccode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
this.BadInfSource = new System.Windows.Forms.BindingSource(this.components);
this.label2 = new System.Windows.Forms.Label();
this.ms_indate = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
this.remarkin = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.pr_detail_label = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.pi_inoutno_label = new System.Windows.Forms.Label();
this.cu_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).BeginInit();
this.SuspendLayout();
//
// 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(978, 187);
this.OperateResult.Name = "OperateResult";
this.OperateResult.Size = new System.Drawing.Size(297, 524);
this.OperateResult.TabIndex = 3;
this.OperateResult.Text = "";
//
// ms_sncode_label
//
this.ms_sncode_label.AutoSize = true;
this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ms_sncode_label.Location = new System.Drawing.Point(38, 680);
this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ms_sncode_label.Name = "ms_sncode_label";
this.ms_sncode_label.Size = new System.Drawing.Size(86, 31);
this.ms_sncode_label.TabIndex = 69;
this.ms_sncode_label.Text = "序列号";
//
// sncode
//
this.sncode.AllPower = "ifall";
this.sncode.BackColor = System.Drawing.Color.White;
this.sncode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.sncode.ID = null;
this.sncode.Location = new System.Drawing.Point(243, 683);
this.sncode.Margin = new System.Windows.Forms.Padding(4);
this.sncode.Name = "sncode";
this.sncode.Power = null;
this.sncode.Size = new System.Drawing.Size(339, 32);
this.sncode.Str = null;
this.sncode.Str1 = null;
this.sncode.Str2 = null;
this.sncode.TabIndex = 70;
this.sncode.Tag = "IfRead";
this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
//
// Filter
//
this.Filter.BackColor = System.Drawing.Color.Transparent;
this.Filter.Font = new System.Drawing.Font("宋体", 10.8F);
this.Filter.Location = new System.Drawing.Point(147, 345);
this.Filter.Name = "Filter";
this.Filter.PlaceHolder = "不良名称搜索";
this.Filter.Size = new System.Drawing.Size(264, 33);
this.Filter.TabIndex = 87;
this.Filter.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder.OnTextChange(this.Filter_UserControlTextChanged);
//
// bc_code
//
this.bc_code.AllPower = null;
this.bc_code.BackColor = System.Drawing.Color.White;
this.bc_code.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bc_code.ID = null;
this.bc_code.Location = new System.Drawing.Point(148, 265);
this.bc_code.Margin = new System.Windows.Forms.Padding(4);
this.bc_code.Name = "bc_code";
this.bc_code.Power = null;
this.bc_code.Size = new System.Drawing.Size(262, 32);
this.bc_code.Str = null;
this.bc_code.Str1 = null;
this.bc_code.Str2 = null;
this.bc_code.TabIndex = 86;
this.bc_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bc_code_KeyDown);
//
// ChoosedRejectList
//
this.ChoosedRejectList.CheckBoxes = true;
this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader6,
this.columnHeader3,
this.columnHeader7,
this.columnHeader8,
this.columnHeader10});
this.ChoosedRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ChoosedRejectList.Location = new System.Drawing.Point(559, 386);
this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(4);
this.ChoosedRejectList.Name = "ChoosedRejectList";
this.ChoosedRejectList.Size = new System.Drawing.Size(397, 277);
this.ChoosedRejectList.TabIndex = 85;
this.ChoosedRejectList.UseCompatibleStateImageBehavior = false;
this.ChoosedRejectList.View = System.Windows.Forms.View.Details;
//
// columnHeader6
//
this.columnHeader6.Text = " ";
this.columnHeader6.Width = 20;
//
// columnHeader3
//
this.columnHeader3.Text = "不良代码组";
this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader3.Width = 117;
//
// columnHeader7
//
this.columnHeader7.Text = "不良代码";
this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader7.Width = 95;
//
// columnHeader8
//
this.columnHeader8.Text = "不良名称";
this.columnHeader8.Width = 99;
//
// columnHeader10
//
this.columnHeader10.Text = "备注";
this.columnHeader10.Width = 0;
//
// ChooseedReject
//
this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
this.ChooseedReject.Location = new System.Drawing.Point(445, 453);
this.ChooseedReject.Margin = new System.Windows.Forms.Padding(4);
this.ChooseedReject.Name = "ChooseedReject";
this.ChooseedReject.Size = new System.Drawing.Size(75, 34);
this.ChooseedReject.TabIndex = 84;
this.ChooseedReject.UseVisualStyleBackColor = true;
this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
//
// WaitReject
//
this.WaitReject.Image = ((System.Drawing.Image)(resources.GetObject("WaitReject.Image")));
this.WaitReject.Location = new System.Drawing.Point(445, 548);
this.WaitReject.Margin = new System.Windows.Forms.Padding(4);
this.WaitReject.Name = "WaitReject";
this.WaitReject.Size = new System.Drawing.Size(75, 34);
this.WaitReject.TabIndex = 83;
this.WaitReject.UseVisualStyleBackColor = true;
this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.Black;
this.label5.Location = new System.Drawing.Point(553, 349);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(110, 31);
this.label5.TabIndex = 82;
this.label5.Text = "已选不良";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.Black;
this.label4.Location = new System.Drawing.Point(7, 339);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(110, 31);
this.label4.TabIndex = 81;
this.label4.Text = "待选不良";
//
// WaitRejectList
//
this.WaitRejectList.CheckBoxes = true;
this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader5,
this.columnHeader4,
this.columnHeader1,
this.columnHeader2,
this.columnHeader9});
this.WaitRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.WaitRejectList.FullRowSelect = true;
this.WaitRejectList.Location = new System.Drawing.Point(13, 386);
this.WaitRejectList.Margin = new System.Windows.Forms.Padding(4);
this.WaitRejectList.Name = "WaitRejectList";
this.WaitRejectList.Size = new System.Drawing.Size(397, 277);
this.WaitRejectList.TabIndex = 80;
this.WaitRejectList.UseCompatibleStateImageBehavior = false;
this.WaitRejectList.View = System.Windows.Forms.View.Details;
this.WaitRejectList.DoubleClick += new System.EventHandler(this.WaitRejectList_DoubleClick);
//
// columnHeader5
//
this.columnHeader5.Text = " ";
this.columnHeader5.Width = 20;
//
// columnHeader4
//
this.columnHeader4.Text = "不良代码组";
this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader4.Width = 0;
//
// columnHeader1
//
this.columnHeader1.Text = "不良代码";
this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.columnHeader1.Width = 143;
//
// columnHeader2
//
this.columnHeader2.Text = "不良名称";
this.columnHeader2.Width = 122;
//
// columnHeader9
//
this.columnHeader9.Text = "备注";
this.columnHeader9.Width = 0;
//
// 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(11, 265);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(110, 31);
this.label3.TabIndex = 79;
this.label3.Text = "不良代码";
//
// bc_groupcode
//
this.bc_groupcode.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bc_groupcode.FormattingEnabled = true;
this.bc_groupcode.Location = new System.Drawing.Point(148, 206);
this.bc_groupcode.Margin = new System.Windows.Forms.Padding(4);
this.bc_groupcode.Name = "bc_groupcode";
this.bc_groupcode.Size = new System.Drawing.Size(262, 30);
this.bc_groupcode.TabIndex = 77;
this.bc_groupcode.SelectedIndexChanged += new System.EventHandler(this.bc_groupcode_SelectedIndexChanged);
//
// bc_groupcode_label
//
this.bc_groupcode_label.AutoSize = true;
this.bc_groupcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bc_groupcode_label.Location = new System.Drawing.Point(11, 205);
this.bc_groupcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.bc_groupcode_label.Name = "bc_groupcode_label";
this.bc_groupcode_label.Size = new System.Drawing.Size(110, 31);
this.bc_groupcode_label.TabIndex = 78;
this.bc_groupcode_label.Text = "不良组别";
//
// Save
//
this.Save.AllPower = null;
this.Save.BackColor = System.Drawing.Color.Transparent;
this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
this.Save.Image = null;
this.Save.IsShowBorder = true;
this.Save.Location = new System.Drawing.Point(720, 683);
this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
this.Save.Name = "Save";
this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
this.Save.Power = null;
this.Save.Size = new System.Drawing.Size(98, 39);
this.Save.TabIndex = 88;
this.Save.Text = "保存";
this.Save.UseVisualStyleBackColor = false;
this.Save.Click += new System.EventHandler(this.Save_Click);
//
// ms_makecode_label
//
this.ms_makecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
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(430, 33);
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(86, 31);
this.ms_makecode_label.TabIndex = 158;
this.ms_makecode_label.Text = "工单号";
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
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(21, 33);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(86, 31);
this.label1.TabIndex = 159;
this.label1.Text = "序列号";
//
// ms_sncode
//
this.ms_sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.ms_sncode.AutoSize = true;
this.ms_sncode.CutLength = null;
this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ms_sncode.Location = new System.Drawing.Point(135, 33);
this.ms_sncode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ms_sncode.MaximumSize = new System.Drawing.Size(225, 0);
this.ms_sncode.Name = "ms_sncode";
this.ms_sncode.Size = new System.Drawing.Size(0, 31);
this.ms_sncode.TabIndex = 164;
//
// ms_prodcode_label
//
this.ms_prodcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.ms_prodcode_label.AutoSize = true;
this.ms_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ms_prodcode_label.Location = new System.Drawing.Point(25, 126);
this.ms_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ms_prodcode_label.Name = "ms_prodcode_label";
this.ms_prodcode_label.Size = new System.Drawing.Size(110, 31);
this.ms_prodcode_label.TabIndex = 161;
this.ms_prodcode_label.Text = "产品编号";
//
// pr_orispeccode
//
this.pr_orispeccode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.pr_orispeccode.AutoSize = true;
this.pr_orispeccode.CutLength = null;
this.pr_orispeccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.pr_orispeccode.Location = new System.Drawing.Point(550, 126);
this.pr_orispeccode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.pr_orispeccode.MaximumSize = new System.Drawing.Size(225, 0);
this.pr_orispeccode.Name = "pr_orispeccode";
this.pr_orispeccode.Size = new System.Drawing.Size(0, 31);
this.pr_orispeccode.TabIndex = 162;
//
// ms_prodcode
//
this.ms_prodcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.ms_prodcode.AutoSize = true;
this.ms_prodcode.CutLength = null;
this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ms_prodcode.Location = new System.Drawing.Point(169, 126);
this.ms_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ms_prodcode.MaximumSize = new System.Drawing.Size(225, 0);
this.ms_prodcode.Name = "ms_prodcode";
this.ms_prodcode.Size = new System.Drawing.Size(0, 31);
this.ms_prodcode.TabIndex = 157;
//
// ms_makecode
//
this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.ms_makecode.AutoSize = true;
this.ms_makecode.CutLength = null;
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(550, 33);
this.ms_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ms_makecode.MaximumSize = new System.Drawing.Size(225, 0);
this.ms_makecode.Name = "ms_makecode";
this.ms_makecode.Size = new System.Drawing.Size(0, 31);
this.ms_makecode.TabIndex = 163;
//
// label2
//
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
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(828, 33);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(110, 31);
this.label2.TabIndex = 165;
this.label2.Text = "生产日期";
//
// ms_indate
//
this.ms_indate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.ms_indate.AutoSize = true;
this.ms_indate.CutLength = null;
this.ms_indate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ms_indate.Location = new System.Drawing.Point(948, 33);
this.ms_indate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ms_indate.MaximumSize = new System.Drawing.Size(225, 0);
this.ms_indate.Name = "ms_indate";
this.ms_indate.Size = new System.Drawing.Size(0, 31);
this.ms_indate.TabIndex = 166;
//
// remarkin
//
this.remarkin.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.remarkin.Location = new System.Drawing.Point(556, 202);
this.remarkin.Name = "remarkin";
this.remarkin.Size = new System.Drawing.Size(392, 73);
this.remarkin.TabIndex = 167;
this.remarkin.Text = "";
//
// pr_detail_label
//
this.pr_detail_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
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(430, 126);
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(62, 31);
this.pr_detail_label.TabIndex = 160;
this.pr_detail_label.Text = "型号";
//
// label6
//
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(487, 202);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(62, 31);
this.label6.TabIndex = 168;
this.label6.Text = "备注";
//
// button1
//
this.button1.Location = new System.Drawing.Point(759, 299);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(189, 41);
this.button1.TabIndex = 169;
this.button1.Text = "EXCEL导入";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// 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(819, 126);
this.pi_inoutno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.pi_inoutno_label.Name = "pi_inoutno_label";
this.pi_inoutno_label.Size = new System.Drawing.Size(62, 31);
this.pi_inoutno_label.TabIndex = 213;
this.pi_inoutno_label.Text = "客户";
//
// 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(904, 127);
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(237, 30);
this.cu_code.TabIndex = 212;
this.cu_code.TableName = null;
this.cu_code.TextBoxEnable = true;
//
// Special_AfSale
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1287, 736);
this.Controls.Add(this.pi_inoutno_label);
this.Controls.Add(this.cu_code);
this.Controls.Add(this.button1);
this.Controls.Add(this.label6);
this.Controls.Add(this.remarkin);
this.Controls.Add(this.label2);
this.Controls.Add(this.ms_indate);
this.Controls.Add(this.ms_makecode_label);
this.Controls.Add(this.label1);
this.Controls.Add(this.ms_sncode);
this.Controls.Add(this.pr_detail_label);
this.Controls.Add(this.ms_prodcode_label);
this.Controls.Add(this.pr_orispeccode);
this.Controls.Add(this.ms_prodcode);
this.Controls.Add(this.ms_makecode);
this.Controls.Add(this.Save);
this.Controls.Add(this.Filter);
this.Controls.Add(this.bc_code);
this.Controls.Add(this.ChoosedRejectList);
this.Controls.Add(this.ChooseedReject);
this.Controls.Add(this.WaitReject);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.WaitRejectList);
this.Controls.Add(this.label3);
this.Controls.Add(this.bc_groupcode);
this.Controls.Add(this.bc_groupcode_label);
this.Controls.Add(this.ms_sncode_label);
this.Controls.Add(this.sncode);
this.Controls.Add(this.OperateResult);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Special_AfSale";
this.Tag = "Special!AfSale";
this.Text = "售后不良采集";
this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
this.SizeChanged += new System.EventHandler(this.Special_ReSNBD_SizeChanged);
((System.ComponentModel.ISupportInitialize)(this.BadInfSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CustomControl.RichText.RichTextAutoBottom OperateResult;
private System.Windows.Forms.Label ms_sncode_label;
private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
private CustomControl.TextBoxWithIcon.EnterTextBox bc_code;
private System.Windows.Forms.ListView ChoosedRejectList;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ColumnHeader columnHeader8;
private System.Windows.Forms.ColumnHeader columnHeader10;
private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ListView WaitRejectList;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader9;
private System.Windows.Forms.Label label3;
private CustomControl.ComBoxWithFocus.ComBoxWithFocus bc_groupcode;
private System.Windows.Forms.Label bc_groupcode_label;
private CustomControl.ButtonUtil.NormalButton Save;
private System.Windows.Forms.Label ms_makecode_label;
private System.Windows.Forms.Label label1;
private CustomControl.ValueLabel.ValueLabel ms_sncode;
private System.Windows.Forms.Label ms_prodcode_label;
private CustomControl.ValueLabel.ValueLabel pr_orispeccode;
private CustomControl.ValueLabel.ValueLabel ms_prodcode;
private CustomControl.ValueLabel.ValueLabel ms_makecode;
private System.Windows.Forms.BindingSource BadInfSource;
private System.Windows.Forms.Label label2;
private CustomControl.ValueLabel.ValueLabel ms_indate;
private CustomControl.RichText.RichTextAutoBottom remarkin;
private System.Windows.Forms.Label pr_detail_label;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Label pi_inoutno_label;
private CustomControl.TextBoxWithIcon.SearchTextBox cu_code;
}
}