..
This commit is contained in:
90
SubProject/FEQ0000/Purchase/fPurchaseNR.Designer.cs
generated
90
SubProject/FEQ0000/Purchase/fPurchaseNR.Designer.cs
generated
@@ -63,6 +63,7 @@
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType9 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType21 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType22 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType23 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType3 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
|
||||
this.dsPurchase = new FEQ0000.dsPurchase();
|
||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||
@@ -130,6 +131,10 @@
|
||||
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
|
||||
this.tbRequest = new System.Windows.Forms.ToolStripTextBox();
|
||||
this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
|
||||
this.tbManager = new System.Windows.Forms.ToolStripTextBox();
|
||||
this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();
|
||||
this.tbAdmin = new System.Windows.Forms.ToolStripTextBox();
|
||||
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.btSearch = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
||||
@@ -217,7 +222,7 @@
|
||||
this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
|
||||
this.bn.Name = "bn";
|
||||
this.bn.PositionItem = this.bindingNavigatorPositionItem;
|
||||
this.bn.Size = new System.Drawing.Size(1284, 26);
|
||||
this.bn.Size = new System.Drawing.Size(1334, 26);
|
||||
this.bn.TabIndex = 0;
|
||||
this.bn.Text = "bindingNavigator1";
|
||||
//
|
||||
@@ -255,6 +260,7 @@
|
||||
//
|
||||
this.bindingNavigatorPositionItem.AccessibleName = "위치";
|
||||
this.bindingNavigatorPositionItem.AutoSize = false;
|
||||
this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
|
||||
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
|
||||
this.bindingNavigatorPositionItem.Text = "0";
|
||||
@@ -372,6 +378,7 @@
|
||||
// tbFind
|
||||
//
|
||||
this.tbFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.tbFind.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
this.tbFind.Name = "tbFind";
|
||||
this.tbFind.Size = new System.Drawing.Size(100, 26);
|
||||
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbFind_KeyDown);
|
||||
@@ -619,6 +626,10 @@
|
||||
this.toolStripSeparator3,
|
||||
this.toolStripLabel3,
|
||||
this.tbRequest,
|
||||
this.toolStripLabel6,
|
||||
this.tbManager,
|
||||
this.toolStripLabel7,
|
||||
this.tbAdmin,
|
||||
this.toolStripSeparator4,
|
||||
this.btSearch,
|
||||
this.toolStripSeparator5,
|
||||
@@ -628,7 +639,7 @@
|
||||
this.toolStripButton3});
|
||||
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||||
this.toolStrip1.Name = "toolStrip1";
|
||||
this.toolStrip1.Size = new System.Drawing.Size(1284, 37);
|
||||
this.toolStrip1.Size = new System.Drawing.Size(1334, 37);
|
||||
this.toolStrip1.TabIndex = 3;
|
||||
this.toolStrip1.Text = "toolStrip1";
|
||||
//
|
||||
@@ -645,8 +656,9 @@
|
||||
// dtSD
|
||||
//
|
||||
this.dtSD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.dtSD.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
this.dtSD.Name = "dtSD";
|
||||
this.dtSD.Size = new System.Drawing.Size(90, 37);
|
||||
this.dtSD.Size = new System.Drawing.Size(75, 37);
|
||||
this.dtSD.Text = "1982-11-23";
|
||||
this.dtSD.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.dtSD.DoubleClick += new System.EventHandler(this.dtSD_DoubleClick);
|
||||
@@ -661,8 +673,9 @@
|
||||
// dtED
|
||||
//
|
||||
this.dtED.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.dtED.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
this.dtED.Name = "dtED";
|
||||
this.dtED.Size = new System.Drawing.Size(90, 37);
|
||||
this.dtED.Size = new System.Drawing.Size(75, 37);
|
||||
this.dtED.Text = "1982-11-23";
|
||||
this.dtED.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.dtED.DoubleClick += new System.EventHandler(this.dtSD_DoubleClick);
|
||||
@@ -716,11 +729,40 @@
|
||||
// tbRequest
|
||||
//
|
||||
this.tbRequest.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.tbRequest.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
this.tbRequest.Name = "tbRequest";
|
||||
this.tbRequest.Size = new System.Drawing.Size(70, 37);
|
||||
this.tbRequest.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.tbRequest.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbRequest_KeyDown);
|
||||
//
|
||||
// toolStripLabel6
|
||||
//
|
||||
this.toolStripLabel6.Name = "toolStripLabel6";
|
||||
this.toolStripLabel6.Size = new System.Drawing.Size(55, 34);
|
||||
this.toolStripLabel6.Text = "구매담당";
|
||||
//
|
||||
// tbManager
|
||||
//
|
||||
this.tbManager.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.tbManager.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
this.tbManager.Name = "tbManager";
|
||||
this.tbManager.Size = new System.Drawing.Size(70, 37);
|
||||
this.tbManager.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// toolStripLabel7
|
||||
//
|
||||
this.toolStripLabel7.Name = "toolStripLabel7";
|
||||
this.toolStripLabel7.Size = new System.Drawing.Size(55, 34);
|
||||
this.toolStripLabel7.Text = "구매승인";
|
||||
//
|
||||
// tbAdmin
|
||||
//
|
||||
this.tbAdmin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.tbAdmin.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
this.tbAdmin.Name = "tbAdmin";
|
||||
this.tbAdmin.Size = new System.Drawing.Size(70, 37);
|
||||
this.tbAdmin.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// toolStripSeparator4
|
||||
//
|
||||
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
||||
@@ -814,11 +856,11 @@
|
||||
this.fpSpread1.Name = "fpSpread1";
|
||||
this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
|
||||
this.fpSpread1_Sheet1});
|
||||
this.fpSpread1.Size = new System.Drawing.Size(1284, 584);
|
||||
this.fpSpread1.Size = new System.Drawing.Size(1334, 584);
|
||||
this.fpSpread1.StatusBarVisible = true;
|
||||
this.fpSpread1.TabIndex = 4;
|
||||
this.fpSpread1.EditModeOff += new System.EventHandler(this.fpSpread1_EditModeOff);
|
||||
this.fpSpread1.SetViewportLeftColumn(0, 0, 5);
|
||||
this.fpSpread1.SetViewportLeftColumn(0, 0, 2);
|
||||
//
|
||||
// label1
|
||||
//
|
||||
@@ -827,7 +869,7 @@
|
||||
this.label1.Location = new System.Drawing.Point(0, 644);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||||
this.label1.Size = new System.Drawing.Size(1284, 23);
|
||||
this.label1.Size = new System.Drawing.Size(1334, 23);
|
||||
this.label1.TabIndex = 6;
|
||||
this.label1.Text = "--";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -839,7 +881,7 @@
|
||||
this.label2.Location = new System.Drawing.Point(0, 621);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||||
this.label2.Size = new System.Drawing.Size(1284, 23);
|
||||
this.label2.Size = new System.Drawing.Size(1334, 23);
|
||||
this.label2.TabIndex = 7;
|
||||
this.label2.Text = "--";
|
||||
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
@@ -850,7 +892,7 @@
|
||||
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 = 36;
|
||||
this.fpSpread1_Sheet1.ColumnCount = 38;
|
||||
this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
|
||||
this.fpSpread1_Sheet1.ActiveRowIndex = -1;
|
||||
this.fpSpread1_Sheet1.AutoGenerateColumns = false;
|
||||
@@ -889,7 +931,9 @@
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 32).Value = "입고수량";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 33).Value = "PO#";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 34).Value = "비고\r\n(담당자)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 35).Value = "삭제됨";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 35).Value = "구매담당";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 36).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";
|
||||
@@ -1145,11 +1189,21 @@
|
||||
this.fpSpread1_Sheet1.Columns.Get(34).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(34).Label = "비고\r\n(담당자)";
|
||||
this.fpSpread1_Sheet1.Columns.Get(34).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).CellType = checkBoxCellType3;
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).DataField = "isdel";
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).Label = "삭제됨";
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).Tag = "isdel";
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).Width = 51F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).CellType = textCellType23;
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).DataField = "purchase_manager";
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).Label = "구매담당";
|
||||
this.fpSpread1_Sheet1.Columns.Get(35).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(36).CellType = textCellType23;
|
||||
this.fpSpread1_Sheet1.Columns.Get(36).DataField = "purchase_admin";
|
||||
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).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;
|
||||
@@ -1160,7 +1214,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1284, 693);
|
||||
this.ClientSize = new System.Drawing.Size(1334, 693);
|
||||
this.Controls.Add(this.fpSpread1);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
@@ -1266,6 +1320,10 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem 입고ToolStripMenuItem;
|
||||
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.ToolStripTextBox tbManager;
|
||||
private System.Windows.Forms.ToolStripTextBox tbAdmin;
|
||||
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ using NetOffice;
|
||||
using Outlook = NetOffice.OutlookApi;
|
||||
using NetOffice.OutlookApi.Enums;
|
||||
using FEQ0000.Purchase;
|
||||
using FCOMMON;
|
||||
|
||||
namespace FEQ0000
|
||||
{
|
||||
@@ -197,6 +198,14 @@ namespace FEQ0000
|
||||
cmd.CommandText += " and (isnull(dbo.getusername(request),'') like @req or isnull(dbo.getusername(receive),'') like @req)";
|
||||
}
|
||||
|
||||
if (tbManager.Text.isEmpty() == false)
|
||||
{
|
||||
cmd.CommandText += $" and purchase_manager like '%{tbManager.Text.Replace("'", "''")}%'";
|
||||
}
|
||||
if (tbAdmin.Text.isEmpty() == false)
|
||||
{
|
||||
cmd.CommandText += $" and purchase_admin like '%{tbAdmin.Text.Replace("'", "''")}%'";
|
||||
}
|
||||
|
||||
if (cmbState.SelectedIndex != 0)
|
||||
{
|
||||
@@ -440,7 +449,12 @@ namespace FEQ0000
|
||||
else
|
||||
newdr.request = FCOMMON.info.Login.no;
|
||||
|
||||
repeat:
|
||||
var t1 = DBM.getCodeByCode("65", "01");
|
||||
var t2 = DBM.getCodeByCode("66", "01");
|
||||
newdr.purchase_manager = t1.title;
|
||||
newdr.purchase_admin = t2.title;
|
||||
|
||||
repeat:
|
||||
|
||||
bool repeat = false;
|
||||
DialogResult dlg;
|
||||
|
||||
@@ -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
|
||||
vQAADr0BR/uQrQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
||||
vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/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
|
||||
vQAADr0BR/uQrQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
|
||||
vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/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
|
||||
vQAADr0BR/uQrQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
||||
vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/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
|
||||
vQAADr0BR/uQrQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
||||
vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/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,7 +176,7 @@
|
||||
<data name="btAdd.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vQAADr0BR/uQrQAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
|
||||
vAAADrwBlbxySQAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
|
||||
pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
|
||||
Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
|
||||
/5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
|
||||
@@ -211,7 +211,7 @@
|
||||
<data name="btDel.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vQAADr0BR/uQrQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
|
||||
vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
|
||||
DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
|
||||
rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
|
||||
i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
|
||||
|
||||
146
SubProject/FEQ0000/Purchase/fPurchase_Add.Designer.cs
generated
146
SubProject/FEQ0000/Purchase/fPurchase_Add.Designer.cs
generated
@@ -56,6 +56,8 @@
|
||||
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;
|
||||
this.tbSC = new System.Windows.Forms.TextBox();
|
||||
this.tbSID = new System.Windows.Forms.TextBox();
|
||||
this.tbPumName = new System.Windows.Forms.TextBox();
|
||||
@@ -82,6 +84,8 @@
|
||||
this.chkExp = new System.Windows.Forms.CheckBox();
|
||||
this.btSaveAdd = new System.Windows.Forms.Button();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.tbQtyReal = new System.Windows.Forms.TextBox();
|
||||
this.tbBigoChk = new System.Windows.Forms.TextBox();
|
||||
this.chk2 = new System.Windows.Forms.CheckBox();
|
||||
this.chk1 = new System.Windows.Forms.CheckBox();
|
||||
this.btSIDChk = new System.Windows.Forms.Button();
|
||||
@@ -109,8 +113,8 @@
|
||||
this.purchaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.purchaseTableAdapter = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.tbBigoChk = new System.Windows.Forms.TextBox();
|
||||
this.tbQtyReal = new System.Windows.Forms.TextBox();
|
||||
this.tbAdmin = new System.Windows.Forms.TextBox();
|
||||
this.tbManager = new System.Windows.Forms.TextBox();
|
||||
processLabel = new System.Windows.Forms.Label();
|
||||
receiveLabel = new System.Windows.Forms.Label();
|
||||
scLabel = new System.Windows.Forms.Label();
|
||||
@@ -137,6 +141,8 @@
|
||||
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();
|
||||
this.groupBox1.SuspendLayout();
|
||||
this.groupBox2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
@@ -320,7 +326,7 @@
|
||||
//
|
||||
label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
label7.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
label7.Location = new System.Drawing.Point(11, 596);
|
||||
label7.Location = new System.Drawing.Point(11, 661);
|
||||
label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label7.Name = "label7";
|
||||
label7.Padding = new System.Windows.Forms.Padding(5);
|
||||
@@ -391,6 +397,27 @@
|
||||
label13.TabIndex = 22;
|
||||
label13.Text = "Cost Center";
|
||||
//
|
||||
// label14
|
||||
//
|
||||
label14.AutoSize = true;
|
||||
label14.Location = new System.Drawing.Point(4, 461);
|
||||
label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label14.Name = "label14";
|
||||
label14.Size = new System.Drawing.Size(84, 20);
|
||||
label14.TabIndex = 36;
|
||||
label14.Text = "담당자비고";
|
||||
this.toolTip1.SetToolTip(label14, resources.GetString("label14.ToolTip"));
|
||||
//
|
||||
// label15
|
||||
//
|
||||
label15.AutoSize = true;
|
||||
label15.Location = new System.Drawing.Point(237, 144);
|
||||
label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label15.Name = "label15";
|
||||
label15.Size = new System.Drawing.Size(94, 20);
|
||||
label15.TabIndex = 14;
|
||||
label15.Text = "실 구매 수량";
|
||||
//
|
||||
// tbSC
|
||||
//
|
||||
this.tbSC.Location = new System.Drawing.Point(104, 191);
|
||||
@@ -551,7 +578,7 @@
|
||||
//
|
||||
// btSave
|
||||
//
|
||||
this.btSave.Location = new System.Drawing.Point(11, 705);
|
||||
this.btSave.Location = new System.Drawing.Point(11, 770);
|
||||
this.btSave.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btSave.Name = "btSave";
|
||||
this.btSave.Size = new System.Drawing.Size(490, 43);
|
||||
@@ -655,7 +682,7 @@
|
||||
//
|
||||
// btSaveAdd
|
||||
//
|
||||
this.btSaveAdd.Location = new System.Drawing.Point(511, 705);
|
||||
this.btSaveAdd.Location = new System.Drawing.Point(511, 770);
|
||||
this.btSaveAdd.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btSaveAdd.Name = "btSaveAdd";
|
||||
this.btSaveAdd.Size = new System.Drawing.Size(410, 43);
|
||||
@@ -710,12 +737,35 @@
|
||||
this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
|
||||
this.groupBox1.Size = new System.Drawing.Size(490, 582);
|
||||
this.groupBox1.Size = new System.Drawing.Size(490, 651);
|
||||
this.groupBox1.TabIndex = 0;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "필수입력";
|
||||
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
|
||||
//
|
||||
// tbQtyReal
|
||||
//
|
||||
this.tbQtyReal.Location = new System.Drawing.Point(339, 140);
|
||||
this.tbQtyReal.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbQtyReal.Name = "tbQtyReal";
|
||||
this.tbQtyReal.Size = new System.Drawing.Size(135, 27);
|
||||
this.tbQtyReal.TabIndex = 15;
|
||||
this.tbQtyReal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.tbQtyReal.TextChanged += new System.EventHandler(this.tbPumQty_TextChanged);
|
||||
//
|
||||
// tbBigoChk
|
||||
//
|
||||
this.tbBigoChk.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.tbBigoChk.Location = new System.Drawing.Point(93, 457);
|
||||
this.tbBigoChk.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbBigoChk.MaxLength = 500;
|
||||
this.tbBigoChk.Multiline = true;
|
||||
this.tbBigoChk.Name = "tbBigoChk";
|
||||
this.tbBigoChk.Size = new System.Drawing.Size(381, 91);
|
||||
this.tbBigoChk.TabIndex = 37;
|
||||
this.tbBigoChk.TabStop = false;
|
||||
this.toolTip1.SetToolTip(this.tbBigoChk, resources.GetString("tbBigoChk.ToolTip"));
|
||||
//
|
||||
// chk2
|
||||
//
|
||||
this.chk2.AutoSize = true;
|
||||
@@ -803,6 +853,10 @@
|
||||
// groupBox2
|
||||
//
|
||||
this.groupBox2.BackColor = System.Drawing.Color.Gainsboro;
|
||||
this.groupBox2.Controls.Add(this.tbAdmin);
|
||||
this.groupBox2.Controls.Add(label16);
|
||||
this.groupBox2.Controls.Add(this.tbManager);
|
||||
this.groupBox2.Controls.Add(label17);
|
||||
this.groupBox2.Controls.Add(this.btEQModel);
|
||||
this.groupBox2.Controls.Add(this.btEQManu);
|
||||
this.groupBox2.Controls.Add(this.btManuProc);
|
||||
@@ -838,7 +892,7 @@
|
||||
this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
|
||||
this.groupBox2.Size = new System.Drawing.Size(409, 581);
|
||||
this.groupBox2.Size = new System.Drawing.Size(409, 650);
|
||||
this.groupBox2.TabIndex = 0;
|
||||
this.groupBox2.TabStop = false;
|
||||
this.groupBox2.Text = "추가정보";
|
||||
@@ -915,7 +969,7 @@
|
||||
//
|
||||
// button7
|
||||
//
|
||||
this.button7.Location = new System.Drawing.Point(4, 547);
|
||||
this.button7.Location = new System.Drawing.Point(4, 615);
|
||||
this.button7.Name = "button7";
|
||||
this.button7.Size = new System.Drawing.Size(93, 27);
|
||||
this.button7.TabIndex = 29;
|
||||
@@ -925,7 +979,7 @@
|
||||
//
|
||||
// button6
|
||||
//
|
||||
this.button6.Location = new System.Drawing.Point(4, 515);
|
||||
this.button6.Location = new System.Drawing.Point(4, 583);
|
||||
this.button6.Name = "button6";
|
||||
this.button6.Size = new System.Drawing.Size(93, 27);
|
||||
this.button6.TabIndex = 28;
|
||||
@@ -935,7 +989,7 @@
|
||||
//
|
||||
// button5
|
||||
//
|
||||
this.button5.Location = new System.Drawing.Point(4, 483);
|
||||
this.button5.Location = new System.Drawing.Point(4, 551);
|
||||
this.button5.Name = "button5";
|
||||
this.button5.Size = new System.Drawing.Size(93, 27);
|
||||
this.button5.TabIndex = 27;
|
||||
@@ -945,7 +999,7 @@
|
||||
//
|
||||
// button4
|
||||
//
|
||||
this.button4.Location = new System.Drawing.Point(4, 451);
|
||||
this.button4.Location = new System.Drawing.Point(4, 519);
|
||||
this.button4.Name = "button4";
|
||||
this.button4.Size = new System.Drawing.Size(93, 27);
|
||||
this.button4.TabIndex = 26;
|
||||
@@ -965,7 +1019,7 @@
|
||||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.BackColor = System.Drawing.Color.Gray;
|
||||
this.pictureBox1.Location = new System.Drawing.Point(104, 451);
|
||||
this.pictureBox1.Location = new System.Drawing.Point(104, 519);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new System.Drawing.Size(286, 123);
|
||||
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
@@ -992,55 +1046,47 @@
|
||||
this.timer1.Interval = 250;
|
||||
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
||||
//
|
||||
// tbBigoChk
|
||||
// tbAdmin
|
||||
//
|
||||
this.tbBigoChk.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.tbBigoChk.Location = new System.Drawing.Point(93, 457);
|
||||
this.tbBigoChk.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbBigoChk.MaxLength = 500;
|
||||
this.tbBigoChk.Multiline = true;
|
||||
this.tbBigoChk.Name = "tbBigoChk";
|
||||
this.tbBigoChk.Size = new System.Drawing.Size(381, 91);
|
||||
this.tbBigoChk.TabIndex = 37;
|
||||
this.tbBigoChk.TabStop = false;
|
||||
this.toolTip1.SetToolTip(this.tbBigoChk, resources.GetString("tbBigoChk.ToolTip"));
|
||||
this.tbAdmin.Location = new System.Drawing.Point(104, 479);
|
||||
this.tbAdmin.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbAdmin.Name = "tbAdmin";
|
||||
this.tbAdmin.Size = new System.Drawing.Size(286, 27);
|
||||
this.tbAdmin.TabIndex = 45;
|
||||
//
|
||||
// label14
|
||||
// label16
|
||||
//
|
||||
label14.AutoSize = true;
|
||||
label14.Location = new System.Drawing.Point(4, 461);
|
||||
label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label14.Name = "label14";
|
||||
label14.Size = new System.Drawing.Size(84, 20);
|
||||
label14.TabIndex = 36;
|
||||
label14.Text = "담당자비고";
|
||||
this.toolTip1.SetToolTip(label14, resources.GetString("label14.ToolTip"));
|
||||
label16.AutoSize = true;
|
||||
label16.Location = new System.Drawing.Point(2, 482);
|
||||
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 = "구매승인자명";
|
||||
//
|
||||
// tbQtyReal
|
||||
// tbManager
|
||||
//
|
||||
this.tbQtyReal.Location = new System.Drawing.Point(339, 140);
|
||||
this.tbQtyReal.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbQtyReal.Name = "tbQtyReal";
|
||||
this.tbQtyReal.Size = new System.Drawing.Size(135, 27);
|
||||
this.tbQtyReal.TabIndex = 15;
|
||||
this.tbQtyReal.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.tbQtyReal.TextChanged += new System.EventHandler(this.tbPumQty_TextChanged);
|
||||
this.tbManager.Location = new System.Drawing.Point(104, 450);
|
||||
this.tbManager.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tbManager.Name = "tbManager";
|
||||
this.tbManager.Size = new System.Drawing.Size(286, 27);
|
||||
this.tbManager.TabIndex = 43;
|
||||
//
|
||||
// label15
|
||||
// label17
|
||||
//
|
||||
label15.AutoSize = true;
|
||||
label15.Location = new System.Drawing.Point(237, 144);
|
||||
label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label15.Name = "label15";
|
||||
label15.Size = new System.Drawing.Size(94, 20);
|
||||
label15.TabIndex = 14;
|
||||
label15.Text = "실 구매 수량";
|
||||
label17.AutoSize = true;
|
||||
label17.Location = new System.Drawing.Point(2, 454);
|
||||
label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
label17.Name = "label17";
|
||||
label17.Size = new System.Drawing.Size(99, 20);
|
||||
label17.TabIndex = 42;
|
||||
label17.Text = "구매담당자명";
|
||||
//
|
||||
// fPurchase_Add
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(928, 761);
|
||||
this.ClientSize = new System.Drawing.Size(928, 821);
|
||||
this.Controls.Add(this.groupBox2);
|
||||
this.Controls.Add(this.groupBox1);
|
||||
this.Controls.Add(this.btSaveAdd);
|
||||
@@ -1123,5 +1169,7 @@
|
||||
private System.Windows.Forms.Button btEQModel;
|
||||
private System.Windows.Forms.TextBox tbBigoChk;
|
||||
private System.Windows.Forms.TextBox tbQtyReal;
|
||||
private System.Windows.Forms.TextBox tbAdmin;
|
||||
private System.Windows.Forms.TextBox tbManager;
|
||||
}
|
||||
}
|
||||
@@ -97,7 +97,6 @@ namespace FEQ0000
|
||||
}
|
||||
|
||||
///입력된 데이터를 적용한다.
|
||||
dtPdate.Value = DateTime.Parse(dr.pdate);
|
||||
if (cmbRequest.Items.Count > 0)
|
||||
{
|
||||
for (int i = 0; i < cmbRequest.Items.Count; i++)
|
||||
@@ -199,6 +198,9 @@ namespace FEQ0000
|
||||
chk1.Checked = dr.chk1;
|
||||
chk2.Checked = dr.chk2;
|
||||
|
||||
tbManager.Text = dr.purchase_manager;
|
||||
tbAdmin.Text = dr.purchase_admin;
|
||||
|
||||
tbSC.Text = dr.sc;
|
||||
tbPO.Text = dr.po;
|
||||
tbOrderNo.Text = dr.orderno;
|
||||
@@ -665,15 +667,15 @@ namespace FEQ0000
|
||||
|
||||
}
|
||||
|
||||
if (dr.RowState != DataRowState.Detached && dr.RowState != DataRowState.Added)
|
||||
{
|
||||
if (dr.sc != tbSC.Text.Trim() && tbSC.Text != "")
|
||||
{
|
||||
dtPdate.Value = DateTime.Now;
|
||||
this.cmbState.SelectedValue = "Approving";
|
||||
//if (dr.state == "00") dr.state = "01"; //approv 변경
|
||||
}
|
||||
}
|
||||
//if (dr.RowState != DataRowState.Detached && dr.RowState != DataRowState.Added)
|
||||
//{
|
||||
// if (dr.sc != tbSC.Text.Trim() && tbSC.Text != "")
|
||||
// {
|
||||
// //dtPdate.Value = DateTime.Now;
|
||||
// this.cmbState.SelectedValue = "Approving";
|
||||
// //if (dr.state == "00") dr.state = "01"; //approv 변경
|
||||
// }
|
||||
//}
|
||||
|
||||
//품목정보에 없는 데이터이므로 자료를 추가한다.
|
||||
if (tbPumIDX.Text == "-1")
|
||||
@@ -774,6 +776,9 @@ namespace FEQ0000
|
||||
dr.costcenter = tbCostCenter.Text;
|
||||
dr.linecode = tbLineCode.Text;
|
||||
|
||||
dr.purchase_manager= tbManager.Text;
|
||||
dr.purchase_admin = tbAdmin.Text;
|
||||
|
||||
if (tbSupplyIndex.Text == "") dr.SetsupplyidxNull();
|
||||
else dr.supplyidx = int.Parse(tbSupplyIndex.Text);
|
||||
|
||||
|
||||
@@ -208,23 +208,6 @@
|
||||
<metadata name="label13.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<data name="tbBigo.ToolTip" xml:space="preserve">
|
||||
<value>* 공용 공구 / 상세한 사유 작성 (공용으로 함께 쓰는 것들.. 전동 드릴등)
|
||||
* 공용 파트 / 상세한 사유 작성 (공용으로 보관하여 정비에 사용되는 것들..WRITE , COnnector ,pin 등)
|
||||
* 공정 정비 파트 / 상세한 사유 작성 (본인 담당의 주, 보조 공정에서 사용되는 것들. Feeder wheel, O/H, 장비 교체 파트 등)
|
||||
* 개인 정비 공구 / 상세한 사유 작성 (개인이 보관하여 사용하는 공구류, WRench, Driver, Drill, Tab 등)
|
||||
* 기타 물품 / 상세한 사유 작성 (상기 항목에 포함되지 않는다고 판단되는 것들 .. SPR 파트정리용, Feeder 파트 정리 등)</value>
|
||||
</data>
|
||||
<metadata name="label15.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<data name="tbBigoChk.ToolTip" xml:space="preserve">
|
||||
<value>* 공용 공구 / 상세한 사유 작성 (공용으로 함께 쓰는 것들.. 전동 드릴등)
|
||||
* 공용 파트 / 상세한 사유 작성 (공용으로 보관하여 정비에 사용되는 것들..WRITE , COnnector ,pin 등)
|
||||
* 공정 정비 파트 / 상세한 사유 작성 (본인 담당의 주, 보조 공정에서 사용되는 것들. Feeder wheel, O/H, 장비 교체 파트 등)
|
||||
* 개인 정비 공구 / 상세한 사유 작성 (개인이 보관하여 사용하는 공구류, WRench, Driver, Drill, Tab 등)
|
||||
* 기타 물품 / 상세한 사유 작성 (상기 항목에 포함되지 않는다고 판단되는 것들 .. SPR 파트정리용, Feeder 파트 정리 등)</value>
|
||||
</data>
|
||||
<metadata name="label14.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
@@ -235,6 +218,29 @@
|
||||
* 개인 정비 공구 / 상세한 사유 작성 (개인이 보관하여 사용하는 공구류, WRench, Driver, Drill, Tab 등)
|
||||
* 기타 물품 / 상세한 사유 작성 (상기 항목에 포함되지 않는다고 판단되는 것들 .. SPR 파트정리용, Feeder 파트 정리 등)</value>
|
||||
</data>
|
||||
<metadata name="label15.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<data name="tbBigo.ToolTip" xml:space="preserve">
|
||||
<value>* 공용 공구 / 상세한 사유 작성 (공용으로 함께 쓰는 것들.. 전동 드릴등)
|
||||
* 공용 파트 / 상세한 사유 작성 (공용으로 보관하여 정비에 사용되는 것들..WRITE , COnnector ,pin 등)
|
||||
* 공정 정비 파트 / 상세한 사유 작성 (본인 담당의 주, 보조 공정에서 사용되는 것들. Feeder wheel, O/H, 장비 교체 파트 등)
|
||||
* 개인 정비 공구 / 상세한 사유 작성 (개인이 보관하여 사용하는 공구류, WRench, Driver, Drill, Tab 등)
|
||||
* 기타 물품 / 상세한 사유 작성 (상기 항목에 포함되지 않는다고 판단되는 것들 .. SPR 파트정리용, Feeder 파트 정리 등)</value>
|
||||
</data>
|
||||
<data name="tbBigoChk.ToolTip" xml:space="preserve">
|
||||
<value>* 공용 공구 / 상세한 사유 작성 (공용으로 함께 쓰는 것들.. 전동 드릴등)
|
||||
* 공용 파트 / 상세한 사유 작성 (공용으로 보관하여 정비에 사용되는 것들..WRITE , COnnector ,pin 등)
|
||||
* 공정 정비 파트 / 상세한 사유 작성 (본인 담당의 주, 보조 공정에서 사용되는 것들. Feeder wheel, O/H, 장비 교체 파트 등)
|
||||
* 개인 정비 공구 / 상세한 사유 작성 (개인이 보관하여 사용하는 공구류, WRench, Driver, Drill, Tab 등)
|
||||
* 기타 물품 / 상세한 사유 작성 (상기 항목에 포함되지 않는다고 판단되는 것들 .. SPR 파트정리용, Feeder 파트 정리 등)</value>
|
||||
</data>
|
||||
<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>
|
||||
<metadata name="dsPurchase.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
|
||||
@@ -65,6 +65,10 @@
|
||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.sbSum = new System.Windows.Forms.ToolStripLabel();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.nudAdm = new System.Windows.Forms.NumericUpDown();
|
||||
this.label24 = new System.Windows.Forms.Label();
|
||||
this.nudMan = new System.Windows.Forms.NumericUpDown();
|
||||
this.label27 = new System.Windows.Forms.Label();
|
||||
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
|
||||
this.nudLine = new System.Windows.Forms.NumericUpDown();
|
||||
this.label12 = new System.Windows.Forms.Label();
|
||||
@@ -113,8 +117,6 @@
|
||||
this.listView1 = new System.Windows.Forms.ListView();
|
||||
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader14 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
@@ -123,8 +125,10 @@
|
||||
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader13 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader12 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader16 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader15 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
@@ -135,6 +139,8 @@
|
||||
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()));
|
||||
stateLabel = new System.Windows.Forms.Label();
|
||||
label15 = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsNR)).BeginInit();
|
||||
@@ -146,6 +152,8 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||
this.bn.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudAdm)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudMan)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudLine)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudCost)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudPdate)).BeginInit();
|
||||
@@ -177,6 +185,15 @@
|
||||
stateLabel.TabIndex = 53;
|
||||
stateLabel.Text = "구매상태";
|
||||
//
|
||||
// label15
|
||||
//
|
||||
label15.AutoSize = true;
|
||||
label15.Location = new System.Drawing.Point(276, 56);
|
||||
label15.Name = "label15";
|
||||
label15.Size = new System.Drawing.Size(53, 12);
|
||||
label15.TabIndex = 69;
|
||||
label15.Text = "프로젝트";
|
||||
//
|
||||
// processLabel
|
||||
//
|
||||
this.processLabel.AutoSize = true;
|
||||
@@ -213,15 +230,6 @@
|
||||
this.assetLabel.TabIndex = 61;
|
||||
this.assetLabel.Text = "장비모델";
|
||||
//
|
||||
// label15
|
||||
//
|
||||
label15.AutoSize = true;
|
||||
label15.Location = new System.Drawing.Point(276, 56);
|
||||
label15.Name = "label15";
|
||||
label15.Size = new System.Drawing.Size(53, 12);
|
||||
label15.TabIndex = 69;
|
||||
label15.Text = "프로젝트";
|
||||
//
|
||||
// textBox1
|
||||
//
|
||||
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
@@ -533,6 +541,10 @@
|
||||
//
|
||||
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))));
|
||||
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel2.Controls.Add(this.nudAdm);
|
||||
this.panel2.Controls.Add(this.label24);
|
||||
this.panel2.Controls.Add(this.nudMan);
|
||||
this.panel2.Controls.Add(this.label27);
|
||||
this.panel2.Controls.Add(this.linkLabel3);
|
||||
this.panel2.Controls.Add(this.linkLabel2);
|
||||
this.panel2.Controls.Add(this.nudLine);
|
||||
@@ -574,10 +586,44 @@
|
||||
this.panel2.ForeColor = System.Drawing.Color.White;
|
||||
this.panel2.Location = new System.Drawing.Point(0, 57);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(1184, 88);
|
||||
this.panel2.Size = new System.Drawing.Size(1184, 112);
|
||||
this.panel2.TabIndex = 3;
|
||||
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
|
||||
//
|
||||
// nudAdm
|
||||
//
|
||||
this.nudAdm.Location = new System.Drawing.Point(161, 84);
|
||||
this.nudAdm.Name = "nudAdm";
|
||||
this.nudAdm.Size = new System.Drawing.Size(45, 21);
|
||||
this.nudAdm.TabIndex = 76;
|
||||
this.nudAdm.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label24
|
||||
//
|
||||
this.label24.AutoSize = true;
|
||||
this.label24.Location = new System.Drawing.Point(105, 88);
|
||||
this.label24.Name = "label24";
|
||||
this.label24.Size = new System.Drawing.Size(53, 12);
|
||||
this.label24.TabIndex = 75;
|
||||
this.label24.Text = "구매승인";
|
||||
//
|
||||
// nudMan
|
||||
//
|
||||
this.nudMan.Location = new System.Drawing.Point(59, 84);
|
||||
this.nudMan.Name = "nudMan";
|
||||
this.nudMan.Size = new System.Drawing.Size(45, 21);
|
||||
this.nudMan.TabIndex = 74;
|
||||
this.nudMan.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label27
|
||||
//
|
||||
this.label27.AutoSize = true;
|
||||
this.label27.Location = new System.Drawing.Point(2, 88);
|
||||
this.label27.Name = "label27";
|
||||
this.label27.Size = new System.Drawing.Size(53, 12);
|
||||
this.label27.TabIndex = 73;
|
||||
this.label27.Text = "구매담당";
|
||||
//
|
||||
// linkLabel3
|
||||
//
|
||||
this.linkLabel3.AutoSize = true;
|
||||
@@ -676,7 +722,7 @@
|
||||
// label17
|
||||
//
|
||||
this.label17.AutoSize = true;
|
||||
this.label17.Location = new System.Drawing.Point(112, 37);
|
||||
this.label17.Location = new System.Drawing.Point(119, 37);
|
||||
this.label17.Name = "label17";
|
||||
this.label17.Size = new System.Drawing.Size(41, 12);
|
||||
this.label17.TabIndex = 58;
|
||||
@@ -712,7 +758,7 @@
|
||||
// label9
|
||||
//
|
||||
this.label9.AutoSize = true;
|
||||
this.label9.Location = new System.Drawing.Point(129, 62);
|
||||
this.label9.Location = new System.Drawing.Point(136, 62);
|
||||
this.label9.Name = "label9";
|
||||
this.label9.Size = new System.Drawing.Size(22, 12);
|
||||
this.label9.TabIndex = 52;
|
||||
@@ -937,7 +983,7 @@
|
||||
this.panel3.Controls.Add(this.label34);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel3.ForeColor = System.Drawing.Color.White;
|
||||
this.panel3.Location = new System.Drawing.Point(0, 145);
|
||||
this.panel3.Location = new System.Drawing.Point(0, 169);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(1184, 82);
|
||||
this.panel3.TabIndex = 4;
|
||||
@@ -1042,15 +1088,17 @@
|
||||
this.columnHeader16,
|
||||
this.columnHeader15,
|
||||
this.columnHeader17,
|
||||
this.columnHeader18});
|
||||
this.columnHeader18,
|
||||
this.columnHeader19,
|
||||
this.columnHeader20});
|
||||
this.listView1.ContextMenuStrip = this.contextMenuStrip1;
|
||||
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.listView1.FullRowSelect = true;
|
||||
this.listView1.GridLines = true;
|
||||
this.listView1.HideSelection = false;
|
||||
this.listView1.Location = new System.Drawing.Point(0, 227);
|
||||
this.listView1.Location = new System.Drawing.Point(0, 251);
|
||||
this.listView1.Name = "listView1";
|
||||
this.listView1.Size = new System.Drawing.Size(1184, 406);
|
||||
this.listView1.Size = new System.Drawing.Size(1184, 382);
|
||||
this.listView1.TabIndex = 5;
|
||||
this.listView1.UseCompatibleStateImageBehavior = false;
|
||||
this.listView1.View = System.Windows.Forms.View.Details;
|
||||
@@ -1063,16 +1111,6 @@
|
||||
//
|
||||
this.columnHeader14.Text = "청구인";
|
||||
//
|
||||
// columnHeader1
|
||||
//
|
||||
this.columnHeader1.Text = "SC";
|
||||
this.columnHeader1.Width = 57;
|
||||
//
|
||||
// columnHeader2
|
||||
//
|
||||
this.columnHeader2.Text = "CR/CF";
|
||||
this.columnHeader2.Width = 58;
|
||||
//
|
||||
// columnHeader4
|
||||
//
|
||||
this.columnHeader4.Text = "SID";
|
||||
@@ -1109,15 +1147,25 @@
|
||||
this.columnHeader11.Text = "공급처";
|
||||
this.columnHeader11.Width = 64;
|
||||
//
|
||||
// columnHeader13
|
||||
//
|
||||
this.columnHeader13.Text = "비고";
|
||||
this.columnHeader13.Width = 68;
|
||||
//
|
||||
// columnHeader12
|
||||
//
|
||||
this.columnHeader12.Text = "PO";
|
||||
this.columnHeader12.Width = 58;
|
||||
//
|
||||
// columnHeader13
|
||||
// columnHeader1
|
||||
//
|
||||
this.columnHeader13.Text = "비고";
|
||||
this.columnHeader13.Width = 68;
|
||||
this.columnHeader1.Text = "SC";
|
||||
this.columnHeader1.Width = 57;
|
||||
//
|
||||
// columnHeader2
|
||||
//
|
||||
this.columnHeader2.Text = "CR/CF";
|
||||
this.columnHeader2.Width = 58;
|
||||
//
|
||||
// columnHeader16
|
||||
//
|
||||
@@ -1130,10 +1178,12 @@
|
||||
// columnHeader17
|
||||
//
|
||||
this.columnHeader17.Text = "CostCenter";
|
||||
this.columnHeader17.Width = 76;
|
||||
//
|
||||
// columnHeader18
|
||||
//
|
||||
this.columnHeader18.Text = "LineCode";
|
||||
this.columnHeader18.Width = 72;
|
||||
//
|
||||
// contextMenuStrip1
|
||||
//
|
||||
@@ -1174,6 +1224,16 @@
|
||||
//
|
||||
this.taCR.ClearBeforeFill = true;
|
||||
//
|
||||
// columnHeader19
|
||||
//
|
||||
this.columnHeader19.Text = "구매담당";
|
||||
this.columnHeader19.Width = 72;
|
||||
//
|
||||
// columnHeader20
|
||||
//
|
||||
this.columnHeader20.Text = "구매승인";
|
||||
this.columnHeader20.Width = 72;
|
||||
//
|
||||
// fPurchase_excelimport
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
@@ -1200,6 +1260,8 @@
|
||||
this.bn.PerformLayout();
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.panel2.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudAdm)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudMan)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudLine)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudCost)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudPdate)).EndInit();
|
||||
@@ -1331,5 +1393,11 @@
|
||||
protected System.Windows.Forms.Label label22;
|
||||
protected System.Windows.Forms.Label label23;
|
||||
protected System.Windows.Forms.Label assetLabel;
|
||||
private System.Windows.Forms.NumericUpDown nudAdm;
|
||||
private System.Windows.Forms.Label label24;
|
||||
private System.Windows.Forms.NumericUpDown nudMan;
|
||||
private System.Windows.Forms.Label label27;
|
||||
private System.Windows.Forms.ColumnHeader columnHeader19;
|
||||
private System.Windows.Forms.ColumnHeader columnHeader20;
|
||||
}
|
||||
}
|
||||
@@ -431,6 +431,8 @@ namespace FEQ0000
|
||||
string 수령인 = string.Empty;
|
||||
string CostCode = string.Empty;
|
||||
string LIneCode = string.Empty;
|
||||
string 구매담당 = string.Empty;
|
||||
string 구매승인 = string.Empty;
|
||||
|
||||
var cf_qty = sheet.cellType(r, (int)nudQty.Value - 1);
|
||||
var cf_price = sheet.cellType(r, (int)nudPrice.Value - 1);
|
||||
@@ -548,6 +550,9 @@ namespace FEQ0000
|
||||
if (nudCost.Value > 0) CostCode = sheet.readStr(r, (int)nudCost.Value - 1).Trim();
|
||||
if (nudLine.Value > 0) LIneCode = sheet.readStr(r, (int)nudLine.Value - 1).Trim();
|
||||
|
||||
if (nudMan.Value > 0) 구매담당 = sheet.readStr(r, (int)nudMan.Value - 1).Trim();
|
||||
if (nudAdm.Value > 0) 구매승인 = sheet.readStr(r, (int)nudAdm.Value - 1).Trim();
|
||||
|
||||
|
||||
//sid 공백과 - _ 제거 200506
|
||||
SID = SID.Replace(" ", "").Replace("-", "").Replace("_", "").Trim();
|
||||
@@ -598,14 +603,14 @@ namespace FEQ0000
|
||||
newitem.SubItems.Add(SC);
|
||||
newitem.SubItems.Add(CRCF);
|
||||
|
||||
|
||||
|
||||
|
||||
newitem.SubItems.Add(입고일);
|
||||
newitem.SubItems.Add(수령인);
|
||||
newitem.SubItems.Add(CostCode);
|
||||
newitem.SubItems.Add(LIneCode);
|
||||
|
||||
newitem.SubItems.Add(구매담당);
|
||||
newitem.SubItems.Add(구매승인);
|
||||
|
||||
//데이터도 추가를 해준다
|
||||
if (crmode)
|
||||
{
|
||||
@@ -632,6 +637,8 @@ namespace FEQ0000
|
||||
newdr.import = true;
|
||||
newdr.costcenter = CostCode;
|
||||
newdr.linecode = LIneCode;
|
||||
newdr.purchase_manager = 구매담당;
|
||||
newdr.purchase_admin = 구매승인;
|
||||
newitem.Tag = newdr;
|
||||
this.dsPRJ.EETGW_PurchaseCR.AddEETGW_PurchaseCRRow(newdr);
|
||||
}
|
||||
@@ -660,13 +667,11 @@ namespace FEQ0000
|
||||
newdr.import = true;
|
||||
newdr.costcenter = CostCode;
|
||||
newdr.linecode = LIneCode;
|
||||
newdr.purchase_manager = 구매담당;
|
||||
newdr.purchase_admin = 구매승인;
|
||||
newitem.Tag = newdr;
|
||||
this.dsPRJ.Purchase.AddPurchaseRow(newdr);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
sumamt += d_amt;
|
||||
|
||||
}
|
||||
@@ -772,6 +777,8 @@ namespace FEQ0000
|
||||
nudRecv.Value = idx++;
|
||||
nudCost.Value = idx++;
|
||||
nudLine.Value = idx++;
|
||||
nudMan.Value = idx++;
|
||||
nudAdm.Value = idx++;
|
||||
}
|
||||
|
||||
private void label25_Click(object sender, EventArgs e)
|
||||
|
||||
@@ -129,9 +129,6 @@
|
||||
<metadata name="dsPRJ.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>209, 17</value>
|
||||
</metadata>
|
||||
<metadata name="dsPRJ.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>209, 17</value>
|
||||
</metadata>
|
||||
<metadata name="bn.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
@@ -139,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
|
||||
wAAADsABataJCQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
||||
vgAADr4B6kKxwAAAASpJREFUOE9jGDygcNbz/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
|
||||
@@ -150,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
|
||||
wAAADsABataJCQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
|
||||
vgAADr4B6kKxwAAAALZJREFUOE9jGDogvP3BfyiTdBDf/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
|
||||
@@ -159,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
|
||||
wAAADsABataJCQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
||||
vgAADr4B6kKxwAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
||||
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
|
||||
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
|
||||
oAc0QjgAAAAASUVORK5CYII=
|
||||
@@ -168,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
|
||||
wAAADsABataJCQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
||||
vgAADr4B6kKxwAAAASxJREFUOE9jGFygcNbz/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
|
||||
@@ -179,35 +176,35 @@
|
||||
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
</value>
|
||||
</data>
|
||||
<data name="btSave.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="taNR.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
|
||||
Reference in New Issue
Block a user