From d1fc1fe97fdd547745b7cbd21138af54b40c94be Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期二, 25 十一月 2025 17:24:32 +0800
Subject: [PATCH] 1
---
WorkM/WorkM.csproj | 10 -
/dev/null | 491 ------------------------------------------------------
2 files changed, 0 insertions(+), 501 deletions(-)
diff --git a/WorkM/WorkM.csproj b/WorkM/WorkM.csproj
index 1d61a01..df12a27 100644
--- a/WorkM/WorkM.csproj
+++ b/WorkM/WorkM.csproj
@@ -492,12 +492,6 @@
<Compile Include="娴佽浆鍗$鐞哱Sc_ProcessExchangeBill_DH.designer.cs">
<DependentUpon>Sc_ProcessExchangeBill_DH.cs</DependentUpon>
</Compile>
- <Compile Include="娴佽浆鍗$鐞哱Sc_ProcessExchangeBill_DH1.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="娴佽浆鍗$鐞哱Sc_ProcessExchangeBill_DH1.designer.cs">
- <DependentUpon>Sc_ProcessExchangeBill_DH1.cs</DependentUpon>
- </Compile>
<Compile Include="娴佽浆鍗$鐞哱Sc_ProcessExchangeBill.cs">
<SubType>Form</SubType>
</Compile>
@@ -1186,10 +1180,6 @@
</EmbeddedResource>
<EmbeddedResource Include="娴佽浆鍗$鐞哱Sc_ProcessExchangeBill_DH.resx">
<DependentUpon>Sc_ProcessExchangeBill_DH.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="娴佽浆鍗$鐞哱Sc_ProcessExchangeBill_DH1.resx">
- <DependentUpon>Sc_ProcessExchangeBill_DH1.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="娴佽浆鍗$鐞哱Sc_ProcessExchangeBill.resx">
diff --git "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/Sc_ProcessExchangeBill_DH1.cs" "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/Sc_ProcessExchangeBill_DH1.cs"
deleted file mode 100644
index 94e6eee..0000000
--- "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/Sc_ProcessExchangeBill_DH1.cs"
+++ /dev/null
@@ -1,952 +0,0 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Text;
-using System.Windows.Forms;
-using gregn6Lib;
-using Pub_Class;
-using SQLHelper;
-
-namespace WorkM
-{
- public partial class Sc_ProcessExchangeBill_DH1 : Form
- {
- public Sc_ProcessExchangeBill_DH1()
- {
- InitializeComponent();
- }
- //瀹氫箟鍒�
- // 瀹氫箟鍒� - 鏍规嵁鏂板瓧娈甸噸鏂板畾涔�
- public const Int16 HSnoCol = 0; // 搴忓彿
- public const Int16 HICMOInterIDCol = 1; // 鐢熶骇璁㈠崟鍐呯爜
- public const Int16 HICMOEntryIDCol = 2; // 鐢熶骇璁㈠崟瀛愬唴鐮�
- public const Int16 HICMOBillNoCol = 3; // 鐢熶骇璁㈠崟鍙�
- public const Int16 HWorkShopIDCol = 4; // 鐢熶骇杞﹂棿
- public const Int16 HMaterIDCol = 5; // HMaterID
- public const Int16 HMaterNumberCol = 6; // 鐗╂枡浠g爜
- public const Int16 HMaterNameCol = 7; // 鐗╂枡鍚嶇О
- public const Int16 HMaterModelCol = 8; // 瑙勬牸鍨嬪彿
- public const Int16 HQtyCol = 9; // 璁㈠崟鎬绘暟
- public const Int16 HProQtyCol = 10; // 娴佽浆鍗℃暟閲�
- public const Int16 HBatchNoCol = 11; // 鎵规鍙�
- public const Int16 HProjectNumCol = 12; // 椤圭洰缂栧彿
- public const Int16 HMateOutBatchNoCol = 13; // 鍘熸枡鎵规
- public const Int16 HMouldNumCol = 14; // 妯$┐鍙�
- public const Int16 HGroupNumberCol = 15; // 鐝粍
- public const Int16 HBatchManagerCol = 16; // 鍚敤鎵规
- public const Int16 HRoutingInterIDCol = 17; // 宸ヨ壓璺嚎鍐呯爜
- public const Int16 HRoutingNameCol = 18; // 宸ヨ壓璺嚎
- public const Int16 HDateCol = 19; // 娴佽浆鍗℃棩鏈�
- public const Int16 HInterIDCol = 20; // 娴佽浆鍗″唴鐮�
- public const Int16 HBillNoCol = 21; // 娴佽浆鍗″彿
- public const Int16 HEditCol = 22;
-
- // 鎬诲垪鏁�
- public const Int16 TotalColumnCount = 23;
-
-
-
-
- //
- public const string ModName = "3772"; //鍗曟嵁绫诲瀷
- public string ModCaption = "宸ュ簭娴佽浆鍗�"; //鍗曟嵁鍚嶇О
- public const string ModRightName = "Sc_ProcessExchangeBill";
- public const string ModRightNameEdit = ModRightName + "_Edit";
- public const string ModRightNameCheck = ModRightName + "_Check";
- public const string ModRightNameClose = ModRightName + "_Close";
- public const string ModRightNameDelete = ModRightName + "_Delete";
- public const string ModRightNameMoney = ModRightName + "_Money";
- public const string ModRightNameQty = ModRightName + "_Qty";
- public bool BillChange; //鍗曟嵁淇敼鐘舵��
- //
- public DBUtility.ClsPub.Enum_BillStatus BillStatus; //鍗曟嵁鐘舵�侊紙鏂板锛屼慨鏀癸紝娴忚锛屾洿鏂板崟浠凤紝鍙樻洿锛�
- public Int64 KeyID; //鍗曟嵁涓诲唴鐮�
- public bool grdStatus; //缃戞牸鐘舵�侊紙涓嶅彲缂栬緫锛屽彲缂栬緫锛�
- public DAL.ClsSc_ProcessExchangeBill BillNew = new DAL.ClsSc_ProcessExchangeBill(); //瀵瑰簲鍗曟嵁绫�
- public DAL.ClsSc_ProcessExchangeBill BillOld = new DAL.ClsSc_ProcessExchangeBill(); //瀵瑰簲鍗曟嵁绫�
- ClsGridViewSum oSumGrid = new ClsGridViewSum();
- public DataSet oXT;
- public string CampanyName = ""; //瀹㈡埛瀹氬埗鍖栧悕绉�
-
- // 娣诲姞灞炴�ф潵鎺ユ敹閫変腑鐨勮鍗旾D
- public List<string> SelectedOrderIds { get; set; }
- public string HSouceBillType { get; set; }
- //-------------------------------------------------------------------------
-
- #region 鍥哄畾浠g爜
-
-
- //娓呯┖鐣岄潰
- public void Sub_ClearBill()
- {
-
- txtHMaker.Text = ClsPub.CurUserName;
- txtHMakeDate.Text = "";
- txtHChecker.Text = "";
- txtHCheckDate.Text = "";
- txtHCloseMan.Text = "";
- txtHCloseDate.Text = "";
- txtHDeleteMan.Text = "";
- txtHDeleteDate.Text = "";
- txtHUpDater.Text = "";
- txtHUpDateDate.Text = "";
- initGrid();
- }
-
- //淇濆瓨鍒楀
- private void bclk_Click(object sender, EventArgs e)
- {
- DBUtility.Xt_BaseBillFun.SaveGrid(grdMain, this.Name);
- }
- //澧炶鎸夐挳
- private void AddRow_Click(object sender, EventArgs e)
- {
- if (grdMain.CurrentRow == null)
- {
- return;
- }
- if (DBUtility.ClsPub.isBool(grdMain.Rows[grdMain.CurrentRow.Index].Cells[HEditCol].Value) == false)
- {
- DBUtility.Xt_BaseBillFun.AddRow(oSumGrid);
- }
- }
- //鍒犺鎸夌航
- private void DelRow_Click(object sender, EventArgs e)
- {
- if (grdMain.CurrentRow == null)
- {
- return;
- }
- if (DBUtility.ClsPub.isBool(grdMain.Rows[grdMain.CurrentRow.Index].Cells[HEditCol].Value) == false)
- {
- DBUtility.Xt_BaseBillFun.DelRow(oSumGrid);
- }
- }
- private void mrlk_Click(object sender, EventArgs e)
- {
- DBUtility.Xt_BaseBillFun.DefaultGridView(grdMain, this.Name);
- }
-
- //鏀惧純 缂栬緫
- private void Sub_AbandonBill()
- {
- if (BillStatus == DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew || BillStatus == DBUtility.ClsPub.Enum_BillStatus.BillStatus_Modify)
- {
- if (MessageBox.Show("鍗曟嵁灏氭湭淇濆瓨,鏄惁鏀惧純锛�", "鎻愮ず", MessageBoxButtons.OKCancel, MessageBoxIcon.Question) == DialogResult.OK)
- {
- }
- }
- }
- private void Sc_ProcessExchangeBill_Paint(object sender, PaintEventArgs e)//鐢荤嚎
- {
-
- }
- //鎺т欢浣嶇疆
- private void Sub_ControlLocation()
- {
- //
- }
-
- //绐椾綋鍔犺浇
- private void Sc_ProcessExchangeBill_Load(object sender, EventArgs e)
- {
- //鎵撳嵃鍒濆鍖�
- oSumGrid.NoCol = HSnoCol;
- oSumGrid.ogrdMain = grdMain;
- oSumGrid.oGridsum = grdSum;
- //
- this.Text = ModCaption; //鍛藉悕绐椾綋鏍囬
- this.lblCaption.Text = ModCaption;//鍛藉悕鍗曟嵁鏍囬
- }
-
- //淇濆瓨鎸夐挳
- private void bc_Click(object sender, EventArgs e)
- {
- this.Sub_SaveBill();
- }
- //鏀惧純鎸夐挳
- private void fq_Click(object sender, EventArgs e)
- {
- this.Sub_AbandonBill();
- }
- //閫�鍑烘寜閽�
- private void tc_Click(object sender, EventArgs e)
- {
- this.Close();
- }
-
-
- //timer
- private void timer1_Tick(object sender, EventArgs e)
- {
- timer1.Enabled = false;
- Sub_ControlLocation();
- if (BillStatus == DBUtility.ClsPub.Enum_BillStatus.BillStatus_View)
- {
-
- }
- else
- {
- this.Sub_AddBill();
- DBUtility.Xt_BaseBillFun.SetSumGrid(oSumGrid);
- }
- // 濡傛灉鏈夐�変腑鐨勮鍗旾D锛岀洿鎺ユ煡璇㈠苟鏄剧ず鏁版嵁
- if (SelectedOrderIds != null && SelectedOrderIds.Count > 0)
- {
- LoadAndDisplaySelectedOrders();
- }
- else if (oXT != null)
- {
- Sub_WriteInForm(oXT.Tables[0], 0);
- }
-
- }
- //绐椾綋鍗歌浇
- private void Sc_ProcessExchangeBill_FormClosing(object sender, FormClosingEventArgs e)
- {
- BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
- DBUtility.Xt_BaseBillFun.SaveGrid(grdMain, this.Name);
- }
-
-
- #endregion
-
- #region 璇诲啓绫�
-
- //鍗曟嵁瀹屾暣鎬у垽鏂� 鏈畬鎴�
- private bool Sub_AllowSave()
- {
- //鏄庣粏琛ㄦ槸鍚︿负闆惰
- bool b = false;
- for (int i = 0; i < grdMain.RowCount; i++)
- {
-
- }
- if (b == false)
- {
- MessageBox.Show("琛ㄤ綋鏄庣粏琛屼笉瀛樺湪锛佽褰曞叆锛�", "鎻愮ず");
- return false;
- }
- return true;
- }
-
-
- //淇濆瓨鍗曟嵁
- private bool Sub_SaveBill()
- {
- try
- {
- Model.ClsSc_ProcessExchangeBillSub oBillSub = new Model.ClsSc_ProcessExchangeBillSub();
- Int32 i;
- bool bResult;
- BillNew = new DAL.ClsSc_ProcessExchangeBill();
- //澶卞幓鐒︾偣
- lblCaption.Focus();
- //璧嬪�糏D
- if (BillStatus == DBUtility.ClsPub.Enum_BillStatus.BillStatus_Modify)
- BillNew.omodel.HInterID = BillOld.omodel.HInterID;
- else if (BillStatus == DBUtility.ClsPub.Enum_BillStatus.BillStatus_UpdatePrice)
- BillNew.omodel.HInterID = BillOld.omodel.HInterID;
- //涓荤被璧嬪��
- //鍒ゆ柇浼氳鏈熸槸鍚﹀悎鐞�
- string s = "";
- int sYear = 0;
- int sPeriod = 0;
-
- //淇濆瓨瀹屾瘯鍚庡鐞�
- if (BillStatus == DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew)
- {
- bResult = BillNew.AddBill(ref ClsPub.sExeReturnInfo);
- }
- else
- {
- bResult = BillNew.ModifyBill(BillNew.omodel.HInterID, ref ClsPub.sExeReturnInfo);
- }
- //鎻愮ず
- if (bResult == true)
- {
- return true;
- }
- else
- {
- MessageBox.Show("淇濆瓨澶辫触!鍘熷洜:" + ClsPub.sExeReturnInfo, "鎻愮ず");
- return false;
- }
- }
- catch(Exception e1)
- {
- MessageBox.Show(ClsPub.sExeReturnInfo + e1.Message);
- return false;
- }
- }
- #endregion
-
-
- #region 绐椾綋澶勭悊鏂规硶
- //鍒濆鍖朑RID
- private void initGrid()
- {
- // 娓呯┖鐜版湁鍒�
- grdMain.Columns.Clear();
-
- // 璁剧疆鎬诲垪鏁�
- grdMain.ColumnCount = TotalColumnCount;
-
- // 璁剧疆琛屽ご鍜屽垪澶存牱寮�
- grdMain.RowsDefaultCellStyle.WrapMode = DataGridViewTriState.True;
- grdMain.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.EnableResizing;
- grdMain.RowHeadersVisible = true;
- grdMain.AllowUserToResizeRows = true;
-
- // 璁剧疆鍒楁爣棰樺拰灞炴��
- // 搴忓彿鍒楋紙鑷姩缂栧彿锛�
- grdMain.Columns[HSnoCol].HeaderText = "搴忓彿";
- grdMain.Columns[HSnoCol].Width = 100;
- grdMain.Columns[HSnoCol].ReadOnly = true;
-
- // 鐢熶骇璁㈠崟鍐呯爜 - 闅愯棌
- grdMain.Columns[HICMOInterIDCol].HeaderText = "鐢熶骇璁㈠崟鍐呯爜";
- grdMain.Columns[HICMOInterIDCol].Width = 100;
- grdMain.Columns[HICMOInterIDCol].Visible = false;
-
- // 鐢熶骇璁㈠崟瀛愬唴鐮� - 闅愯棌
- grdMain.Columns[HICMOEntryIDCol].HeaderText = "鐢熶骇璁㈠崟瀛愬唴鐮�";
- grdMain.Columns[HICMOEntryIDCol].Width = 100;
- grdMain.Columns[HICMOEntryIDCol].Visible = false;
-
- // 鐢熶骇璁㈠崟鍙�
- grdMain.Columns[HICMOBillNoCol].HeaderText = "鐢熶骇璁㈠崟鍙�";
- grdMain.Columns[HICMOBillNoCol].Width = 120;
- grdMain.Columns[HICMOBillNoCol].ReadOnly = true;
-
- // 鐢熶骇杞﹂棿 - 闅愯棌
- grdMain.Columns[HWorkShopIDCol].HeaderText = "鐢熶骇杞﹂棿";
- grdMain.Columns[HWorkShopIDCol].Width = 100;
- grdMain.Columns[HWorkShopIDCol].Visible = false;
-
- // HMaterID - 闅愯棌
- grdMain.Columns[HMaterIDCol].HeaderText = "HMaterID";
- grdMain.Columns[HMaterIDCol].Width = 100;
- grdMain.Columns[HMaterIDCol].Visible = false;
-
- // 鐗╂枡浠g爜
- grdMain.Columns[HMaterNumberCol].HeaderText = "鐗╂枡浠g爜";
- grdMain.Columns[HMaterNumberCol].Width = 150;
- grdMain.Columns[HMaterNumberCol].ReadOnly = true;
-
- // 鐗╂枡鍚嶇О
- grdMain.Columns[HMaterNameCol].HeaderText = "鐗╂枡鍚嶇О";
- grdMain.Columns[HMaterNameCol].Width = 150;
- grdMain.Columns[HMaterNameCol].ReadOnly = true;
-
- // 瑙勬牸鍨嬪彿 - 闅愯棌
- grdMain.Columns[HMaterModelCol].HeaderText = "瑙勬牸鍨嬪彿";
- grdMain.Columns[HMaterModelCol].Width = 100;
- grdMain.Columns[HMaterModelCol].Visible = false;
-
- // 璁㈠崟鎬绘暟
- grdMain.Columns[HQtyCol].HeaderText = "璁㈠崟鎬绘暟";
- grdMain.Columns[HQtyCol].Width = 110;
- grdMain.Columns[HQtyCol].ReadOnly = true;
-
- // 娴佽浆鍗℃暟閲� - 鍙紪杈�
- grdMain.Columns[HProQtyCol].HeaderText = "娴佽浆鍗℃暟閲�";
- grdMain.Columns[HProQtyCol].Width = 110;
- grdMain.Columns[HProQtyCol].ReadOnly = false;
-
- // 鎵规鍙� - 闅愯棌
- grdMain.Columns[HBatchNoCol].HeaderText = "鎵规鍙�";
- grdMain.Columns[HBatchNoCol].Width = 110;
- grdMain.Columns[HBatchNoCol].Visible = false;
- grdMain.Columns[HBatchNoCol].ReadOnly = false;
-
- // 椤圭洰缂栧彿 - 闅愯棌
- grdMain.Columns[HProjectNumCol].HeaderText = "椤圭洰缂栧彿";
- grdMain.Columns[HProjectNumCol].Width = 110;
- grdMain.Columns[HProjectNumCol].Visible = false;
- grdMain.Columns[HProjectNumCol].ReadOnly = false;
-
- // 鍘熸枡鎵规 - 闅愯棌
- grdMain.Columns[HMateOutBatchNoCol].HeaderText = "鍘熸枡鎵规";
- grdMain.Columns[HMateOutBatchNoCol].Width = 110;
- grdMain.Columns[HMateOutBatchNoCol].Visible = false;
- grdMain.Columns[HMateOutBatchNoCol].ReadOnly = false;
-
- // 妯$┐鍙� - 闅愯棌
- grdMain.Columns[HMouldNumCol].HeaderText = "妯$┐鍙�";
- grdMain.Columns[HMouldNumCol].Width = 110;
- grdMain.Columns[HMouldNumCol].Visible = false;
-
- // 鐝粍 - 闅愯棌
- grdMain.Columns[HGroupNumberCol].HeaderText = "鐝粍";
- grdMain.Columns[HGroupNumberCol].Width = 110;
- grdMain.Columns[HGroupNumberCol].Visible = false;
- grdMain.Columns[HGroupNumberCol].ReadOnly = false;
-
- // 鍚敤鎵规 - 闅愯棌
- grdMain.Columns[HBatchManagerCol].HeaderText = "鍚敤鎵规";
- grdMain.Columns[HBatchManagerCol].Width = 110;
- grdMain.Columns[HBatchManagerCol].Visible = false;
-
- // 宸ヨ壓璺嚎鍐呯爜 - 闅愯棌
- grdMain.Columns[HRoutingInterIDCol].HeaderText = "宸ヨ壓璺嚎鍐呯爜";
- grdMain.Columns[HRoutingInterIDCol].Width = 150;
- grdMain.Columns[HRoutingInterIDCol].Visible = false;
-
- // 宸ヨ壓璺嚎 - 鍙紪杈�
- grdMain.Columns[HRoutingNameCol].HeaderText = "宸ヨ壓璺嚎";
- grdMain.Columns[HRoutingNameCol].Width = 170;
- grdMain.Columns[HRoutingNameCol].ReadOnly = false;
-
- // 娴佽浆鍗℃棩鏈� - 鍙紪杈�
- grdMain.Columns[HDateCol].HeaderText = "娴佽浆鍗℃棩鏈�";
- grdMain.Columns[HDateCol].Width = 120;
- grdMain.Columns[HDateCol].ReadOnly = false;
-
- // 娴佽浆鍗″唴鐮� - 闅愯棌
- grdMain.Columns[HInterIDCol].HeaderText = "娴佽浆鍗″唴鐮�";
- grdMain.Columns[HInterIDCol].Width = 130;
- grdMain.Columns[HInterIDCol].Visible = false;
-
- grdMain.Columns[HEditCol].HeaderText = "涓嶅彲缂栬緫";
- grdMain.Columns[HEditCol].Visible = false;
- // 娴佽浆鍗″彿
- grdMain.Columns[HBillNoCol].HeaderText = "娴佽浆鍗″彿";
- grdMain.Columns[HBillNoCol].Width = 170;
- grdMain.Columns[HBillNoCol].ReadOnly = true;
-
- // 璁剧疆鍙紪杈戝垪
- string sAllowCol = HProQtyCol.ToString() + "," +
- HBatchNoCol.ToString() + "," +
- HProjectNumCol.ToString() + "," +
- HMateOutBatchNoCol.ToString() + "," +
- HGroupNumberCol.ToString() + "," +
- HRoutingNameCol.ToString() + "," +
- HDateCol.ToString();
-
- // 璁剧疆鍚堣鍒�
- string sTotalCol = HQtyCol.ToString() + "," + HProQtyCol.ToString();
-
- // 鏍煎紡鍖栫綉鏍�
- DBUtility.Xt_BaseBillFun.initGridLast(sAllowCol, sTotalCol, oSumGrid);
- oSumGrid.SetGridMain();
-
- // 璁剧疆闅愯棌鍒�
- DBUtility.ClsPub.HideGridView(grdMain, Name, ClsPub.AppPath);
- }
-
- //鏂板鍗曟嵁
- private void Sub_AddBill()
- {
- this.BillNew = new DAL.ClsSc_ProcessExchangeBill();
- this.BillOld = new DAL.ClsSc_ProcessExchangeBill();
- this.BillStatus = DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew;
- this.Sub_OperStatus();//璁剧疆TOOLBAR
- this.Sub_ClearBill();//娓呯┖鐣岄潰
- }
-
- //TOOLBAR鐘舵�� 鎸夐挳鏄惁鐏板害
- public void Sub_OperStatus()
- {
- switch (BillStatus)
- {
- case DBUtility.ClsPub.Enum_BillStatus.BillStatus_AddNew:
- //鏂板鐘舵��
- yl.Enabled = false;
- dy.Enabled = false;
- AddRow.Enabled = true;
- DelRow.Enabled = true;
- bc.Enabled = true;
- fq.Enabled = true;
- tc.Enabled = true;
- Sub_LrtextStatus(true);
- grdStatus = true;
- break;
- }
-
- }
-
- private void Sub_LrtextStatus(bool TextEnabled)
- {
- if (TextEnabled == true)
- {
- //鎺т欢鍏ㄩ儴鏈夋晥
- grdMain.BackColor = ClsPub.EditColor;
-
- }
- else
- { //鎺т欢鍏ㄩ儴鏃犳晥
- grdMain.BackColor = ClsPub.ViewColor;
- }
- }
-
- //'鍒ゆ柇缃戞牸琛岀殑褰曞叆鏄惁姝g‘
- private bool CheckGridRow(int Row)
- {
- Cell oCell = new Cell();
- int c = 0;
- //for (c = 0; c < grdMain.ColumnCount; c++)
- //{
- // oCell.Row = Row;
- // oCell.Col = c;
- // //if (!CheckGridCell(oCell))
- // // return false;
-
- //}
- return true;
- }
-
- //甯姪鍑芥暟
- private void Sub_GridKey(int sKeyCode, int sRow, int sCol, DataGridViewTextBoxEditingControl oEdit)
- {
- if (!grdStatus)
- {
- return;
- }
- oSumGrid.EditStatus = true;
- switch (sKeyCode)
- {
- case 118: //F7
- {
- switch (sCol)
- {
-
- default:
- break;
- }
- break;
- }
- case 117: //F6
- {
- switch (sCol)
- {
- default:
- break;
- }
- break;
- }
- default:
- break;
- }
- }
-
-
- #region 鍩烘湰涓嶅彉
-
-
- //缃戞牸缂栬緫鍓嶅垽鏂�
- private void grdMain_CellBeginEdit(object sender, DataGridViewCellCancelEventArgs e)
- {
- int i = grdMain.CurrentCell.ColumnIndex;
- if (DBUtility.ClsPub.isBool(grdMain.Rows[grdMain.CurrentRow.Index].Cells[HEditCol].Value) == true)
- {
- e.Cancel = true;
- }
- if (DBUtility.Xt_BaseBillFun.AllowEdit(grdStatus, oSumGrid, i))
- {
- e.Cancel = true;
- }
- }
-
- private void grdMain_Scroll(object sender, ScrollEventArgs e)
- {
- DBUtility.Xt_BaseBillFun.SetSumGrid(oSumGrid);
- oSumGrid.DisplayCurRow();
- }
-
- //缃戞牸缂栬緫鍚庡鐞�
- private void grdMain_CellEndEdit(object sender, DataGridViewCellEventArgs e)
- {
- DBUtility.Xt_BaseBillFun.SetSumGrid(oSumGrid);
- if (this.EditingControl != null) //閲婃斁浜嬩欢
- {
- EditingControl.KeyDown -= new KeyEventHandler(this.EditingControl_KeyDown);
- this.EditingControl = null;
- }
- }
-
- DataGridViewTextBoxEditingControl EditingControl;
-
- private void grdMain_CellLeave(object sender, DataGridViewCellEventArgs e)
- {
- //
- if (!grdStatus)
- {
- return;
- }
- DBUtility.Xt_BaseBillFun.SetSumGrid(oSumGrid);
- //
- if (!CheckGridRow(oSumGrid.OldCell.Row))
- return;
- }
-
- private void grdMain_EditingControlShowing(object sender, DataGridViewEditingControlShowingEventArgs e)
- {
- if (grdMain.CurrentCell != null)
- {
- if (e.Control is DataGridViewTextBoxEditingControl)
- {
- this.EditingControl = (DataGridViewTextBoxEditingControl)e.Control;
- //澧炲姞濮旀墭澶勭悊
- this.EditingControl.KeyDown += new KeyEventHandler(this.EditingControl_KeyDown);
- }
- }
- }
-
- private void EditingControl_KeyDown(object sender, KeyEventArgs e)
- {
- //涓氬姟澶勭悊
- Sub_GridKey(e.KeyValue, grdMain.CurrentRow.Index, grdMain.CurrentCell.ColumnIndex, EditingControl);
- }
-
-
- private void grdMain_RowHeadersWidthChanged(object sender, EventArgs e)
- {
- DBUtility.Xt_BaseBillFun.SetSumGrid(oSumGrid);
- }
-
- private void grdMain_ColumnWidthChanged(object sender, DataGridViewColumnEventArgs e)
- {
- DBUtility.Xt_BaseBillFun.SetSumGrid(oSumGrid);
- }
-
- #endregion
-
- #endregion
-
-
- #region //鎵撳嵃璁剧疆
-
- GridppReport Report;
-
- //棰勮
- private void yl_Click(object sender, EventArgs e)
- {
- //閫夋嫨鎵撳嵃妯℃澘
- BLL.Gy_OpenTmp oFrm = new BLL.Gy_OpenTmp();
- oFrm.sBillName = ModName;
- oFrm.sBillModel = ModCaption;
- oFrm.ShowDialog();
- if (oFrm.OKTag == Pub_Class.ClsPub.Enum_OKTag.OKTag_OK)
- {
- //
- Sub_SetReport(oFrm.sOpenTmp);
- Report.PrintPreview(true);
- }
- }
- //鎵惧埌瀵瑰簲鎵撳嵃妯″潡
- private void Sub_SetReport(string sOpenTmp)
- {
- //
- Report = new GridppReport();
- Report.LoadFromFile(ClsPub.AppPath + @"\" + sOpenTmp + ".grf"); //here .
- Report.BeforePostRecord += new _IGridppReportEvents_BeforePostRecordEventHandler(ReportBeforePostRecord);
- Report.FetchRecord += new _IGridppReportEvents_FetchRecordEventHandler(ReportFetchRecordByDataTable);
- }
- //璧嬪�艰〃澶�
- private void ReportBeforePostRecord()//
- {
- try
- {
- //Report.FieldByName("娴佽浆鍗$紪鍙�").AsString = txtHBillNo.Text;
- //Report.FieldByName("娴佽浆鍗℃暟閲�").AsString = txtHQty.Text;
- //Report.FieldByName("浜у搧浠g爜").AsString = txtHMaterNumber2.Text;
- //Report.FieldByName("浜у搧鍚嶇О").AsString = txtHMaterID2.Text;
- //Report.FieldByName("璁″垝寮�宸ユ棩鏈�").AsString = dtpHPlanBeginDate.Value.ToShortDateString();
- //Report.FieldByName("璁″垝瀹屽伐鏃ユ湡").AsString = dtpHPlanEndDate.Value.ToShortDateString();
- //Report.FieldByName("璁㈠崟璺熻釜鍙�").AsString = txtHOrderProcNO.Text;
- //Report.FieldByName("鍘熸枡鎵规").AsString = txtHMateOutBatchNo.Text;
- //Report.FieldByName("妯″叿璁惧").AsString = txtHEquipMentID.Text;
- //Report.FieldByName("椤圭洰鍙�").AsString = txtHProjectNum.Text;
- //Report.FieldByName("鍥惧彿鐗堟湰").AsString = textHPicNumVer.Text;
- //Report.FieldByName("鎬昏鍥惧彿").AsString = textHPicNumAssemble.Text;
- //Report.FieldByName("鏉愯川").AsString = textHMaterTexture.Text;
- //Report.FieldByName("鎴愬搧缂栧彿").AsString = textHProductNum.Text;
- //Report.FieldByName("鐗堟湰").AsString = textHVerNum.Text;
- }
- catch (Exception e)
- {
- MessageBox.Show("鎵撳嵃澶辫触锛孾椤圭洰鍙穄,[娴佽浆鍗$紪鍙穄,[娴佽浆鍗℃暟閲廬,[浜у搧浠g爜],[浜у搧鍚嶇О],[璁″垝寮�宸ユ棩鏈焆,[璁″垝瀹屽伐鏃ユ湡],[璁㈠崟璺熻釜鍙穄,[鍘熸枡鎵规],[妯″叿璁惧],[鍥惧彿鐗堟湰],[鎬昏鍥惧彿],[鏉愯川],[鎴愬搧缂栧彿],[鐗堟湰]." + e.Message);
- }
-
- }
- //璧嬪�艰〃浣�
- private void ReportFetchRecordByDataTable()
- {
- DataTable oDt = new DataTable();
- // BLL.Utility.FillRecordToReport(Report, grdMain, oDt, HProcIDCol);
- }
- //鎵撳嵃璁剧疆
- private void set_Click(object sender, EventArgs e)
- {
- //
- BLL.Gy_OpenTmp oFrm = new BLL.Gy_OpenTmp();
- oFrm.sBillName = ModName;
- oFrm.sBillModel = ModCaption;
- oFrm.ShowDialog();
- }
- //鎵撳嵃
- private void dy_Click(object sender, EventArgs e)
- {
- //閫夋嫨鎵撳嵃妯℃澘
- BLL.Gy_OpenTmp oFrm = new BLL.Gy_OpenTmp();
- oFrm.sBillName = ModName;
- oFrm.sBillModel = ModCaption;
- oFrm.ShowDialog();
- if (oFrm.OKTag == Pub_Class.ClsPub.Enum_OKTag.OKTag_OK)
- {
- //
- Sub_SetReport(oFrm.sOpenTmp);
- BillOld.Set_PrintQty(DBUtility.ClsPub.isLong(BillOld.omodel.HInterID));
- Report.Print(true);
- }
- }
-
- #endregion
-
-
-
- // 鏂板鏂规硶锛氭牴鎹�変腑鐨勮鍗旾D鏌ヨ骞舵樉绀烘暟鎹�
- private void LoadAndDisplaySelectedOrders()
- {
- try
- {
- ClsCN oCn = new ClsCN();
- DataTable combinedTable = null;
-
- foreach (string orderId in SelectedOrderIds)
- {
- // 瑙f瀽璁㈠崟ID鏍煎紡锛氫富鍐呯爜@瀛愬唴鐮�
- string[] parts = orderId.Split('@');
- if (parts.Length != 2) continue;
-
- Int64 HICMOID = DBUtility.ClsPub.isLong(parts[0]);
- Int64 HEntryID = DBUtility.ClsPub.isLong(parts[1]);
- string sql = "exec h_p_Sc_ProcessExchange_DH '" + HICMOID + "','" + HEntryID + "'";
- DataSet Ds = oCn.RunProcReturn(sql,"h_p_Sc_ProcessExchange_DH");
-
- if (Ds != null && Ds.Tables[0].Rows.Count > 0)
- {
- if (combinedTable == null)
- {
- combinedTable = Ds.Tables[0].Copy();
- }
- else
- {
- // 鍚堝苟鏁版嵁
- combinedTable.Merge(Ds.Tables[0]);
- }
- }
- }
-
- if (combinedTable != null && combinedTable.Rows.Count > 0)
- {
- // 鐩存帴璋冪敤鐜版湁鐨勫啓鍏ユ柟娉曟樉绀烘暟鎹埌鏄庣粏椤电
- Sub_WriteInForm(combinedTable, 0);
- }
- else
- {
- MessageBox.Show("鏈兘鍔犺浇閫変腑鐨勭敓浜ц鍗曟暟鎹紒");
- }
- }
- catch (Exception ex)
- {
- MessageBox.Show("鍔犺浇璁㈠崟鏁版嵁澶辫触锛�" + ex.Message);
- }
- }
-
- private void yc_Click(object sender, EventArgs e)
- {
- BLL.Gy_GridView_Hide oHide = new BLL.Gy_GridView_Hide();
- oHide.KeyItem = this.Name;
- oHide.oGrd = grdMain;
- oHide.ShowDialog();
- //
- DBUtility.ClsPub.HideGridView(grdMain, Name, ClsPub.AppPath);//璁剧疆闅愯棌鍒�
- }
-
- private void 闅愯棌鍒楄缃甌oolStripMenuItem_Click(object sender, EventArgs e)
- {
-
- }
-
-
-
- private void grdMain_MouseUp(object sender, MouseEventArgs e)
- {
-
- if (grdMain.CurrentRow == null)
- return;
- }
-
-
-
- //鏍规嵁TABLE鍐欏叆鐣岄潰
- public void Sub_WriteInForm(DataTable oTable, int j)
- {
- // 鐢ㄤ簬璁板綍褰撳墠鐨勭敓浜ц鍗曞拰瀵瑰簲鐨勬祦杞崱淇℃伅
- string currentSourceInterID = "";
- string currentSourceEntryID = "";
- string baseBillNo = "";
- int k = 1; // 搴忓彿璁℃暟鍣�
-
- for (int i = 0; i <= oTable.Rows.Count - 1; i++)
- {
- if (i >= grdMain.RowCount - 1)
- grdMain.Rows.Add();
-
- string icmoInterID = oTable.Rows[i]["HICMOInterID"].ToString();
- string icmoEntryID = oTable.Rows[i]["HICMOEntryID"].ToString();
-
- string hInterID = "0"; // 榛樿鍐呯爜涓�0
- string hBillNo = ""; // 娴佽浆鍗″彿
-
- if (i == 0)
- {
- // 棣栨杩涘叆锛岃幏鍙栧熀纭�娴佽浆鍗″崟鍙�
- baseBillNo = ClsPub.CreateBillCode_Prod("3772", ref ClsPub.sExeReturnInfo, true);
- hBillNo = baseBillNo + "-" + k.ToString().PadLeft(2, '0');
- currentSourceInterID = icmoInterID;
- currentSourceEntryID = icmoEntryID;
- }
- else if (currentSourceInterID == icmoInterID && currentSourceEntryID == icmoEntryID)
- {
- // 鍚屼竴涓敓浜ц鍗曪紝閫掑搴忓彿
- k++;
- hBillNo = baseBillNo + "-" + k.ToString().PadLeft(2, '0');
- }
- else
- {
- // 鏂扮殑鐢熶骇璁㈠崟锛岄噸缃簭鍙峰拰鍩虹鍗曞彿
- baseBillNo = ClsPub.CreateBillCode_Prod("3772", ref ClsPub.sExeReturnInfo, true);
- k = 1;
- hBillNo = baseBillNo + "-" + k.ToString().PadLeft(2, '0');
- currentSourceInterID = icmoInterID;
- currentSourceEntryID = icmoEntryID;
- }
-
- // 鍔犺浇琛ㄤ綋鏁版嵁鍒版柊瀹氫箟鐨勫垪
- grdMain.Rows[i].Cells[HICMOInterIDCol].Value = oTable.Rows[i]["HICMOInterID"].ToString();
- grdMain.Rows[i].Cells[HICMOEntryIDCol].Value = oTable.Rows[i]["HICMOEntryID"].ToString();
- grdMain.Rows[i].Cells[HICMOBillNoCol].Value = oTable.Rows[i]["HICMOBillNo"].ToString();
- grdMain.Rows[i].Cells[HWorkShopIDCol].Value = oTable.Rows[i]["HWorkShopID"].ToString();
- grdMain.Rows[i].Cells[HMaterIDCol].Value = oTable.Rows[i]["HMaterID"].ToString();
- grdMain.Rows[i].Cells[HMaterNumberCol].Value = oTable.Rows[i]["鐗╂枡浠g爜"].ToString();
- grdMain.Rows[i].Cells[HMaterNameCol].Value = oTable.Rows[i]["鐗╂枡鍚嶇О"].ToString();
- grdMain.Rows[i].Cells[HMaterModelCol].Value = oTable.Rows[i]["瑙勬牸鍨嬪彿"].ToString();
- grdMain.Rows[i].Cells[HQtyCol].Value = DBUtility.ClsPub.isDoule(oTable.Rows[i]["HQty"], 0);
- grdMain.Rows[i].Cells[HProQtyCol].Value = DBUtility.ClsPub.isDoule(oTable.Rows[i]["HProQty"], 0);
-
- grdMain.Rows[i].Cells[HBatchNoCol].Value = oTable.Rows[i]["HBatchNo"].ToString();
- grdMain.Rows[i].Cells[HProjectNumCol].Value = "";
- grdMain.Rows[i].Cells[HMateOutBatchNoCol].Value = "";
- grdMain.Rows[i].Cells[HMouldNumCol].Value = "0#";
- grdMain.Rows[i].Cells[HGroupNumberCol].Value = "";
- grdMain.Rows[i].Cells[HBatchManagerCol].Value = oTable.Rows[i]["鏄惁鍚敤鎵规"].ToString();
- grdMain.Rows[i].Cells[HRoutingInterIDCol].Value = oTable.Rows[i]["HRoutingInterID"].ToString();
- grdMain.Rows[i].Cells[HRoutingNameCol].Value = oTable.Rows[i]["HRoutingName"].ToString();
- grdMain.Rows[i].Cells[HDateCol].Value = oTable.Rows[i]["HDate"].ToString();
- grdMain.Rows[i].Cells[HInterIDCol].Value = hInterID; // 榛樿涓�0锛屼繚瀛樻椂鍐嶇敓鎴愬疄闄呭唴鐮�
- grdMain.Rows[i].Cells[HBillNoCol].Value = hBillNo;
- grdMain.Rows[i].Cells[HEditCol].Value = false; // 鏄庣‘璁剧疆涓哄彲缂栬緫
-
- // 璁剧疆搴忓彿
- grdMain.Rows[i].Cells[HSnoCol].Value = (i + 1).ToString();
- }
-
- // 璁剧疆鍙紪杈戝垪
- string sAllowCol = HProQtyCol.ToString() + "," +
- HBatchNoCol.ToString() + "," +
- HProjectNumCol.ToString() + "," +
- HMateOutBatchNoCol.ToString() + "," +
- HGroupNumberCol.ToString() + "," +
- HRoutingNameCol.ToString() + "," +
- HDateCol.ToString();
-
- // 璁剧疆鍚堣鍒�
- string sTotalCol = HQtyCol.ToString() + "," + HProQtyCol.ToString();
-
- // 鏍煎紡鍖栫綉鏍�
- DBUtility.Xt_BaseBillFun.initGridLast(sAllowCol, sTotalCol, oSumGrid);
- // 鍒锋柊鍚堣琛�
- DBUtility.Xt_BaseBillFun.SetSumGrid(oSumGrid);
- }
-
-
-
-
- private void yc_Click_1(object sender, EventArgs e)
- {
- BLL.Gy_GridView_Hide oHide = new BLL.Gy_GridView_Hide();
- oHide.KeyItem = this.Name;
- oHide.oGrd = grdMain;
- oHide.ShowDialog();
- //
- DBUtility.ClsPub.HideGridView(grdMain, Name, ClsPub.AppPath);//璁剧疆闅愯棌鍒�
- }
-
- private void Sc_ProcessExchangeBill_KeyDown(object sender, KeyEventArgs e)
- {
- if (e.Modifiers == Keys.Control && e.KeyCode == Keys.S) //鎸塁trl+ S瑙﹀彂
- {
- this.Sub_SaveBill();
- }
-
- }
-
- private void cmdWorkType_Click(object sender, EventArgs e)
- {
- //DAL.ClsIF_WorkType_View oTpye = new DAL.ClsIF_WorkType_View();
- //if (oTpye.RefreshView())
- //{
- // this.txtHWorkTypeID.Text = oTpye.oModel.HName;
-
- // this.txtHWorkTypeID.Tag = oTpye.oModel.HNumber.ToString();
-
- //}
- //else
- //{
- // this.txtHWorkTypeID.Text = "";
-
- //}
- }
-
-
- private void txtHPlanQty_TextChanged(object sender, EventArgs e)
- {
-
- }
-
- private void 闅愯棌鍒楄缃甌oolStripMenuItem_Click_1(object sender, EventArgs e)
- {
- BLL.Gy_GridView_Hide oHide = new BLL.Gy_GridView_Hide();
- oHide.KeyItem = this.Name;
- oHide.oGrd = grdMain;
- oHide.ShowDialog();
- //
- DBUtility.ClsPub.HideGridView(grdMain, Name, ClsPub.AppPath);//璁剧疆闅愯棌鍒�
- }
-
- private void grdMain_CellContentClick(object sender, DataGridViewCellEventArgs e)
- {
-
- }
-
- private void Tool_ItemClicked(object sender, ToolStripItemClickedEventArgs e)
- {
-
- }
-
- private void txtHExplanation_TextChanged(object sender, EventArgs e)
- {
-
- }
-
- private void grdMain_KeyDown(object sender, KeyEventArgs e)
- {
-
- }
- }
-}
\ No newline at end of file
diff --git "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/Sc_ProcessExchangeBill_DH1.designer.cs" "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/Sc_ProcessExchangeBill_DH1.designer.cs"
deleted file mode 100644
index 2c8c75f..0000000
--- "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/Sc_ProcessExchangeBill_DH1.designer.cs"
+++ /dev/null
@@ -1,893 +0,0 @@
-锘縩amespace WorkM
-{
- partial class Sc_ProcessExchangeBill_DH1
- {
- /// <summary>
- /// 蹇呴渶鐨勮璁″櫒鍙橀噺銆�
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// 娓呯悊鎵�鏈夋鍦ㄤ娇鐢ㄧ殑璧勬簮銆�
- /// </summary>
- /// <param name="disposing">濡傛灉搴旈噴鏀炬墭绠¤祫婧愶紝涓� true锛涘惁鍒欎负 false銆�</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows 绐椾綋璁捐鍣ㄧ敓鎴愮殑浠g爜
-
- /// <summary>
- /// 璁捐鍣ㄦ敮鎸佹墍闇�鐨勬柟娉� - 涓嶈
- /// 浣跨敤浠g爜缂栬緫鍣ㄤ慨鏀规鏂规硶鐨勫唴瀹广��
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Sc_ProcessExchangeBill_DH1));
- this.Tool = new System.Windows.Forms.ToolStrip();
- this.set = new System.Windows.Forms.ToolStripButton();
- this.dy = new System.Windows.Forms.ToolStripButton();
- this.yl = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.bc = new System.Windows.Forms.ToolStripButton();
- this.AddRow = new System.Windows.Forms.ToolStripButton();
- this.DelRow = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.fq = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
- this.tc = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
- this.yc = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
- this.mrlk = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
- this.bclk = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
- this.label33 = new System.Windows.Forms.Label();
- this.label30 = new System.Windows.Forms.Label();
- this.txtHBatchNo = new System.Windows.Forms.TextBox();
- this.txtHInnerBillNo = new System.Windows.Forms.TextBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.txtHDeleteDate = new System.Windows.Forms.Label();
- this.label25 = new System.Windows.Forms.Label();
- this.txtHDeleteMan = new System.Windows.Forms.Label();
- this.label27 = new System.Windows.Forms.Label();
- this.txtHUpDateDate = new System.Windows.Forms.Label();
- this.label23 = new System.Windows.Forms.Label();
- this.txtHUpDater = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.txtHCloseDate = new System.Windows.Forms.Label();
- this.label19 = new System.Windows.Forms.Label();
- this.txtHCloseMan = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.txtHCheckDate = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.txtHChecker = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.txtHMakeDate = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.txtHMaker = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.grdPrint = new System.Windows.Forms.DataGridView();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.grdMain = new System.Windows.Forms.DataGridView();
- this.grdSum = new System.Windows.Forms.DataGridView();
- this.panel6 = new System.Windows.Forms.Panel();
- this.lblHStockQty = new System.Windows.Forms.Label();
- this.lblCaption = new System.Windows.Forms.Label();
- this.pic1 = new System.Windows.Forms.PictureBox();
- this.P1 = new System.Windows.Forms.Panel();
- this.Tool.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).BeginInit();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdSum)).BeginInit();
- this.panel6.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic1)).BeginInit();
- this.P1.SuspendLayout();
- this.SuspendLayout();
- //
- // Tool
- //
- this.Tool.AutoSize = false;
- this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage")));
- this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22);
- this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.set,
- this.dy,
- this.yl,
- this.toolStripSeparator2,
- this.bc,
- this.AddRow,
- this.DelRow,
- this.toolStripSeparator4,
- this.fq,
- this.toolStripSeparator5,
- this.tc,
- this.toolStripSeparator12,
- this.yc,
- this.toolStripSeparator13,
- this.mrlk,
- this.toolStripSeparator11,
- this.bclk,
- this.toolStripSeparator10});
- this.Tool.Location = new System.Drawing.Point(0, 0);
- this.Tool.Name = "Tool";
- this.Tool.Padding = new System.Windows.Forms.Padding(0);
- this.Tool.Size = new System.Drawing.Size(1797, 62);
- this.Tool.Stretch = true;
- this.Tool.TabIndex = 17;
- this.Tool.Text = "toolStrip1";
- this.Tool.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.Tool_ItemClicked);
- //
- // set
- //
- this.set.AutoSize = false;
- this.set.Image = ((System.Drawing.Image)(resources.GetObject("set.Image")));
- this.set.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.set.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.set.ImageTransparentColor = System.Drawing.Color.White;
- this.set.Name = "set";
- this.set.Size = new System.Drawing.Size(35, 47);
- this.set.Text = "璁剧疆";
- this.set.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.set.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.set.Click += new System.EventHandler(this.set_Click);
- //
- // dy
- //
- this.dy.AutoSize = false;
- this.dy.Image = ((System.Drawing.Image)(resources.GetObject("dy.Image")));
- this.dy.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.dy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.dy.ImageTransparentColor = System.Drawing.Color.White;
- this.dy.Name = "dy";
- this.dy.Size = new System.Drawing.Size(35, 47);
- this.dy.Text = "鎵撳嵃";
- this.dy.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.dy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.dy.Click += new System.EventHandler(this.dy_Click);
- //
- // yl
- //
- this.yl.AutoSize = false;
- this.yl.Image = ((System.Drawing.Image)(resources.GetObject("yl.Image")));
- this.yl.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.yl.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.yl.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.yl.Name = "yl";
- this.yl.Size = new System.Drawing.Size(35, 47);
- this.yl.Text = "棰勮";
- this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.yl.Click += new System.EventHandler(this.yl_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 62);
- //
- // bc
- //
- this.bc.AutoSize = false;
- this.bc.Image = ((System.Drawing.Image)(resources.GetObject("bc.Image")));
- this.bc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.bc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.bc.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.bc.Name = "bc";
- this.bc.Size = new System.Drawing.Size(35, 47);
- this.bc.Text = "淇濆瓨";
- this.bc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.bc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.bc.Click += new System.EventHandler(this.bc_Click);
- //
- // AddRow
- //
- this.AddRow.AutoSize = false;
- this.AddRow.Image = ((System.Drawing.Image)(resources.GetObject("AddRow.Image")));
- this.AddRow.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.AddRow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.AddRow.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.AddRow.Name = "AddRow";
- this.AddRow.Size = new System.Drawing.Size(35, 47);
- this.AddRow.Text = "澧炶";
- this.AddRow.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.AddRow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.AddRow.Click += new System.EventHandler(this.AddRow_Click);
- //
- // DelRow
- //
- this.DelRow.AutoSize = false;
- this.DelRow.Image = ((System.Drawing.Image)(resources.GetObject("DelRow.Image")));
- this.DelRow.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.DelRow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.DelRow.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.DelRow.Name = "DelRow";
- this.DelRow.Size = new System.Drawing.Size(35, 47);
- this.DelRow.Text = "鍒犺";
- this.DelRow.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.DelRow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.DelRow.Click += new System.EventHandler(this.DelRow_Click);
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 62);
- //
- // fq
- //
- this.fq.AutoSize = false;
- this.fq.Image = ((System.Drawing.Image)(resources.GetObject("fq.Image")));
- this.fq.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.fq.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.fq.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.fq.Name = "fq";
- this.fq.Size = new System.Drawing.Size(35, 47);
- this.fq.Text = "鏀惧純";
- this.fq.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.fq.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.fq.Click += new System.EventHandler(this.fq_Click);
- //
- // toolStripSeparator5
- //
- this.toolStripSeparator5.Name = "toolStripSeparator5";
- this.toolStripSeparator5.Size = new System.Drawing.Size(6, 62);
- this.toolStripSeparator5.Visible = false;
- //
- // tc
- //
- this.tc.AutoSize = false;
- this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image")));
- this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tc.ImageTransparentColor = System.Drawing.Color.White;
- this.tc.Name = "tc";
- this.tc.Size = new System.Drawing.Size(35, 47);
- this.tc.Text = "閫�鍑�";
- this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.tc.Click += new System.EventHandler(this.tc_Click);
- //
- // toolStripSeparator12
- //
- this.toolStripSeparator12.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.toolStripSeparator12.Name = "toolStripSeparator12";
- this.toolStripSeparator12.Size = new System.Drawing.Size(6, 62);
- //
- // yc
- //
- this.yc.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.yc.Image = ((System.Drawing.Image)(resources.GetObject("yc.Image")));
- this.yc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.yc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.yc.ImageTransparentColor = System.Drawing.Color.White;
- this.yc.Name = "yc";
- this.yc.Size = new System.Drawing.Size(58, 59);
- this.yc.Text = "闅愯棌鍒�";
- this.yc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.yc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.yc.Visible = false;
- this.yc.Click += new System.EventHandler(this.yc_Click_1);
- //
- // toolStripSeparator13
- //
- this.toolStripSeparator13.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.toolStripSeparator13.Name = "toolStripSeparator13";
- this.toolStripSeparator13.Size = new System.Drawing.Size(6, 62);
- //
- // mrlk
- //
- this.mrlk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.mrlk.Image = ((System.Drawing.Image)(resources.GetObject("mrlk.Image")));
- this.mrlk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.mrlk.ImageTransparentColor = System.Drawing.Color.White;
- this.mrlk.Name = "mrlk";
- this.mrlk.Size = new System.Drawing.Size(73, 59);
- this.mrlk.Text = "榛樿鍒楀";
- this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.mrlk.Click += new System.EventHandler(this.mrlk_Click);
- //
- // toolStripSeparator11
- //
- this.toolStripSeparator11.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.toolStripSeparator11.Name = "toolStripSeparator11";
- this.toolStripSeparator11.Size = new System.Drawing.Size(6, 62);
- //
- // bclk
- //
- this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image")));
- this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.bclk.ImageTransparentColor = System.Drawing.Color.White;
- this.bclk.Name = "bclk";
- this.bclk.Size = new System.Drawing.Size(73, 59);
- this.bclk.Text = "淇濆瓨鍒楀";
- this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.bclk.Click += new System.EventHandler(this.bclk_Click);
- //
- // toolStripSeparator10
- //
- this.toolStripSeparator10.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.toolStripSeparator10.Name = "toolStripSeparator10";
- this.toolStripSeparator10.Size = new System.Drawing.Size(6, 62);
- //
- // label33
- //
- this.label33.AutoSize = true;
- this.label33.ForeColor = System.Drawing.Color.Black;
- this.label33.Location = new System.Drawing.Point(589, 31);
- this.label33.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(82, 15);
- this.label33.TabIndex = 298;
- this.label33.Text = "娴佽浆鍗℃暟閲�";
- this.label33.Visible = false;
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.ForeColor = System.Drawing.Color.Black;
- this.label30.Location = new System.Drawing.Point(493, 34);
- this.label30.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(69, 15);
- this.label30.TabIndex = 294;
- this.label30.Text = "鎵� 鍙�";
- this.label30.Visible = false;
- //
- // txtHBatchNo
- //
- this.txtHBatchNo.BackColor = System.Drawing.SystemColors.Window;
- this.txtHBatchNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.txtHBatchNo.Location = new System.Drawing.Point(592, 29);
- this.txtHBatchNo.Margin = new System.Windows.Forms.Padding(4);
- this.txtHBatchNo.Name = "txtHBatchNo";
- this.txtHBatchNo.Size = new System.Drawing.Size(249, 25);
- this.txtHBatchNo.TabIndex = 295;
- this.txtHBatchNo.Tag = "0";
- this.txtHBatchNo.Visible = false;
- //
- // txtHInnerBillNo
- //
- this.txtHInnerBillNo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.txtHInnerBillNo.Location = new System.Drawing.Point(807, 15);
- this.txtHInnerBillNo.Margin = new System.Windows.Forms.Padding(4);
- this.txtHInnerBillNo.Name = "txtHInnerBillNo";
- this.txtHInnerBillNo.Size = new System.Drawing.Size(249, 25);
- this.txtHInnerBillNo.TabIndex = 254;
- this.txtHInnerBillNo.Tag = "0";
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.Lavender;
- this.panel2.Controls.Add(this.txtHDeleteDate);
- this.panel2.Controls.Add(this.label25);
- this.panel2.Controls.Add(this.txtHDeleteMan);
- this.panel2.Controls.Add(this.label27);
- this.panel2.Controls.Add(this.txtHUpDateDate);
- this.panel2.Controls.Add(this.label23);
- this.panel2.Controls.Add(this.txtHUpDater);
- this.panel2.Controls.Add(this.label21);
- this.panel2.Controls.Add(this.txtHCloseDate);
- this.panel2.Controls.Add(this.label19);
- this.panel2.Controls.Add(this.txtHCloseMan);
- this.panel2.Controls.Add(this.label17);
- this.panel2.Controls.Add(this.txtHCheckDate);
- this.panel2.Controls.Add(this.label15);
- this.panel2.Controls.Add(this.txtHChecker);
- this.panel2.Controls.Add(this.label13);
- this.panel2.Controls.Add(this.txtHMakeDate);
- this.panel2.Controls.Add(this.label11);
- this.panel2.Controls.Add(this.txtHMaker);
- this.panel2.Controls.Add(this.label8);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(55, 658);
- this.panel2.Margin = new System.Windows.Forms.Padding(4);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1690, 91);
- this.panel2.TabIndex = 32;
- //
- // txtHDeleteDate
- //
- this.txtHDeleteDate.BackColor = System.Drawing.Color.Transparent;
- this.txtHDeleteDate.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.txtHDeleteDate.Location = new System.Drawing.Point(967, 59);
- this.txtHDeleteDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.txtHDeleteDate.Name = "txtHDeleteDate";
- this.txtHDeleteDate.Size = new System.Drawing.Size(131, 19);
- this.txtHDeleteDate.TabIndex = 19;
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.BackColor = System.Drawing.Color.Transparent;
- this.label25.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label25.Location = new System.Drawing.Point(888, 62);
- this.label25.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(67, 15);
- this.label25.TabIndex = 18;
- this.label25.Text = "浣滃簾鏃ユ湡";
- //
- // txtHDeleteMan
- //
- this.txtHDeleteMan.BackColor = System.Drawing.Color.Transparent;
- this.txtHDeleteMan.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.txtHDeleteMan.Location = new System.Drawing.Point(967, 15);
- this.txtHDeleteMan.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.txtHDeleteMan.Name = "txtHDeleteMan";
- this.txtHDeleteMan.Size = new System.Drawing.Size(131, 19);
- this.txtHDeleteMan.TabIndex = 17;
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.BackColor = System.Drawing.Color.Transparent;
- this.label27.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label27.Location = new System.Drawing.Point(888, 15);
- this.label27.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(52, 15);
- this.label27.TabIndex = 16;
- this.label27.Text = "浣滃簾浜�";
- //
- // txtHUpDateDate
- //
- this.txtHUpDateDate.BackColor = System.Drawing.Color.Transparent;
- this.txtHUpDateDate.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.txtHUpDateDate.Location = new System.Drawing.Point(749, 59);
- this.txtHUpDateDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.txtHUpDateDate.Name = "txtHUpDateDate";
- this.txtHUpDateDate.Size = new System.Drawing.Size(131, 19);
- this.txtHUpDateDate.TabIndex = 15;
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.BackColor = System.Drawing.Color.Transparent;
- this.label23.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label23.Location = new System.Drawing.Point(671, 59);
- this.label23.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(67, 15);
- this.label23.TabIndex = 14;
- this.label23.Text = "淇敼鏃ユ湡";
- //
- // txtHUpDater
- //
- this.txtHUpDater.BackColor = System.Drawing.Color.Transparent;
- this.txtHUpDater.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.txtHUpDater.Location = new System.Drawing.Point(749, 15);
- this.txtHUpDater.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.txtHUpDater.Name = "txtHUpDater";
- this.txtHUpDater.Size = new System.Drawing.Size(131, 19);
- this.txtHUpDater.TabIndex = 13;
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.BackColor = System.Drawing.Color.Transparent;
- this.label21.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label21.Location = new System.Drawing.Point(671, 15);
- this.label21.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(52, 15);
- this.label21.TabIndex = 12;
- this.label21.Text = "淇敼浜�";
- //
- // txtHCloseDate
- //
- this.txtHCloseDate.BackColor = System.Drawing.Color.Transparent;
- this.txtHCloseDate.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.txtHCloseDate.Location = new System.Drawing.Point(529, 59);
- this.txtHCloseDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.txtHCloseDate.Name = "txtHCloseDate";
- this.txtHCloseDate.Size = new System.Drawing.Size(131, 19);
- this.txtHCloseDate.TabIndex = 11;
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.BackColor = System.Drawing.Color.Transparent;
- this.label19.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label19.Location = new System.Drawing.Point(451, 62);
- this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(67, 15);
- this.label19.TabIndex = 10;
- this.label19.Text = "鍏抽棴鏃ユ湡";
- //
- // txtHCloseMan
- //
- this.txtHCloseMan.BackColor = System.Drawing.Color.Transparent;
- this.txtHCloseMan.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.txtHCloseMan.Location = new System.Drawing.Point(528, 16);
- this.txtHCloseMan.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.txtHCloseMan.Name = "txtHCloseMan";
- this.txtHCloseMan.Size = new System.Drawing.Size(131, 19);
- this.txtHCloseMan.TabIndex = 9;
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.BackColor = System.Drawing.Color.Transparent;
- this.label17.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label17.Location = new System.Drawing.Point(451, 20);
- this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(52, 15);
- this.label17.TabIndex = 8;
- this.label17.Text = "鍏抽棴浜�";
- //
- // txtHCheckDate
- //
- this.txtHCheckDate.BackColor = System.Drawing.Color.Transparent;
- this.txtHCheckDate.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.txtHCheckDate.Location = new System.Drawing.Point(312, 59);
- this.txtHCheckDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.txtHCheckDate.Name = "txtHCheckDate";
- this.txtHCheckDate.Size = new System.Drawing.Size(131, 19);
- this.txtHCheckDate.TabIndex = 7;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.BackColor = System.Drawing.Color.Transparent;
- this.label15.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label15.Location = new System.Drawing.Point(233, 62);
- this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(67, 15);
- this.label15.TabIndex = 6;
- this.label15.Text = "瀹℃牳鏃ユ湡";
- //
- // txtHChecker
- //
- this.txtHChecker.BackColor = System.Drawing.Color.Transparent;
- this.txtHChecker.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.txtHChecker.Location = new System.Drawing.Point(312, 16);
- this.txtHChecker.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.txtHChecker.Name = "txtHChecker";
- this.txtHChecker.Size = new System.Drawing.Size(131, 19);
- this.txtHChecker.TabIndex = 5;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.BackColor = System.Drawing.Color.Transparent;
- this.label13.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label13.Location = new System.Drawing.Point(233, 20);
- this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(52, 15);
- this.label13.TabIndex = 4;
- this.label13.Text = "瀹℃牳浜�";
- //
- // txtHMakeDate
- //
- this.txtHMakeDate.BackColor = System.Drawing.Color.Transparent;
- this.txtHMakeDate.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.txtHMakeDate.Location = new System.Drawing.Point(95, 59);
- this.txtHMakeDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.txtHMakeDate.Name = "txtHMakeDate";
- this.txtHMakeDate.Size = new System.Drawing.Size(131, 19);
- this.txtHMakeDate.TabIndex = 3;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.BackColor = System.Drawing.Color.Transparent;
- this.label11.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label11.Location = new System.Drawing.Point(16, 62);
- this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(67, 15);
- this.label11.TabIndex = 2;
- this.label11.Text = "鍒跺崟鏃ユ湡";
- //
- // txtHMaker
- //
- this.txtHMaker.BackColor = System.Drawing.Color.Transparent;
- this.txtHMaker.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.txtHMaker.Location = new System.Drawing.Point(95, 16);
- this.txtHMaker.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.txtHMaker.Name = "txtHMaker";
- this.txtHMaker.Size = new System.Drawing.Size(131, 19);
- this.txtHMaker.TabIndex = 1;
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.BackColor = System.Drawing.Color.Transparent;
- this.label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
- this.label8.Location = new System.Drawing.Point(16, 20);
- this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(52, 15);
- this.label8.TabIndex = 0;
- this.label8.Text = "鍒跺崟浜�";
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // panel1
- //
- this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel1.Location = new System.Drawing.Point(0, 62);
- this.panel1.Margin = new System.Windows.Forms.Padding(4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(55, 687);
- this.panel1.TabIndex = 33;
- //
- // panel3
- //
- this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
- this.panel3.Location = new System.Drawing.Point(1745, 62);
- this.panel3.Margin = new System.Windows.Forms.Padding(4);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(52, 687);
- this.panel3.TabIndex = 34;
- //
- // grdPrint
- //
- this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdPrint.Location = new System.Drawing.Point(1079, 679);
- this.grdPrint.Margin = new System.Windows.Forms.Padding(4);
- this.grdPrint.Name = "grdPrint";
- this.grdPrint.RowHeadersWidth = 51;
- this.grdPrint.RowTemplate.Height = 23;
- this.grdPrint.Size = new System.Drawing.Size(33, 30);
- this.grdPrint.TabIndex = 46;
- this.grdPrint.Visible = false;
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(55, 128);
- this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1690, 530);
- this.tabControl1.TabIndex = 55;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.grdMain);
- this.tabPage1.Controls.Add(this.grdSum);
- this.tabPage1.Controls.Add(this.panel6);
- this.tabPage1.Location = new System.Drawing.Point(4, 25);
- this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
- this.tabPage1.Size = new System.Drawing.Size(1682, 501);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "鏄庣粏淇℃伅";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // grdMain
- //
- this.grdMain.AllowUserToAddRows = false;
- this.grdMain.AllowUserToDeleteRows = false;
- this.grdMain.BackgroundColor = System.Drawing.Color.WhiteSmoke;
- this.grdMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.grdMain.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.grdMain.Location = new System.Drawing.Point(4, 4);
- this.grdMain.Margin = new System.Windows.Forms.Padding(4);
- this.grdMain.Name = "grdMain";
- this.grdMain.ReadOnly = true;
- this.grdMain.RowHeadersWidth = 30;
- this.grdMain.RowTemplate.Height = 23;
- this.grdMain.Size = new System.Drawing.Size(1674, 439);
- this.grdMain.TabIndex = 58;
- this.grdMain.RowHeadersWidthChanged += new System.EventHandler(this.grdMain_RowHeadersWidthChanged);
- this.grdMain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdMain_CellBeginEdit);
- this.grdMain.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellContentClick);
- this.grdMain.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellEndEdit);
- this.grdMain.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellLeave);
- this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged);
- this.grdMain.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.grdMain_EditingControlShowing);
- this.grdMain.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_Scroll);
- this.grdMain.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grdMain_KeyDown);
- this.grdMain.MouseUp += new System.Windows.Forms.MouseEventHandler(this.grdMain_MouseUp);
- //
- // grdSum
- //
- this.grdSum.AllowUserToAddRows = false;
- this.grdSum.AllowUserToDeleteRows = false;
- this.grdSum.BackgroundColor = System.Drawing.Color.Khaki;
- this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.grdSum.Location = new System.Drawing.Point(4, 443);
- this.grdSum.Margin = new System.Windows.Forms.Padding(4);
- this.grdSum.Name = "grdSum";
- this.grdSum.ReadOnly = true;
- this.grdSum.RowHeadersWidth = 51;
- this.grdSum.RowTemplate.Height = 23;
- this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None;
- this.grdSum.Size = new System.Drawing.Size(1674, 24);
- this.grdSum.TabIndex = 57;
- //
- // panel6
- //
- this.panel6.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.panel6.Controls.Add(this.lblHStockQty);
- this.panel6.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel6.Location = new System.Drawing.Point(4, 467);
- this.panel6.Margin = new System.Windows.Forms.Padding(4);
- this.panel6.Name = "panel6";
- this.panel6.Size = new System.Drawing.Size(1674, 30);
- this.panel6.TabIndex = 56;
- //
- // lblHStockQty
- //
- this.lblHStockQty.AutoSize = true;
- this.lblHStockQty.Location = new System.Drawing.Point(11, 8);
- this.lblHStockQty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblHStockQty.Name = "lblHStockQty";
- this.lblHStockQty.Size = new System.Drawing.Size(0, 15);
- this.lblHStockQty.TabIndex = 0;
- //
- // lblCaption
- //
- this.lblCaption.Dock = System.Windows.Forms.DockStyle.Top;
- this.lblCaption.Font = new System.Drawing.Font("瀹嬩綋", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblCaption.Location = new System.Drawing.Point(0, 0);
- this.lblCaption.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblCaption.Name = "lblCaption";
- this.lblCaption.Size = new System.Drawing.Size(1690, 42);
- this.lblCaption.TabIndex = 18;
- this.lblCaption.Text = "澶氳涓嬫帹娴佽浆鍗�";
- this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // pic1
- //
- this.pic1.Location = new System.Drawing.Point(403, 4);
- this.pic1.Margin = new System.Windows.Forms.Padding(4);
- this.pic1.Name = "pic1";
- this.pic1.Size = new System.Drawing.Size(88, 38);
- this.pic1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pic1.TabIndex = 36;
- this.pic1.TabStop = false;
- this.pic1.Visible = false;
- //
- // P1
- //
- this.P1.BackColor = System.Drawing.Color.Lavender;
- this.P1.Controls.Add(this.pic1);
- this.P1.Controls.Add(this.lblCaption);
- this.P1.Dock = System.Windows.Forms.DockStyle.Top;
- this.P1.Location = new System.Drawing.Point(55, 62);
- this.P1.Margin = new System.Windows.Forms.Padding(4);
- this.P1.Name = "P1";
- this.P1.Size = new System.Drawing.Size(1690, 66);
- this.P1.TabIndex = 31;
- //
- // Sc_ProcessExchangeBill_DH
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Lavender;
- this.ClientSize = new System.Drawing.Size(1797, 749);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.P1);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.Tool);
- this.Controls.Add(this.grdPrint);
- this.Controls.Add(this.txtHInnerBillNo);
- this.Controls.Add(this.label33);
- this.Controls.Add(this.txtHBatchNo);
- this.Controls.Add(this.label30);
- this.ForeColor = System.Drawing.Color.Black;
- this.KeyPreview = true;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "Sc_ProcessExchangeBill_DH";
- this.Text = "宸ュ簭娴佽浆鍗�";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Sc_ProcessExchangeBill_FormClosing);
- this.Load += new System.EventHandler(this.Sc_ProcessExchangeBill_Load);
- this.Paint += new System.Windows.Forms.PaintEventHandler(this.Sc_ProcessExchangeBill_Paint);
- this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Sc_ProcessExchangeBill_KeyDown);
- this.Tool.ResumeLayout(false);
- this.Tool.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.grdPrint)).EndInit();
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.grdSum)).EndInit();
- this.panel6.ResumeLayout(false);
- this.panel6.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pic1)).EndInit();
- this.P1.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.ToolStrip Tool;
- private System.Windows.Forms.ToolStripButton yl;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ToolStripButton bc;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label txtHMaker;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label txtHUpDateDate;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.Label txtHUpDater;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.Label txtHCloseDate;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.Label txtHCloseMan;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label txtHCheckDate;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label txtHChecker;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label txtHMakeDate;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label txtHDeleteDate;
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.Label txtHDeleteMan;
- private System.Windows.Forms.Label label27;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.ToolStripButton AddRow;
- private System.Windows.Forms.ToolStripButton DelRow;
- private System.Windows.Forms.ToolStripButton tc;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
- private System.Windows.Forms.ToolStripButton mrlk;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
- private System.Windows.Forms.ToolStripButton bclk;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.DataGridView grdPrint;
- private System.Windows.Forms.ToolStripButton set;
- private System.Windows.Forms.ToolStripButton dy;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.DataGridView grdSum;
- private System.Windows.Forms.Panel panel6;
- private System.Windows.Forms.Label lblHStockQty;
- private System.Windows.Forms.DataGridView grdMain;
- private System.Windows.Forms.TextBox txtHInnerBillNo;
- private System.Windows.Forms.Label label30;
- private System.Windows.Forms.TextBox txtHBatchNo;
- private System.Windows.Forms.Label label33;
- private System.Windows.Forms.ToolStripButton yc;
- private System.Windows.Forms.ToolStripButton fq;
- private System.Windows.Forms.Label lblCaption;
- private System.Windows.Forms.PictureBox pic1;
- private System.Windows.Forms.Panel P1;
- }
-}
\ No newline at end of file
diff --git "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/Sc_ProcessExchangeBill_DH1.resx" "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/Sc_ProcessExchangeBill_DH1.resx"
deleted file mode 100644
index 62a22dd..0000000
--- "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/Sc_ProcessExchangeBill_DH1.resx"
+++ /dev/null
@@ -1,491 +0,0 @@
-<?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>
- <metadata name="Tool.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
- <value>17, 17</value>
- </metadata>
- <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
- <data name="Tool.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>
- /9j/4AAQSkZJRgABAQEASABIAAD/4QSARXhpZgAATU0AKgAAAAgABwESAAMAAAABAAEAAAEaAAUAAAAB
- AAAAYgEbAAUAAAABAAAAagEoAAMAAAABAAIAAAExAAIAAAAUAAAAcgEyAAIAAAAUAAAAhodpAAQAAAAB
- AAAAmgAAAMYASAAAAAEAAABIAAAAAQAAQWRvYmUgUGhvdG9zaG9wIDcuMAAyMDA0OjEwOjE0IDE1OjUw
- OjUwAAADoAEAAwAAAAH//wAAoAIABAAAAAEAAAQAoAMABAAAAAEAAABoAAAAAAAAAAYBAwADAAAAAQAG
- AAABGgAFAAAAAQAAARQBGwAFAAAAAQAAARwBKAADAAAAAQACAAACAQAEAAAAAQAAASQCAgAEAAAAAQAA
- A1QAAAAAAAAASAAAAAEAAABIAAAAAf/Y/9sAQwAIBgYHBgUIBwcHCQkICgwUDQwLCwwZEhMPFB0aHx4d
- GhwcICQuJyAiLCMcHCg3KSwwMTQ0NB8nOT04MjwuMzQy/9sAQwEJCQkMCwwYDQ0YMiEcITIyMjIyMjIy
- MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIy/8AAEQgABgCgAwEhAAIRAQMR
- Af/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAE
- EQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElK
- U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrC
- w8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAAB
- AgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkj
- M1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5
- eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm
- 5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A9P8A+EAsf+fy4o/4QCy/5/Liuv6z/dOf2HmH/CAWX/P5
- cUf8IBZf8/lz+lH1n+6HsPMP+EAsv+fy5/Oj/hALL/n8uKPrP90PYeYf8IBZf8/lxR/wgFl/z+XFH1n+
- 6HsPMP8AhALL/n8uKP8AhX9j/wA/lxR9Z/uh7B9w/wCFf2P/AD+XFH/CAWP/AD+XFH1n+6HsH3D/AIQC
- x/5/Lij/AIQCy/5/Lij6z/dD2HmH/CAWX/P5cUf8K/sf+fy4o+tf3Q9h5h/wgFj/AM/lxR/wgFl/z+XF
- H1r+6HsPMP8AhALL/n8uKP8AhALL/n8uKPrX90PYeZ//2f/bAEMAAgEBAgEBAgICAgICAgIDBQMDAwMD
- BgQEAwUHBgcHBwYHBwgJCwkICAoIBwcKDQoKCwwMDAwHCQ4PDQwOCwwMDP/bAEMBAgICAwMDBgMDBgwI
- BwgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIACoE
- AAMBIgACEQEDEQH/xAAfAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgv/xAC1EAACAQMDAgQDBQUE
- BAAAAX0BAgMABBEFEiExQQYTUWEHInEUMoGRoQgjQrHBFVLR8CQzYnKCCQoWFxgZGiUmJygpKjQ1Njc4
- OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmq
- srO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4eLj5OXm5+jp6vHy8/T19vf4+fr/xAAfAQADAQEBAQEB
- AQEBAAAAAAAAAQIDBAUGBwgJCgv/xAC1EQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIy
- gQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZn
- aGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV
- 1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/APWB+2p4nH/MN0Qf9w20/wDjNL/w2t4o
- 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
-</value>
- </data>
- <data name="set.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADmSURBVDhPjZKxDYQwFEPZiZ1uBRZAjICUjuIGoaJKT8UQ
- dHT/ZB/++iSR7ixZEBS/+APdOI4Gd7e0Ds9tmia39rkULkGF7DxPu66rBkXAtm28x1UOUALg4zjYjA5B
- uhGWCQlhl29CtXL+dV2fJxZhSnOhXgkchoEQWEA8gz2suXSSRso5277v3Hy/uBJgDpBDRctdTwiMYPyc
- FUA1c+ppNYDneaZjuAJw8zdIaYxleVfhqgEWmFUAyy9vkVKqGugl6zCHIIRwCxCDfnqQz18CMIKCj+qN
- /6EJ+CfoagGaM/9QDPwMfgCxFcwILbAnDwAAAABJRU5ErkJggg==
-</value>
- </data>
- <data name="dy.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADhSURBVDhPlZKxDYNADEW9U3bKCmzACEjXUWQCJmCA66mo
- 6Ojo6Bx9K98yd4m4WPpCHH7PFiDSUH3fK1M+uy1Ax3FYzvP8T4TGbdt033cXIOu6QsDUxSnLslgzBJQE
- uC6CmNJ1nc7zbAGETX7CEUQTJiM4iyLAuOIMcZigTVDRZxLNOVsgQvPnxZUCdQHD6SqiWR4uAshNudlF
- wDUpIogMw2CJcCWIkyhKKek4viq42gA3WLuUAIak3KD6B+JaURIFEfTpoXxqFEGAELys/uV/sMNpmlzU
- CpZlTfGztYJlNYFva/HZfLWYztcAAAAASUVORK5CYII=
-</value>
- </data>
- <data name="yl.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAF2SURBVDhPnY5PS8JgAIf3LaoPEHUMPAZ1jw5hdEgQEiSK
- KASNPISYFEostBRC1z+K6NA9hIhIrIQ8SN2CqIiKkFK3trmp+8VedE0zFR942Hh5fw8v5Q3tweNn4F6L
- aC75GawEtxHaPQbVDNfqJuoR8N+Qb9OIczlALpYURVOFphNarGHE4abJJblQ1FSJMGcYHjPDaLLC5dv4
- P2Bb9JIBn5chlBWlAkrqmZBHQZaJtTuN2QUPCbC8BE74NS+Vh5PJamuZsrtI4IsVkOFEoiBK2tgYVar8
- E7HOOUngI/ONdJYnVsa+W0DmWbwLALUOdBwB8ylURyamHSTwms7hLc0S9QEhl8PIKWC5Buj7OgFLOaCn
- EmCegTzHwXwF7L8ADwoQzdYEhkbN6DUMoscwoFkJHCYeEYtdIvgEnHwCd/UCDTGEySsuRCAugPyrZzOm
- PhzYO1uP6LWNd6MYp5DaorBj62oxosPUTyEZpsCetxlQUSOqbQf0/ABsYdYb9QbCAgAAAABJRU5ErkJg
- gg==
-</value>
- </data>
- <data name="bc.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAHnSURBVDhPjZPPS9NhHMffRtChm3SoIMSoQxZGeI06JQSd
- +ge0uc0IvESDfl1200wLW50KqkPQKIqSwkNHdZvTZcYqV3OkNEY43A+d23SvePbVbGJffMPr8nzfnxef
- 54Gv5AqjtlFS12Dm6vYwXTNTnZUjxPt5yAHft4npmhkzK7nH0b5uTErlEuVy2RbTMdHebqqz6gjRMlg9
- Y3gYAqP2mI5JV3h9A0eQE6+sw3yhwOKyPaZj0joEuhCsFYyMQCBgj+mYHPKbDTYJfmdyzGfztpiOyY5H
- oI41Qcv6FTJZFrM5W0zHRL5/BCffwq6HoFtLqL+I7pa3xnzrK3LA8xkNlJBz7RFPDUL9Y1DPAjr/ATXe
- Rgf7a2nsQ84x1B7AO5RHPZlNgiegG0nrLv+J2kKoPciLLyBvagvBlYRV3N+LPHP8/GG9/ERklUR85a/A
- HwVdn0WuMWTWOv0O6p+Cur5agsN3kCdO9CNMflol+q1E8lexVnA5Zgnqzvhp8E6z5xnIPUllCdTQizqn
- iEWpDsdmCqTThQ2BucKlKeQ2P5Okna3P2X0zjlwRMilITEMyAXOzkEytkF4oUaksI8c4coZ5HQd1RtDF
- CUtgUnf2JWq+j476UNO9DY74LJp86PgDi2M+1OxD597wB8fCAEnU9WUVAAAAAElFTkSuQmCC
-</value>
- </data>
- <data name="AddRow.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAEPSURBVDhPY/hPIWCws7P7TyrGMMBjx38wdtry87/1mk//
- DZe+/K8598F/hak3/ov3nf/P13bsP3PNHjCmjQEF+flEY6wGrFq58v+b16+JwgQNuHzp0v89u3f/37pl
- C1h86ZIlcKygoADHeA04evHY/1U7VmNgkMaSuw3/ra2tMQ2A2bxw/aL/fesn/q9aWv8/a3Le/5jmRLit
- Eu1q/63O+YBpmBiKASCbt57f8X/p+VX/Z52b/3/K+dn/W/d1w20G4ZBrKWB60tPZmAbAXDB1w4z/jcta
- /xdNL/uf2pGF4gKQZqwuQA+Djbs3YGCQBpjNGGGAKxZAeMXy5WCMMxbOnjlDNMaaDkjFKAag8MgAAPOv
- 4iVB0C72AAAAAElFTkSuQmCC
-</value>
- </data>
- <data name="DelRow.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADLSURBVDhPlZPRDYUgDEVZhgWcwjgGv+7BSHwbB3AABmAA
- FuhLybt9pUJ8mlxNKuekQnXLstDb6MtxodY6TSmly1RwHAed5ym5ruuWnPNc8AT/LbAQQGQqsBDinLsJ
- uNYJeHMsyIvbwn0XCYS0riIZCjRM3osEMNJqVqDb7SQcA3cdaHAoGcAisBCC4dGta3gq0JNnv9tKmiDG
- SNu2UQjhEW7x/rcHfMMssCSlNITlFL6nAon0gk5YgKmEhJ/8r/A7SLoOtMSGF45quD5eD88TPxXGfAAA
- AABJRU5ErkJggg==
-</value>
- </data>
- <data name="fq.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAACdSURBVDhPpZIxDoMwEARd5UO8hT4U0PAYmjR+UBpkpLyA
- jmegjdbhkOXEcBdG2sa6nRPGzim49RPyMxttgOvCBcl9xAr8IWGBqZ94TDBIONR8tkoo0Em6gAWIGV6A
- 8z9S+WOBbNuHeYmW8r5ZhkVwWCabIA6n30nBaZmUBKoyKQnUJIL59HeVqPy3RKJiE6QSiUkSkz8g892I
- KE/CG/ZJ/iNoXlWVAAAAAElFTkSuQmCC
-</value>
- </data>
- <data name="tc.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAACzSURBVDhPpZLBDcMgDEWzEyNFygRwTs9wbqRIldJRGICd
- foWLo8RAoM2X/sXwn2zDMBSk1IReyywpHhijMc8PWGexPBe8ty1exji+AAQgULgO0AngnM2CYVXkDMAt
- UQdaV4NFQArvAJ0AMSyDGSAGAkAFsaA2gMMldwPWOOK/gCSCpMLJDPDek2sAgnDh+AoM4PMrAEP2j/TL
- CCd9n9HcA8gdSB9HvlIG6A2ysiXKCy01gx+SJ5jRGylc7QAAAABJRU5ErkJggg==
-</value>
- </data>
- <data name="yc.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAADwSURBVDhPnZC7EYMwDIaZiQHCAGGA5Ki9gAdgCKpQUYUq
- HQPQUblL5QFgADyAcpKRbR5xHv+dzmD8fUJOknhgu4F7RQFH+7uAGQQeDA8TPCqAu5yiEjBKglEilKxg
- rDTtDiUAT0nFogi8E6xgXr+GsZuDdWlXVTowDg/C/S4YTYKbTEnAkgBeCWDur+6yCDYaVOVhfEYZfh/b
- M4xN5iVS2q5z7288FDDIMK11Bro+vZH0AvgdCwVTm1MR3Hh4OWfD0NRd6AMWj4MVhXeSR07F43jYzn4I
- c1hiL2uZ+VPnbViCHRH8CeY4SfUHzGFJDH4B8G1yNa3PnAQAAAAASUVORK5CYII=
-</value>
- </data>
- <data name="mrlk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAH4SURBVDhPfZDfS1NRAMdPRBHUW/gf9GC9ZFkEC6qXevMl
- KIlRMeih6UpWLAqLPezBicHwbl5qKRHRS0RBQSDFpNRaudF+tHYNEy0kB7Vw00KRPnHO3e66lPfAl3Pv
- Od/Ph3OOELUR1obo026hxeJEB/4fuSc7vdHb1Dk1QpE4I6NJusZBaCBia0QD/2t4/uIVkrEEV8NRKpUq
- vsQSd0s4pmtkiWqlimQsweVQhIVyGXEdxqoQngT3KOx4AEIHEa1FnqIf1ZWMJQgE+/heKiEioE/DqTFo
- eQTr4iBugLjZiJ7Hfn85/N09zM/NKbv3jQNcMOH07s2MbxUN0fkrIb7MzKpj7nvsDG/xpfm5TUAK3rma
- TElHIMj01Cd1xw2DzvC94qL6lpJkU+0UZ/3dGMWP5oNJwVAjetGEN3lTCs6uwK7YZ3UKS3DGd4l0zsCt
- pRAnkgi3Gf3ZvCps9GZssJLvudN4A0/HBd7mp5jIGWTfG+QKBt/KP1RhfWfBGZbjmKeT5tYDbN97yIpc
- j54Wa8LDiZem5OK1HhZ+rdqyvPrbEjBx9B9Y7sueZJUgY8zQPzBozRa88hWWM0pSh3P5D2QnZ1VPCc4F
- grQd9yhjff5bcNIlVOTa0+GErSdZIX92ug7Tsv+IFVlubj2IlNTf6f7DJ7aOZNraPfwBvZRMtpoEb0gA
- AAAASUVORK5CYII=
-</value>
- </data>
- <data name="bclk.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAHpSURBVDhPjZPPS9NhHMffRtChm3SoIMSoQxZGeI06JQSd
- +ge0uc0IvESDfl1200yL+tapoDoEjaIoKTx0VLc5XWas0pojpTHC4X7o3KZ7xbOvY01s+IXX5Xle7zef
- 5wNfyRVCHWMkrsHc1e1hXJMpZ+UI8mERMsCPbWJckzFZyT2B9vUiSYVigWKxWBfjGFd7eyln1RWkbYjy
- 4cgI+MfqYxzj9oQqEzgCnHhtH2ZzOZZX62Mc47YPgy4EagtGR8Hvr49xjHvIZybYVPAnlWExna2LcYy7
- 4zGoa6OgrfKEVJrldKYuxikv0fqn4OQ72PUIdGsFDebR3eLWmLuBPAc8X9C9AnJuLPHUEDQ+AfUtofMf
- UfNtdHCwluYB5BxHnX68w1nUl9pU8BR0I26P97+vI4g6A7z8CvImtii4ErML9vcjzwK/ftqbnwyvE4uu
- USnwRUDX55FrHJmxTr+Hxmegnm92weE7yBMl8gmmPq8T+V4g/jtfW3B51i5oOOOjyTvDnucg9xSlFVBT
- P+qeZjZCOTw7lyOZzFULzBMuTSO3+Zkk7Wx/we6bUeQKk0pAbAbiMViYh3hijeRSgVJpFTkmkDPEmyio
- O4wuTlZ31nD2FWp9gI5aqOV+lSOWTYuFjj+0OWahVgude8tfgRmsjgOy3bIAAAAASUVORK5CYII=
-</value>
- </data>
- <metadata name="timer1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
- <value>93, 17</value>
- </metadata>
- <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
- <value>25</value>
- </metadata>
-</root>
\ No newline at end of file
--
Gitblit v1.9.1