Browse Source

OQC批次拆解功能

章政 8 years ago
parent
commit
cea0cc91c8

+ 480 - 0
UAS-MES/FunctionCode/OQC/OQC_CheckNoSplit.Designer.cs

@@ -0,0 +1,480 @@
+namespace UAS_MES.OQC
+{
+    partial class OQC_CheckNoSplit
+    {
+        /// <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()
+        {
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OQC_CheckNoSplit));
+            this.ob_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
+            this.ob_checkno_label = new System.Windows.Forms.Label();
+            this.obd_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
+            this.obd_outboxcode_label = new System.Windows.Forms.Label();
+            this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
+            this.ms_sncode_label = new System.Windows.Forms.Label();
+            this.ob_prodcode_label = new System.Windows.Forms.Label();
+            this.pr_spec_label = new System.Windows.Forms.Label();
+            this.ob_prodcode = new System.Windows.Forms.Label();
+            this.pr_spec = new System.Windows.Forms.Label();
+            this.GetBatch = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
+            this.OutBoxDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
+            this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
+            this.obd_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.obd_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.obd_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.obd_builddate = new System.Windows.Forms.DataGridViewTextBoxColumn();
+            this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
+            this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
+            this.label1 = new System.Windows.Forms.Label();
+            this.choosedsn_label = new System.Windows.Forms.Label();
+            this.choosedsn = new System.Windows.Forms.Label();
+            this.totalsn = new System.Windows.Forms.Label();
+            this.totalsn_label = new System.Windows.Forms.Label();
+            this.new_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
+            this.new_checkno_lable = new System.Windows.Forms.Label();
+            this.groupBoxWithBorder2 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
+            this.SplitCheckNo = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
+            ((System.ComponentModel.ISupportInitialize)(this.OutBoxDGV)).BeginInit();
+            this.groupBoxWithBorder2.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // ob_checkno
+            // 
+            this.ob_checkno.AllPower = "";
+            this.ob_checkno.BackColor = System.Drawing.Color.White;
+            this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 9F);
+            this.ob_checkno.ID = null;
+            this.ob_checkno.Location = new System.Drawing.Point(153, 38);
+            this.ob_checkno.Margin = new System.Windows.Forms.Padding(4);
+            this.ob_checkno.Name = "ob_checkno";
+            this.ob_checkno.Power = "";
+            this.ob_checkno.Size = new System.Drawing.Size(547, 27);
+            this.ob_checkno.Str = null;
+            this.ob_checkno.Str1 = null;
+            this.ob_checkno.Str2 = null;
+            this.ob_checkno.TabIndex = 217;
+            this.ob_checkno.Tag = "NoAuto";
+            this.ob_checkno.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown);
+            // 
+            // ob_checkno_label
+            // 
+            this.ob_checkno_label.AutoSize = true;
+            this.ob_checkno_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.ob_checkno_label.Location = new System.Drawing.Point(47, 35);
+            this.ob_checkno_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.ob_checkno_label.Name = "ob_checkno_label";
+            this.ob_checkno_label.Size = new System.Drawing.Size(72, 27);
+            this.ob_checkno_label.TabIndex = 216;
+            this.ob_checkno_label.Text = "抽检批";
+            // 
+            // obd_outboxcode
+            // 
+            this.obd_outboxcode.AllPower = null;
+            this.obd_outboxcode.BackColor = System.Drawing.Color.White;
+            this.obd_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F);
+            this.obd_outboxcode.ID = null;
+            this.obd_outboxcode.Location = new System.Drawing.Point(153, 87);
+            this.obd_outboxcode.Margin = new System.Windows.Forms.Padding(4);
+            this.obd_outboxcode.Name = "obd_outboxcode";
+            this.obd_outboxcode.Power = null;
+            this.obd_outboxcode.Size = new System.Drawing.Size(547, 27);
+            this.obd_outboxcode.Str = null;
+            this.obd_outboxcode.Str1 = null;
+            this.obd_outboxcode.Str2 = null;
+            this.obd_outboxcode.TabIndex = 221;
+            this.obd_outboxcode.Tag = "NoAuto";
+            this.obd_outboxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown);
+            // 
+            // obd_outboxcode_label
+            // 
+            this.obd_outboxcode_label.AutoSize = true;
+            this.obd_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.obd_outboxcode_label.Location = new System.Drawing.Point(47, 84);
+            this.obd_outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.obd_outboxcode_label.Name = "obd_outboxcode_label";
+            this.obd_outboxcode_label.Size = new System.Drawing.Size(52, 27);
+            this.obd_outboxcode_label.TabIndex = 220;
+            this.obd_outboxcode_label.Text = "箱号";
+            // 
+            // ms_sncode
+            // 
+            this.ms_sncode.AllPower = "";
+            this.ms_sncode.BackColor = System.Drawing.Color.White;
+            this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 9F);
+            this.ms_sncode.ID = null;
+            this.ms_sncode.Location = new System.Drawing.Point(153, 129);
+            this.ms_sncode.Margin = new System.Windows.Forms.Padding(4);
+            this.ms_sncode.Name = "ms_sncode";
+            this.ms_sncode.Power = "";
+            this.ms_sncode.Size = new System.Drawing.Size(547, 27);
+            this.ms_sncode.Str = null;
+            this.ms_sncode.Str1 = null;
+            this.ms_sncode.Str2 = null;
+            this.ms_sncode.TabIndex = 219;
+            this.ms_sncode.Tag = "NoAuto";
+            this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.KeyDown);
+            // 
+            // 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(47, 127);
+            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(72, 27);
+            this.ms_sncode_label.TabIndex = 218;
+            this.ms_sncode_label.Text = "序列号";
+            // 
+            // ob_prodcode_label
+            // 
+            this.ob_prodcode_label.AutoSize = true;
+            this.ob_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.ob_prodcode_label.Location = new System.Drawing.Point(47, 172);
+            this.ob_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.ob_prodcode_label.Name = "ob_prodcode_label";
+            this.ob_prodcode_label.Size = new System.Drawing.Size(92, 27);
+            this.ob_prodcode_label.TabIndex = 222;
+            this.ob_prodcode_label.Text = "产品编号";
+            // 
+            // pr_spec_label
+            // 
+            this.pr_spec_label.AutoSize = true;
+            this.pr_spec_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.pr_spec_label.Location = new System.Drawing.Point(392, 172);
+            this.pr_spec_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.pr_spec_label.Name = "pr_spec_label";
+            this.pr_spec_label.Size = new System.Drawing.Size(92, 27);
+            this.pr_spec_label.TabIndex = 224;
+            this.pr_spec_label.Text = "名称规格";
+            // 
+            // ob_prodcode
+            // 
+            this.ob_prodcode.AutoSize = true;
+            this.ob_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.ob_prodcode.Location = new System.Drawing.Point(155, 172);
+            this.ob_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.ob_prodcode.Name = "ob_prodcode";
+            this.ob_prodcode.Size = new System.Drawing.Size(0, 27);
+            this.ob_prodcode.TabIndex = 225;
+            // 
+            // pr_spec
+            // 
+            this.pr_spec.AutoSize = true;
+            this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.pr_spec.Location = new System.Drawing.Point(492, 172);
+            this.pr_spec.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.pr_spec.Name = "pr_spec";
+            this.pr_spec.Size = new System.Drawing.Size(0, 27);
+            this.pr_spec.TabIndex = 226;
+            // 
+            // GetBatch
+            // 
+            this.GetBatch.AllPower = "";
+            this.GetBatch.BackColor = System.Drawing.Color.Transparent;
+            this.GetBatch.DownImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.DownImage")));
+            this.GetBatch.Font = new System.Drawing.Font("微软雅黑", 9F);
+            this.GetBatch.Image = null;
+            this.GetBatch.IsShowBorder = true;
+            this.GetBatch.Location = new System.Drawing.Point(748, 127);
+            this.GetBatch.Margin = new System.Windows.Forms.Padding(4);
+            this.GetBatch.MoveImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.MoveImage")));
+            this.GetBatch.Name = "GetBatch";
+            this.GetBatch.NormalImage = ((System.Drawing.Image)(resources.GetObject("GetBatch.NormalImage")));
+            this.GetBatch.Power = "";
+            this.GetBatch.Size = new System.Drawing.Size(80, 30);
+            this.GetBatch.TabIndex = 227;
+            this.GetBatch.Text = "获取批";
+            this.GetBatch.UseVisualStyleBackColor = true;
+            this.GetBatch.Click += new System.EventHandler(this.GetBatch_Click);
+            // 
+            // OutBoxDGV
+            // 
+            this.OutBoxDGV.AllowUserToAddRows = false;
+            this.OutBoxDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
+            this.OutBoxDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
+            this.choose,
+            this.obd_outboxcode1,
+            this.obd_makecode,
+            this.obd_sncode,
+            this.obd_builddate});
+            this.OutBoxDGV.Location = new System.Drawing.Point(39, 281);
+            this.OutBoxDGV.Name = "OutBoxDGV";
+            this.OutBoxDGV.RowTemplate.Height = 27;
+            this.OutBoxDGV.Size = new System.Drawing.Size(776, 349);
+            this.OutBoxDGV.TabIndex = 228;
+            this.OutBoxDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.OutBoxDGV_CellContentClick);
+            // 
+            // choose
+            // 
+            this.choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
+            this.choose.HeaderText = "勾选";
+            this.choose.MinimumWidth = 80;
+            this.choose.Name = "choose";
+            this.choose.Resizable = System.Windows.Forms.DataGridViewTriState.True;
+            this.choose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
+            this.choose.Width = 80;
+            // 
+            // obd_outboxcode1
+            // 
+            this.obd_outboxcode1.DataPropertyName = "obd_outboxcode";
+            this.obd_outboxcode1.HeaderText = "箱号";
+            this.obd_outboxcode1.Name = "obd_outboxcode1";
+            // 
+            // obd_makecode
+            // 
+            this.obd_makecode.DataPropertyName = "obd_makecode";
+            this.obd_makecode.HeaderText = "工单号";
+            this.obd_makecode.Name = "obd_makecode";
+            // 
+            // obd_sncode
+            // 
+            this.obd_sncode.DataPropertyName = "obd_sncode";
+            this.obd_sncode.HeaderText = "序列号";
+            this.obd_sncode.Name = "obd_sncode";
+            // 
+            // obd_builddate
+            // 
+            this.obd_builddate.DataPropertyName = "obd_builddate";
+            this.obd_builddate.HeaderText = "维护日期";
+            this.obd_builddate.MinimumWidth = 140;
+            this.obd_builddate.Name = "obd_builddate";
+            this.obd_builddate.Width = 140;
+            // 
+            // 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(830, 281);
+            this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
+            this.OperateResult.Name = "OperateResult";
+            this.OperateResult.Size = new System.Drawing.Size(313, 352);
+            this.OperateResult.TabIndex = 229;
+            this.OperateResult.Text = "";
+            // 
+            // sncode
+            // 
+            this.sncode.AllPower = "";
+            this.sncode.BackColor = System.Drawing.Color.White;
+            this.sncode.ID = null;
+            this.sncode.Location = new System.Drawing.Point(140, 652);
+            this.sncode.Margin = new System.Windows.Forms.Padding(4);
+            this.sncode.Name = "sncode";
+            this.sncode.Power = "";
+            this.sncode.Size = new System.Drawing.Size(204, 25);
+            this.sncode.Str = null;
+            this.sncode.Str1 = null;
+            this.sncode.Str2 = null;
+            this.sncode.TabIndex = 231;
+            this.sncode.Tag = "NoAuto";
+            this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
+            // 
+            // 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(34, 650);
+            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(72, 27);
+            this.label1.TabIndex = 230;
+            this.label1.Text = "序列号";
+            // 
+            // choosedsn_label
+            // 
+            this.choosedsn_label.AutoSize = true;
+            this.choosedsn_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.choosedsn_label.Location = new System.Drawing.Point(558, 652);
+            this.choosedsn_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.choosedsn_label.Name = "choosedsn_label";
+            this.choosedsn_label.Size = new System.Drawing.Size(52, 27);
+            this.choosedsn_label.TabIndex = 232;
+            this.choosedsn_label.Text = "已选";
+            // 
+            // choosedsn
+            // 
+            this.choosedsn.AutoSize = true;
+            this.choosedsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.choosedsn.Location = new System.Drawing.Point(621, 652);
+            this.choosedsn.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.choosedsn.Name = "choosedsn";
+            this.choosedsn.Size = new System.Drawing.Size(24, 27);
+            this.choosedsn.TabIndex = 233;
+            this.choosedsn.Text = "0";
+            // 
+            // totalsn
+            // 
+            this.totalsn.AutoSize = true;
+            this.totalsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.totalsn.Location = new System.Drawing.Point(747, 652);
+            this.totalsn.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.totalsn.Name = "totalsn";
+            this.totalsn.Size = new System.Drawing.Size(24, 27);
+            this.totalsn.TabIndex = 235;
+            this.totalsn.Text = "0";
+            // 
+            // totalsn_label
+            // 
+            this.totalsn_label.AutoSize = true;
+            this.totalsn_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.totalsn_label.Location = new System.Drawing.Point(687, 652);
+            this.totalsn_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.totalsn_label.Name = "totalsn_label";
+            this.totalsn_label.Size = new System.Drawing.Size(52, 27);
+            this.totalsn_label.TabIndex = 234;
+            this.totalsn_label.Text = "总数";
+            // 
+            // new_checkno
+            // 
+            this.new_checkno.AllPower = "";
+            this.new_checkno.BackColor = System.Drawing.Color.White;
+            this.new_checkno.ID = null;
+            this.new_checkno.Location = new System.Drawing.Point(192, 239);
+            this.new_checkno.Margin = new System.Windows.Forms.Padding(4);
+            this.new_checkno.Name = "new_checkno";
+            this.new_checkno.Power = "";
+            this.new_checkno.Size = new System.Drawing.Size(547, 25);
+            this.new_checkno.Str = null;
+            this.new_checkno.Str1 = null;
+            this.new_checkno.Str2 = null;
+            this.new_checkno.TabIndex = 237;
+            this.new_checkno.Tag = "NoAuto";
+            // 
+            // new_checkno_lable
+            // 
+            this.new_checkno_lable.AutoSize = true;
+            this.new_checkno_lable.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.new_checkno_lable.Location = new System.Drawing.Point(86, 237);
+            this.new_checkno_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+            this.new_checkno_lable.Name = "new_checkno_lable";
+            this.new_checkno_lable.Size = new System.Drawing.Size(92, 27);
+            this.new_checkno_lable.TabIndex = 236;
+            this.new_checkno_lable.Text = "新批次号";
+            // 
+            // groupBoxWithBorder2
+            // 
+            this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
+            this.groupBoxWithBorder2.Controls.Add(this.obd_outboxcode);
+            this.groupBoxWithBorder2.Controls.Add(this.ob_checkno_label);
+            this.groupBoxWithBorder2.Controls.Add(this.ob_checkno);
+            this.groupBoxWithBorder2.Controls.Add(this.ms_sncode_label);
+            this.groupBoxWithBorder2.Controls.Add(this.ms_sncode);
+            this.groupBoxWithBorder2.Controls.Add(this.obd_outboxcode_label);
+            this.groupBoxWithBorder2.Controls.Add(this.ob_prodcode_label);
+            this.groupBoxWithBorder2.Controls.Add(this.pr_spec_label);
+            this.groupBoxWithBorder2.Controls.Add(this.ob_prodcode);
+            this.groupBoxWithBorder2.Controls.Add(this.pr_spec);
+            this.groupBoxWithBorder2.Controls.Add(this.GetBatch);
+            this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.groupBoxWithBorder2.Location = new System.Drawing.Point(39, 8);
+            this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
+            this.groupBoxWithBorder2.Size = new System.Drawing.Size(1104, 210);
+            this.groupBoxWithBorder2.TabIndex = 238;
+            this.groupBoxWithBorder2.TabStop = false;
+            this.groupBoxWithBorder2.Text = "抽检信息";
+            this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
+            // 
+            // SplitCheckNo
+            // 
+            this.SplitCheckNo.AllPower = "";
+            this.SplitCheckNo.BackColor = System.Drawing.Color.Transparent;
+            this.SplitCheckNo.DownImage = ((System.Drawing.Image)(resources.GetObject("SplitCheckNo.DownImage")));
+            this.SplitCheckNo.Font = new System.Drawing.Font("微软雅黑", 9F);
+            this.SplitCheckNo.Image = null;
+            this.SplitCheckNo.IsShowBorder = true;
+            this.SplitCheckNo.Location = new System.Drawing.Point(369, 650);
+            this.SplitCheckNo.Margin = new System.Windows.Forms.Padding(4);
+            this.SplitCheckNo.MoveImage = ((System.Drawing.Image)(resources.GetObject("SplitCheckNo.MoveImage")));
+            this.SplitCheckNo.Name = "SplitCheckNo";
+            this.SplitCheckNo.NormalImage = ((System.Drawing.Image)(resources.GetObject("SplitCheckNo.NormalImage")));
+            this.SplitCheckNo.Power = "";
+            this.SplitCheckNo.Size = new System.Drawing.Size(80, 30);
+            this.SplitCheckNo.TabIndex = 228;
+            this.SplitCheckNo.Text = "拆批";
+            this.SplitCheckNo.UseVisualStyleBackColor = true;
+            this.SplitCheckNo.Click += new System.EventHandler(this.SplitCheckNo_Click);
+            // 
+            // OQC_CheckNoSplit
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(1177, 696);
+            this.Controls.Add(this.SplitCheckNo);
+            this.Controls.Add(this.groupBoxWithBorder2);
+            this.Controls.Add(this.new_checkno);
+            this.Controls.Add(this.new_checkno_lable);
+            this.Controls.Add(this.totalsn);
+            this.Controls.Add(this.totalsn_label);
+            this.Controls.Add(this.choosedsn);
+            this.Controls.Add(this.choosedsn_label);
+            this.Controls.Add(this.sncode);
+            this.Controls.Add(this.label1);
+            this.Controls.Add(this.OperateResult);
+            this.Controls.Add(this.OutBoxDGV);
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
+            this.Name = "OQC_CheckNoSplit";
+            this.Tag = "OQC!CheckNoSplit";
+            this.Text = "OQC_CheckNoSplit";
+            this.Load += new System.EventHandler(this.OQC_CheckNoSplit_Load);
+            this.SizeChanged += new System.EventHandler(this.OQC_CheckNoSplit_SizeChanged);
+            ((System.ComponentModel.ISupportInitialize)(this.OutBoxDGV)).EndInit();
+            this.groupBoxWithBorder2.ResumeLayout(true);
+            this.groupBoxWithBorder2.PerformLayout();
+            this.ResumeLayout(true);
+            this.PerformLayout();
+
+        }
+
+        #endregion
+
+        private CustomControl.TextBoxWithIcon.EnterTextBox ob_checkno;
+        private System.Windows.Forms.Label ob_checkno_label;
+        private CustomControl.TextBoxWithIcon.EnterTextBox obd_outboxcode;
+        private System.Windows.Forms.Label obd_outboxcode_label;
+        private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
+        private System.Windows.Forms.Label ms_sncode_label;
+        private System.Windows.Forms.Label ob_prodcode_label;
+        private System.Windows.Forms.Label pr_spec_label;
+        private System.Windows.Forms.Label ob_prodcode;
+        private System.Windows.Forms.Label pr_spec;
+        private CustomControl.ButtonUtil.NormalButton GetBatch;
+        private CustomControl.DataGrid_View.DataGridViewWithSerialNum OutBoxDGV;
+        private CustomControl.RichText.RichTextAutoBottom OperateResult;
+        private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
+        private System.Windows.Forms.Label label1;
+        private System.Windows.Forms.Label choosedsn_label;
+        private System.Windows.Forms.Label choosedsn;
+        private System.Windows.Forms.Label totalsn;
+        private System.Windows.Forms.Label totalsn_label;
+        private CustomControl.TextBoxWithIcon.EnterTextBox new_checkno;
+        private System.Windows.Forms.Label new_checkno_lable;
+        private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder2;
+        private CustomControl.ButtonUtil.NormalButton SplitCheckNo;
+        private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
+        private System.Windows.Forms.DataGridViewTextBoxColumn obd_outboxcode1;
+        private System.Windows.Forms.DataGridViewTextBoxColumn obd_makecode;
+        private System.Windows.Forms.DataGridViewTextBoxColumn obd_sncode;
+        private System.Windows.Forms.DataGridViewTextBoxColumn obd_builddate;
+    }
+}

+ 161 - 0
UAS-MES/FunctionCode/OQC/OQC_CheckNoSplit.cs

@@ -0,0 +1,161 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Windows.Forms;
+using UAS_MES.DataOperate;
+using UAS_MES.Entity;
+using UAS_MES.PublicMethod;
+
+namespace UAS_MES.OQC
+{
+    public partial class OQC_CheckNoSplit : Form
+    {
+
+        AutoSizeFormClass asc = new AutoSizeFormClass();
+        DataHelper dh;
+        LogStringBuilder sql = new LogStringBuilder();
+        DataTable dt;
+        string ErrorMessage = "";
+
+        string CheckSn = "";
+
+        public OQC_CheckNoSplit()
+        {
+            InitializeComponent();
+        }
+
+        private void OQC_CheckNoSplit_Load(object sender, EventArgs e)
+        {
+            asc.controllInitializeSize(this);
+            dh = new DataHelper();
+        }
+
+        private void OQC_CheckNoSplit_SizeChanged(object sender, EventArgs e)
+        {
+            asc.controlAutoSize(this);
+        }
+
+        private void KeyDown(object sender, KeyEventArgs e)
+        {
+            if (e.KeyCode == Keys.Enter)
+            {
+                GetBatch.PerformClick();
+            }
+        }
+
+        private void GetBatch_Click(object sender, EventArgs e)
+        {
+            DataTable[] dt = LogicHandler.GetOQCBatch(ms_sncode.Text, obd_outboxcode.Text, ob_checkno.Text, "OQCCHECKNOSPLIT", out ErrorMessage);
+            BaseUtil.SetFormValue(this.Controls, dt[0]);
+            if (dt[1] != null)
+            {
+                BaseUtil.FillDgvWithDataTable(OutBoxDGV, dt[1]);
+            }
+            int oldchecknocount = dh.getRowCount("oqcbatch", "ob_oldcheckno='" + ob_checkno.Text + "'");
+            new_checkno.Text = ob_checkno.Text + "-0" + (oldchecknocount + 1);
+            choosedsn.Text = "0";
+            totalsn.Text = OutBoxDGV.Rows.Count.ToString();
+        }
+
+        private void SplitCheckNo_Click(object sender, EventArgs e)
+        {
+            if (choosedsn.Text != "0")
+            {
+                if (dh.getFieldDataByCondition("oqcbatch", "ob_status", "ob_checkno='" + ob_checkno.Text + "'").ToString() == "UNCHECK")
+                {
+                    string[] sqls = new string[5];
+                    //插入新批次的主表
+                    string ob_id = dh.GetSEQ("oqcbatch_seq");
+                    sql.Clear();
+                    sql.Append("insert into oqcbatch(ob_id,ob_checkno,ob_indate,ob_checkman,ob_oldcheckno,ob_source,");
+                    sql.Append("ob_batchqty,ob_status,ob_prodcode, ob_sourcecode,ob_reworkcode,ob_orgcheckno,");
+                    sql.Append("OB_CRAFTCODE,OB_STEPCODE,OB_MAKECODE,oB_WCCODE,OB_FACTORY,OB_PROJECTCODE,OB_DESCRIPTION,");
+                    sql.Append("OB_AQLCODE,OB_REMARK) select '" + ob_id + "','" + new_checkno.Text + "',sysdate,'" + User.UserCode + "',");
+                    sql.Append("'" + ob_checkno.Text + "',ob_source,ob_batchqty,ob_status,ob_prodcode, ob_sourcecode,");
+                    sql.Append("ob_reworkcode,ob_orgcheckno,OB_CRAFTCODE, OB_STEPCODE,OB_MAKECODE,oB_WCCODE,OB_FACTORY,");
+                    sql.Append("OB_PROJECTCODE,OB_DESCRIPTION,OB_AQLCODE,OB_REMARK from oqcbatch where ob_checkno='" + ob_checkno.Text + "'");
+                    sqls[0] = sql.GetString();
+                    //插入新批次的从表
+                    sql.Clear();
+                    sql.Append("insert into oqcbatchdetail(OBD_ID,OBD_OBID,OBD_CHECKNO,OBD_SNCODE,obd_outboxcode,OBD_MAKECODE");
+                    sql.Append(",OBD_BUILDDATE,obd_prodcode) SELECT oqcbatchdetail_seq.nextval,'" + ob_id + "','" + new_checkno.Text + "',OBD_SNCODE,obd_outboxcode");
+                    sql.Append(",OBD_MAKECODE,sysdate,obd_prodcode from oqcbatchdetail where obd_checkno='" + ob_checkno.Text + "' and obd_sncode in(" + CheckSn + ")");
+                    sqls[1] = sql.GetString();
+                    sqls[2] = "update OQCBatch set ob_nowcheckqty=(select count(1) from oqcbatchdetail where obd_checkno='" + new_checkno.Text + "') where ob_checkno='" + new_checkno.Text + "'";
+                    sqls[3] = "delete from oqcbatchdetail where obd_checkno='" + ob_checkno.Text + "' and obd_sncode in (" + CheckSn + ")";
+                    sqls[4] = "update OQCBatch set ob_nowcheckqty=(select count(1) from oqcbatchdetail where obd_checkno='" + ob_checkno.Text + "') where ob_checkno='" + ob_checkno.Text + "'";
+                    dh.ExecuteSQLTran(sqls);
+                    GetBatch.PerformClick();
+                    OperateResult.AppendText("批次" + ob_checkno.Text + "拆解成功!");
+                }
+                else OperateResult.AppendText(">>批次状态必须是待检验\n", Color.Red);
+            }
+            else OperateResult.AppendText(">>请勾选需要拆解的序列号\n", Color.Red);
+        }
+
+        private void OutBoxDGV_CellContentClick(object sender, DataGridViewCellEventArgs e)
+        {
+            if (e.RowIndex >= 0)
+            {
+                if (OutBoxDGV.Columns[e.ColumnIndex].Name == "choose")
+                {
+                    string Checked = OutBoxDGV.Rows[e.RowIndex].Cells[0].FormattedValue.ToString();
+                    for (int i = 0; i < OutBoxDGV.Rows.Count; i++)
+                    {
+                        if (OutBoxDGV.Rows[i].Cells["obd_outboxcode1"].Value.ToString() == OutBoxDGV.Rows[e.RowIndex].Cells["obd_outboxcode1"].Value.ToString())
+                        {
+                            if (Checked != "True")
+                                OutBoxDGV.Rows[i].Cells[0].Value = true;
+                            else
+                                OutBoxDGV.Rows[i].Cells[0].Value = false;
+                        }
+                    }
+                    int ChoosedNum = 0;
+                    for (int i = 0; i < OutBoxDGV.Rows.Count; i++)
+                    {
+                        if (OutBoxDGV.Rows[i].Cells[0].FormattedValue.ToString() == "True")
+                        {
+                            ChoosedNum = ChoosedNum + 1;
+                            CheckSn += "'" + OutBoxDGV.Rows[i].Cells["obd_sncode"].Value.ToString() + "',";
+                        }
+                    }
+                    CheckSn = CheckSn.Substring(0, CheckSn.Length - 1);
+                    choosedsn.Text = ChoosedNum.ToString();
+                }
+            }
+        }
+
+        private void sncode_KeyDown(object sender, KeyEventArgs e)
+        {
+            if (e.KeyCode == Keys.Enter)
+            {
+                bool FindSN = false;
+                for (int i = 0; i < OutBoxDGV.Rows.Count; i++)
+                {
+                    if (sncode.Text == OutBoxDGV.Rows[i].Cells["obd_sncode"].Value.ToString())
+                    {
+                        string Checked = OutBoxDGV.Rows[i].Cells[0].FormattedValue.ToString();
+                        for (int j = 0; j < OutBoxDGV.Rows.Count; j++)
+                        {
+                            if (OutBoxDGV.Rows[j].Cells["obd_outboxcode1"].Value.ToString() == OutBoxDGV.Rows[i].Cells["obd_outboxcode1"].Value.ToString())
+                            {
+                                if (Checked != "True")
+                                    OutBoxDGV.Rows[j].Cells[0].Value = true;
+                                else
+                                    OutBoxDGV.Rows[j].Cells[0].Value = false;
+                            }
+                        }
+                        FindSN = true;
+                        break;
+                    }
+                }
+                if (!FindSN)
+                    OperateResult.AppendText(">>批次" + ob_checkno.Text + "不存在序列号" + sncode.Text + "\n", Color.Red);
+            }
+        }
+    }
+}

+ 197 - 0
UAS-MES/FunctionCode/OQC/OQC_CheckNoSplit.resx

@@ -0,0 +1,197 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+  <!-- 
+    Microsoft ResX Schema 
+    
+    Version 2.0
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
+    associated with the data types.
+    
+    Example:
+    
+    ... ado.net/XML headers & schema ...
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
+    <resheader name="version">2.0</resheader>
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
+    </data>
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
+    </data>
+                
+    There are any number of "resheader" rows that contain simple 
+    name/value pairs.
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
+    mimetype set.
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
+    extensible. For a given mimetype the value must be set accordingly:
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
+    read any of the formats listed below.
+    
+    mimetype: application/x-microsoft.net.object.binary.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+            : and then encoded with base64 encoding.
+    
+    mimetype: application/x-microsoft.net.object.soap.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+            : and then encoded with base64 encoding.
+
+    mimetype: application/x-microsoft.net.object.bytearray.base64
+    value   : The object must be serialized into a byte array 
+            : using a System.ComponentModel.TypeConverter
+            : and then encoded with base64 encoding.
+    -->
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+    <xsd:element name="root" msdata:IsDataSet="true">
+      <xsd:complexType>
+        <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" use="required" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="data">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="resheader">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
+            </xsd:complexType>
+          </xsd:element>
+        </xsd:choice>
+      </xsd:complexType>
+    </xsd:element>
+  </xsd:schema>
+  <resheader name="resmimetype">
+    <value>text/microsoft-resx</value>
+  </resheader>
+  <resheader name="version">
+    <value>2.0</value>
+  </resheader>
+  <resheader name="reader">
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <resheader name="writer">
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <data name="GetBatch.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAAEUAAAAWCAYAAACWl1FwAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
+        dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFcSURBVFhH5di7UsJAFMbxtDT6QMI76IAFT0npIE0K
+        GcRORxHklpAIBHLfbILV8XxeNsMznJ35F5vu+82kWYuILD4N7oq75roCw27sb/x5WBdc27btntY64o/i
+        DnZjPxy4S6A0R6PHO1WUNHc9ep4uxIXd2D8eP/XZowWUThBG+n3p0stsKbbJ0qFDFFfscQuUbpzm9Pqx
+        Eh8c4PGLkuX0Nl+LDw4GJckUTRaO+OBQo+SKpitXfHAwKClfZuuN+OBgUDJV0NzxxAeHM5TFxhffGUpe
+        aFp5n+KDg0FRfHH8nfjgUKPoktztXnxwMCgFX7xdID441ChlRf7+ID44GBTNl21wFB8capSqot0xFB8c
+        /lE6Wa70IU5oH0Ziw/5cFebpoPUwHPbL04nCJKUgisWF3dgPB3gABc9v7fvBoBcnaVKdvkha2I39cPjx
+        oPrhusndcPinpIXd2N8gIusbTaFspKtR2SQAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="GetBatch.MoveImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAAEUAAAAWCAYAAACWl1FwAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
+        dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFzSURBVFhH5djNSgJRGMZxL2P2gTfQFbZvHSEZFBEW
+        CEIQBEIgVFiS9qXWoDmp4/fHzDmjM2a+vU/QqUVX0DvwXxxn9fwYXJwYEcXWNzIWt83dcq7AsBv7LXgA
+        ZI0r71/aaqjCJf8o7sFu7IcDFwdK4vimrv1oSZXRnArdQFzYjf3pQkOzRxIoVWc6X5X6M7ruBGIr9mbU
+        9MIVe9hAcXvBO125WnxwgMcXSpcPF20tPjgYlI5eUK6lxAcHg9Lmw3nTFx8cDEpLLSjr+OKDg0FpqojO
+        Gp744GBQ3vyITutT8cHBoDheRCe1ifjgYFBe+ZCxJ+KDg0GpT0NKv4zFBweDUpuEdFQdiQ8OBsXmw2Fl
+        JD44/KCM53TwNBQfHAzKMx/2Hgfig8M3SrXYUasUfz67DwOxYf9dV5urg+RWzta4aEnxn83OfV9c2I39
+        cIAHUOJceTNbUfmW94GX0sJu7IcDPH5fXCe4EvfXxe5/D7ux3yKi2CfkPhTy27lqkwAAAABJRU5ErkJg
+        gg==
+</value>
+  </data>
+  <data name="GetBatch.NormalImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAAEUAAAAWCAYAAACWl1FwAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
+        dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGVSURBVFhH5di7agJRFIXhDSKoYBQEC8FCECwEQRBE
+        4uUVEtTiPKVlom2wttM6IfF+15njXHRnL19jD/zFmanWV8zAEDNTp9OJS6/Sm2QUht3YH4cHtdvtF6k7
+        mUwG1tqd3FR3YTf2w0FKUVOu6XT68Xgw3+8PtWH/bDYbCkeLGo1Gz/d9JwzvrL0gCKx49KlerxtIBUGo
+        PjjAg2q1mqDc2fN99cEBHlStVk0oB+t56oMDPKhSqZggDNm1N/XBAR5ULpeNvGD46rrqgwM8qFQqGV8O
+        56ujPjjAg4rFosFL5ni5qA8O8KBCoWBuns/701l9cIAH5fN5QfF4dzipDw7woFwuZ+zN483+oD44wIOy
+        2azB52i13asPDvCgTCZjHGt5sdmqDw7woHQ6bRzX8ny1UR8c4EHJZNJc5fC7XKsPDvCgRCLR2x9Pzt9q
+        zT+Lpdqw/3A6W/HoUywWa32Nx8OL4zwffM8X6sJu7IcDPCgajaak7udoNNjsdgc81BZ2Yz8c4PH8cR2J
+        ROJSU3qXjMKwG/vjzEz/skOI3Zqgv7AAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="SplitCheckNo.DownImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAAEUAAAAWCAYAAACWl1FwAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
+        dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFcSURBVFhH5di7UsJAFMbxtDT6QMI76IAFT0npIE0K
+        GcRORxHklpAIBHLfbILV8XxeNsMznJ35F5vu+82kWYuILD4N7oq75roCw27sb/x5WBdc27btntY64o/i
+        DnZjPxy4S6A0R6PHO1WUNHc9ep4uxIXd2D8eP/XZowWUThBG+n3p0stsKbbJ0qFDFFfscQuUbpzm9Pqx
+        Eh8c4PGLkuX0Nl+LDw4GJckUTRaO+OBQo+SKpitXfHAwKClfZuuN+OBgUDJV0NzxxAeHM5TFxhffGUpe
+        aFp5n+KDg0FRfHH8nfjgUKPoktztXnxwMCgFX7xdID441ChlRf7+ID44GBTNl21wFB8capSqot0xFB8c
+        /lE6Wa70IU5oH0Ziw/5cFebpoPUwHPbL04nCJKUgisWF3dgPB3gABc9v7fvBoBcnaVKdvkha2I39cPjx
+        oPrhusndcPinpIXd2N8gIusbTaFspKtR2SQAAAAASUVORK5CYII=
+</value>
+  </data>
+  <data name="SplitCheckNo.MoveImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAAEUAAAAWCAYAAACWl1FwAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
+        dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAFzSURBVFhH5djNSgJRGMZxL2P2gTfQFbZvHSEZFBEW
+        CEIQBEIgVFiS9qXWoDmp4/fHzDmjM2a+vU/QqUVX0DvwXxxn9fwYXJwYEcXWNzIWt83dcq7AsBv7LXgA
+        ZI0r71/aaqjCJf8o7sFu7IcDFwdK4vimrv1oSZXRnArdQFzYjf3pQkOzRxIoVWc6X5X6M7ruBGIr9mbU
+        9MIVe9hAcXvBO125WnxwgMcXSpcPF20tPjgYlI5eUK6lxAcHg9Lmw3nTFx8cDEpLLSjr+OKDg0FpqojO
+        Gp744GBQ3vyITutT8cHBoDheRCe1ifjgYFBe+ZCxJ+KDg0GpT0NKv4zFBweDUpuEdFQdiQ8OBsXmw2Fl
+        JD44/KCM53TwNBQfHAzKMx/2Hgfig8M3SrXYUasUfz67DwOxYf9dV5urg+RWzta4aEnxn83OfV9c2I39
+        cIAHUOJceTNbUfmW94GX0sJu7IcDPH5fXCe4EvfXxe5/D7ux3yKi2CfkPhTy27lqkwAAAABJRU5ErkJg
+        gg==
+</value>
+  </data>
+  <data name="SplitCheckNo.NormalImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        iVBORw0KGgoAAAANSUhEUgAAAEUAAAAWCAYAAACWl1FwAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
+        dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAGVSURBVFhH5di7agJRFIXhDSKoYBQEC8FCECwEQRBE
+        4uUVEtTiPKVlom2wttM6IfF+15njXHRnL19jD/zFmanWV8zAEDNTp9OJS6/Sm2QUht3YH4cHtdvtF6k7
+        mUwG1tqd3FR3YTf2w0FKUVOu6XT68Xgw3+8PtWH/bDYbCkeLGo1Gz/d9JwzvrL0gCKx49KlerxtIBUGo
+        PjjAg2q1mqDc2fN99cEBHlStVk0oB+t56oMDPKhSqZggDNm1N/XBAR5ULpeNvGD46rrqgwM8qFQqGV8O
+        56ujPjjAg4rFosFL5ni5qA8O8KBCoWBuns/701l9cIAH5fN5QfF4dzipDw7woFwuZ+zN483+oD44wIOy
+        2azB52i13asPDvCgTCZjHGt5sdmqDw7woHQ6bRzX8ny1UR8c4EHJZNJc5fC7XKsPDvCgRCLR2x9Pzt9q
+        zT+Lpdqw/3A6W/HoUywWa32Nx8OL4zwffM8X6sJu7IcDPCgajaak7udoNNjsdgc81BZ2Yz8c4PH8cR2J
+        ROJSU3qXjMKwG/vjzEz/skOI3Zqgv7AAAAAASUVORK5CYII=
+</value>
+  </data>
+</root>