..
This commit is contained in:
@@ -997,6 +997,10 @@
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\Sub\AmkorRestfulService\AmkorRestfulService.csproj">
|
||||
<Project>{58cfc90c-5068-46a2-a8de-0e92ee9e0990}</Project>
|
||||
<Name>AmkorRestfulService</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\Sub\arCtl\arControl.csproj">
|
||||
<Project>{f31c242c-1b15-4518-9733-48558499fe4b}</Project>
|
||||
<Name>arControl</Name>
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
System.Windows.Forms.Label label7;
|
||||
System.Windows.Forms.Label label2;
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectPartToPurchaseCR));
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
@@ -43,7 +44,6 @@
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectPartToPurchaseCR));
|
||||
this.tbProject = new System.Windows.Forms.TextBox();
|
||||
this.tbProjectIndex = new System.Windows.Forms.TextBox();
|
||||
this.dtPdate = new System.Windows.Forms.DateTimePicker();
|
||||
@@ -60,13 +60,6 @@
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||||
this.dv1 = new arCtl.arDatagridView();
|
||||
this.dvc_sid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_model = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_price = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_amt = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
|
||||
@@ -76,6 +69,16 @@
|
||||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||||
this.taProject = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
|
||||
this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.dvc_sid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_model = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_price = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_amt = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.dvc_spm = new System.Windows.Forms.DataGridViewButtonColumn();
|
||||
this.dvc_remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
|
||||
projectLabel = new System.Windows.Forms.Label();
|
||||
label1 = new System.Windows.Forms.Label();
|
||||
label3 = new System.Windows.Forms.Label();
|
||||
@@ -315,6 +318,7 @@
|
||||
this.dvc_price,
|
||||
this.dvc_qty,
|
||||
this.dvc_amt,
|
||||
this.dvc_spm,
|
||||
this.dvc_remark});
|
||||
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
|
||||
@@ -330,64 +334,7 @@
|
||||
this.dv1.RowTemplate.Height = 23;
|
||||
this.dv1.Size = new System.Drawing.Size(968, 370);
|
||||
this.dv1.TabIndex = 27;
|
||||
//
|
||||
// dvc_sid
|
||||
//
|
||||
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.dvc_sid.DefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.dvc_sid.HeaderText = "SID";
|
||||
this.dvc_sid.Name = "dvc_sid";
|
||||
this.dvc_sid.ReadOnly = true;
|
||||
//
|
||||
// dvc_name
|
||||
//
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.dvc_name.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.dvc_name.HeaderText = "품명";
|
||||
this.dvc_name.Name = "dvc_name";
|
||||
this.dvc_name.ReadOnly = true;
|
||||
//
|
||||
// dvc_model
|
||||
//
|
||||
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.dvc_model.DefaultCellStyle = dataGridViewCellStyle3;
|
||||
this.dvc_model.HeaderText = "모델";
|
||||
this.dvc_model.Name = "dvc_model";
|
||||
this.dvc_model.ReadOnly = true;
|
||||
//
|
||||
// dvc_price
|
||||
//
|
||||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||||
dataGridViewCellStyle4.Format = "N0";
|
||||
this.dvc_price.DefaultCellStyle = dataGridViewCellStyle4;
|
||||
this.dvc_price.HeaderText = "단가";
|
||||
this.dvc_price.Name = "dvc_price";
|
||||
//
|
||||
// dvc_qty
|
||||
//
|
||||
dataGridViewCellStyle5.Format = "N0";
|
||||
this.dvc_qty.DefaultCellStyle = dataGridViewCellStyle5;
|
||||
this.dvc_qty.HeaderText = "구매수량";
|
||||
this.dvc_qty.Name = "dvc_qty";
|
||||
//
|
||||
// dvc_amt
|
||||
//
|
||||
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||||
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
dataGridViewCellStyle6.Format = "N0";
|
||||
this.dvc_amt.DefaultCellStyle = dataGridViewCellStyle6;
|
||||
this.dvc_amt.HeaderText = "구매금액";
|
||||
this.dvc_amt.Name = "dvc_amt";
|
||||
this.dvc_amt.ReadOnly = true;
|
||||
//
|
||||
// dvc_remark
|
||||
//
|
||||
this.dvc_remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
this.dvc_remark.DefaultCellStyle = dataGridViewCellStyle7;
|
||||
this.dvc_remark.HeaderText = "비고";
|
||||
this.dvc_remark.Name = "dvc_remark";
|
||||
this.dv1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dv1_CellContentClick);
|
||||
//
|
||||
// toolStrip1
|
||||
//
|
||||
@@ -396,7 +343,9 @@
|
||||
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.toolStripButton2,
|
||||
this.toolStripButton4,
|
||||
this.toolStripButton8});
|
||||
this.toolStripButton8,
|
||||
this.toolStripButton1,
|
||||
this.toolStripButton3});
|
||||
this.toolStrip1.Location = new System.Drawing.Point(3, 391);
|
||||
this.toolStrip1.Name = "toolStrip1";
|
||||
this.toolStrip1.Size = new System.Drawing.Size(968, 47);
|
||||
@@ -467,6 +416,89 @@
|
||||
//
|
||||
this.taPart.ClearBeforeFill = true;
|
||||
//
|
||||
// toolStripButton1
|
||||
//
|
||||
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(100, 44);
|
||||
this.toolStripButton1.Text = "SPM검사";
|
||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||
//
|
||||
// dvc_sid
|
||||
//
|
||||
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.dvc_sid.DefaultCellStyle = dataGridViewCellStyle1;
|
||||
this.dvc_sid.HeaderText = "SID";
|
||||
this.dvc_sid.Name = "dvc_sid";
|
||||
this.dvc_sid.ReadOnly = true;
|
||||
//
|
||||
// dvc_name
|
||||
//
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.dvc_name.DefaultCellStyle = dataGridViewCellStyle2;
|
||||
this.dvc_name.HeaderText = "품명";
|
||||
this.dvc_name.Name = "dvc_name";
|
||||
this.dvc_name.ReadOnly = true;
|
||||
//
|
||||
// dvc_model
|
||||
//
|
||||
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.dvc_model.DefaultCellStyle = dataGridViewCellStyle3;
|
||||
this.dvc_model.HeaderText = "모델";
|
||||
this.dvc_model.Name = "dvc_model";
|
||||
this.dvc_model.ReadOnly = true;
|
||||
//
|
||||
// dvc_price
|
||||
//
|
||||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||||
dataGridViewCellStyle4.Format = "N0";
|
||||
this.dvc_price.DefaultCellStyle = dataGridViewCellStyle4;
|
||||
this.dvc_price.HeaderText = "단가";
|
||||
this.dvc_price.Name = "dvc_price";
|
||||
//
|
||||
// dvc_qty
|
||||
//
|
||||
dataGridViewCellStyle5.Format = "N0";
|
||||
this.dvc_qty.DefaultCellStyle = dataGridViewCellStyle5;
|
||||
this.dvc_qty.HeaderText = "구매수량";
|
||||
this.dvc_qty.Name = "dvc_qty";
|
||||
//
|
||||
// dvc_amt
|
||||
//
|
||||
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||||
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
dataGridViewCellStyle6.Format = "N0";
|
||||
this.dvc_amt.DefaultCellStyle = dataGridViewCellStyle6;
|
||||
this.dvc_amt.HeaderText = "구매금액";
|
||||
this.dvc_amt.Name = "dvc_amt";
|
||||
this.dvc_amt.ReadOnly = true;
|
||||
//
|
||||
// dvc_spm
|
||||
//
|
||||
this.dvc_spm.HeaderText = "SPM";
|
||||
this.dvc_spm.Name = "dvc_spm";
|
||||
//
|
||||
// dvc_remark
|
||||
//
|
||||
this.dvc_remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||
this.dvc_remark.DefaultCellStyle = dataGridViewCellStyle7;
|
||||
this.dvc_remark.HeaderText = "비고";
|
||||
this.dvc_remark.Name = "dvc_remark";
|
||||
//
|
||||
// toolStripButton3
|
||||
//
|
||||
this.toolStripButton3.ForeColor = System.Drawing.Color.Red;
|
||||
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
|
||||
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton3.Name = "toolStripButton3";
|
||||
this.toolStripButton3.Size = new System.Drawing.Size(192, 44);
|
||||
this.toolStripButton3.Text = "구매수량에 SPM수량 제외";
|
||||
this.toolStripButton3.Visible = false;
|
||||
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
|
||||
//
|
||||
// fProjectPartToPurchaseCR
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
||||
@@ -527,12 +559,15 @@
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton4;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton8;
|
||||
private arCtl.arDatagridView dv1;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_sid;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_name;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_model;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_price;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_qty;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_amt;
|
||||
private System.Windows.Forms.DataGridViewButtonColumn dvc_spm;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_remark;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton3;
|
||||
}
|
||||
}
|
||||
@@ -87,8 +87,11 @@ namespace FPJ0000
|
||||
row.Cells[col++].Value = dr.ItemName;
|
||||
row.Cells[col++].Value = dr.ItemModel;
|
||||
row.Cells[col++].Value = dr.price;
|
||||
row.Cells[col].Tag = dr.qty;
|
||||
row.Cells[col++].Value = dr.qty;
|
||||
row.Cells[col++].Value = dr.price * dr.qty;
|
||||
// row.Cells[col++].Value = 0;
|
||||
row.Cells[col++].Value = "";
|
||||
row.Cells[col++].Value = dr.memo;
|
||||
|
||||
row.Tag = dr;
|
||||
@@ -225,6 +228,17 @@ namespace FPJ0000
|
||||
{
|
||||
this.Validate();
|
||||
|
||||
//spm에값이 없으면 처리하지 못함
|
||||
foreach (DataGridViewRow row in this.dv1.Rows)
|
||||
{
|
||||
var spmval = row.Cells["dvc_spm"].Value.ToString();
|
||||
if (spmval.isEmpty())
|
||||
{
|
||||
FCOMMON.Util.MsgE("SPM검사가 완료되지 않았습니다");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if (this.dv1.Rows.Count < 1)
|
||||
{
|
||||
FCOMMON.Util.MsgE("자료가 없습니다");
|
||||
@@ -309,7 +323,7 @@ namespace FPJ0000
|
||||
var sid = dr.ItemSid.Replace(" ", "").Trim();
|
||||
|
||||
bool newadd = false;
|
||||
if(isCR)
|
||||
if (isCR)
|
||||
{
|
||||
var newdr = dtCR.Where(t => t.sid == sid).FirstOrDefault();
|
||||
//insert query
|
||||
@@ -352,6 +366,7 @@ namespace FPJ0000
|
||||
newdr.wdate = DateTime.Now;
|
||||
newdr.orderno = tbCr.Text.Trim();
|
||||
newdr.bigo = item.Cells["dvc_remark"].Value.ToString();//dr.memo.Trim();
|
||||
newdr.chk1 = true;
|
||||
newdr.EndEdit();
|
||||
dtCR.AddEETGW_PurchaseCRRow(newdr);
|
||||
}
|
||||
@@ -360,6 +375,7 @@ namespace FPJ0000
|
||||
newdr.pumqtyReq += v_qty;// (int)item.Cells[Col_Qty].Value;// dr.qty; //SQL = SQL.Replace("{qty}", dr.qty.ToString()); //일반수량이 아닌 필요수량으로
|
||||
newdr.pumamt += v_price * v_qty;// (decimal)item.Cells["dvc_amt"].Value;// dr.amt; //SQL = SQL.Replace("{amt}", dr.amt.ToString());
|
||||
newdr.bigo += "," + item.Cells["dvc_remark"].Value.ToString();//dr.memo.Trim();
|
||||
newdr.chk1 = true;
|
||||
newdr.EndEdit();
|
||||
}
|
||||
|
||||
@@ -449,7 +465,7 @@ namespace FPJ0000
|
||||
|
||||
}
|
||||
int addcnt = 0;
|
||||
if(isCR)
|
||||
if (isCR)
|
||||
{
|
||||
var ta = new dsPurchaseTableAdapters.EETGW_PurchaseCRTableAdapter();
|
||||
addcnt = ta.Update(dtCR);
|
||||
@@ -459,7 +475,7 @@ namespace FPJ0000
|
||||
var ta = new dsPurchaseTableAdapters.PurchaseTableAdapter();
|
||||
addcnt = ta.Update(dtNR);
|
||||
}
|
||||
|
||||
|
||||
FCOMMON.Util.MsgI(string.Format("{0}/{1}건의 자료가 생성 되었습니다.\n\n구매등록 화면에서 내용을 확인하세요.", addcnt, itemCount));
|
||||
fProg.Close();
|
||||
fProg.Dispose();
|
||||
@@ -514,6 +530,85 @@ namespace FPJ0000
|
||||
DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
}
|
||||
|
||||
private void toolStripButton1_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
var cnt = 0;
|
||||
var ecnt = 0;
|
||||
foreach (DataGridViewRow row in dv1.Rows)
|
||||
{
|
||||
var spm = row.Cells["dvc_spm"].Value.ToString();
|
||||
if (spm.isEmpty() == false) continue;
|
||||
var sid = row.Cells["dvc_sid"].Value.ToString();
|
||||
if (sid.Length != 9 || sid.StartsWith("10") == false)
|
||||
{
|
||||
row.Cells["dvc_spm"].Value = "SID오류";
|
||||
row.Cells["dvc_spm"].Tag = 0;
|
||||
cnt += 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
var dt = Amkor.RestfulService.SPMSIDSearch(sid);
|
||||
if (dt.Complete)
|
||||
{
|
||||
row.Cells["dvc_spm"].Value = $"{dt.Result.Rows.Count}건";
|
||||
row.Cells["dvc_spm"].Tag = dt.Result.Rows.Count;
|
||||
ecnt += 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
row.Cells["dvc_spm"].Value = $"없음";
|
||||
row.Cells["dvc_spm"].Tag = 0;
|
||||
cnt += 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (ecnt > 0)
|
||||
{
|
||||
FCOMMON.Util.MsgI($"{ecnt} 개의 자료가 SPM에서 자료가 검색되었습니다\n각 수량을 클릭해서 내용을 확인하세요");
|
||||
}
|
||||
}
|
||||
|
||||
private void toolStripButton3_Click(object sender, EventArgs e)
|
||||
{
|
||||
var dlg = FCOMMON.Util.MsgQ("현재 구매수량에 SPM수량을 일괄 제외 할까요?");
|
||||
foreach (DataGridViewRow row in dv1.Rows)
|
||||
{
|
||||
var spm = row.Cells["dvc_spm"].Value.ToString();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
private void dv1_CellContentClick(object sender, DataGridViewCellEventArgs e)
|
||||
{
|
||||
if (e.ColumnIndex < 0 || e.RowIndex < 0) return;
|
||||
var col = this.dv1.Columns[e.ColumnIndex];
|
||||
if (col.Name == "dvc_spm")
|
||||
{
|
||||
//site검색 해야한다
|
||||
var sid = dv1.Rows[e.RowIndex].Cells["dvc_spm"].Value.ToString();// dr.sid;
|
||||
if (sid.Length != 9 || sid.StartsWith("10") == false)
|
||||
{
|
||||
dv1.Rows[e.RowIndex].Cells["dvc_spm"].Value = "SID오류";
|
||||
dv1.Rows[e.RowIndex].Cells["dvc_spm"].Tag = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
var dt = Amkor.RestfulService.SPMSIDSearch(sid);
|
||||
if (dt.Complete)
|
||||
{
|
||||
dv1.Rows[e.RowIndex].Cells["dvc_spm"].Value = $"{dt.Result.Rows.Count}건";
|
||||
dv1.Rows[e.RowIndex].Cells["dvc_spm"].Tag = dt.Result.Rows.Count;
|
||||
var f = new FCM0000.fSIDListSelect(sid, dt.Result);
|
||||
f.ShowDialog();
|
||||
}
|
||||
else
|
||||
{
|
||||
dv1.Rows[e.RowIndex].Cells["dvc_sid"].Value = "없음";
|
||||
dv1.Rows[e.RowIndex].Cells["dvc_sid"].Tag = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -165,6 +165,9 @@
|
||||
<metadata name="dvc_amt.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="dvc_spm.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="dvc_remark.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
@@ -211,6 +214,36 @@
|
||||
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
||||
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
||||
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
|
||||
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
|
||||
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
|
||||
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
|
||||
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
|
||||
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
|
||||
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
|
||||
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
||||
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
||||
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="toolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
|
||||
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
|
||||
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
|
||||
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
|
||||
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
|
||||
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
|
||||
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
|
||||
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
||||
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
||||
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
|
||||
Reference in New Issue
Block a user