This commit is contained in:
chi
2023-10-19 00:49:41 +09:00
parent 06b0699bf7
commit 2f66e3cca1
37 changed files with 14907 additions and 834 deletions

View File

@@ -134,8 +134,6 @@
this.tbRequest = new System.Windows.Forms.ToolStripTextBox();
this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
this.cmbManager = new System.Windows.Forms.ToolStripComboBox();
this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();
this.cmbAdmin = new System.Windows.Forms.ToolStripComboBox();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.btSearch = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
@@ -143,13 +141,13 @@
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.btViewDel = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
@@ -180,6 +178,7 @@
//
this.tam.BackupDataSetBeforeUpdate = true;
this.tam.EETGW_PurchaseCRTableAdapter = null;
this.tam.EETGW_PurchaseEBTableAdapter = null;
this.tam.PurchaseTableAdapter = this.ta;
this.tam.UpdateOrder = FEQ0000.dsPurchaseTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
@@ -630,8 +629,6 @@
this.tbRequest,
this.toolStripLabel6,
this.cmbManager,
this.toolStripLabel7,
this.cmbAdmin,
this.toolStripSeparator4,
this.btSearch,
this.toolStripSeparator5,
@@ -749,18 +746,6 @@
this.cmbManager.Size = new System.Drawing.Size(75, 37);
this.cmbManager.Text = "65";
//
// toolStripLabel7
//
this.toolStripLabel7.Name = "toolStripLabel7";
this.toolStripLabel7.Size = new System.Drawing.Size(55, 34);
this.toolStripLabel7.Text = "구매승인";
//
// cmbAdmin
//
this.cmbAdmin.Name = "cmbAdmin";
this.cmbAdmin.Size = new System.Drawing.Size(75, 37);
this.cmbAdmin.Text = "66";
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
@@ -814,6 +799,13 @@
this.ToolStripMenuItem.Text = "이번달 자료";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 엑셀에서열기ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "엑셀에서열기ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(213, 22);
this.ToolStripMenuItem.Text = "Excel 파일로 저장 후 열기";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// toolStripButton2
//
this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
@@ -859,7 +851,7 @@
this.fpSpread1.StatusBarVisible = true;
this.fpSpread1.TabIndex = 4;
this.fpSpread1.EditModeOff += new System.EventHandler(this.fpSpread1_EditModeOff);
this.fpSpread1.SetViewportLeftColumn(0, 0, 10);
this.fpSpread1.SetViewportLeftColumn(0, 0, 9);
//
// label1
//
@@ -885,20 +877,13 @@
this.label2.Text = "--";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 엑셀에서열기ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "엑셀에서열기ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(213, 22);
this.ToolStripMenuItem.Text = "Excel 파일로 저장 후 열기";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// fpSpread1_Sheet1
//
this.fpSpread1_Sheet1.Reset();
this.fpSpread1_Sheet1.SheetName = "Sheet1";
// Formulas and custom names must be loaded with R1C1 reference style
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
this.fpSpread1_Sheet1.ColumnCount = 39;
this.fpSpread1_Sheet1.ColumnCount = 38;
this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
this.fpSpread1_Sheet1.ActiveRowIndex = -1;
this.fpSpread1_Sheet1.AutoGenerateColumns = false;
@@ -939,8 +924,7 @@
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 34).Value = "PO#";
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 35).Value = "비고\r\n(담당자)";
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 36).Value = "구매담당";
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 37).Value = "구매승인";
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 38).Value = "삭제됨";
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 37).Value = "삭제됨";
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 37F;
this.fpSpread1_Sheet1.Columns.Get(0).CellType = checkBoxCellType1;
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "chk1";
@@ -1212,17 +1196,11 @@
this.fpSpread1_Sheet1.Columns.Get(36).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(36).Label = "구매담당";
this.fpSpread1_Sheet1.Columns.Get(36).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(37).AllowAutoFilter = true;
this.fpSpread1_Sheet1.Columns.Get(37).CellType = textCellType24;
this.fpSpread1_Sheet1.Columns.Get(37).DataField = "purchase_admin";
this.fpSpread1_Sheet1.Columns.Get(37).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(37).Label = "구매승인";
this.fpSpread1_Sheet1.Columns.Get(37).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(38).CellType = checkBoxCellType3;
this.fpSpread1_Sheet1.Columns.Get(38).DataField = "isdel";
this.fpSpread1_Sheet1.Columns.Get(38).Label = "삭제됨";
this.fpSpread1_Sheet1.Columns.Get(38).Tag = "isdel";
this.fpSpread1_Sheet1.Columns.Get(38).Width = 51F;
this.fpSpread1_Sheet1.Columns.Get(37).CellType = checkBoxCellType3;
this.fpSpread1_Sheet1.Columns.Get(37).DataField = "isdel";
this.fpSpread1_Sheet1.Columns.Get(37).Label = "삭제됨";
this.fpSpread1_Sheet1.Columns.Get(37).Tag = "isdel";
this.fpSpread1_Sheet1.Columns.Get(37).Width = 51F;
this.fpSpread1_Sheet1.DataAutoCellTypes = false;
this.fpSpread1_Sheet1.DataAutoSizeColumns = false;
this.fpSpread1_Sheet1.DataSource = this.bs;
@@ -1241,7 +1219,7 @@
this.Controls.Add(this.bn);
this.DoubleBuffered = true;
this.Name = "fPurchaseNR";
this.Text = "NR구매 신청";
this.Text = "일반구매 신청";
this.Load += new System.EventHandler(this.@__Load);
((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
@@ -1340,9 +1318,7 @@
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ToolStripLabel toolStripLabel6;
private System.Windows.Forms.ToolStripLabel toolStripLabel7;
private System.Windows.Forms.ToolStripComboBox cmbManager;
private System.Windows.Forms.ToolStripComboBox cmbAdmin;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem;
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
}

View File

@@ -129,21 +129,21 @@ namespace FEQ0000
var lat_adm = tauser.GetByAdmin(FCOMMON.info.Login.gcode);
cmbManager.Items.Clear();
cmbAdmin.Items.Clear();
//cmbAdmin.Items.Clear();
cmbManager.Items.Add("-- 전체 --");
cmbAdmin.Items.Add("-- 전체 --");
//cmbAdmin.Items.Add("-- 전체 --");
foreach (dsPurchase.Purchase_ManagerlistRow dr in lst_man)
{
cmbManager.Items.Add(dr.username);
}
foreach (dsPurchase.Purchase_ManagerlistRow dr in lat_adm)
{
cmbAdmin.Items.Add(dr.username);
}
//foreach (dsPurchase.Purchase_ManagerlistRow dr in lat_adm)
//{
// cmbAdmin.Items.Add(dr.username);
//}
}
this.cmbManager.SelectedIndex = 0;
this.cmbAdmin.SelectedIndex = 0;
//this.cmbAdmin.SelectedIndex = 0;
//일반사용자의경우에는 상태를 변경하지 못한다.
@@ -228,10 +228,10 @@ namespace FEQ0000
{
cmd.CommandText += $" and purchase_manager like '%{cmbManager.Text.Replace("'", "''")}%'";
}
if (cmbAdmin.SelectedIndex != 0 && cmbAdmin.Text.isEmpty() == false)
{
cmd.CommandText += $" and purchase_admin like '%{cmbAdmin.Text.Replace("'", "''")}%'";
}
//if (cmbAdmin.SelectedIndex != 0 && cmbAdmin.Text.isEmpty() == false)
//{
// cmd.CommandText += $" and purchase_admin like '%{cmbAdmin.Text.Replace("'", "''")}%'";
//}
if (cmbState.SelectedIndex != 0)
{
@@ -1123,7 +1123,7 @@ namespace FEQ0000
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new fPurchase_excelimport(false);
var f = new fPurchase_excelimport( fPurchase_excelimport.eImporttype.NR);
f.Show();
}

View File

@@ -55,7 +55,6 @@
System.Windows.Forms.Label label13;
System.Windows.Forms.Label label14;
System.Windows.Forms.Label label15;
System.Windows.Forms.Label label16;
System.Windows.Forms.Label label17;
System.Windows.Forms.Label label9;
System.Windows.Forms.Label label18;
@@ -85,6 +84,7 @@
this.chkExp = new System.Windows.Forms.CheckBox();
this.btSaveAdd = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.tbStorage = new System.Windows.Forms.ComboBox();
this.cmbRemark = new System.Windows.Forms.ComboBox();
this.cmbCurrency = new System.Windows.Forms.ComboBox();
this.tbQtyReal = new System.Windows.Forms.TextBox();
@@ -100,7 +100,6 @@
this.tbCostCenter = new System.Windows.Forms.ComboBox();
this.tbLineCode = new System.Windows.Forms.ComboBox();
this.tbManager = new System.Windows.Forms.ComboBox();
this.tbAdmin = new System.Windows.Forms.ComboBox();
this.btEQModel = new System.Windows.Forms.Button();
this.btEQManu = new System.Windows.Forms.Button();
this.btProcess = new System.Windows.Forms.Button();
@@ -117,7 +116,6 @@
this.dsPurchase = new FEQ0000.dsPurchase();
this.purchaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.purchaseTableAdapter = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
this.tbStorage = new System.Windows.Forms.ComboBox();
processLabel = new System.Windows.Forms.Label();
receiveLabel = new System.Windows.Forms.Label();
scLabel = new System.Windows.Forms.Label();
@@ -143,7 +141,6 @@
label13 = new System.Windows.Forms.Label();
label14 = new System.Windows.Forms.Label();
label15 = new System.Windows.Forms.Label();
label16 = new System.Windows.Forms.Label();
label17 = new System.Windows.Forms.Label();
label9 = new System.Windows.Forms.Label();
label18 = new System.Windows.Forms.Label();
@@ -397,9 +394,9 @@
label14.Location = new System.Drawing.Point(4, 497);
label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label14.Name = "label14";
label14.Size = new System.Drawing.Size(84, 20);
label14.Size = new System.Drawing.Size(84, 40);
label14.TabIndex = 36;
label14.Text = "담당자비고";
label14.Text = "구매담당자\r\n검토결과";
this.toolTip1.SetToolTip(label14, resources.GetString("label14.ToolTip"));
//
// label15
@@ -412,16 +409,6 @@
label15.TabIndex = 14;
label15.Text = "실 구매 수량";
//
// label16
//
label16.AutoSize = true;
label16.Location = new System.Drawing.Point(10, 218);
label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label16.Name = "label16";
label16.Size = new System.Drawing.Size(99, 20);
label16.TabIndex = 44;
label16.Text = "구매승인자명";
//
// label17
//
label17.AutoSize = true;
@@ -625,6 +612,8 @@
//
// cmbState
//
this.cmbState.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbState.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbState.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.cmbState.FormattingEnabled = true;
this.cmbState.Location = new System.Drawing.Point(327, 48);
@@ -782,8 +771,23 @@
this.groupBox1.Text = "필수입력";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// tbStorage
//
this.tbStorage.FormattingEnabled = true;
this.tbStorage.ImeMode = System.Windows.Forms.ImeMode.Alpha;
this.tbStorage.Items.AddRange(new object[] {
"NR",
"SPR"});
this.tbStorage.Location = new System.Drawing.Point(345, 233);
this.tbStorage.Margin = new System.Windows.Forms.Padding(4);
this.tbStorage.Name = "tbStorage";
this.tbStorage.Size = new System.Drawing.Size(129, 28);
this.tbStorage.TabIndex = 52;
//
// cmbRemark
//
this.cmbRemark.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbRemark.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbRemark.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbRemark.FormattingEnabled = true;
this.cmbRemark.Location = new System.Drawing.Point(94, 368);
@@ -794,6 +798,8 @@
//
// cmbCurrency
//
this.cmbCurrency.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbCurrency.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbCurrency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCurrency.FormattingEnabled = true;
this.cmbCurrency.Items.AddRange(new object[] {
@@ -908,8 +914,6 @@
this.groupBox2.Controls.Add(this.tbCostCenter);
this.groupBox2.Controls.Add(this.tbLineCode);
this.groupBox2.Controls.Add(this.tbManager);
this.groupBox2.Controls.Add(this.tbAdmin);
this.groupBox2.Controls.Add(label16);
this.groupBox2.Controls.Add(label17);
this.groupBox2.Controls.Add(this.btEQModel);
this.groupBox2.Controls.Add(this.dtExpDate);
@@ -951,6 +955,8 @@
//
// tbCostCenter
//
this.tbCostCenter.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.tbCostCenter.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.tbCostCenter.FormattingEnabled = true;
this.tbCostCenter.ImeMode = System.Windows.Forms.ImeMode.Alpha;
this.tbCostCenter.Location = new System.Drawing.Point(112, 120);
@@ -959,9 +965,12 @@
this.tbCostCenter.Size = new System.Drawing.Size(286, 28);
this.tbCostCenter.TabIndex = 49;
this.tbCostCenter.Text = "68";
this.tbCostCenter.SelectedIndexChanged += new System.EventHandler(this.tbCostCenter_SelectedIndexChanged);
//
// tbLineCode
//
this.tbLineCode.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.tbLineCode.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.tbLineCode.FormattingEnabled = true;
this.tbLineCode.Location = new System.Drawing.Point(112, 151);
this.tbLineCode.Margin = new System.Windows.Forms.Padding(4);
@@ -972,6 +981,8 @@
//
// tbManager
//
this.tbManager.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.tbManager.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.tbManager.FormattingEnabled = true;
this.tbManager.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.tbManager.Location = new System.Drawing.Point(112, 182);
@@ -981,17 +992,6 @@
this.tbManager.TabIndex = 47;
this.tbManager.Text = "65";
//
// tbAdmin
//
this.tbAdmin.FormattingEnabled = true;
this.tbAdmin.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.tbAdmin.Location = new System.Drawing.Point(112, 214);
this.tbAdmin.Margin = new System.Windows.Forms.Padding(4);
this.tbAdmin.Name = "tbAdmin";
this.tbAdmin.Size = new System.Drawing.Size(286, 28);
this.tbAdmin.TabIndex = 46;
this.tbAdmin.Text = "66";
//
// btEQModel
//
this.btEQModel.Location = new System.Drawing.Point(112, 90);
@@ -1127,19 +1127,6 @@
//
this.purchaseTableAdapter.ClearBeforeFill = true;
//
// tbStorage
//
this.tbStorage.FormattingEnabled = true;
this.tbStorage.ImeMode = System.Windows.Forms.ImeMode.Alpha;
this.tbStorage.Items.AddRange(new object[] {
"NR",
"SPR"});
this.tbStorage.Location = new System.Drawing.Point(345, 233);
this.tbStorage.Margin = new System.Windows.Forms.Padding(4);
this.tbStorage.Name = "tbStorage";
this.tbStorage.Size = new System.Drawing.Size(129, 28);
this.tbStorage.TabIndex = 52;
//
// fPurchase_Add
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
@@ -1224,7 +1211,6 @@
private System.Windows.Forms.Button btEQModel;
private System.Windows.Forms.TextBox tbBigoChk;
private System.Windows.Forms.TextBox tbQtyReal;
private System.Windows.Forms.ComboBox tbAdmin;
private System.Windows.Forms.ComboBox tbCostCenter;
private System.Windows.Forms.ComboBox tbLineCode;
private System.Windows.Forms.ComboBox tbManager;

View File

@@ -91,11 +91,11 @@ namespace FEQ0000
this.tbManager.ValueMember = "Value";
this.tbManager.DataSource = LstMan;
//구매-승인
var LstAdm = FCOMMON.DBM.getCodeTable("66");
this.tbAdmin.DisplayMember = "Value";
this.tbAdmin.ValueMember = "Value";
this.tbAdmin.DataSource = LstAdm;
////구매-승인
//var LstAdm = FCOMMON.DBM.getCodeTable("66");
//this.tbAdmin.DisplayMember = "Value";
//this.tbAdmin.ValueMember = "Value";
//this.tbAdmin.DataSource = LstAdm;
//통화
var LstCur = FCOMMON.DBM.getCodeTable("69");
@@ -116,7 +116,7 @@ namespace FEQ0000
{
if (cmbRemark.SelectedIndex > 0)
{
tbBigo.Text = cmbRemark.Text.Trim() + tbBigo.Text.Trim();
tbBigo.Text = cmbRemark.Text.Replace(@"\n",Environment.NewLine) + tbBigo.Text.Trim();
}
};
cmbRemark.SelectedIndex = 0;
@@ -253,7 +253,7 @@ namespace FEQ0000
chk2.Checked = dr.chk2;
tbManager.Text = dr.purchase_manager;
tbAdmin.Text = dr.purchase_admin;
// tbAdmin.Text = dr.purchase_admin;
tbSC.Text = dr.sc;
tbPO.Text = dr.po;
@@ -852,7 +852,7 @@ namespace FEQ0000
dr.linecode = tbLineCode.Text;
dr.purchase_manager = tbManager.Text;
dr.purchase_admin = tbAdmin.Text;
// dr.purchase_admin = tbAdmin.Text;
if (tbSupplyIndex.Text == "") dr.SetsupplyidxNull();
else dr.supplyidx = int.Parse(tbSupplyIndex.Text);
@@ -1295,5 +1295,17 @@ namespace FEQ0000
bt.Text = f.SelectedTitle;// cbProcess.SelectedIndex = -1;
}
}
private void tbCostCenter_SelectedIndexChanged(object sender, EventArgs e)
{
if (tbCostCenter.SelectedIndex < 0) return;
//선택된 개체의 Svalue 값이 있따면 그것을 라인코드에 넣는다.
var selvalue = tbCostCenter.SelectedItem as DataRowView;
var svalue = selvalue["SValue"];
if(svalue != null) {
if(tbLineCode.Text.isEmpty()) tbLineCode.Text = svalue.ToString();
}
}
}
}

View File

@@ -218,9 +218,6 @@
<metadata name="label15.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="label16.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>
<metadata name="label17.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>False</value>
</metadata>

View File

@@ -133,14 +133,15 @@
this.columnHeader15 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.bsCR = new System.Windows.Forms.BindingSource(this.components);
this.taCR = new FEQ0000.dsPurchaseTableAdapters.EETGW_PurchaseCRTableAdapter();
this.columnHeader19 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader20 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.taEB = new FEQ0000.dsPurchaseTableAdapters.EETGW_PurchaseEBTableAdapter();
stateLabel = new System.Windows.Forms.Label();
label15 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bsNR)).BeginInit();
@@ -1185,6 +1186,16 @@
this.columnHeader18.Text = "LineCode";
this.columnHeader18.Width = 72;
//
// columnHeader19
//
this.columnHeader19.Text = "구매담당";
this.columnHeader19.Width = 72;
//
// columnHeader20
//
this.columnHeader20.Text = "구매승인";
this.columnHeader20.Width = 72;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -1224,15 +1235,9 @@
//
this.taCR.ClearBeforeFill = true;
//
// columnHeader19
// taEB
//
this.columnHeader19.Text = "구매담당";
this.columnHeader19.Width = 72;
//
// columnHeader20
//
this.columnHeader20.Text = "구매승인";
this.columnHeader20.Width = 72;
this.taEB.ClearBeforeFill = true;
//
// fPurchase_excelimport
//
@@ -1399,5 +1404,6 @@
private System.Windows.Forms.Label label27;
private System.Windows.Forms.ColumnHeader columnHeader19;
private System.Windows.Forms.ColumnHeader columnHeader20;
private dsPurchaseTableAdapters.EETGW_PurchaseEBTableAdapter taEB;
}
}

View File

@@ -13,17 +13,24 @@ namespace FEQ0000
public partial class fPurchase_excelimport : Form
{
BindingSource bsModel;
bool crmode = false;
public fPurchase_excelimport(bool cr)
eImporttype crmode;
public enum eImporttype
{
NR,
CR,
EB
}
public fPurchase_excelimport(eImporttype cr)
{
InitializeComponent();
Properties.Settings.Default["gwcs"] = FCOMMON.info.CS;
Properties.Settings.Default["EEEntities"] = FCOMMON.info.CS;
this.FormClosed += __Closed;
crmode = cr;
this.Text = $"구매내역 가져오기({(crmode ? "CR" : "NR")})";
if (cr == true)
this.Text = $"구매내역 가져오기({crmode})";
if (cr == eImporttype.CR)
{
cbProcess.Enabled = false;
cbManuProc.Enabled = false;
@@ -77,8 +84,10 @@ namespace FEQ0000
loadsetting(this);
if (crmode)
if (crmode == eImporttype.CR)
textBox1.Text = FCOMMON.Setting.system.Xml.get_Data(this.Name, "FILE_CR");
else if (crmode == eImporttype.EB)
textBox1.Text = FCOMMON.Setting.system.Xml.get_Data(this.Name, "FILE_EB");
else
textBox1.Text = FCOMMON.Setting.system.Xml.get_Data(this.Name, "FILE_NR");
@@ -112,8 +121,7 @@ namespace FEQ0000
if (typestr.Contains("UpDownEdit"))
{
var nud = ctrls.Parent as NumericUpDown;
var section = "input_" + this.Name;
if (crmode) section += "_CR";
var section = "input_" + this.Name + $"_{crmode}";
var value = FCOMMON.Setting.system.Xml.get_Data(section, "nud_" + nud.Name, "0");
var n = decimal.Parse(value);
if (n >= nud.Minimum) nud.Value = decimal.Parse(value);
@@ -135,8 +143,7 @@ namespace FEQ0000
if (typestr.Contains("UpDownEdit"))
{
var nud = ctrls.Parent as NumericUpDown;
var section = "input_" + this.Name;
if (crmode) section += "_CR";
var section = "input_" + this.Name + $"{crmode}";
FCOMMON.Setting.system.Xml.set_Data(section, "nud_" + nud.Name, nud.Value.ToString());
}
}
@@ -217,7 +224,7 @@ namespace FEQ0000
var itemCount = 0;
foreach (ListViewItem lv in this.listView1.Items)
{
if (crmode)
if (crmode == eImporttype.CR)
{
var dr = lv.Tag as dsPurchase.EETGW_PurchaseCRRow;
if (lv.Checked == false) dr.AcceptChanges();
@@ -237,9 +244,29 @@ namespace FEQ0000
itemAmt += dr.pumamt;
}
}
else
else if (crmode == eImporttype.NR)
{
var dr = lv.Tag as dsPurchase.PurchaseRow;
var dr = lv.Tag as dsPurchase.EETGW_PurchaseEBRow;
if (lv.Checked == false) dr.AcceptChanges();
else
{
itemCount += 1;
// dr.request = userNo;
dr.asset = cbEQModel.Text;
dr.dept = cbEQManu.Text;
dr.manuproc = cbManuProc.Text;
dr.process = cbProcess.Text.Trim();
dr.state = cmbState.Text.Trim();
// dr.pdate = dtPdate.Value.ToShortDateString();
dr.project = tbProject.Text.Trim();
dr.AcceptChanges();
dr.SetAdded();
itemAmt += dr.pumamt;
}
}
else if (crmode == eImporttype.EB)
{
var dr = lv.Tag as dsPurchase.EETGW_PurchaseEBRow;
if (lv.Checked == false) dr.AcceptChanges();
else
{
@@ -261,14 +288,16 @@ namespace FEQ0000
}
//part 목록을 조회해서 NR에 등록해줘야 함
var dlg2 = FCOMMON.Util.MsgQ($"해당 파트리스트를 ({(crmode ? "CR":"NR")})구매 목록에 등록 하시겠습니까?\n" +
var dlg2 = FCOMMON.Util.MsgQ($"해당 파트리스트를 ({crmode})구매 목록에 등록 하시겠습니까?\n" +
itemCount.ToString() + "건 " + itemAmt.ToString("N0") + "원");
if (dlg2 != System.Windows.Forms.DialogResult.Yes) return;
if (crmode)
if (crmode == eImporttype.CR)
taCR.Update(this.dsPRJ.EETGW_PurchaseCR);
else
else if (crmode == eImporttype.NR)
taNR.Update(this.dsPRJ.Purchase);
else if (crmode == eImporttype.EB)
taEB.Update(this.dsPRJ.EETGW_PurchaseEB);
dsPRJ.AcceptChanges();
FCOMMON.Util.MsgI("Save OK");
@@ -277,7 +306,7 @@ namespace FEQ0000
bool checkCombo()
{
if (crmode == false && cbProcess.Text.isEmpty() == true)
if (crmode != eImporttype.CR && cbProcess.Text.isEmpty() == true)
{
FCOMMON.Util.MsgE("프로세스를 선택하세요.");
cbProcess.Focus();
@@ -293,7 +322,7 @@ namespace FEQ0000
return false;
}
}
if (crmode == false && this.cbProcess.Text.isEmpty() == true)
if (crmode != eImporttype.CR && this.cbProcess.Text.isEmpty() == true)
{
{
@@ -306,7 +335,7 @@ namespace FEQ0000
return false;
}
}
if (crmode == false && cbManuProc.Text.isEmpty() == true)
if (crmode != eImporttype.CR && cbManuProc.Text.isEmpty() == true)
{
{
@@ -319,7 +348,7 @@ namespace FEQ0000
return false;
}
}
if (crmode == false && this.cbEQManu.Text.isEmpty() == true)
if (crmode != eImporttype.CR && this.cbEQManu.Text.isEmpty() == true)
{
{
@@ -352,7 +381,7 @@ namespace FEQ0000
return;
}
if(nudPdate.Value <1 || nudSid.Value < 1 || nudPumName.Value < 1)
if (nudPdate.Value < 1 || nudSid.Value < 1 || nudPumName.Value < 1)
{
Util.MsgE($"요청일/SID/품명은 반드시 설정되어야 합니다");
return;
@@ -612,7 +641,7 @@ namespace FEQ0000
newitem.SubItems.Add();
//데이터도 추가를 해준다
if (crmode)
if (crmode == eImporttype.CR)
{
var newdr = this.dsPRJ.EETGW_PurchaseCR.NewEETGW_PurchaseCRRow();
newdr.wuid = FCOMMON.info.Login.no;
@@ -642,7 +671,7 @@ namespace FEQ0000
newitem.Tag = newdr;
this.dsPRJ.EETGW_PurchaseCR.AddEETGW_PurchaseCRRow(newdr);
}
else
else if(crmode == eImporttype.NR)
{
var newdr = this.dsPRJ.Purchase.NewPurchaseRow();
newdr.wuid = FCOMMON.info.Login.no;
@@ -672,6 +701,36 @@ namespace FEQ0000
newitem.Tag = newdr;
this.dsPRJ.Purchase.AddPurchaseRow(newdr);
}
else if (crmode == eImporttype.EB)
{
var newdr = this.dsPRJ.EETGW_PurchaseEB.NewEETGW_PurchaseEBRow();
newdr.wuid = FCOMMON.info.Login.no;
newdr.wdate = DateTime.Now;
newdr.gcode = FCOMMON.info.Login.gcode;
newdr.sc = SC;
newdr.orderno = CRCF;
newdr.sid = SID;
newdr.pumname = ;
newdr.pumscale = ;
newdr.pumqty = d_qty;
newdr.pumprice = d_price;
newdr.pumamt = d_amt;
newdr.supply = v_공급처;
newdr.supplyidx = v_공급처코드;
newdr.po = PO;
newdr.bigo = ;
newdr.indate = ;
newdr.pdate = ;
newdr.request = ;
newdr.receive = ;
newdr.import = true;
newdr.costcenter = CostCode;
newdr.linecode = LIneCode;
newdr.purchase_manager = ;
newdr.purchase_admin = ;
newitem.Tag = newdr;
this.dsPRJ.EETGW_PurchaseEB.AddEETGW_PurchaseEBRow(newdr);
}
sumamt += d_amt;
}

View File

@@ -136,7 +136,7 @@
<data name="bindingNavigatorMoveFirstItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
vgAADr4B6kKxwAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
vQAADr0BR/uQrQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
@@ -147,7 +147,7 @@
<data name="bindingNavigatorMovePreviousItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
vgAADr4B6kKxwAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
vQAADr0BR/uQrQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
@@ -156,7 +156,7 @@
<data name="bindingNavigatorMoveNextItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
vgAADr4B6kKxwAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
vQAADr0BR/uQrQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
oAc0QjgAAAAASUVORK5CYII=
@@ -165,7 +165,7 @@
<data name="bindingNavigatorMoveLastItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
vgAADr4B6kKxwAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
vQAADr0BR/uQrQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
@@ -176,35 +176,35 @@
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKNSURBVDhPzZHdT1JxGMdPW1t32Xq5aK4/oP/BrZtuuvSq
tbXZRXO2aSu7cEuLrHTzIo2laCDpMSGV2AQREVTIEARaypsKEi/ncM7hAJ6DjTRG4xucaK3/wO/223Px
fD6/59ke4mQllUo1peO7i0zIdsRsr4D9agHrM4H1GMBtzv7kwm4nwzBNdfz/UBRFstH1UiZohRBeA79l
RmRNg7BlAjHbBA435yB8fo+EebTCxwLGuvYnNE0vs0EH8kEbtpdJLEwOQUeqoJ1ZAKkxQUUaoVWr4FD3
Im8dhmCRIxdYDUhyMpkcZHc2kPcvwa4bxYZ3B7NOEdMOEWqbgBHzAQYNOfTpeBjcIiLWaaQ/vkDB0A8q
4J4k6L1ghvHpseNdRblchtFziCm7CJVVwLlLV9BwsREv57Lo0WSqlZcYLuAEo+2GX9leJkJ2bSVDxXB8
fCw1dc4Cxix5yE15NFxoxNnzl/F4msMjNYMn1Vpjamw+FsCXoTYQkXDolyAIKBaLKJVKWPMXqivz6Ndx
eKpl0DWZxgMVjTZFCu9sOYmpsTUnoB2oELTXJvDJXRQKBakRS3+HcolDN0lVp6bQPpbA3Tdx9ExR2NoX
JabGcmEfEor7JSIRDb/NbOqRrV7hgE1CFEX4ozzI5RS6xqN4OBbByHwCnlBGEgWeBe9ZBKVohUspc0mX
2Ntyu+iVceQdamSqG+X2/WyWo5K5XC7+92Wz2Tjjd7Hcghypqmwd6GRBEKekD2rxfbIYNiaGy9/m+sCb
XoG3qcA5NGDtGnCrJGjDa9DKdlhkdyomxXOvXXbtdF39F7O844yxv/WmTtYyM/+shTf33vphkd0+0j9p
Luo7m9c1HTc6P9y7frWOn4gQxG/mLxeelTqaEAAAAABJRU5ErkJggg==
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKOSURBVDhPzZHdT1JxGMdPW1t32Xq5aK4/oP/BrZtuuvSq
tbXZRXO2dCu7cEuNrHR1kcZSMpD0mIdMYhNERFDAQhBoKW++RbycwzmHA3gONtIYjW9worX+A7/bb8/F
8/n8nmd7iKOVVCrVlI5vzbMR2wG7sQTuixVcwAzOZwS/Nv2Tj3rdLMs21fH/Q9M0ye2ulDJhG8SoA8K6
BTsOClHrOGL2ceyvzUD89BbxeVVFiIVMde1PGIZZ5MIu5MN2bCySmJsYgp7UQDc9B5IyQ0OaoNNq4NL2
IW8bhmhVIhdaDslyMpkc5DZXkQ8uwKl/hVX/Jt67JUy5JGjtIkYsexg05tCvF2D0StixTSH94TEKxgHQ
Ie8EwWyHM2zAgE3/MsrlMky+fUw6JWhsIk6du4CGs414MpNFD5WpVkFm+JAbrK4bQfXtMhF2UJUMHcPh
4aHc1LsLGLXmoTTn0XCmESdPn8f9KR73tCx6q7XG1Nh8LITPQ20gtiORX6IoolgsolQqwREsVFcWMKDn
8UDHomsijTsaBm2qFN7YczJTY2tOkHpaIRi/XRSSWygUCnIjlv4O9QKPbpKuTk2hfTSBmy/j6Jmksf5V
kpkay0cDSIx0lIjEbvR1Zs2AbPUKe1wSkiQhuCuAXEyha2wXd0d3MDKbgC+SkUVR4CD45kGrWuFRKzzy
JbbXvR5maQx5lxaZ6ka5r0Euy9PJXC4X//uy2WycDXo4fk6JVFW2PevkQBDH5A9qCaxYjavjw+VvM/0Q
zM8h2DXgXRQ4JwV+mQRjfAFG3Y4FxY2KWfXI71RcOl5X/8Wi7DhhGmi9qle0TM8+bBEsfdd+WBXXDwy9
zUVDZ/NHquNK57tbly/W8SMRgvgNvFcXjELNnMMAAAAASUVORK5CYII=
</value>
</data>
<data name="btSave.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKRSURBVDhPvZJfSFNhGMa/6I8EXXgRESFJEmTSRUGsqIRA
kLqKLiIoKTIy0VIDCaPNOWNrcy43mW45Nzsej9ZmbjjLOSe46bacFEMHEwWXaFddyXYzJj2d7+tgBRFd
9cDHgYfv9z7v+36H/HfxPA+Hw4Genh50dXVVkHA4DHpmZmYwPT2Nqakp+P1+jI+Pw+v1wu12w+VyYWho
CP39/exuLpfDxsYGjEZjgszOzmJrawvZbPavJ51Ow263f9nc3MTS0hL0en1Kp9PVkFAoxIz19XVEo1Gs
ra2BeqlUCpOTk1hZWcHY2Bi7Mzw8jEQiwToS4TJpKkICgQAikQhtWRYMBjEyMiKjsCAIMjqGzWaTUbiz
s1Mmemx+tVpdLOGE+Hw+LCwssB2srq6yHdBkCieTye3kgYEBxONxmg6lUrlPwn/I4/Egk8lgYmKCJY+O
jrJk2q7BYJDV8xdxr+8Uent70dzcDAn7KafTKY/FYlheXgaFabLoYXFxEfTpHvClUHlv4Lq1GE1NTd8k
7HdxHEc3DavVinqhFHX8WVRzp1FpPwm5+xqc8yY0uq6gvOMgCMgOCfuzavkz8HzqxtuPZga+njfCGGgE
F21DtVCOkud5ue0i4lzHXoqyWCx003Rm3BXnpfALfz10vlqo31ehxXsHre/uwxp6hopXF3CokWRZAfFZ
5PRrMpka2tvbP2u12oabtuN4EzNC+GAAF2mDI6wVi9TAEmpFlXAJR+QkWfCI7GUFzGazXPwt2XPNzc1h
cHAQVy1FuGwqQFnHAZzX5+NW3zl0B1tQyZejsC4/e/QhyWPwr9JoNFCpVFAoFA2Sta0i5e7Mba4MJx7v
R4mS7JHsf1fhE/L18NOdIEqyS7JEEfIdCNfnk0idLcIAAAAASUVORK5CYII=
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAKRSURBVDhPvZJfSFNhGMa/6I8EXXgRUSBGEqTRRUGsqIRA
kLqKLiIoKTIy0UwlCaPpnDHbnMtNplvOzY7Ho7WZG85ymxPcdFtOCtHBZAOXaFddibsZk57O93Wwgoiu
euDjwMP3e5/3fb9D/rt4nofNZkNvby+6u7vLSCgUAj0zMzOYnp7G1NQUfD4fJiYm4Ha74XQ64XA4MDw8
jIGBAXY3m81ifX0der0+RmZnZ7G1tYVMJvPXs7m5CavV+mVjYwPLy8vQarUpjUZTRYLBIDPW1tYQiUSw
uroK6qVSKUxOTiKZTGJ8fJzdGRkZQSwWYx2JcIk0FSF+vx/hcJi2LAsEAhgdHZVRWBAEGR3DYrHIKNzV
1SUTPTa/SqUqlHBCPB4PFhcX2Q5WVlbYDmgyhePx+Hby4OAgFhYWaDoUCsU+Cf8hl8uFdDoNr9fLksfG
xlgybVen08lq+Yu4138KfX19aG5uhoT9lN1ul0ejUSQSCVCYJoselpaWQJ/uAV8MpfsGrpsL0djY+E3C
fhfHcXTTMJvNqBWK8ZA/i0ruNMqtJyF3XoN93oAGxxWUdh4EAdkhYX9WNX8Grk89ePvRyMDX83ro/Q3g
Iu2oFEpR9Dwnu11EnOvYS1Emk4lums6Mu+K8FH7hq4XGUw3V+wq0uO+g9d19mIPPUPbqAg49IhlWQHwW
Of0aDIa6jo6Oz2q1uu6mpQhvonoIH3Tgwu2whdRikSqYgq2oEC7hiJzE8+rJXlbAaDTKxd+SPdfc3ByG
hoZw1VSAy4Y8lHQewHltLm71n0NPoAXlfCnya3IzR2tIDoN/VVtbG5RKJZqamuoka1sFit3p21wJTjze
j+MKskey/12Hn5Cv+U93gijILskSRch3BGDnjjO19O0AAAAASUVORK5CYII=
</value>
</data>
<metadata name="taNR.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
@@ -219,4 +219,7 @@
<metadata name="taCR.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>530, 17</value>
</metadata>
<metadata name="taEB.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>608, 17</value>
</metadata>
</root>