diff --git a/Project/Properties/AssemblyInfo.cs b/Project/Properties/AssemblyInfo.cs
index f563950..9a1ae3d 100644
--- a/Project/Properties/AssemblyInfo.cs
+++ b/Project/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로
// 지정되도록 할 수 있습니다.
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("20.04.23.1023")]
-[assembly: AssemblyFileVersion("20.04.23.1023")]
+[assembly: AssemblyVersion("20.04.29.1430")]
+[assembly: AssemblyFileVersion("20.04.29.1430")]
diff --git a/SubProject/FCM0000/Item/fLovItem.Designer.cs b/SubProject/FCM0000/Item/fLovItem.Designer.cs
index aded99b..ce2bc9a 100644
--- a/SubProject/FCM0000/Item/fLovItem.Designer.cs
+++ b/SubProject/FCM0000/Item/fLovItem.Designer.cs
@@ -36,10 +36,10 @@
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label2;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fLovItem));
- FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType();
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dsMSSQL = new FCM0000.dsMSSQL();
@@ -86,13 +86,11 @@
this.partNoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.partNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.currentQtyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
+ this.Storage = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.locationDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.mHADataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.divisionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.badQtyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.priceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.priceUnitDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.costCenterDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.memoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.enrDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.enrolleeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -549,24 +547,24 @@
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "모델";
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "SID";
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 27F;
- numberCellType2.DecimalPlaces = 0;
- numberCellType2.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
- numberCellType2.MaximumValue = 2147483647D;
- numberCellType2.MinimumValue = -2147483648D;
- this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType2;
+ numberCellType1.DecimalPlaces = 0;
+ numberCellType1.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
+ numberCellType1.MaximumValue = 2147483647D;
+ numberCellType1.MinimumValue = -2147483648D;
+ this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType1;
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx";
this.fpSpread1_Sheet1.Columns.Get(0).Label = "IDX";
this.fpSpread1_Sheet1.Columns.Get(0).Visible = false;
this.fpSpread1_Sheet1.Columns.Get(0).Width = 99F;
- this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType4;
+ this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType1;
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "name";
this.fpSpread1_Sheet1.Columns.Get(1).Label = "품명";
this.fpSpread1_Sheet1.Columns.Get(1).Width = 154F;
- this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType5;
+ this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType2;
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "model";
this.fpSpread1_Sheet1.Columns.Get(2).Label = "모델";
this.fpSpread1_Sheet1.Columns.Get(2).Width = 154F;
- this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType6;
+ this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType3;
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "sid";
this.fpSpread1_Sheet1.Columns.Get(3).Label = "SID";
this.fpSpread1_Sheet1.Columns.Get(3).Width = 154F;
@@ -601,13 +599,11 @@
this.partNoDataGridViewTextBoxColumn,
this.partNameDataGridViewTextBoxColumn,
this.currentQtyDataGridViewTextBoxColumn,
+ this.Storage,
this.locationDataGridViewTextBoxColumn,
- this.mHADataGridViewTextBoxColumn,
this.divisionDataGridViewTextBoxColumn,
- this.badQtyDataGridViewTextBoxColumn,
this.priceDataGridViewTextBoxColumn,
this.priceUnitDataGridViewTextBoxColumn,
- this.costCenterDataGridViewTextBoxColumn,
this.memoDataGridViewTextBoxColumn,
this.enrDateDataGridViewTextBoxColumn,
this.enrolleeDataGridViewTextBoxColumn});
@@ -672,6 +668,13 @@
this.currentQtyDataGridViewTextBoxColumn.Name = "currentQtyDataGridViewTextBoxColumn";
this.currentQtyDataGridViewTextBoxColumn.ReadOnly = true;
//
+ // Storage
+ //
+ this.Storage.DataPropertyName = "Storage";
+ this.Storage.HeaderText = "Storage";
+ this.Storage.Name = "Storage";
+ this.Storage.ReadOnly = true;
+ //
// locationDataGridViewTextBoxColumn
//
this.locationDataGridViewTextBoxColumn.DataPropertyName = "Location";
@@ -679,13 +682,6 @@
this.locationDataGridViewTextBoxColumn.Name = "locationDataGridViewTextBoxColumn";
this.locationDataGridViewTextBoxColumn.ReadOnly = true;
//
- // mHADataGridViewTextBoxColumn
- //
- this.mHADataGridViewTextBoxColumn.DataPropertyName = "MHA";
- this.mHADataGridViewTextBoxColumn.HeaderText = "MHA";
- this.mHADataGridViewTextBoxColumn.Name = "mHADataGridViewTextBoxColumn";
- this.mHADataGridViewTextBoxColumn.ReadOnly = true;
- //
// divisionDataGridViewTextBoxColumn
//
this.divisionDataGridViewTextBoxColumn.DataPropertyName = "Division";
@@ -693,13 +689,6 @@
this.divisionDataGridViewTextBoxColumn.Name = "divisionDataGridViewTextBoxColumn";
this.divisionDataGridViewTextBoxColumn.ReadOnly = true;
//
- // badQtyDataGridViewTextBoxColumn
- //
- this.badQtyDataGridViewTextBoxColumn.DataPropertyName = "BadQty";
- this.badQtyDataGridViewTextBoxColumn.HeaderText = "BadQty";
- this.badQtyDataGridViewTextBoxColumn.Name = "badQtyDataGridViewTextBoxColumn";
- this.badQtyDataGridViewTextBoxColumn.ReadOnly = true;
- //
// priceDataGridViewTextBoxColumn
//
this.priceDataGridViewTextBoxColumn.DataPropertyName = "Price";
@@ -714,13 +703,6 @@
this.priceUnitDataGridViewTextBoxColumn.Name = "priceUnitDataGridViewTextBoxColumn";
this.priceUnitDataGridViewTextBoxColumn.ReadOnly = true;
//
- // costCenterDataGridViewTextBoxColumn
- //
- this.costCenterDataGridViewTextBoxColumn.DataPropertyName = "CostCenter";
- this.costCenterDataGridViewTextBoxColumn.HeaderText = "CostCenter";
- this.costCenterDataGridViewTextBoxColumn.Name = "costCenterDataGridViewTextBoxColumn";
- this.costCenterDataGridViewTextBoxColumn.ReadOnly = true;
- //
// memoDataGridViewTextBoxColumn
//
this.memoDataGridViewTextBoxColumn.DataPropertyName = "Memo";
@@ -822,13 +804,11 @@
private System.Windows.Forms.DataGridViewTextBoxColumn partNoDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn partNameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn currentQtyDataGridViewTextBoxColumn;
+ private System.Windows.Forms.DataGridViewTextBoxColumn Storage;
private System.Windows.Forms.DataGridViewTextBoxColumn locationDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn mHADataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn divisionDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn badQtyDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn priceDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn priceUnitDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn costCenterDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn memoDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn enrDateDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn enrolleeDataGridViewTextBoxColumn;
diff --git a/SubProject/FCM0000/Item/fLovItem.resx b/SubProject/FCM0000/Item/fLovItem.resx
index 2386eb9..f293925 100644
--- a/SubProject/FCM0000/Item/fLovItem.resx
+++ b/SubProject/FCM0000/Item/fLovItem.resx
@@ -230,24 +230,21 @@
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
- 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
+ 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
-
- 216, 17
-
81, 17
@@ -257,9 +254,6 @@
387, 17
-
- 462, 17
-
R0lGODlhEAAQAIQAAJXD9Iasxm6MqnSn2lZtjVaRyEpXbYu767TX/2KZztvr/4Gy5KrT/3ut32+gzlFh
@@ -289,15 +283,18 @@
dtBwQcJKDxZsIhQpIcIECkVffmwpYUGDCiUheBQg1cCBAgU2QFDg4KZCDxIZOoQ48S7LpQoDCx4cEAA7
+
+ 462, 17
+
+
+ True
+
705, 17
614, 17
-
- 614, 17
-
888, 17
diff --git a/SubProject/FEQ0000/Purchase/fPurchase_Add.Designer.cs b/SubProject/FEQ0000/Purchase/fPurchase_Add.Designer.cs
index bf8cc8e..5fd2d14 100644
--- a/SubProject/FEQ0000/Purchase/fPurchase_Add.Designer.cs
+++ b/SubProject/FEQ0000/Purchase/fPurchase_Add.Designer.cs
@@ -1,892 +1,879 @@
-namespace FEQ0000
-{
- partial class fPurchase_Add
- {
- ///
- /// Required designer variable.
- ///
- private System.ComponentModel.IContainer components = null;
-
- ///
- /// Clean up any resources being used.
- ///
- /// true if managed resources should be disposed; otherwise, false.
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows Form Designer generated code
-
- ///
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- ///
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.Label processLabel;
- System.Windows.Forms.Label receiveLabel;
- System.Windows.Forms.Label scLabel;
- System.Windows.Forms.Label sidLabel;
- System.Windows.Forms.Label pumscaleLabel;
- System.Windows.Forms.Label pumqtyLabel;
- System.Windows.Forms.Label pumpriceLabel;
- System.Windows.Forms.Label pumamtLabel;
- System.Windows.Forms.Label assetLabel;
- System.Windows.Forms.Label poLabel;
- System.Windows.Forms.Label deptLabel;
- System.Windows.Forms.Label label1;
- System.Windows.Forms.Label label2;
- System.Windows.Forms.Label label4;
- System.Windows.Forms.Label label5;
- System.Windows.Forms.Label label3;
- System.Windows.Forms.Label label6;
- this.tbSC = new System.Windows.Forms.TextBox();
- this.tbSID = new System.Windows.Forms.TextBox();
- this.tbPumName = new System.Windows.Forms.TextBox();
- this.tbPumModel = new System.Windows.Forms.TextBox();
- this.tbPumUnit = new System.Windows.Forms.TextBox();
- this.tbPumQty = new System.Windows.Forms.TextBox();
- this.tbPumPrice = new System.Windows.Forms.TextBox();
- this.tbPumAmt = new System.Windows.Forms.TextBox();
- this.tbSupply = new System.Windows.Forms.TextBox();
- this.tbSupplyIndex = new System.Windows.Forms.TextBox();
- this.tbProject = new System.Windows.Forms.TextBox();
- this.tbProjectIndex = new System.Windows.Forms.TextBox();
- this.tbPO = new System.Windows.Forms.TextBox();
- this.tbBigo = new System.Windows.Forms.TextBox();
- this.dtPdate = new System.Windows.Forms.DateTimePicker();
- this.btSave = new System.Windows.Forms.Button();
- this.cmbState = new System.Windows.Forms.ComboBox();
- this.cbProcess = new System.Windows.Forms.ComboBox();
- this.cmbRequest = new System.Windows.Forms.ComboBox();
- this.cmbReceive = new System.Windows.Forms.ComboBox();
- this.tbPumIDX = new System.Windows.Forms.TextBox();
- this.tbPumStock = new System.Windows.Forms.TextBox();
- this.dtInDate = new System.Windows.Forms.DateTimePicker();
- this.chkInDate = new System.Windows.Forms.CheckBox();
- this.dtExpDate = new System.Windows.Forms.DateTimePicker();
- this.chkExp = new System.Windows.Forms.CheckBox();
- this.btSaveAdd = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.linkLabel7 = new System.Windows.Forms.LinkLabel();
- this.linkLabel6 = new System.Windows.Forms.LinkLabel();
- this.linkLabel5 = new System.Windows.Forms.LinkLabel();
- this.linkLabel1 = new System.Windows.Forms.LinkLabel();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.tbOrderNo = new System.Windows.Forms.TextBox();
- this.cbManuProc = new System.Windows.Forms.ComboBox();
- this.cbEQModel = new System.Windows.Forms.ComboBox();
- this.cbEQManu = new System.Windows.Forms.ComboBox();
- this.linkLabel4 = new System.Windows.Forms.LinkLabel();
- this.linkLabel3 = new System.Windows.Forms.LinkLabel();
- this.linkLabel2 = new System.Windows.Forms.LinkLabel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
- this.dsPurchase = new FEQ0000.dsPurchase();
- this.purchaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.purchaseTableAdapter = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
- processLabel = new System.Windows.Forms.Label();
- receiveLabel = new System.Windows.Forms.Label();
- scLabel = new System.Windows.Forms.Label();
- sidLabel = new System.Windows.Forms.Label();
- pumscaleLabel = new System.Windows.Forms.Label();
- pumqtyLabel = new System.Windows.Forms.Label();
- pumpriceLabel = new System.Windows.Forms.Label();
- pumamtLabel = new System.Windows.Forms.Label();
- assetLabel = new System.Windows.Forms.Label();
- poLabel = new System.Windows.Forms.Label();
- deptLabel = new System.Windows.Forms.Label();
- label1 = new System.Windows.Forms.Label();
- label2 = new System.Windows.Forms.Label();
- label4 = new System.Windows.Forms.Label();
- label5 = new System.Windows.Forms.Label();
- label3 = new System.Windows.Forms.Label();
- label6 = new System.Windows.Forms.Label();
- this.groupBox1.SuspendLayout();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.purchaseBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // processLabel
- //
- processLabel.AutoSize = true;
- processLabel.Location = new System.Drawing.Point(57, 130);
- processLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- processLabel.Name = "processLabel";
- processLabel.Size = new System.Drawing.Size(39, 20);
- processLabel.TabIndex = 6;
- processLabel.Text = "공정";
- //
- // receiveLabel
- //
- receiveLabel.AutoSize = true;
- receiveLabel.Location = new System.Drawing.Point(42, 95);
- receiveLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- receiveLabel.Name = "receiveLabel";
- receiveLabel.Size = new System.Drawing.Size(54, 20);
- receiveLabel.TabIndex = 4;
- receiveLabel.Text = "수령인";
- //
- // scLabel
- //
- scLabel.AutoSize = true;
- scLabel.Location = new System.Drawing.Point(69, 160);
- scLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- scLabel.Name = "scLabel";
- scLabel.Size = new System.Drawing.Size(27, 20);
- scLabel.TabIndex = 8;
- scLabel.Text = "SC";
- //
- // sidLabel
- //
- sidLabel.AutoSize = true;
- sidLabel.Location = new System.Drawing.Point(288, 210);
- sidLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- sidLabel.Name = "sidLabel";
- sidLabel.Size = new System.Drawing.Size(32, 20);
- sidLabel.TabIndex = 19;
- sidLabel.Text = "SID";
- //
- // pumscaleLabel
- //
- pumscaleLabel.AutoSize = true;
- pumscaleLabel.Location = new System.Drawing.Point(10, 142);
- pumscaleLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- pumscaleLabel.Name = "pumscaleLabel";
- pumscaleLabel.Size = new System.Drawing.Size(75, 20);
- pumscaleLabel.TabIndex = 9;
- pumscaleLabel.Text = "모델/규격";
- //
- // pumqtyLabel
- //
- pumqtyLabel.AutoSize = true;
- pumqtyLabel.Location = new System.Drawing.Point(47, 179);
- pumqtyLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- pumqtyLabel.Name = "pumqtyLabel";
- pumqtyLabel.Size = new System.Drawing.Size(39, 20);
- pumqtyLabel.TabIndex = 12;
- pumqtyLabel.Text = "수량";
- //
- // pumpriceLabel
- //
- pumpriceLabel.AutoSize = true;
- pumpriceLabel.Location = new System.Drawing.Point(280, 179);
- pumpriceLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- pumpriceLabel.Name = "pumpriceLabel";
- pumpriceLabel.Size = new System.Drawing.Size(39, 20);
- pumpriceLabel.TabIndex = 15;
- pumpriceLabel.Text = "단가";
- //
- // pumamtLabel
- //
- pumamtLabel.AutoSize = true;
- pumamtLabel.Location = new System.Drawing.Point(47, 215);
- pumamtLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- pumamtLabel.Name = "pumamtLabel";
- pumamtLabel.Size = new System.Drawing.Size(39, 20);
- pumamtLabel.TabIndex = 17;
- pumamtLabel.Text = "합계";
- //
- // assetLabel
- //
- assetLabel.AutoSize = true;
- assetLabel.Location = new System.Drawing.Point(24, 326);
- assetLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- assetLabel.Name = "assetLabel";
- assetLabel.Size = new System.Drawing.Size(69, 20);
- assetLabel.TabIndex = 18;
- assetLabel.Text = "장비모델";
- //
- // poLabel
- //
- poLabel.AutoSize = true;
- poLabel.Location = new System.Drawing.Point(66, 190);
- poLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- poLabel.Name = "poLabel";
- poLabel.Size = new System.Drawing.Size(30, 20);
- poLabel.TabIndex = 10;
- poLabel.Text = "PO";
- //
- // deptLabel
- //
- deptLabel.AutoSize = true;
- deptLabel.Location = new System.Drawing.Point(41, 396);
- deptLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- deptLabel.Name = "deptLabel";
- deptLabel.Size = new System.Drawing.Size(39, 20);
- deptLabel.TabIndex = 27;
- deptLabel.Text = "비고";
- //
- // label1
- //
- label1.AutoSize = true;
- label1.Location = new System.Drawing.Point(32, 35);
- label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label1.Name = "label1";
- label1.Size = new System.Drawing.Size(54, 20);
- label1.TabIndex = 0;
- label1.Text = "입력일";
- //
- // label2
- //
- label2.AutoSize = true;
- label2.Location = new System.Drawing.Point(12, 290);
- label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label2.Name = "label2";
- label2.Size = new System.Drawing.Size(84, 20);
- label2.TabIndex = 16;
- label2.Text = "장비제조사";
- //
- // label4
- //
- label4.AutoSize = true;
- label4.Location = new System.Drawing.Point(24, 254);
- label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label4.Name = "label4";
- label4.Size = new System.Drawing.Size(69, 20);
- label4.TabIndex = 14;
- label4.Text = "제조공정";
- //
- // label5
- //
- label5.AutoSize = true;
- label5.Location = new System.Drawing.Point(36, 221);
- label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label5.Name = "label5";
- label5.Size = new System.Drawing.Size(60, 20);
- label5.TabIndex = 12;
- label5.Text = "CR/CF#";
- //
- // label3
- //
- label3.AutoSize = true;
- label3.Location = new System.Drawing.Point(46, 69);
- label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label3.Name = "label3";
- label3.Size = new System.Drawing.Size(39, 20);
- label3.TabIndex = 2;
- label3.Text = "요청";
- //
- // label6
- //
- label6.AutoSize = true;
- label6.Location = new System.Drawing.Point(280, 69);
- label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- label6.Name = "label6";
- label6.Size = new System.Drawing.Size(39, 20);
- label6.TabIndex = 4;
- label6.Text = "상태";
- //
- // tbSC
- //
- this.tbSC.Location = new System.Drawing.Point(104, 156);
- this.tbSC.Margin = new System.Windows.Forms.Padding(4);
- this.tbSC.Name = "tbSC";
- this.tbSC.Size = new System.Drawing.Size(286, 27);
- this.tbSC.TabIndex = 9;
- //
- // tbSID
- //
- this.tbSID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
- this.tbSID.Location = new System.Drawing.Point(327, 208);
- this.tbSID.Margin = new System.Windows.Forms.Padding(4);
- this.tbSID.Name = "tbSID";
- this.tbSID.Size = new System.Drawing.Size(148, 27);
- this.tbSID.TabIndex = 20;
- //
- // tbPumName
- //
- this.tbPumName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.tbPumName.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.tbPumName.Location = new System.Drawing.Point(93, 102);
- this.tbPumName.Margin = new System.Windows.Forms.Padding(4);
- this.tbPumName.Name = "tbPumName";
- this.tbPumName.Size = new System.Drawing.Size(311, 27);
- this.tbPumName.TabIndex = 7;
- //
- // tbPumModel
- //
- this.tbPumModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.tbPumModel.ImeMode = System.Windows.Forms.ImeMode.Alpha;
- this.tbPumModel.Location = new System.Drawing.Point(93, 139);
- this.tbPumModel.Margin = new System.Windows.Forms.Padding(4);
- this.tbPumModel.Name = "tbPumModel";
- this.tbPumModel.Size = new System.Drawing.Size(311, 27);
- this.tbPumModel.TabIndex = 10;
- //
- // tbPumUnit
- //
- this.tbPumUnit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
- this.tbPumUnit.Location = new System.Drawing.Point(410, 139);
- this.tbPumUnit.Margin = new System.Windows.Forms.Padding(4);
- this.tbPumUnit.Name = "tbPumUnit";
- this.tbPumUnit.Size = new System.Drawing.Size(64, 27);
- this.tbPumUnit.TabIndex = 11;
- this.tbPumUnit.TabStop = false;
- this.tbPumUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.toolTip1.SetToolTip(this.tbPumUnit, "단위");
- //
- // tbPumQty
- //
- this.tbPumQty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.tbPumQty.Location = new System.Drawing.Point(94, 175);
- this.tbPumQty.Margin = new System.Windows.Forms.Padding(4);
- this.tbPumQty.Name = "tbPumQty";
- this.tbPumQty.Size = new System.Drawing.Size(111, 27);
- this.tbPumQty.TabIndex = 13;
- this.tbPumQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.tbPumQty.TextChanged += new System.EventHandler(this.tbPumQty_TextChanged);
- //
- // tbPumPrice
- //
- this.tbPumPrice.Location = new System.Drawing.Point(327, 175);
- this.tbPumPrice.Margin = new System.Windows.Forms.Padding(4);
- this.tbPumPrice.Name = "tbPumPrice";
- this.tbPumPrice.Size = new System.Drawing.Size(148, 27);
- this.tbPumPrice.TabIndex = 16;
- this.tbPumPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.tbPumPrice.TextChanged += new System.EventHandler(this.tbPumQty_TextChanged);
- //
- // tbPumAmt
- //
- this.tbPumAmt.Location = new System.Drawing.Point(93, 212);
- this.tbPumAmt.Margin = new System.Windows.Forms.Padding(4);
- this.tbPumAmt.Name = "tbPumAmt";
- this.tbPumAmt.ReadOnly = true;
- this.tbPumAmt.Size = new System.Drawing.Size(179, 27);
- this.tbPumAmt.TabIndex = 18;
- this.tbPumAmt.TabStop = false;
- this.tbPumAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // tbSupply
- //
- this.tbSupply.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.tbSupply.Location = new System.Drawing.Point(93, 248);
- this.tbSupply.Margin = new System.Windows.Forms.Padding(4);
- this.tbSupply.Name = "tbSupply";
- this.tbSupply.Size = new System.Drawing.Size(311, 27);
- this.tbSupply.TabIndex = 22;
- //
- // tbSupplyIndex
- //
- this.tbSupplyIndex.Location = new System.Drawing.Point(410, 248);
- this.tbSupplyIndex.Margin = new System.Windows.Forms.Padding(4);
- this.tbSupplyIndex.Name = "tbSupplyIndex";
- this.tbSupplyIndex.ReadOnly = true;
- this.tbSupplyIndex.Size = new System.Drawing.Size(64, 27);
- this.tbSupplyIndex.TabIndex = 23;
- this.tbSupplyIndex.TabStop = false;
- this.tbSupplyIndex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.toolTip1.SetToolTip(this.tbSupplyIndex, "Database ID");
- //
- // tbProject
- //
- this.tbProject.BackColor = System.Drawing.SystemColors.Window;
- this.tbProject.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.tbProject.Location = new System.Drawing.Point(93, 285);
- this.tbProject.Margin = new System.Windows.Forms.Padding(4);
- this.tbProject.Name = "tbProject";
- this.tbProject.Size = new System.Drawing.Size(311, 27);
- this.tbProject.TabIndex = 25;
- //
- // tbProjectIndex
- //
- this.tbProjectIndex.Location = new System.Drawing.Point(410, 285);
- this.tbProjectIndex.Margin = new System.Windows.Forms.Padding(4);
- this.tbProjectIndex.Name = "tbProjectIndex";
- this.tbProjectIndex.ReadOnly = true;
- this.tbProjectIndex.Size = new System.Drawing.Size(64, 27);
- this.tbProjectIndex.TabIndex = 26;
- this.tbProjectIndex.TabStop = false;
- this.tbProjectIndex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.toolTip1.SetToolTip(this.tbProjectIndex, "Database ID");
- //
- // tbPO
- //
- this.tbPO.Location = new System.Drawing.Point(104, 187);
- this.tbPO.Margin = new System.Windows.Forms.Padding(4);
- this.tbPO.Name = "tbPO";
- this.tbPO.Size = new System.Drawing.Size(286, 27);
- this.tbPO.TabIndex = 11;
- //
- // tbBigo
- //
- this.tbBigo.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.tbBigo.Location = new System.Drawing.Point(93, 320);
- this.tbBigo.Margin = new System.Windows.Forms.Padding(4);
- this.tbBigo.MaxLength = 500;
- this.tbBigo.Multiline = true;
- this.tbBigo.Name = "tbBigo";
- this.tbBigo.Size = new System.Drawing.Size(381, 188);
- this.tbBigo.TabIndex = 28;
- this.tbBigo.TabStop = false;
- //
- // dtPdate
- //
- this.dtPdate.Location = new System.Drawing.Point(93, 29);
- this.dtPdate.Margin = new System.Windows.Forms.Padding(4);
- this.dtPdate.Name = "dtPdate";
- this.dtPdate.Size = new System.Drawing.Size(381, 27);
- this.dtPdate.TabIndex = 1;
- //
- // btSave
- //
- this.btSave.Location = new System.Drawing.Point(11, 531);
- this.btSave.Margin = new System.Windows.Forms.Padding(4);
- this.btSave.Name = "btSave";
- this.btSave.Size = new System.Drawing.Size(490, 49);
- this.btSave.TabIndex = 1;
- this.btSave.Text = "저장(&S)";
- this.btSave.UseVisualStyleBackColor = true;
- this.btSave.Click += new System.EventHandler(this.button1_Click);
- //
- // cmbState
- //
- 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, 66);
- this.cmbState.Margin = new System.Windows.Forms.Padding(4);
- this.cmbState.Name = "cmbState";
- this.cmbState.Size = new System.Drawing.Size(148, 28);
- this.cmbState.TabIndex = 5;
- this.cmbState.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
- //
- // cbProcess
- //
- this.cbProcess.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
- this.cbProcess.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
- this.cbProcess.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.cbProcess.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbProcess.FormattingEnabled = true;
- this.cbProcess.Location = new System.Drawing.Point(104, 125);
- this.cbProcess.Margin = new System.Windows.Forms.Padding(4);
- this.cbProcess.Name = "cbProcess";
- this.cbProcess.Size = new System.Drawing.Size(286, 28);
- this.cbProcess.TabIndex = 7;
- //
- // cmbRequest
- //
- this.cmbRequest.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
- this.cmbRequest.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
- this.cmbRequest.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbRequest.FormattingEnabled = true;
- this.cmbRequest.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.cmbRequest.Location = new System.Drawing.Point(93, 66);
- this.cmbRequest.Margin = new System.Windows.Forms.Padding(4);
- this.cmbRequest.Name = "cmbRequest";
- this.cmbRequest.Size = new System.Drawing.Size(179, 28);
- this.cmbRequest.TabIndex = 3;
- //
- // cmbReceive
- //
- this.cmbReceive.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
- this.cmbReceive.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
- this.cmbReceive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbReceive.FormattingEnabled = true;
- this.cmbReceive.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.cmbReceive.Location = new System.Drawing.Point(104, 93);
- this.cmbReceive.Margin = new System.Windows.Forms.Padding(4);
- this.cmbReceive.Name = "cmbReceive";
- this.cmbReceive.Size = new System.Drawing.Size(286, 28);
- this.cmbReceive.TabIndex = 5;
- //
- // tbPumIDX
- //
- this.tbPumIDX.Location = new System.Drawing.Point(410, 102);
- this.tbPumIDX.Margin = new System.Windows.Forms.Padding(4);
- this.tbPumIDX.Name = "tbPumIDX";
- this.tbPumIDX.ReadOnly = true;
- this.tbPumIDX.Size = new System.Drawing.Size(64, 27);
- this.tbPumIDX.TabIndex = 8;
- this.tbPumIDX.TabStop = false;
- this.tbPumIDX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.toolTip1.SetToolTip(this.tbPumIDX, "Database ID");
- //
- // tbPumStock
- //
- this.tbPumStock.Location = new System.Drawing.Point(208, 175);
- this.tbPumStock.Margin = new System.Windows.Forms.Padding(4);
- this.tbPumStock.Name = "tbPumStock";
- this.tbPumStock.ReadOnly = true;
- this.tbPumStock.Size = new System.Drawing.Size(64, 27);
- this.tbPumStock.TabIndex = 14;
- this.tbPumStock.TabStop = false;
- this.tbPumStock.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.toolTip1.SetToolTip(this.tbPumStock, "재고량");
- //
- // dtInDate
- //
- this.dtInDate.Location = new System.Drawing.Point(104, 58);
- this.dtInDate.Margin = new System.Windows.Forms.Padding(4);
- this.dtInDate.Name = "dtInDate";
- this.dtInDate.Size = new System.Drawing.Size(286, 27);
- this.dtInDate.TabIndex = 3;
- this.dtInDate.TabStop = false;
- //
- // chkInDate
- //
- this.chkInDate.AutoSize = true;
- this.chkInDate.Location = new System.Drawing.Point(24, 60);
- this.chkInDate.Margin = new System.Windows.Forms.Padding(4);
- this.chkInDate.Name = "chkInDate";
- this.chkInDate.Size = new System.Drawing.Size(73, 24);
- this.chkInDate.TabIndex = 2;
- this.chkInDate.TabStop = false;
- this.chkInDate.Text = "입고일";
- this.chkInDate.UseVisualStyleBackColor = true;
- this.chkInDate.CheckedChanged += new System.EventHandler(this.chkInDate_CheckedChanged);
- //
- // dtExpDate
- //
- this.dtExpDate.Location = new System.Drawing.Point(104, 26);
- this.dtExpDate.Margin = new System.Windows.Forms.Padding(4);
- this.dtExpDate.Name = "dtExpDate";
- this.dtExpDate.Size = new System.Drawing.Size(286, 27);
- this.dtExpDate.TabIndex = 1;
- this.dtExpDate.TabStop = false;
- //
- // chkExp
- //
- this.chkExp.AutoSize = true;
- this.chkExp.Location = new System.Drawing.Point(24, 30);
- this.chkExp.Margin = new System.Windows.Forms.Padding(4);
- this.chkExp.Name = "chkExp";
- this.chkExp.Size = new System.Drawing.Size(73, 24);
- this.chkExp.TabIndex = 0;
- this.chkExp.TabStop = false;
- this.chkExp.Text = "예상일";
- this.chkExp.UseVisualStyleBackColor = true;
- this.chkExp.CheckedChanged += new System.EventHandler(this.chkExp_CheckedChanged);
- //
- // btSaveAdd
- //
- this.btSaveAdd.Location = new System.Drawing.Point(511, 531);
- this.btSaveAdd.Margin = new System.Windows.Forms.Padding(4);
- this.btSaveAdd.Name = "btSaveAdd";
- this.btSaveAdd.Size = new System.Drawing.Size(410, 51);
- this.btSaveAdd.TabIndex = 3;
- this.btSaveAdd.Text = "저장 및 추가(&A)";
- this.btSaveAdd.UseVisualStyleBackColor = true;
- this.btSaveAdd.Click += new System.EventHandler(this.button2_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.linkLabel7);
- this.groupBox1.Controls.Add(this.linkLabel6);
- this.groupBox1.Controls.Add(this.linkLabel5);
- this.groupBox1.Controls.Add(label6);
- this.groupBox1.Controls.Add(label3);
- this.groupBox1.Controls.Add(this.dtPdate);
- this.groupBox1.Controls.Add(this.tbPumStock);
- this.groupBox1.Controls.Add(this.tbPumAmt);
- this.groupBox1.Controls.Add(this.tbBigo);
- this.groupBox1.Controls.Add(deptLabel);
- this.groupBox1.Controls.Add(this.tbSupplyIndex);
- this.groupBox1.Controls.Add(pumamtLabel);
- this.groupBox1.Controls.Add(this.tbPumIDX);
- this.groupBox1.Controls.Add(this.cmbState);
- this.groupBox1.Controls.Add(this.tbSID);
- this.groupBox1.Controls.Add(this.tbPumQty);
- this.groupBox1.Controls.Add(pumqtyLabel);
- this.groupBox1.Controls.Add(sidLabel);
- this.groupBox1.Controls.Add(this.tbProject);
- this.groupBox1.Controls.Add(this.tbProjectIndex);
- this.groupBox1.Controls.Add(this.tbPumPrice);
- this.groupBox1.Controls.Add(this.tbSupply);
- this.groupBox1.Controls.Add(pumpriceLabel);
- this.groupBox1.Controls.Add(label1);
- this.groupBox1.Controls.Add(this.tbPumName);
- this.groupBox1.Controls.Add(this.cmbRequest);
- this.groupBox1.Controls.Add(pumscaleLabel);
- this.groupBox1.Controls.Add(this.tbPumUnit);
- this.groupBox1.Controls.Add(this.tbPumModel);
- this.groupBox1.Location = new System.Drawing.Point(11, 6);
- 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, 518);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "필수입력";
- //
- // linkLabel7
- //
- this.linkLabel7.AutoSize = true;
- this.linkLabel7.Location = new System.Drawing.Point(17, 288);
- this.linkLabel7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.linkLabel7.Name = "linkLabel7";
- this.linkLabel7.Size = new System.Drawing.Size(69, 20);
- this.linkLabel7.TabIndex = 31;
- this.linkLabel7.TabStop = true;
- this.linkLabel7.Text = "프로젝트";
- this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked);
- //
- // linkLabel6
- //
- this.linkLabel6.AutoSize = true;
- this.linkLabel6.Location = new System.Drawing.Point(31, 251);
- this.linkLabel6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.linkLabel6.Name = "linkLabel6";
- this.linkLabel6.Size = new System.Drawing.Size(54, 20);
- this.linkLabel6.TabIndex = 30;
- this.linkLabel6.TabStop = true;
- this.linkLabel6.Text = "공급처";
- this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked);
- //
- // linkLabel5
- //
- this.linkLabel5.AutoSize = true;
- this.linkLabel5.Location = new System.Drawing.Point(46, 105);
- this.linkLabel5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.linkLabel5.Name = "linkLabel5";
- this.linkLabel5.Size = new System.Drawing.Size(39, 20);
- this.linkLabel5.TabIndex = 29;
- this.linkLabel5.TabStop = true;
- this.linkLabel5.Text = "품명";
- this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
- //
- // linkLabel1
- //
- this.linkLabel1.AutoSize = true;
- this.linkLabel1.Location = new System.Drawing.Point(7, 441);
- this.linkLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.linkLabel1.Name = "linkLabel1";
- this.linkLabel1.Size = new System.Drawing.Size(89, 20);
- this.linkLabel1.TabIndex = 16;
- this.linkLabel1.TabStop = true;
- this.linkLabel1.Text = "견적서 폴더";
- this.toolTip1.SetToolTip(this.linkLabel1, "클릭시 견적서(공유폴더) 가 열립니다.");
- this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
- //
- // groupBox2
- //
- this.groupBox2.BackColor = System.Drawing.Color.Gainsboro;
- this.groupBox2.Controls.Add(this.tbOrderNo);
- this.groupBox2.Controls.Add(label5);
- this.groupBox2.Controls.Add(this.linkLabel1);
- this.groupBox2.Controls.Add(this.cbManuProc);
- this.groupBox2.Controls.Add(label4);
- this.groupBox2.Controls.Add(this.chkExp);
- this.groupBox2.Controls.Add(this.cbEQModel);
- this.groupBox2.Controls.Add(this.cbEQManu);
- this.groupBox2.Controls.Add(label2);
- this.groupBox2.Controls.Add(this.chkInDate);
- this.groupBox2.Controls.Add(this.linkLabel4);
- this.groupBox2.Controls.Add(this.dtExpDate);
- this.groupBox2.Controls.Add(this.linkLabel3);
- this.groupBox2.Controls.Add(this.dtInDate);
- this.groupBox2.Controls.Add(this.linkLabel2);
- this.groupBox2.Controls.Add(this.pictureBox1);
- this.groupBox2.Controls.Add(this.tbPO);
- this.groupBox2.Controls.Add(poLabel);
- this.groupBox2.Controls.Add(this.tbSC);
- this.groupBox2.Controls.Add(scLabel);
- this.groupBox2.Controls.Add(receiveLabel);
- this.groupBox2.Controls.Add(assetLabel);
- this.groupBox2.Controls.Add(this.cmbReceive);
- this.groupBox2.Controls.Add(processLabel);
- this.groupBox2.Controls.Add(this.cbProcess);
- this.groupBox2.Location = new System.Drawing.Point(512, 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, 516);
- this.groupBox2.TabIndex = 2;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "추가정보";
- //
- // tbOrderNo
- //
- this.tbOrderNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tbOrderNo.Location = new System.Drawing.Point(104, 218);
- this.tbOrderNo.Margin = new System.Windows.Forms.Padding(4);
- this.tbOrderNo.Name = "tbOrderNo";
- this.tbOrderNo.Size = new System.Drawing.Size(286, 27);
- this.tbOrderNo.TabIndex = 13;
- //
- // cbManuProc
- //
- this.cbManuProc.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
- this.cbManuProc.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
- this.cbManuProc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbManuProc.FormattingEnabled = true;
- this.cbManuProc.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.cbManuProc.Location = new System.Drawing.Point(104, 251);
- this.cbManuProc.Margin = new System.Windows.Forms.Padding(4);
- this.cbManuProc.Name = "cbManuProc";
- this.cbManuProc.Size = new System.Drawing.Size(286, 28);
- this.cbManuProc.TabIndex = 15;
- //
- // cbEQModel
- //
- this.cbEQModel.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
- this.cbEQModel.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
- this.cbEQModel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbEQModel.FormattingEnabled = true;
- this.cbEQModel.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.cbEQModel.Location = new System.Drawing.Point(104, 323);
- this.cbEQModel.Margin = new System.Windows.Forms.Padding(4);
- this.cbEQModel.Name = "cbEQModel";
- this.cbEQModel.Size = new System.Drawing.Size(286, 28);
- this.cbEQModel.TabIndex = 19;
- //
- // cbEQManu
- //
- this.cbEQManu.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
- this.cbEQManu.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
- this.cbEQManu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbEQManu.FormattingEnabled = true;
- this.cbEQManu.ImeMode = System.Windows.Forms.ImeMode.Hangul;
- this.cbEQManu.Location = new System.Drawing.Point(104, 287);
- this.cbEQManu.Margin = new System.Windows.Forms.Padding(4);
- this.cbEQManu.Name = "cbEQManu";
- this.cbEQManu.Size = new System.Drawing.Size(286, 28);
- this.cbEQManu.TabIndex = 17;
- this.cbEQManu.SelectedIndexChanged += new System.EventHandler(this.cbEQManu_SelectedIndexChanged);
- //
- // linkLabel4
- //
- this.linkLabel4.AutoSize = true;
- this.linkLabel4.Location = new System.Drawing.Point(57, 386);
- this.linkLabel4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.linkLabel4.Name = "linkLabel4";
- this.linkLabel4.Size = new System.Drawing.Size(39, 20);
- this.linkLabel4.TabIndex = 21;
- this.linkLabel4.TabStop = true;
- this.linkLabel4.Text = "촬영";
- this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
- //
- // linkLabel3
- //
- this.linkLabel3.AutoSize = true;
- this.linkLabel3.Location = new System.Drawing.Point(28, 358);
- this.linkLabel3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.linkLabel3.Name = "linkLabel3";
- this.linkLabel3.Size = new System.Drawing.Size(69, 20);
- this.linkLabel3.TabIndex = 20;
- this.linkLabel3.TabStop = true;
- this.linkLabel3.Text = "붙여넣기";
- this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.imgpase_LinkClicked);
- //
- // linkLabel2
- //
- this.linkLabel2.AutoSize = true;
- this.linkLabel2.Location = new System.Drawing.Point(22, 413);
- this.linkLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.linkLabel2.Name = "linkLabel2";
- this.linkLabel2.Size = new System.Drawing.Size(74, 20);
- this.linkLabel2.TabIndex = 22;
- this.linkLabel2.TabStop = true;
- this.linkLabel2.Text = "그림 선택";
- this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.Gray;
- this.pictureBox1.Location = new System.Drawing.Point(104, 358);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(286, 148);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 17;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.Tag = "A";
- //
- // dsPurchase
- //
- this.dsPurchase.DataSetName = "dsPurchase";
- this.dsPurchase.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // purchaseBindingSource
- //
- this.purchaseBindingSource.DataMember = "Purchase";
- this.purchaseBindingSource.DataSource = this.dsPurchase;
- //
- // purchaseTableAdapter
- //
- this.purchaseTableAdapter.ClearBeforeFill = true;
- //
- // fPurchase_Add
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(928, 589);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.btSaveAdd);
- this.Controls.Add(this.btSave);
- this.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "fPurchase_Add";
- this.Text = "Purchase ADD/EDIT";
- this.Load += new System.EventHandler(this.@__Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.purchaseBindingSource)).EndInit();
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.TextBox tbSC;
- private System.Windows.Forms.TextBox tbSID;
- private System.Windows.Forms.TextBox tbPumName;
- private System.Windows.Forms.TextBox tbPumModel;
- private System.Windows.Forms.TextBox tbPumUnit;
- private System.Windows.Forms.TextBox tbPumQty;
- private System.Windows.Forms.TextBox tbPumPrice;
- private System.Windows.Forms.TextBox tbPumAmt;
- private System.Windows.Forms.TextBox tbSupply;
- private System.Windows.Forms.TextBox tbSupplyIndex;
- private System.Windows.Forms.TextBox tbProject;
- private System.Windows.Forms.TextBox tbProjectIndex;
- private System.Windows.Forms.TextBox tbPO;
- private System.Windows.Forms.TextBox tbBigo;
- private System.Windows.Forms.DateTimePicker dtPdate;
- private System.Windows.Forms.Button btSave;
- private System.Windows.Forms.ComboBox cmbState;
- private System.Windows.Forms.ComboBox cbProcess;
- private System.Windows.Forms.ComboBox cmbRequest;
- private System.Windows.Forms.ComboBox cmbReceive;
- private System.Windows.Forms.TextBox tbPumStock;
- private System.Windows.Forms.TextBox tbPumIDX;
- private System.Windows.Forms.DateTimePicker dtInDate;
- private System.Windows.Forms.CheckBox chkInDate;
- private System.Windows.Forms.DateTimePicker dtExpDate;
- private System.Windows.Forms.CheckBox chkExp;
- private System.Windows.Forms.Button btSaveAdd;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.LinkLabel linkLabel1;
- private System.Windows.Forms.LinkLabel linkLabel2;
- public System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.LinkLabel linkLabel3;
- private System.Windows.Forms.LinkLabel linkLabel4;
- private dsPurchase dsPurchase;
- private System.Windows.Forms.BindingSource purchaseBindingSource;
- private dsPurchaseTableAdapters.PurchaseTableAdapter purchaseTableAdapter;
- private System.Windows.Forms.ComboBox cbEQManu;
- private System.Windows.Forms.ComboBox cbEQModel;
- private System.Windows.Forms.ToolTip toolTip1;
- private System.Windows.Forms.ComboBox cbManuProc;
- private System.Windows.Forms.TextBox tbOrderNo;
- private System.Windows.Forms.LinkLabel linkLabel5;
- private System.Windows.Forms.LinkLabel linkLabel6;
- private System.Windows.Forms.LinkLabel linkLabel7;
- }
+namespace FEQ0000
+{
+ partial class fPurchase_Add
+ {
+ ///
+ /// Required designer variable.
+ ///
+ private System.ComponentModel.IContainer components = null;
+
+ ///
+ /// Clean up any resources being used.
+ ///
+ /// true if managed resources should be disposed; otherwise, false.
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ ///
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ ///
+ private void InitializeComponent()
+ {
+ this.components = new System.ComponentModel.Container();
+ System.Windows.Forms.Label processLabel;
+ System.Windows.Forms.Label receiveLabel;
+ System.Windows.Forms.Label scLabel;
+ System.Windows.Forms.Label sidLabel;
+ System.Windows.Forms.Label pumscaleLabel;
+ System.Windows.Forms.Label pumqtyLabel;
+ System.Windows.Forms.Label pumpriceLabel;
+ System.Windows.Forms.Label pumamtLabel;
+ System.Windows.Forms.Label assetLabel;
+ System.Windows.Forms.Label poLabel;
+ System.Windows.Forms.Label deptLabel;
+ System.Windows.Forms.Label label1;
+ System.Windows.Forms.Label label2;
+ System.Windows.Forms.Label label4;
+ System.Windows.Forms.Label label5;
+ System.Windows.Forms.Label label3;
+ System.Windows.Forms.Label label6;
+ this.tbSC = new System.Windows.Forms.TextBox();
+ this.tbSID = new System.Windows.Forms.TextBox();
+ this.tbPumName = new System.Windows.Forms.TextBox();
+ this.tbPumModel = new System.Windows.Forms.TextBox();
+ this.tbPumUnit = new System.Windows.Forms.TextBox();
+ this.tbPumQty = new System.Windows.Forms.TextBox();
+ this.tbPumPrice = new System.Windows.Forms.TextBox();
+ this.tbPumAmt = new System.Windows.Forms.TextBox();
+ this.tbSupply = new System.Windows.Forms.TextBox();
+ this.tbSupplyIndex = new System.Windows.Forms.TextBox();
+ this.tbProject = new System.Windows.Forms.TextBox();
+ this.tbProjectIndex = new System.Windows.Forms.TextBox();
+ this.tbPO = new System.Windows.Forms.TextBox();
+ this.tbBigo = new System.Windows.Forms.TextBox();
+ this.dtPdate = new System.Windows.Forms.DateTimePicker();
+ this.btSave = new System.Windows.Forms.Button();
+ this.cmbState = new System.Windows.Forms.ComboBox();
+ this.cbProcess = new System.Windows.Forms.ComboBox();
+ this.cmbRequest = new System.Windows.Forms.ComboBox();
+ this.cmbReceive = new System.Windows.Forms.ComboBox();
+ this.tbPumIDX = new System.Windows.Forms.TextBox();
+ this.tbPumStock = new System.Windows.Forms.TextBox();
+ this.dtInDate = new System.Windows.Forms.DateTimePicker();
+ this.chkInDate = new System.Windows.Forms.CheckBox();
+ this.dtExpDate = new System.Windows.Forms.DateTimePicker();
+ this.chkExp = new System.Windows.Forms.CheckBox();
+ this.btSaveAdd = new System.Windows.Forms.Button();
+ this.groupBox1 = new System.Windows.Forms.GroupBox();
+ this.groupBox2 = new System.Windows.Forms.GroupBox();
+ this.tbOrderNo = new System.Windows.Forms.TextBox();
+ this.cbManuProc = new System.Windows.Forms.ComboBox();
+ this.cbEQModel = new System.Windows.Forms.ComboBox();
+ this.cbEQManu = new System.Windows.Forms.ComboBox();
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
+ this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
+ this.dsPurchase = new FEQ0000.dsPurchase();
+ this.purchaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
+ this.purchaseTableAdapter = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
+ this.button1 = new System.Windows.Forms.Button();
+ this.button2 = new System.Windows.Forms.Button();
+ this.button3 = new System.Windows.Forms.Button();
+ this.button4 = new System.Windows.Forms.Button();
+ this.button5 = new System.Windows.Forms.Button();
+ this.button6 = new System.Windows.Forms.Button();
+ this.button7 = new System.Windows.Forms.Button();
+ processLabel = new System.Windows.Forms.Label();
+ receiveLabel = new System.Windows.Forms.Label();
+ scLabel = new System.Windows.Forms.Label();
+ sidLabel = new System.Windows.Forms.Label();
+ pumscaleLabel = new System.Windows.Forms.Label();
+ pumqtyLabel = new System.Windows.Forms.Label();
+ pumpriceLabel = new System.Windows.Forms.Label();
+ pumamtLabel = new System.Windows.Forms.Label();
+ assetLabel = new System.Windows.Forms.Label();
+ poLabel = new System.Windows.Forms.Label();
+ deptLabel = new System.Windows.Forms.Label();
+ label1 = new System.Windows.Forms.Label();
+ label2 = new System.Windows.Forms.Label();
+ label4 = new System.Windows.Forms.Label();
+ label5 = new System.Windows.Forms.Label();
+ label3 = new System.Windows.Forms.Label();
+ label6 = new System.Windows.Forms.Label();
+ this.groupBox1.SuspendLayout();
+ this.groupBox2.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.purchaseBindingSource)).BeginInit();
+ this.SuspendLayout();
+ //
+ // processLabel
+ //
+ processLabel.AutoSize = true;
+ processLabel.Location = new System.Drawing.Point(57, 130);
+ processLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ processLabel.Name = "processLabel";
+ processLabel.Size = new System.Drawing.Size(39, 20);
+ processLabel.TabIndex = 6;
+ processLabel.Text = "공정";
+ //
+ // receiveLabel
+ //
+ receiveLabel.AutoSize = true;
+ receiveLabel.Location = new System.Drawing.Point(42, 95);
+ receiveLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ receiveLabel.Name = "receiveLabel";
+ receiveLabel.Size = new System.Drawing.Size(54, 20);
+ receiveLabel.TabIndex = 4;
+ receiveLabel.Text = "수령인";
+ //
+ // scLabel
+ //
+ scLabel.AutoSize = true;
+ scLabel.Location = new System.Drawing.Point(69, 160);
+ scLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ scLabel.Name = "scLabel";
+ scLabel.Size = new System.Drawing.Size(27, 20);
+ scLabel.TabIndex = 8;
+ scLabel.Text = "SC";
+ //
+ // sidLabel
+ //
+ sidLabel.AutoSize = true;
+ sidLabel.Location = new System.Drawing.Point(288, 210);
+ sidLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ sidLabel.Name = "sidLabel";
+ sidLabel.Size = new System.Drawing.Size(32, 20);
+ sidLabel.TabIndex = 19;
+ sidLabel.Text = "SID";
+ //
+ // pumscaleLabel
+ //
+ pumscaleLabel.AutoSize = true;
+ pumscaleLabel.Location = new System.Drawing.Point(10, 142);
+ pumscaleLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ pumscaleLabel.Name = "pumscaleLabel";
+ pumscaleLabel.Size = new System.Drawing.Size(75, 20);
+ pumscaleLabel.TabIndex = 9;
+ pumscaleLabel.Text = "모델/규격";
+ //
+ // pumqtyLabel
+ //
+ pumqtyLabel.AutoSize = true;
+ pumqtyLabel.Location = new System.Drawing.Point(47, 179);
+ pumqtyLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ pumqtyLabel.Name = "pumqtyLabel";
+ pumqtyLabel.Size = new System.Drawing.Size(39, 20);
+ pumqtyLabel.TabIndex = 12;
+ pumqtyLabel.Text = "수량";
+ //
+ // pumpriceLabel
+ //
+ pumpriceLabel.AutoSize = true;
+ pumpriceLabel.Location = new System.Drawing.Point(280, 179);
+ pumpriceLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ pumpriceLabel.Name = "pumpriceLabel";
+ pumpriceLabel.Size = new System.Drawing.Size(39, 20);
+ pumpriceLabel.TabIndex = 15;
+ pumpriceLabel.Text = "단가";
+ //
+ // pumamtLabel
+ //
+ pumamtLabel.AutoSize = true;
+ pumamtLabel.Location = new System.Drawing.Point(47, 215);
+ pumamtLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ pumamtLabel.Name = "pumamtLabel";
+ pumamtLabel.Size = new System.Drawing.Size(39, 20);
+ pumamtLabel.TabIndex = 17;
+ pumamtLabel.Text = "합계";
+ //
+ // assetLabel
+ //
+ assetLabel.AutoSize = true;
+ assetLabel.Location = new System.Drawing.Point(24, 326);
+ assetLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ assetLabel.Name = "assetLabel";
+ assetLabel.Size = new System.Drawing.Size(69, 20);
+ assetLabel.TabIndex = 18;
+ assetLabel.Text = "장비모델";
+ //
+ // poLabel
+ //
+ poLabel.AutoSize = true;
+ poLabel.Location = new System.Drawing.Point(66, 190);
+ poLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ poLabel.Name = "poLabel";
+ poLabel.Size = new System.Drawing.Size(30, 20);
+ poLabel.TabIndex = 10;
+ poLabel.Text = "PO";
+ //
+ // deptLabel
+ //
+ deptLabel.AutoSize = true;
+ deptLabel.Location = new System.Drawing.Point(41, 396);
+ deptLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ deptLabel.Name = "deptLabel";
+ deptLabel.Size = new System.Drawing.Size(39, 20);
+ deptLabel.TabIndex = 27;
+ deptLabel.Text = "비고";
+ //
+ // label1
+ //
+ label1.AutoSize = true;
+ label1.Location = new System.Drawing.Point(32, 35);
+ label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label1.Name = "label1";
+ label1.Size = new System.Drawing.Size(54, 20);
+ label1.TabIndex = 0;
+ label1.Text = "입력일";
+ //
+ // label2
+ //
+ label2.AutoSize = true;
+ label2.Location = new System.Drawing.Point(12, 290);
+ label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label2.Name = "label2";
+ label2.Size = new System.Drawing.Size(84, 20);
+ label2.TabIndex = 16;
+ label2.Text = "장비제조사";
+ //
+ // label4
+ //
+ label4.AutoSize = true;
+ label4.Location = new System.Drawing.Point(24, 254);
+ label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label4.Name = "label4";
+ label4.Size = new System.Drawing.Size(69, 20);
+ label4.TabIndex = 14;
+ label4.Text = "제조공정";
+ //
+ // label5
+ //
+ label5.AutoSize = true;
+ label5.Location = new System.Drawing.Point(36, 221);
+ label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label5.Name = "label5";
+ label5.Size = new System.Drawing.Size(60, 20);
+ label5.TabIndex = 12;
+ label5.Text = "CR/CF#";
+ //
+ // label3
+ //
+ label3.AutoSize = true;
+ label3.Location = new System.Drawing.Point(46, 69);
+ label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label3.Name = "label3";
+ label3.Size = new System.Drawing.Size(39, 20);
+ label3.TabIndex = 2;
+ label3.Text = "요청";
+ //
+ // label6
+ //
+ label6.AutoSize = true;
+ label6.Location = new System.Drawing.Point(280, 69);
+ label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
+ label6.Name = "label6";
+ label6.Size = new System.Drawing.Size(39, 20);
+ label6.TabIndex = 4;
+ label6.Text = "상태";
+ //
+ // tbSC
+ //
+ this.tbSC.Location = new System.Drawing.Point(104, 156);
+ this.tbSC.Margin = new System.Windows.Forms.Padding(4);
+ this.tbSC.Name = "tbSC";
+ this.tbSC.Size = new System.Drawing.Size(286, 27);
+ this.tbSC.TabIndex = 9;
+ //
+ // tbSID
+ //
+ this.tbSID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
+ this.tbSID.Location = new System.Drawing.Point(327, 208);
+ this.tbSID.Margin = new System.Windows.Forms.Padding(4);
+ this.tbSID.Name = "tbSID";
+ this.tbSID.Size = new System.Drawing.Size(148, 27);
+ this.tbSID.TabIndex = 20;
+ //
+ // tbPumName
+ //
+ this.tbPumName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
+ this.tbPumName.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.tbPumName.Location = new System.Drawing.Point(93, 102);
+ this.tbPumName.Margin = new System.Windows.Forms.Padding(4);
+ this.tbPumName.Name = "tbPumName";
+ this.tbPumName.Size = new System.Drawing.Size(311, 27);
+ this.tbPumName.TabIndex = 7;
+ this.tbPumName.Click += new System.EventHandler(this.tbPumName_Click);
+ this.tbPumName.TextChanged += new System.EventHandler(this.tbPumName_TextChanged);
+ //
+ // tbPumModel
+ //
+ this.tbPumModel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
+ this.tbPumModel.ImeMode = System.Windows.Forms.ImeMode.Alpha;
+ this.tbPumModel.Location = new System.Drawing.Point(93, 139);
+ this.tbPumModel.Margin = new System.Windows.Forms.Padding(4);
+ this.tbPumModel.Name = "tbPumModel";
+ this.tbPumModel.Size = new System.Drawing.Size(311, 27);
+ this.tbPumModel.TabIndex = 10;
+ //
+ // tbPumUnit
+ //
+ this.tbPumUnit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
+ this.tbPumUnit.Location = new System.Drawing.Point(410, 139);
+ this.tbPumUnit.Margin = new System.Windows.Forms.Padding(4);
+ this.tbPumUnit.Name = "tbPumUnit";
+ this.tbPumUnit.Size = new System.Drawing.Size(64, 27);
+ this.tbPumUnit.TabIndex = 11;
+ this.tbPumUnit.TabStop = false;
+ this.tbPumUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.toolTip1.SetToolTip(this.tbPumUnit, "단위");
+ //
+ // tbPumQty
+ //
+ this.tbPumQty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
+ this.tbPumQty.Location = new System.Drawing.Point(94, 175);
+ this.tbPumQty.Margin = new System.Windows.Forms.Padding(4);
+ this.tbPumQty.Name = "tbPumQty";
+ this.tbPumQty.Size = new System.Drawing.Size(111, 27);
+ this.tbPumQty.TabIndex = 13;
+ this.tbPumQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.tbPumQty.TextChanged += new System.EventHandler(this.tbPumQty_TextChanged);
+ //
+ // tbPumPrice
+ //
+ this.tbPumPrice.Location = new System.Drawing.Point(327, 175);
+ this.tbPumPrice.Margin = new System.Windows.Forms.Padding(4);
+ this.tbPumPrice.Name = "tbPumPrice";
+ this.tbPumPrice.Size = new System.Drawing.Size(148, 27);
+ this.tbPumPrice.TabIndex = 16;
+ this.tbPumPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
+ this.tbPumPrice.TextChanged += new System.EventHandler(this.tbPumQty_TextChanged);
+ //
+ // tbPumAmt
+ //
+ this.tbPumAmt.Location = new System.Drawing.Point(93, 212);
+ this.tbPumAmt.Margin = new System.Windows.Forms.Padding(4);
+ this.tbPumAmt.Name = "tbPumAmt";
+ this.tbPumAmt.ReadOnly = true;
+ this.tbPumAmt.Size = new System.Drawing.Size(179, 27);
+ this.tbPumAmt.TabIndex = 18;
+ this.tbPumAmt.TabStop = false;
+ this.tbPumAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
+ //
+ // tbSupply
+ //
+ this.tbSupply.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.tbSupply.Location = new System.Drawing.Point(93, 248);
+ this.tbSupply.Margin = new System.Windows.Forms.Padding(4);
+ this.tbSupply.Name = "tbSupply";
+ this.tbSupply.Size = new System.Drawing.Size(311, 27);
+ this.tbSupply.TabIndex = 22;
+ //
+ // tbSupplyIndex
+ //
+ this.tbSupplyIndex.Location = new System.Drawing.Point(410, 248);
+ this.tbSupplyIndex.Margin = new System.Windows.Forms.Padding(4);
+ this.tbSupplyIndex.Name = "tbSupplyIndex";
+ this.tbSupplyIndex.ReadOnly = true;
+ this.tbSupplyIndex.Size = new System.Drawing.Size(64, 27);
+ this.tbSupplyIndex.TabIndex = 23;
+ this.tbSupplyIndex.TabStop = false;
+ this.tbSupplyIndex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.toolTip1.SetToolTip(this.tbSupplyIndex, "Database ID");
+ //
+ // tbProject
+ //
+ this.tbProject.BackColor = System.Drawing.SystemColors.Window;
+ this.tbProject.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.tbProject.Location = new System.Drawing.Point(93, 285);
+ this.tbProject.Margin = new System.Windows.Forms.Padding(4);
+ this.tbProject.Name = "tbProject";
+ this.tbProject.Size = new System.Drawing.Size(311, 27);
+ this.tbProject.TabIndex = 25;
+ //
+ // tbProjectIndex
+ //
+ this.tbProjectIndex.Location = new System.Drawing.Point(410, 285);
+ this.tbProjectIndex.Margin = new System.Windows.Forms.Padding(4);
+ this.tbProjectIndex.Name = "tbProjectIndex";
+ this.tbProjectIndex.ReadOnly = true;
+ this.tbProjectIndex.Size = new System.Drawing.Size(64, 27);
+ this.tbProjectIndex.TabIndex = 26;
+ this.tbProjectIndex.TabStop = false;
+ this.tbProjectIndex.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.toolTip1.SetToolTip(this.tbProjectIndex, "Database ID");
+ //
+ // tbPO
+ //
+ this.tbPO.Location = new System.Drawing.Point(104, 187);
+ this.tbPO.Margin = new System.Windows.Forms.Padding(4);
+ this.tbPO.Name = "tbPO";
+ this.tbPO.Size = new System.Drawing.Size(286, 27);
+ this.tbPO.TabIndex = 11;
+ //
+ // tbBigo
+ //
+ this.tbBigo.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.tbBigo.Location = new System.Drawing.Point(93, 320);
+ this.tbBigo.Margin = new System.Windows.Forms.Padding(4);
+ this.tbBigo.MaxLength = 500;
+ this.tbBigo.Multiline = true;
+ this.tbBigo.Name = "tbBigo";
+ this.tbBigo.Size = new System.Drawing.Size(381, 188);
+ this.tbBigo.TabIndex = 28;
+ this.tbBigo.TabStop = false;
+ //
+ // dtPdate
+ //
+ this.dtPdate.Location = new System.Drawing.Point(93, 29);
+ this.dtPdate.Margin = new System.Windows.Forms.Padding(4);
+ this.dtPdate.Name = "dtPdate";
+ this.dtPdate.Size = new System.Drawing.Size(381, 27);
+ this.dtPdate.TabIndex = 1;
+ //
+ // btSave
+ //
+ this.btSave.Location = new System.Drawing.Point(11, 531);
+ this.btSave.Margin = new System.Windows.Forms.Padding(4);
+ this.btSave.Name = "btSave";
+ this.btSave.Size = new System.Drawing.Size(490, 49);
+ this.btSave.TabIndex = 1;
+ this.btSave.Text = "저장(&S)";
+ this.btSave.UseVisualStyleBackColor = true;
+ this.btSave.Click += new System.EventHandler(this.button1_Click);
+ //
+ // cmbState
+ //
+ 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, 66);
+ this.cmbState.Margin = new System.Windows.Forms.Padding(4);
+ this.cmbState.Name = "cmbState";
+ this.cmbState.Size = new System.Drawing.Size(148, 28);
+ this.cmbState.TabIndex = 5;
+ this.cmbState.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
+ //
+ // cbProcess
+ //
+ this.cbProcess.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
+ this.cbProcess.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
+ this.cbProcess.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
+ this.cbProcess.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cbProcess.FormattingEnabled = true;
+ this.cbProcess.Location = new System.Drawing.Point(104, 125);
+ this.cbProcess.Margin = new System.Windows.Forms.Padding(4);
+ this.cbProcess.Name = "cbProcess";
+ this.cbProcess.Size = new System.Drawing.Size(286, 28);
+ this.cbProcess.TabIndex = 7;
+ //
+ // cmbRequest
+ //
+ this.cmbRequest.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
+ this.cmbRequest.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
+ this.cmbRequest.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cmbRequest.FormattingEnabled = true;
+ this.cmbRequest.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.cmbRequest.Location = new System.Drawing.Point(93, 66);
+ this.cmbRequest.Margin = new System.Windows.Forms.Padding(4);
+ this.cmbRequest.Name = "cmbRequest";
+ this.cmbRequest.Size = new System.Drawing.Size(179, 28);
+ this.cmbRequest.TabIndex = 3;
+ //
+ // cmbReceive
+ //
+ this.cmbReceive.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
+ this.cmbReceive.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
+ this.cmbReceive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cmbReceive.FormattingEnabled = true;
+ this.cmbReceive.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.cmbReceive.Location = new System.Drawing.Point(104, 93);
+ this.cmbReceive.Margin = new System.Windows.Forms.Padding(4);
+ this.cmbReceive.Name = "cmbReceive";
+ this.cmbReceive.Size = new System.Drawing.Size(286, 28);
+ this.cmbReceive.TabIndex = 5;
+ //
+ // tbPumIDX
+ //
+ this.tbPumIDX.Location = new System.Drawing.Point(410, 102);
+ this.tbPumIDX.Margin = new System.Windows.Forms.Padding(4);
+ this.tbPumIDX.Name = "tbPumIDX";
+ this.tbPumIDX.ReadOnly = true;
+ this.tbPumIDX.Size = new System.Drawing.Size(64, 27);
+ this.tbPumIDX.TabIndex = 8;
+ this.tbPumIDX.TabStop = false;
+ this.tbPumIDX.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.toolTip1.SetToolTip(this.tbPumIDX, "Database ID");
+ //
+ // tbPumStock
+ //
+ this.tbPumStock.Location = new System.Drawing.Point(208, 175);
+ this.tbPumStock.Margin = new System.Windows.Forms.Padding(4);
+ this.tbPumStock.Name = "tbPumStock";
+ this.tbPumStock.ReadOnly = true;
+ this.tbPumStock.Size = new System.Drawing.Size(64, 27);
+ this.tbPumStock.TabIndex = 14;
+ this.tbPumStock.TabStop = false;
+ this.tbPumStock.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.toolTip1.SetToolTip(this.tbPumStock, "재고량");
+ //
+ // dtInDate
+ //
+ this.dtInDate.Location = new System.Drawing.Point(104, 58);
+ this.dtInDate.Margin = new System.Windows.Forms.Padding(4);
+ this.dtInDate.Name = "dtInDate";
+ this.dtInDate.Size = new System.Drawing.Size(286, 27);
+ this.dtInDate.TabIndex = 3;
+ this.dtInDate.TabStop = false;
+ //
+ // chkInDate
+ //
+ this.chkInDate.AutoSize = true;
+ this.chkInDate.Location = new System.Drawing.Point(24, 60);
+ this.chkInDate.Margin = new System.Windows.Forms.Padding(4);
+ this.chkInDate.Name = "chkInDate";
+ this.chkInDate.Size = new System.Drawing.Size(73, 24);
+ this.chkInDate.TabIndex = 2;
+ this.chkInDate.TabStop = false;
+ this.chkInDate.Text = "입고일";
+ this.chkInDate.UseVisualStyleBackColor = true;
+ this.chkInDate.CheckedChanged += new System.EventHandler(this.chkInDate_CheckedChanged);
+ //
+ // dtExpDate
+ //
+ this.dtExpDate.Location = new System.Drawing.Point(104, 26);
+ this.dtExpDate.Margin = new System.Windows.Forms.Padding(4);
+ this.dtExpDate.Name = "dtExpDate";
+ this.dtExpDate.Size = new System.Drawing.Size(286, 27);
+ this.dtExpDate.TabIndex = 1;
+ this.dtExpDate.TabStop = false;
+ //
+ // chkExp
+ //
+ this.chkExp.AutoSize = true;
+ this.chkExp.Location = new System.Drawing.Point(24, 30);
+ this.chkExp.Margin = new System.Windows.Forms.Padding(4);
+ this.chkExp.Name = "chkExp";
+ this.chkExp.Size = new System.Drawing.Size(73, 24);
+ this.chkExp.TabIndex = 0;
+ this.chkExp.TabStop = false;
+ this.chkExp.Text = "예상일";
+ this.chkExp.UseVisualStyleBackColor = true;
+ this.chkExp.CheckedChanged += new System.EventHandler(this.chkExp_CheckedChanged);
+ //
+ // btSaveAdd
+ //
+ this.btSaveAdd.Location = new System.Drawing.Point(511, 531);
+ this.btSaveAdd.Margin = new System.Windows.Forms.Padding(4);
+ this.btSaveAdd.Name = "btSaveAdd";
+ this.btSaveAdd.Size = new System.Drawing.Size(410, 51);
+ this.btSaveAdd.TabIndex = 3;
+ this.btSaveAdd.Text = "저장 및 추가(&A)";
+ this.btSaveAdd.UseVisualStyleBackColor = true;
+ this.btSaveAdd.Click += new System.EventHandler(this.button2_Click);
+ //
+ // groupBox1
+ //
+ this.groupBox1.Controls.Add(this.button3);
+ this.groupBox1.Controls.Add(this.button2);
+ this.groupBox1.Controls.Add(this.button1);
+ this.groupBox1.Controls.Add(label6);
+ this.groupBox1.Controls.Add(label3);
+ this.groupBox1.Controls.Add(this.dtPdate);
+ this.groupBox1.Controls.Add(this.tbPumStock);
+ this.groupBox1.Controls.Add(this.tbPumAmt);
+ this.groupBox1.Controls.Add(this.tbBigo);
+ this.groupBox1.Controls.Add(deptLabel);
+ this.groupBox1.Controls.Add(this.tbSupplyIndex);
+ this.groupBox1.Controls.Add(pumamtLabel);
+ this.groupBox1.Controls.Add(this.tbPumIDX);
+ this.groupBox1.Controls.Add(this.cmbState);
+ this.groupBox1.Controls.Add(this.tbSID);
+ this.groupBox1.Controls.Add(this.tbPumQty);
+ this.groupBox1.Controls.Add(pumqtyLabel);
+ this.groupBox1.Controls.Add(sidLabel);
+ this.groupBox1.Controls.Add(this.tbProject);
+ this.groupBox1.Controls.Add(this.tbProjectIndex);
+ this.groupBox1.Controls.Add(this.tbPumPrice);
+ this.groupBox1.Controls.Add(this.tbSupply);
+ this.groupBox1.Controls.Add(pumpriceLabel);
+ this.groupBox1.Controls.Add(label1);
+ this.groupBox1.Controls.Add(this.tbPumName);
+ this.groupBox1.Controls.Add(this.cmbRequest);
+ this.groupBox1.Controls.Add(pumscaleLabel);
+ this.groupBox1.Controls.Add(this.tbPumUnit);
+ this.groupBox1.Controls.Add(this.tbPumModel);
+ this.groupBox1.Location = new System.Drawing.Point(11, 6);
+ 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, 518);
+ this.groupBox1.TabIndex = 0;
+ this.groupBox1.TabStop = false;
+ this.groupBox1.Text = "필수입력";
+ //
+ // groupBox2
+ //
+ this.groupBox2.BackColor = System.Drawing.Color.Gainsboro;
+ this.groupBox2.Controls.Add(this.button7);
+ this.groupBox2.Controls.Add(this.button6);
+ this.groupBox2.Controls.Add(this.button5);
+ this.groupBox2.Controls.Add(this.button4);
+ this.groupBox2.Controls.Add(this.tbOrderNo);
+ this.groupBox2.Controls.Add(label5);
+ this.groupBox2.Controls.Add(this.cbManuProc);
+ this.groupBox2.Controls.Add(label4);
+ this.groupBox2.Controls.Add(this.chkExp);
+ this.groupBox2.Controls.Add(this.cbEQModel);
+ this.groupBox2.Controls.Add(this.cbEQManu);
+ this.groupBox2.Controls.Add(label2);
+ this.groupBox2.Controls.Add(this.chkInDate);
+ this.groupBox2.Controls.Add(this.dtExpDate);
+ this.groupBox2.Controls.Add(this.dtInDate);
+ this.groupBox2.Controls.Add(this.pictureBox1);
+ this.groupBox2.Controls.Add(this.tbPO);
+ this.groupBox2.Controls.Add(poLabel);
+ this.groupBox2.Controls.Add(this.tbSC);
+ this.groupBox2.Controls.Add(scLabel);
+ this.groupBox2.Controls.Add(receiveLabel);
+ this.groupBox2.Controls.Add(assetLabel);
+ this.groupBox2.Controls.Add(this.cmbReceive);
+ this.groupBox2.Controls.Add(processLabel);
+ this.groupBox2.Controls.Add(this.cbProcess);
+ this.groupBox2.Location = new System.Drawing.Point(512, 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, 516);
+ this.groupBox2.TabIndex = 2;
+ this.groupBox2.TabStop = false;
+ this.groupBox2.Text = "추가정보";
+ //
+ // tbOrderNo
+ //
+ this.tbOrderNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ this.tbOrderNo.Location = new System.Drawing.Point(104, 218);
+ this.tbOrderNo.Margin = new System.Windows.Forms.Padding(4);
+ this.tbOrderNo.Name = "tbOrderNo";
+ this.tbOrderNo.Size = new System.Drawing.Size(286, 27);
+ this.tbOrderNo.TabIndex = 13;
+ //
+ // cbManuProc
+ //
+ this.cbManuProc.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
+ this.cbManuProc.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
+ this.cbManuProc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cbManuProc.FormattingEnabled = true;
+ this.cbManuProc.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.cbManuProc.Location = new System.Drawing.Point(104, 251);
+ this.cbManuProc.Margin = new System.Windows.Forms.Padding(4);
+ this.cbManuProc.Name = "cbManuProc";
+ this.cbManuProc.Size = new System.Drawing.Size(286, 28);
+ this.cbManuProc.TabIndex = 15;
+ //
+ // cbEQModel
+ //
+ this.cbEQModel.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
+ this.cbEQModel.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
+ this.cbEQModel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cbEQModel.FormattingEnabled = true;
+ this.cbEQModel.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.cbEQModel.Location = new System.Drawing.Point(104, 323);
+ this.cbEQModel.Margin = new System.Windows.Forms.Padding(4);
+ this.cbEQModel.Name = "cbEQModel";
+ this.cbEQModel.Size = new System.Drawing.Size(286, 28);
+ this.cbEQModel.TabIndex = 19;
+ //
+ // cbEQManu
+ //
+ this.cbEQManu.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
+ this.cbEQManu.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
+ this.cbEQManu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.cbEQManu.FormattingEnabled = true;
+ this.cbEQManu.ImeMode = System.Windows.Forms.ImeMode.Hangul;
+ this.cbEQManu.Location = new System.Drawing.Point(104, 287);
+ this.cbEQManu.Margin = new System.Windows.Forms.Padding(4);
+ this.cbEQManu.Name = "cbEQManu";
+ this.cbEQManu.Size = new System.Drawing.Size(286, 28);
+ this.cbEQManu.TabIndex = 17;
+ this.cbEQManu.SelectedIndexChanged += new System.EventHandler(this.cbEQManu_SelectedIndexChanged);
+ //
+ // pictureBox1
+ //
+ this.pictureBox1.BackColor = System.Drawing.Color.Gray;
+ this.pictureBox1.Location = new System.Drawing.Point(104, 358);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(286, 148);
+ this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
+ this.pictureBox1.TabIndex = 17;
+ this.pictureBox1.TabStop = false;
+ this.pictureBox1.Tag = "A";
+ //
+ // dsPurchase
+ //
+ this.dsPurchase.DataSetName = "dsPurchase";
+ this.dsPurchase.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
+ //
+ // purchaseBindingSource
+ //
+ this.purchaseBindingSource.DataMember = "Purchase";
+ this.purchaseBindingSource.DataSource = this.dsPurchase;
+ //
+ // purchaseTableAdapter
+ //
+ this.purchaseTableAdapter.ClearBeforeFill = true;
+ //
+ // button1
+ //
+ this.button1.Location = new System.Drawing.Point(9, 102);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(80, 27);
+ this.button1.TabIndex = 32;
+ this.button1.Text = "품명";
+ this.button1.UseVisualStyleBackColor = true;
+ this.button1.Click += new System.EventHandler(this.button1_Click_1);
+ //
+ // button2
+ //
+ this.button2.Location = new System.Drawing.Point(9, 248);
+ this.button2.Name = "button2";
+ this.button2.Size = new System.Drawing.Size(80, 27);
+ this.button2.TabIndex = 33;
+ this.button2.Text = "공급처";
+ this.button2.UseVisualStyleBackColor = true;
+ this.button2.Click += new System.EventHandler(this.button2_Click_1);
+ //
+ // button3
+ //
+ this.button3.Location = new System.Drawing.Point(9, 285);
+ this.button3.Name = "button3";
+ this.button3.Size = new System.Drawing.Size(80, 27);
+ this.button3.TabIndex = 34;
+ this.button3.Text = "프로젝트";
+ this.button3.UseVisualStyleBackColor = true;
+ this.button3.Click += new System.EventHandler(this.button3_Click);
+ //
+ // button4
+ //
+ this.button4.Location = new System.Drawing.Point(6, 358);
+ this.button4.Name = "button4";
+ this.button4.Size = new System.Drawing.Size(93, 27);
+ this.button4.TabIndex = 33;
+ this.button4.Text = "붙여넣기";
+ this.button4.UseVisualStyleBackColor = true;
+ this.button4.Click += new System.EventHandler(this.button4_Click);
+ //
+ // button5
+ //
+ this.button5.Location = new System.Drawing.Point(6, 390);
+ this.button5.Name = "button5";
+ this.button5.Size = new System.Drawing.Size(93, 27);
+ this.button5.TabIndex = 34;
+ this.button5.Text = "촬영";
+ this.button5.UseVisualStyleBackColor = true;
+ this.button5.Click += new System.EventHandler(this.button5_Click);
+ //
+ // button6
+ //
+ this.button6.Location = new System.Drawing.Point(6, 422);
+ this.button6.Name = "button6";
+ this.button6.Size = new System.Drawing.Size(93, 27);
+ this.button6.TabIndex = 35;
+ this.button6.Text = "그림선택";
+ this.button6.UseVisualStyleBackColor = true;
+ this.button6.Click += new System.EventHandler(this.button6_Click);
+ //
+ // button7
+ //
+ this.button7.Location = new System.Drawing.Point(6, 454);
+ this.button7.Name = "button7";
+ this.button7.Size = new System.Drawing.Size(93, 27);
+ this.button7.TabIndex = 36;
+ this.button7.Text = "견적서폴더";
+ this.button7.UseVisualStyleBackColor = true;
+ this.button7.Click += new System.EventHandler(this.button7_Click);
+ //
+ // fPurchase_Add
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(928, 589);
+ this.Controls.Add(this.groupBox2);
+ this.Controls.Add(this.groupBox1);
+ this.Controls.Add(this.btSaveAdd);
+ this.Controls.Add(this.btSave);
+ this.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
+ this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "fPurchase_Add";
+ this.Text = "Purchase ADD/EDIT";
+ this.Load += new System.EventHandler(this.@__Load);
+ this.groupBox1.ResumeLayout(false);
+ this.groupBox1.PerformLayout();
+ this.groupBox2.ResumeLayout(false);
+ this.groupBox2.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.purchaseBindingSource)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.TextBox tbSC;
+ private System.Windows.Forms.TextBox tbSID;
+ private System.Windows.Forms.TextBox tbPumName;
+ private System.Windows.Forms.TextBox tbPumModel;
+ private System.Windows.Forms.TextBox tbPumUnit;
+ private System.Windows.Forms.TextBox tbPumQty;
+ private System.Windows.Forms.TextBox tbPumPrice;
+ private System.Windows.Forms.TextBox tbPumAmt;
+ private System.Windows.Forms.TextBox tbSupply;
+ private System.Windows.Forms.TextBox tbSupplyIndex;
+ private System.Windows.Forms.TextBox tbProject;
+ private System.Windows.Forms.TextBox tbProjectIndex;
+ private System.Windows.Forms.TextBox tbPO;
+ private System.Windows.Forms.TextBox tbBigo;
+ private System.Windows.Forms.DateTimePicker dtPdate;
+ private System.Windows.Forms.Button btSave;
+ private System.Windows.Forms.ComboBox cmbState;
+ private System.Windows.Forms.ComboBox cbProcess;
+ private System.Windows.Forms.ComboBox cmbRequest;
+ private System.Windows.Forms.ComboBox cmbReceive;
+ private System.Windows.Forms.TextBox tbPumStock;
+ private System.Windows.Forms.TextBox tbPumIDX;
+ private System.Windows.Forms.DateTimePicker dtInDate;
+ private System.Windows.Forms.CheckBox chkInDate;
+ private System.Windows.Forms.DateTimePicker dtExpDate;
+ private System.Windows.Forms.CheckBox chkExp;
+ private System.Windows.Forms.Button btSaveAdd;
+ private System.Windows.Forms.GroupBox groupBox1;
+ private System.Windows.Forms.GroupBox groupBox2;
+ public System.Windows.Forms.PictureBox pictureBox1;
+ private dsPurchase dsPurchase;
+ private System.Windows.Forms.BindingSource purchaseBindingSource;
+ private dsPurchaseTableAdapters.PurchaseTableAdapter purchaseTableAdapter;
+ private System.Windows.Forms.ComboBox cbEQManu;
+ private System.Windows.Forms.ComboBox cbEQModel;
+ private System.Windows.Forms.ToolTip toolTip1;
+ private System.Windows.Forms.ComboBox cbManuProc;
+ private System.Windows.Forms.TextBox tbOrderNo;
+ private System.Windows.Forms.Button button1;
+ private System.Windows.Forms.Button button2;
+ private System.Windows.Forms.Button button3;
+ private System.Windows.Forms.Button button4;
+ private System.Windows.Forms.Button button5;
+ private System.Windows.Forms.Button button6;
+ private System.Windows.Forms.Button button7;
+ }
}
\ No newline at end of file
diff --git a/SubProject/FEQ0000/Purchase/fPurchase_Add.cs b/SubProject/FEQ0000/Purchase/fPurchase_Add.cs
index f35edf5..63583fa 100644
--- a/SubProject/FEQ0000/Purchase/fPurchase_Add.cs
+++ b/SubProject/FEQ0000/Purchase/fPurchase_Add.cs
@@ -246,7 +246,7 @@ namespace FEQ0000
if(advInput==false)
{
this.Width = 528;
- this.linkLabel7.Enabled = false;
+ // this.linkLabel7.Enabled = false;
this.tbProject.Enabled = false;
this.tbProjectIndex.Enabled = false;
}
@@ -750,48 +750,22 @@ namespace FEQ0000
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
- string path = "\\\\k4fs3201n\\ee1t$\\1. 장비기술1파트\\24_Project & Overhaul 예산 사용 실적\\구매 견적서\\" + DateTime.Now.Year.ToString("0000") + "년";
- FCOMMON.Util.RunExplorer(path);
+
}
private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
- OpenFileDialog od = new OpenFileDialog();
- if (od.ShowDialog() != System.Windows.Forms.DialogResult.OK) return;
- var image = Image.FromFile(od.FileName);
- var oimage = this.pictureBox1.Image;
- this.pictureBox1.Image = image;
- this.pictureBox1.SizeMode = PictureBoxSizeMode.Zoom;
- this.pictureBox1.Tag = "U";
- if (oimage != null) oimage.Dispose();
+
}
private void imgpase_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
- if (!Clipboard.ContainsImage())
- {
- FCOMMON.Util.MsgE("이미지를 먼저 클립보드에 복사 하세요.");
- return;
- }
-
- var image = Clipboard.GetImage();
- var oimage = this.pictureBox1.Image;
- this.pictureBox1.Image = image;
- this.pictureBox1.Tag = "U";
- if (oimage != null) oimage.Dispose();
+
}
private void linkLabel4_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
- FCOMMON.fWebCamera f = new FCOMMON.fWebCamera(FCOMMON.info.camIndex);
- if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
- {
- var bmp = f.bmp.Clone();
- Application.DoEvents();
- var oimag = this.pictureBox1.Image;
- this.pictureBox1.Image = (Image)bmp;
- if (oimag != null) oimag.Dispose();
- }
+
}
private void cbEQManu_SelectedIndexChanged(object sender, EventArgs e)
@@ -813,14 +787,12 @@ namespace FEQ0000
private void linkLabel6_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
- //lov 공급처
- Lov_Supply("", true);
+
}
private void linkLabel7_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
- //lov 프로젝트
- Lov_Project("", true);
+
}
void tbProject_Leave(object sender, EventArgs e)
@@ -851,5 +823,78 @@ namespace FEQ0000
tbPumUnit.Enabled = true;
}
}
+
+ private void tbPumName_Click(object sender, EventArgs e)
+ {
+ Lov_Item("", true);
+ }
+
+ private void tbPumName_TextChanged(object sender, EventArgs e)
+ {
+
+ }
+
+ private void button1_Click_1(object sender, EventArgs e)
+ {
+ Lov_Item("", true);
+ }
+
+ private void button2_Click_1(object sender, EventArgs e)
+ {
+ //lov 공급처
+ Lov_Supply("", true);
+ }
+
+ private void button3_Click(object sender, EventArgs e)
+ {
+ //lov 프로젝트
+ Lov_Project("", true);
+ }
+
+ private void button4_Click(object sender, EventArgs e)
+ {
+ if (!Clipboard.ContainsImage())
+ {
+ FCOMMON.Util.MsgE("이미지를 먼저 클립보드에 복사 하세요.");
+ return;
+ }
+
+ var image = Clipboard.GetImage();
+ var oimage = this.pictureBox1.Image;
+ this.pictureBox1.Image = image;
+ this.pictureBox1.Tag = "U";
+ if (oimage != null) oimage.Dispose();
+ }
+
+ private void button5_Click(object sender, EventArgs e)
+ {
+ FCOMMON.fWebCamera f = new FCOMMON.fWebCamera(FCOMMON.info.camIndex);
+ if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
+ {
+ var bmp = f.bmp.Clone();
+ Application.DoEvents();
+ var oimag = this.pictureBox1.Image;
+ this.pictureBox1.Image = (Image)bmp;
+ if (oimag != null) oimag.Dispose();
+ }
+ }
+
+ private void button6_Click(object sender, EventArgs e)
+ {
+ OpenFileDialog od = new OpenFileDialog();
+ if (od.ShowDialog() != System.Windows.Forms.DialogResult.OK) return;
+ var image = Image.FromFile(od.FileName);
+ var oimage = this.pictureBox1.Image;
+ this.pictureBox1.Image = image;
+ this.pictureBox1.SizeMode = PictureBoxSizeMode.Zoom;
+ this.pictureBox1.Tag = "U";
+ if (oimage != null) oimage.Dispose();
+ }
+
+ private void button7_Click(object sender, EventArgs e)
+ {
+ string path = "\\\\k4fs3201n\\ee1t$\\1. 장비기술1파트\\24_Project & Overhaul 예산 사용 실적\\구매 견적서\\" + DateTime.Now.Year.ToString("0000") + "년";
+ FCOMMON.Util.RunExplorer(path);
+ }
}
}
diff --git a/SubProject/FEQ0000/Purchase/fPurchase_Add.resx b/SubProject/FEQ0000/Purchase/fPurchase_Add.resx
index 51236c2..d9bb23e 100644
--- a/SubProject/FEQ0000/Purchase/fPurchase_Add.resx
+++ b/SubProject/FEQ0000/Purchase/fPurchase_Add.resx
@@ -1,186 +1,189 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- 490, 17
-
-
- 17, 17
-
-
- 131, 17
-
-
- 313, 17
-
-
- 58
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ text/microsoft-resx
+
+
+ 2.0
+
+
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ False
+
+
+ 490, 17
+
+
+ 490, 17
+
+
+ 17, 17
+
+
+ 131, 17
+
+
+ 313, 17
+
+
+ 58
+
\ No newline at end of file
diff --git a/SubProject/FPJ0000/Project/fPartList.Designer.cs b/SubProject/FPJ0000/Project/fPartList.Designer.cs
index b495d68..816ba4b 100644
--- a/SubProject/FPJ0000/Project/fPartList.Designer.cs
+++ b/SubProject/FPJ0000/Project/fPartList.Designer.cs
@@ -43,24 +43,24 @@
FarPoint.Win.Spread.FlatFocusIndicatorRenderer flatFocusIndicatorRenderer1 = new FarPoint.Win.Spread.FlatFocusIndicatorRenderer();
FarPoint.Win.Spread.FlatScrollBarRenderer flatScrollBarRenderer1 = new FarPoint.Win.Spread.FlatScrollBarRenderer();
FarPoint.Win.Spread.FlatScrollBarRenderer flatScrollBarRenderer2 = new FarPoint.Win.Spread.FlatScrollBarRenderer();
- FarPoint.Win.Spread.CellType.TextCellType textCellType23 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType24 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.NumberCellType numberCellType13 = new FarPoint.Win.Spread.CellType.NumberCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType25 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType26 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType27 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.NumberCellType numberCellType14 = new FarPoint.Win.Spread.CellType.NumberCellType();
- FarPoint.Win.Spread.CellType.NumberCellType numberCellType15 = new FarPoint.Win.Spread.CellType.NumberCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType28 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.NumberCellType numberCellType16 = new FarPoint.Win.Spread.CellType.NumberCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType29 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.NumberCellType numberCellType17 = new FarPoint.Win.Spread.CellType.NumberCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType30 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType31 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType32 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.TextCellType textCellType33 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.NumberCellType numberCellType18 = new FarPoint.Win.Spread.CellType.NumberCellType();
- FarPoint.Win.Spread.NoPrinterPrintInfo noPrinterPrintInfo3 = new FarPoint.Win.Spread.NoPrinterPrintInfo();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType();
+ FarPoint.Win.Spread.CellType.NumberCellType numberCellType3 = new FarPoint.Win.Spread.CellType.NumberCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.NumberCellType numberCellType4 = new FarPoint.Win.Spread.CellType.NumberCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType7 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.NumberCellType numberCellType5 = new FarPoint.Win.Spread.CellType.NumberCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType8 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType9 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType10 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.TextCellType textCellType11 = new FarPoint.Win.Spread.CellType.TextCellType();
+ FarPoint.Win.Spread.CellType.NumberCellType numberCellType6 = new FarPoint.Win.Spread.CellType.NumberCellType();
+ FarPoint.Win.Spread.NoPrinterPrintInfo noPrinterPrintInfo1 = new FarPoint.Win.Spread.NoPrinterPrintInfo();
this.panel1 = new System.Windows.Forms.Panel();
this.radSortGrp = new System.Windows.Forms.RadioButton();
this.radSortNo = new System.Windows.Forms.RadioButton();
@@ -102,6 +102,7 @@
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
+ this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.tbFind = new System.Windows.Forms.ToolStripTextBox();
@@ -117,7 +118,6 @@
this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
- this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
pdateLabel = new System.Windows.Forms.Label();
requestLabel = new System.Windows.Forms.Label();
reqstaffLabel = new System.Windows.Forms.Label();
@@ -259,7 +259,7 @@
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1191, 97);
+ this.panel1.Size = new System.Drawing.Size(1092, 97);
this.panel1.TabIndex = 0;
//
// radSortGrp
@@ -520,14 +520,14 @@
this.toolStripButton3,
this.toolStripButton4,
this.toolStripButton5});
- this.bn.Location = new System.Drawing.Point(0, 591);
+ this.bn.Location = new System.Drawing.Point(0, 624);
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.bn.Name = "bn";
this.bn.PositionItem = this.bindingNavigatorPositionItem;
- this.bn.Size = new System.Drawing.Size(1191, 25);
+ this.bn.Size = new System.Drawing.Size(1092, 25);
this.bn.TabIndex = 3;
this.bn.Text = "bindingNavigator1";
//
@@ -633,6 +633,15 @@
this.toolStripButton2.Text = "비용요약";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
+ // toolStripButton7
+ //
+ this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
+ this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
+ this.toolStripButton7.Name = "toolStripButton7";
+ this.toolStripButton7.Size = new System.Drawing.Size(97, 22);
+ this.toolStripButton7.Text = "PMP검색(F5)";
+ this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
+ //
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
@@ -743,7 +752,7 @@
this.fpSpread1.Name = "fpSpread1";
this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
this.fpSpread1_Sheet1});
- this.fpSpread1.Size = new System.Drawing.Size(1191, 494);
+ this.fpSpread1.Size = new System.Drawing.Size(1092, 527);
this.fpSpread1.Skin = FarPoint.Win.Spread.DefaultSpreadSkins.Office2013;
this.fpSpread1.TabIndex = 4;
this.fpSpread1.TitleInfo.Text = "PartList";
@@ -793,104 +802,105 @@
this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent = "ColumnHeaderFlat";
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 36F;
this.fpSpread1_Sheet1.Columns.Get(0).AllowAutoFilter = true;
- this.fpSpread1_Sheet1.Columns.Get(0).CellType = textCellType23;
+ this.fpSpread1_Sheet1.Columns.Get(0).CellType = textCellType1;
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "ItemGroup";
this.fpSpread1_Sheet1.Columns.Get(0).Label = "중분류";
this.fpSpread1_Sheet1.Columns.Get(0).Width = 89F;
this.fpSpread1_Sheet1.Columns.Get(1).AllowAutoFilter = true;
- this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType24;
+ this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType2;
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "option1";
this.fpSpread1_Sheet1.Columns.Get(1).Label = "소분류";
this.fpSpread1_Sheet1.Columns.Get(1).Width = 86F;
- numberCellType13.DecimalPlaces = 0;
- numberCellType13.NegativeRed = true;
- numberCellType13.NullDisplay = "--";
- this.fpSpread1_Sheet1.Columns.Get(2).CellType = numberCellType13;
+ numberCellType1.DecimalPlaces = 0;
+ numberCellType1.NegativeRed = true;
+ numberCellType1.NullDisplay = "--";
+ this.fpSpread1_Sheet1.Columns.Get(2).CellType = numberCellType1;
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "no";
this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(2).Label = "번호";
this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(2).Width = 79F;
- this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType25;
+ this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType3;
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "ItemSid";
this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(3).Label = "SID";
+ this.fpSpread1_Sheet1.Columns.Get(3).Tag = "sid";
this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(4).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType26;
+ this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType4;
this.fpSpread1_Sheet1.Columns.Get(4).DataField = "ItemName";
this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
this.fpSpread1_Sheet1.Columns.Get(4).Label = "품명";
this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(4).Width = 113F;
- this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType27;
+ this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType5;
this.fpSpread1_Sheet1.Columns.Get(5).DataField = "ItemModel";
this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
this.fpSpread1_Sheet1.Columns.Get(5).Label = "규격";
this.fpSpread1_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(5).Width = 99F;
- numberCellType14.DecimalPlaces = 0;
- numberCellType14.MaximumValue = 10000000D;
- numberCellType14.MinimumValue = -10000000D;
- numberCellType14.NegativeRed = true;
- numberCellType14.NullDisplay = "0";
- numberCellType14.ShowSeparator = true;
- this.fpSpread1_Sheet1.Columns.Get(6).CellType = numberCellType14;
+ numberCellType2.DecimalPlaces = 0;
+ numberCellType2.MaximumValue = 10000000D;
+ numberCellType2.MinimumValue = -10000000D;
+ numberCellType2.NegativeRed = true;
+ numberCellType2.NullDisplay = "0";
+ numberCellType2.ShowSeparator = true;
+ this.fpSpread1_Sheet1.Columns.Get(6).CellType = numberCellType2;
this.fpSpread1_Sheet1.Columns.Get(6).DataField = "price";
this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
this.fpSpread1_Sheet1.Columns.Get(6).Label = "단가";
this.fpSpread1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(7).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- numberCellType15.DecimalPlaces = 0;
- numberCellType15.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
- numberCellType15.MaximumValue = 2147483647D;
- numberCellType15.MinimumValue = -2147483648D;
- numberCellType15.NegativeRed = true;
- numberCellType15.Separator = ",";
- numberCellType15.ShowSeparator = true;
- this.fpSpread1_Sheet1.Columns.Get(7).CellType = numberCellType15;
+ numberCellType3.DecimalPlaces = 0;
+ numberCellType3.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
+ numberCellType3.MaximumValue = 2147483647D;
+ numberCellType3.MinimumValue = -2147483648D;
+ numberCellType3.NegativeRed = true;
+ numberCellType3.Separator = ",";
+ numberCellType3.ShowSeparator = true;
+ this.fpSpread1_Sheet1.Columns.Get(7).CellType = numberCellType3;
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "qty";
this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(7).Label = "수량";
this.fpSpread1_Sheet1.Columns.Get(7).Tag = "qty";
this.fpSpread1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(8).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType28;
+ this.fpSpread1_Sheet1.Columns.Get(8).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
+ this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType6;
this.fpSpread1_Sheet1.Columns.Get(8).DataField = "qtyjago";
this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(8).Label = "PMP";
- this.fpSpread1_Sheet1.Columns.Get(8).Tag = "qty_pmp";
+ this.fpSpread1_Sheet1.Columns.Get(8).Tag = "pmp";
this.fpSpread1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(8).Width = 66F;
- this.fpSpread1_Sheet1.Columns.Get(9).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- numberCellType16.DecimalPlaces = 0;
- numberCellType16.NegativeRed = true;
- this.fpSpread1_Sheet1.Columns.Get(9).CellType = numberCellType16;
+ this.fpSpread1_Sheet1.Columns.Get(9).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
+ numberCellType4.DecimalPlaces = 0;
+ numberCellType4.NegativeRed = true;
+ this.fpSpread1_Sheet1.Columns.Get(9).CellType = numberCellType4;
this.fpSpread1_Sheet1.Columns.Get(9).DataField = "qtybuy";
this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(9).Label = "구매";
- this.fpSpread1_Sheet1.Columns.Get(9).Tag = "qty_buy";
+ this.fpSpread1_Sheet1.Columns.Get(9).Tag = "buy";
this.fpSpread1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(9).Width = 70F;
- this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType29;
+ this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType7;
this.fpSpread1_Sheet1.Columns.Get(10).DataField = "ItemUnit";
this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(10).Label = "단위";
this.fpSpread1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(11).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
- numberCellType17.DecimalPlaces = 0;
- numberCellType17.MaximumValue = 999999999999999D;
- numberCellType17.MinimumValue = -999999999999999D;
- numberCellType17.NegativeRed = true;
- numberCellType17.Separator = ",";
- numberCellType17.ShowSeparator = true;
- this.fpSpread1_Sheet1.Columns.Get(11).CellType = numberCellType17;
+ numberCellType5.DecimalPlaces = 0;
+ numberCellType5.MaximumValue = 999999999999999D;
+ numberCellType5.MinimumValue = -999999999999999D;
+ numberCellType5.NegativeRed = true;
+ numberCellType5.Separator = ",";
+ numberCellType5.ShowSeparator = true;
+ this.fpSpread1_Sheet1.Columns.Get(11).CellType = numberCellType5;
this.fpSpread1_Sheet1.Columns.Get(11).DataField = "amt";
this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
this.fpSpread1_Sheet1.Columns.Get(11).Label = "금액";
this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(11).Width = 84F;
- this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType30;
+ this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType8;
this.fpSpread1_Sheet1.Columns.Get(12).DataField = "ItemManu";
this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
this.fpSpread1_Sheet1.Columns.Get(12).Label = "제조사";
@@ -898,29 +908,29 @@
this.fpSpread1_Sheet1.Columns.Get(12).Width = 113F;
this.fpSpread1_Sheet1.Columns.Get(13).AllowAutoFilter = true;
this.fpSpread1_Sheet1.Columns.Get(13).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType31;
+ this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType9;
this.fpSpread1_Sheet1.Columns.Get(13).DataField = "ItemSupply";
this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
this.fpSpread1_Sheet1.Columns.Get(13).ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.fpSpread1_Sheet1.Columns.Get(13).Label = "공급사";
this.fpSpread1_Sheet1.Columns.Get(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(13).Width = 113F;
- this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType32;
+ this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType10;
this.fpSpread1_Sheet1.Columns.Get(14).DataField = "option2";
this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
this.fpSpread1_Sheet1.Columns.Get(14).Label = "납기일";
this.fpSpread1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- this.fpSpread1_Sheet1.Columns.Get(15).CellType = textCellType33;
+ this.fpSpread1_Sheet1.Columns.Get(15).CellType = textCellType11;
this.fpSpread1_Sheet1.Columns.Get(15).DataField = "memo";
this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
this.fpSpread1_Sheet1.Columns.Get(15).Label = "비고";
this.fpSpread1_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(16).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
- numberCellType18.DecimalPlaces = 0;
- numberCellType18.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
- numberCellType18.MaximumValue = 2147483647D;
- numberCellType18.MinimumValue = -2147483648D;
- this.fpSpread1_Sheet1.Columns.Get(16).CellType = numberCellType18;
+ numberCellType6.DecimalPlaces = 0;
+ numberCellType6.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
+ numberCellType6.MaximumValue = 2147483647D;
+ numberCellType6.MinimumValue = -2147483648D;
+ this.fpSpread1_Sheet1.Columns.Get(16).CellType = numberCellType6;
this.fpSpread1_Sheet1.Columns.Get(16).DataField = "ItemSupplyidx";
this.fpSpread1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(16).Label = "공급사코드";
@@ -941,11 +951,11 @@
this.fpSpread1_Sheet1.FilterBarHeaderStyle.Parent = "FilterBarHeaderFlat";
this.fpSpread1_Sheet1.PrintInfo.Footer = "EET Groupware - Alpha -";
this.fpSpread1_Sheet1.PrintInfo.Header = "PartList";
- noPrinterPrintInfo3.Bounds = new System.Drawing.Rectangle(0, 0, 816, 1148);
- noPrinterPrintInfo3.HardMarginX = 0F;
- noPrinterPrintInfo3.HardMarginY = 0F;
- noPrinterPrintInfo3.SupportColor = true;
- this.fpSpread1_Sheet1.PrintInfo.NoPrinterSetting = noPrinterPrintInfo3;
+ noPrinterPrintInfo1.Bounds = new System.Drawing.Rectangle(0, 0, 816, 1148);
+ noPrinterPrintInfo1.HardMarginX = 0F;
+ noPrinterPrintInfo1.HardMarginY = 0F;
+ noPrinterPrintInfo1.SupportColor = true;
+ this.fpSpread1_Sheet1.PrintInfo.NoPrinterSetting = noPrinterPrintInfo1;
this.fpSpread1_Sheet1.PrintInfo.PdfSecurity = null;
this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
this.fpSpread1_Sheet1.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.Empty;
@@ -958,20 +968,11 @@
this.fpSpread1_Sheet1.TitleInfo.Value = "Partlist";
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
//
- // toolStripButton7
- //
- this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
- this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton7.Name = "toolStripButton7";
- this.toolStripButton7.Size = new System.Drawing.Size(97, 22);
- this.toolStripButton7.Text = "PMP검색(F3)";
- this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
- //
// fPartList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1191, 616);
+ this.ClientSize = new System.Drawing.Size(1092, 649);
this.Controls.Add(this.fpSpread1);
this.Controls.Add(this.bn);
this.Controls.Add(this.panel1);
@@ -1050,8 +1051,8 @@
private System.Windows.Forms.RadioButton radSortGrp;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton toolStripButton5;
- private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
private System.Windows.Forms.ToolStripMenuItem pMP조회ToolStripMenuItem;
private System.Windows.Forms.ToolStripButton toolStripButton7;
+ private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
}
}
\ No newline at end of file
diff --git a/SubProject/FPJ0000/Project/fPartList.cs b/SubProject/FPJ0000/Project/fPartList.cs
index 9b9a18a..00f28c8 100644
--- a/SubProject/FPJ0000/Project/fPartList.cs
+++ b/SubProject/FPJ0000/Project/fPartList.cs
@@ -30,9 +30,13 @@ namespace FPJ0000
public fPartList(int idx_)
{
InitializeComponent();
- fn_fpcolsize = util.MakeFilePath(util.CurrentPath, "formSetting", "fp_" + this.Name + ".ini");
+
+ fn_fpcolsize = System.IO.Path.Combine(
+ AppDomain.CurrentDomain.BaseDirectory,
+ "formSetting",
+ "fp_" + this.Name + ".ini");
+
this.ProjectIndex = idx_;
- this.KeyPreview = true;
this.FormClosed += fPartList_FormClosed;
this.KeyDown += fPartList_KeyDown;
this.dsPRJ.ProjectsPart.TableNewRow += ProjectsPart_TableNewRow;
@@ -147,6 +151,37 @@ namespace FPJ0000
//this.dsPRJ.AcceptChanges();
RefreshSum();
FPUtil.ColSizeLoad(ref this.fpSpread1, fn_fpcolsize);
+ FormattingData();
+ }
+ void FormattingData()
+ {
+ //삭제컬럼인덱스
+ this.fpSpread1.SuspendLayout();
+ var delindex = this.fpSpread1.ActiveSheet.Columns["sid"].Index;
+ var col_pmp = this.fpSpread1.ActiveSheet.Columns["pmp"].Index;
+ var col_buy = this.fpSpread1.ActiveSheet.Columns["buy"].Index;
+ for (int i = 0; i < this.fpSpread1.ActiveSheet.Rows.Count; i++)
+ {
+ var value = this.fpSpread1.ActiveSheet.GetValue(i, delindex);
+ var str_crcf = string.Empty;
+ if (value != null) str_crcf = value.ToString();
+
+ if (string.IsNullOrEmpty(str_crcf))
+ {
+ //sid값이 없다
+ this.fpSpread1.ActiveSheet.Rows[i].BackColor = Color.FromArgb(240, 240, 240);
+ }
+ else
+ {
+ this.fpSpread1.ActiveSheet.Rows[i].BackColor = Color.White;
+ }
+ this.fpSpread1.ActiveSheet.Cells[i, delindex].BackColor = Color.FromArgb(240,240, 250);
+ this.fpSpread1.ActiveSheet.Cells[i, col_pmp].BackColor = Color.FromArgb(240, 240, 240);
+ this.fpSpread1.ActiveSheet.Cells[i, col_buy].BackColor = Color.FromArgb(200,200,255);
+ }
+
+
+ this.fpSpread1.ResumeLayout();
}
void RefreshSum()
@@ -430,8 +465,8 @@ namespace FPJ0000
System.Data.SqlClient.SqlDataReader rdr = null;
System.Data.SqlClient.SqlCommand cmd = null;
- var basesql1 = "select isnull(SIDNo,'') ,isnull(PartName,'') ,isnull(PartNo,'') , isnull(CurrentQty,0) from SPMaster where SIDNo = '{0}' and Division like '장비기술%'";
- var basesql2 = "select isnull(SIDNo,'') ,isnull(PartName,'') ,isnull(PartNo,'') , isnull(CurrentQty,0) from SPMaster where PartNo = '{0}' and Division like '장비기술%'";
+ var basesql1 = "select isnull(SIDNo,'') ,isnull(PartName,'') ,isnull(PartNo,'') , isnull(CurrentQty,0) from SPMaster where SIDNo = '{0}'";
+ var basesql2 = "select isnull(SIDNo,'') ,isnull(PartName,'') ,isnull(PartNo,'') , isnull(CurrentQty,0) from SPMaster where PartNo = '{0}'";
cmd = new System.Data.SqlClient.SqlCommand("", cn);
var cnt_ok = 0;
@@ -477,12 +512,13 @@ namespace FPJ0000
dr.qtyjago = "{" + db.Count.ToString() + "}";
dr.qtybuy = qty;
}
- else if (db.Count == 1)
+ else if (db.Count == 1 && db[0].qty != 0)
{
- cnt_ok += 1;
- dr.qtyjago = db[0].qty.ToString(); //재고수량
- dr.qtybuy = Math.Max(qty - db[0].qty, 0);
- cnt_reduce += (qty - dr.qtybuy);
+ cnt_ok += 1;
+ dr.qtyjago = db[0].qty.ToString(); //재고수량
+ dr.qtybuy = Math.Max(qty - db[0].qty, 0);
+ cnt_reduce += (qty - dr.qtybuy);
+
}
else
{
diff --git a/SubProject/FPJ0000/Project/fPartList.resx b/SubProject/FPJ0000/Project/fPartList.resx
index 143de9f..7de9c83 100644
--- a/SubProject/FPJ0000/Project/fPartList.resx
+++ b/SubProject/FPJ0000/Project/fPartList.resx
@@ -150,12 +150,6 @@
100, 17
-
- 100, 17
-
-
- 17, 17
-
17, 17
@@ -286,24 +280,77 @@
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
- YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAANJSURBVDhPtZBdTFN3GIdJdrdw4Yw1OCFmuoSE5FzIXCBS
- 6ZCPTEAZWSkYisVOCxIq0GIQEQ7VogXSDkpXWscQqNSKIwjaWcFg1IRRrK0eGYGqXUHth12leuoHCfEn
- qV102W733L7v8/zzfyM+RjVNRp601jaQv4smam6ULVdc/WG5xFg4UTSYV583MPCJYOTJp+HVfyOn6llN
- lhrH5QeXMOq8CuP8Fdx6aoXeegbf6zLVFf3zB0q7Hzj2au2ssPKBFtuRXMMfPRhzjqLHfhaV1nqIb5MY
- nLuAnb2Z/vwezabS7vv+7hs+iPsegt1iyw2rKy9Pk6uPmavp8flxNE+rwJ86iGLzQXTOdEN9vQMZ6pQD
- +7ocasUlN4z3aGjGvMhsNNMZVROrQwFyUiw12i/i1GwfeFNCFEwIcMjSCJ1VhwzlNluxZiZ+j2J6eeTu
- C8iv+DBgDqCyaxbbysekocCh6yU205+jEFqOYPeKLJgUQWc3QGgoRZIsgVmonLmpMLrwqyWAKv0TSIe9
- kA09Qjx/2BYKlJmKl4adv6HCUodmSolzc4NoNTVj6/Gvfylsn+XkSO++Oje5CLHehZKfFyDQLODHi27E
- cc8HQoGiIU5g0jOF83NDUF1TgiXb6k+UbGkYEZFrVNWno7JIM9Vx2Y0avRtFbU5wFQ7IBl3YtOs0HQpw
- +nfaOq61YXsH62lyS4LIJMqPecPj1b3+juOnd+QQKdU3qdYLjyHsegR200OUqBcg7LRjY3bn+y9kadLE
- qe1Mga1qz/ql/fvlQS6XphuOIliwG3RyKpFUbqIkhnnsUzqRXTsHqcGNzMpxrE9ve39EHD782ZvyMm2Q
- z18KNkmxaNDB39+D59k5oOMTiS38Eaq214HCZgfIlTtwT95BdHorHcVsYoQCb4VCRpDHo19of8KzgX64
- JHXwnerE4jdp8McSRFz+WapSex/kGRfyG29hc54eUUwZOyT/zctcNpvm8/GMrIdPq4K3XY6/EpLgiY4l
- vsztpfiKGaQKTPg8Re5gME98G9b+SSApOf15fKLDxymAW1gOL/EVPGujiQ1Zaiomrc28LqVFwmCRkeH1
- /8YbFxfp+yJW4l230exhxMCzai0RHv1fRES8Az9w4VvBSIESAAAAAElFTkSuQmCC
+ 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
+ AElFTkSuQmCC
+
+
+
+
+ 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
@@ -319,59 +366,6 @@
yl80vPtuqpGNUM+vTLoZzOcXmO2u/UpL6uqEI6rq6emBVCpFUHlpm9lYQXmLQmmNncGa9UA9R6UQR/71
GKh7J60Celj043Mb/u6zzKz0DPNKUsdQbPkktYz3fg3j6TzFuO+eZNztJxhf6/Hgb+KsMMSHv+TvAAAA
AElFTkSuQmCC
-
-
-
-
- iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAL6SURBVDhPhZLbT9NgGMZ3pX+CQS+8NBqF4IwavVAmh4HG
- MwpBZMAYBARdYB4SFTOmqIiCBJaoMRKNF2qMhzHUATLGZIvDeJyKiMjJgM6NdW23tvPxa7cwTEh8k1++
- i6/PL32fViZOynGrakudw7LtguN3Rq2DIScrUS+eTnZbXR+bcc7+fr3O1rgs8848KTR70k/32qb87K9J
- LyV4AkF4qBi//CIsPk74ceLRCFSXPtHKcvP8aDQym8/apzzTtNA3zMH5nYdzhIdjmIf9WwjWL0E8cQcQ
- 5AHTJwYnHnxH4WU3848kzWBlpukQ+kcFvBrlycnjpSQJoWcwiGdumgjC6J8Q4BznYDCPQHGs67YUzqpP
- GtpTm/lH07ILhc270fy0FTX366GojkcSQWlYhxT9ajSYGqRVKJbHpJdGyrEeXhLsrVPc63rXhraBa2h2
- VEmSvKYMVN3KRUVrNtTG7SgwFsD0ZhJt7yk8fjsNH+kpVd/LSgJlo3L+1jMHBcfnbtx8p8d5a7kkUbVs
- JuEdKLlSDNtgQFqlc4CBhfTgDXBIrXkREYiTfraH1V7Ph2vQDqPzMGo7KpFVvwmqpky4hmm4SLFiwbav
- kU48RJCinyXYcLKaW3N0MXIblej/2gdDdyn0Zi2yLyaj1foQr8d4uEixfd84vCBM+TkoTkUFK3VxGrlu
- ESpu5GBfSzpyGtIkidacC939YvImyRDv+0cEvBQ/McFPilx3xB4RyHULxuS6heShOMir4rDzfDLKrubD
- 5rbAYDmK0rv5ULfshYsInOTfcBABy4WxWmuNrbDxSC874WPxZkyQ6Pk8jkPXS1BEghpjNipvHJi5E6FD
- AhIPPosJ1lRa2VFPTPA/AmSFhGJzTLBW+5wemPD9mevhuaCYYHhFnomKxkmRJR1D49O0f+CHPzz0k8HQ
- FIPBKD8pTkJsnmIFeCk2HAyFfEv2t3+IxmWyVSVPyxLUTzoSNRZPgqaNnaEoQnyRKYLaxC5Vt3uXF7R3
- xuebC2UymewvcCKiNqMNhYIAAAAASUVORK5CYII=
-
-
-
-
- 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
- AElFTkSuQmCC
diff --git a/SubProject/FPJ0000/Project/fProjectPartToPurchase.Designer.cs b/SubProject/FPJ0000/Project/fProjectPartToPurchase.Designer.cs
index 8c7f7de..5205195 100644
--- a/SubProject/FPJ0000/Project/fProjectPartToPurchase.Designer.cs
+++ b/SubProject/FPJ0000/Project/fProjectPartToPurchase.Designer.cs
@@ -40,8 +40,8 @@
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label6;
System.Windows.Forms.Label label7;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectPartToPurchase));
System.Windows.Forms.Label label8;
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectPartToPurchase));
this.tbProject = new System.Windows.Forms.TextBox();
this.tbProjectIndex = new System.Windows.Forms.TextBox();
this.dtPdate = new System.Windows.Forms.DateTimePicker();
@@ -62,6 +62,8 @@
this.tbCr = new System.Windows.Forms.TextBox();
this.tbSum = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
+ this.radioButton2 = new System.Windows.Forms.RadioButton();
+ this.radioButton1 = new System.Windows.Forms.RadioButton();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@@ -71,6 +73,8 @@
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader7 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
+ this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
+ this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripButton();
@@ -86,10 +90,6 @@
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.taProject = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
- this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
processLabel = new System.Windows.Forms.Label();
projectLabel = new System.Windows.Forms.Label();
assetLabel = new System.Windows.Forms.Label();
@@ -210,6 +210,15 @@
label7.TabIndex = 28;
label7.Text = "비고";
//
+ // label8
+ //
+ label8.AutoSize = true;
+ label8.Location = new System.Drawing.Point(382, 122);
+ label8.Name = "label8";
+ label8.Size = new System.Drawing.Size(60, 17);
+ label8.TabIndex = 22;
+ label8.Text = "등록수량";
+ //
// tbProject
//
this.tbProject.BackColor = System.Drawing.SystemColors.Control;
@@ -428,6 +437,29 @@
this.groupBox2.TabStop = false;
this.groupBox2.Text = "구매 등록 정보";
//
+ // radioButton2
+ //
+ this.radioButton2.AutoSize = true;
+ this.radioButton2.Location = new System.Drawing.Point(532, 121);
+ this.radioButton2.Name = "radioButton2";
+ this.radioButton2.Size = new System.Drawing.Size(109, 21);
+ this.radioButton2.TabIndex = 24;
+ this.radioButton2.TabStop = true;
+ this.radioButton2.Text = "구매요구 수량";
+ this.radioButton2.UseVisualStyleBackColor = true;
+ //
+ // radioButton1
+ //
+ this.radioButton1.AutoSize = true;
+ this.radioButton1.Checked = true;
+ this.radioButton1.Location = new System.Drawing.Point(448, 121);
+ this.radioButton1.Name = "radioButton1";
+ this.radioButton1.Size = new System.Drawing.Size(78, 21);
+ this.radioButton1.TabIndex = 23;
+ this.radioButton1.TabStop = true;
+ this.radioButton1.Text = "파트수량";
+ this.radioButton1.UseVisualStyleBackColor = true;
+ //
// listView1
//
this.listView1.CheckBoxes = true;
@@ -497,6 +529,18 @@
this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.columnHeader8.Width = 90;
//
+ // columnHeader9
+ //
+ this.columnHeader9.Text = "구매";
+ this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.columnHeader9.Width = 57;
+ //
+ // columnHeader10
+ //
+ this.columnHeader10.Text = "구매금액";
+ this.columnHeader10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
+ this.columnHeader10.Width = 83;
+ //
// groupBox3
//
this.groupBox3.Controls.Add(this.listView1);
@@ -611,7 +655,7 @@
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 5);
this.panel1.Size = new System.Drawing.Size(1174, 163);
- this.panel1.TabIndex = 27;
+ this.panel1.TabIndex = 0;
//
// panel3
//
@@ -637,50 +681,6 @@
//
this.taPart.ClearBeforeFill = true;
//
- // columnHeader9
- //
- this.columnHeader9.Text = "구매";
- this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.columnHeader9.Width = 57;
- //
- // columnHeader10
- //
- this.columnHeader10.Text = "구매금액";
- this.columnHeader10.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.columnHeader10.Width = 83;
- //
- // label8
- //
- label8.AutoSize = true;
- label8.Location = new System.Drawing.Point(382, 122);
- label8.Name = "label8";
- label8.Size = new System.Drawing.Size(60, 17);
- label8.TabIndex = 22;
- label8.Text = "등록수량";
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Checked = true;
- this.radioButton1.Location = new System.Drawing.Point(448, 121);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(78, 21);
- this.radioButton1.TabIndex = 23;
- this.radioButton1.TabStop = true;
- this.radioButton1.Text = "파트수량";
- this.radioButton1.UseVisualStyleBackColor = true;
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Location = new System.Drawing.Point(532, 121);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(109, 21);
- this.radioButton2.TabIndex = 24;
- this.radioButton2.TabStop = true;
- this.radioButton2.Text = "구매요구 수량";
- this.radioButton2.UseVisualStyleBackColor = true;
- //
// fProjectPartToPurchase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
diff --git a/SubProject/FPJ0000/Project/fProjectPartToPurchase.resx b/SubProject/FPJ0000/Project/fProjectPartToPurchase.resx
index 37966f8..4c108d1 100644
--- a/SubProject/FPJ0000/Project/fProjectPartToPurchase.resx
+++ b/SubProject/FPJ0000/Project/fProjectPartToPurchase.resx
@@ -150,8 +150,8 @@
False
-
- 257, 17
+
+ False
257, 17
@@ -165,12 +165,6 @@
195, 17
-
- False
-
-
- 656, 17
-
656, 17
@@ -223,59 +217,59 @@
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
- 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
+ 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
- 4MaNgt7AQygi+P8HlXrFVOOoHZKCB211va+f3SeuF9aZdTnQK+uR9Wud+74fl2Uh1TzPxD1yXfeL999Y
- TzJpqQtMMKRpSkEQkO/7lCQJhWFIjuN888wHy5pGAMMwUBRFNE2TSfLXNAKAEQCs/5tGADgpjmMB2NLo
- 3i2NgRgATsJ6m6auayrLkrIsk17XdeR5nkL2gG0aGKqqojzPpaeC1wpYrwFp21YgRVGYJDuAnroGrCFI
- or9zCDhKoEJvHEeBNE1zB8BFYHFlfeqwplkLlwsILhbfN5/UAwtPcsXGUQLtA6LPy/MGoLVLo8atbADU
- XRqb+C5qnnmHwVaaxiY2n55/AIngWEZYROXRAAAAAElFTkSuQmCC
+ 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
- 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
- CUhc8M/YbO9v45a68Xf0fwAAAABJRU5ErkJggg==
+ YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGRSURBVDhPxZL9KwNxHMf3Ly5CkodIithDUztS0qJE0poI
+ CVnnKcTE5aH4wVNElLH8pLbm+e52t+02b9/P93alZQo/eNW7rnd3r+/nPne2P2N3iI19CxG1LRiBMMMy
+ fQPv5DVaJ67gGb+Ee+wCrpEzOIZP0RI4RpP/EEJgX6XnuMA3H84ObsTw0zQO7GS5gE7+Tep7d8EFwvQt
+ voJu+o7a7i1T4J0K8yIUCkGSJH5NWIInRUf8RUP0IYH7uIK7qMz7at9mTsAWRnx+mLAEb5qBZzWJB5mJ
+ XnXEHjXeV3aumwLaNkECK4QlUJMGFN2AnDDwoqTxKCd5X9GxZgroUxGKonz5CnrKQIKFRHJORJS3r5gC
+ 9+g5LyxB/gTJbBYpw4CeNqCxkIgoE5ZMQcvQCS8KTZBmAit6JgONyYhiz7wpaPYf8aLQBJn3d550Likm
+ IYrcs6agafCAF/lYgkLYXaIpsDuDYkP/Hv+z6nq2UeOTUNW1wba8yhdV1raMUu8iSloX2Nhz7GQRdicl
+ KHLBP2OzfQBhoZa2cGu7rQAAAABJRU5ErkJggg==
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
- YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJnSURBVDhPrZPtS1NhGIfP36JFYWCB+aEIoaLIbTrd1uZy
- r5yae8lYhGnKzjDNoMRQww/hrGmvWu3LZjkhMiV7UXpRVDoaU9upSa3pOZvbUn7NdcKGMwi64Pftvu6H
- 537uh/jvzJaXZ/rMZttMmYGe1uvYD3otO6VT0xNkqW1Mo8jky9Izb7FIp81m5ltrE6KDTxAbG0Hs9RA4
- dzfmrAa800iZUZVYypensibPGI3c0oNurE5PIe59iHhXM+KOy/hxrx0rw14Eaqx4WSLiXikPpzaZNZky
- ZgxlfvZOF1bpccSvXUSo2Y7FpmpEr9oRa6EQbTyLaO9dzJ8iMSw75B+UHMzgdYLwmUzUQp0NK+OjyROX
- WykEL1UgUn8yJew5ElHXTbwV5+GZLI/idYL4mBhY2HUL8R4HQo2V+KqVpc1SJQmuqRYBexWeFu+leZ0g
- pgxkJNbnQrzVjtAFKzYjoCxA0KzBoqMN/aKcCK8TxCSpjSz3OBFtsCJy3siXb2StwYJBhcX2NvQV7Pyj
- gVZJBxtrsdxMgT2jThamTakYoboazNVUwCvIXr/CuFZB0XIhIj2dCB2XI2iQbJCZEhGYYxKEu65jqGg3
- Hguy1of4Xi/JeKOR+ucteoTvO5MDW1AV/RKVhWDkCVleBK6zAxM6GTz5WX63cOv6M64xqhRJX8jzOd8J
- FcK3nfjeQCFAluKzWolgvQ3cjQ5MqovhFmznPPnb0m/jcGLDnh89wIxI9uFLdQWCLVeS+VR1GgMFOQl5
- B7Op/Jshxf7MAfEeW39xLu0tzGX7BLtYT2E2/UiYZes9suXvn+nfIYifIi/S89bLiAAAAAAASUVORK5C
- YII=
+ YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJmSURBVDhPrZPtS1NhGIfP36KFYDCi8kMRQkWR23S6o5vL
+ zSknD25mLGJpys4wzaDEUMMPoZbaq6v2ITVdEJnSpJReHE46K9S1Uxu1pjub21J+bevEEGcQdMHv233d
+ D8/93A/x31mqrc1c1OtNH2madVVogx/iWdBq2HmqzDRXrswUytLjrqkhWb2e+97VjsjkM0TnZhB9PQV+
+ eAjLBhrvykluVi0jhfLNJGRXdTW/+nAIG64FxGyPEBvsQKz3Cn7e78G63QZvowHTSin/SnVsc5MlnS7D
+ RdOe4N1BbLAOxK5fQqDDjJX2BkSumRHtZBBpO4fI6D24T1Owk0c9k/IjGYJOEIs6HeNrNmHdMZs8ca2L
+ gf+yEeGWU5sSPE8hYr2Ft7JcvCjOZQSdID7FBxay3kbM0otAWx2+aYvTZrWOAt/eBK+5Hs+LDrCCThDO
+ KiocHbci1mVG4KIB2+FV5cOvL8dKbzdskj1hQSeIeUobXrP0I9JqQPhCtVC+lUQDH63GSk83xqSiVAOn
+ tpT1tzVhrYNB8KwmWZg2ZTIEmhux3GiETSxKXcGhVTKsQoKwZQCBkwr4afkWmSuVgjshR2jwBqYK92FM
+ nJ0a4vtKecYbDelx11Qi9KA/OTCfuvC3qCoAp4jLikLwA32YryjGSF62Z1iyM/WMCWZVUtJekscvVqkR
+ utOPH60MvFQZvmhU8LeYwN/sg1NThMfiLH4kLyv9NtrjG/ay5DA3Iz+Irw1G+DuvJvO5/gwm8vfG5V3c
+ tvIfppSHMidk+01Pi3LY8fyc4Jh4d3C4QMQ+kWSbRo/v+Ptn+ncI4hfcmNLS8/uIgwAAAABJRU5ErkJg
+ gg==
diff --git a/SubProject/FPJ0000/Project/fSPMaster.Designer.cs b/SubProject/FPJ0000/Project/fSPMaster.Designer.cs
index 44dee4c..3a5a511 100644
--- a/SubProject/FPJ0000/Project/fSPMaster.Designer.cs
+++ b/SubProject/FPJ0000/Project/fSPMaster.Designer.cs
@@ -43,9 +43,7 @@
FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType7 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType8 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.NumberCellType numberCellType3 = new FarPoint.Win.Spread.CellType.NumberCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType9 = new FarPoint.Win.Spread.CellType.TextCellType();
- FarPoint.Win.Spread.CellType.NumberCellType numberCellType4 = new FarPoint.Win.Spread.CellType.NumberCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType10 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType11 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType12 = new FarPoint.Win.Spread.CellType.TextCellType();
@@ -66,8 +64,13 @@
this.ta = new FPJ0000.dsPRJTableAdapters.SPMasterTableAdapter();
this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager();
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.목록새로고침ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components);
+ this.columnSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.autoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.resetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.exportListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.panel2 = new System.Windows.Forms.Panel();
this.tbFind = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
@@ -78,7 +81,7 @@
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
- this.contextMenuStrip1.SuspendLayout();
+ this.cm1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
this.SuspendLayout();
@@ -109,7 +112,7 @@
this.bn.Name = "bn";
this.bn.PositionItem = this.bindingNavigatorPositionItem;
this.bn.Size = new System.Drawing.Size(924, 25);
- this.bn.TabIndex = 0;
+ this.bn.TabIndex = 2;
this.bn.Text = "bindingNavigator1";
//
// bs
@@ -216,6 +219,7 @@
//
this.fpSpread1.AccessibleDescription = "";
this.fpSpread1.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.fpSpread1.ContextMenuStrip = this.cm1;
this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill;
this.fpSpread1.FocusRenderer = flatFocusIndicatorRenderer1;
this.fpSpread1.HorizontalScrollBar.Buttons = new FarPoint.Win.Spread.FpScrollBarButtonCollection("BackwardLineButton,ThumbTrack,ForwardLineButton");
@@ -228,26 +232,71 @@
this.fpSpread1_Sheet1});
this.fpSpread1.Size = new System.Drawing.Size(924, 462);
this.fpSpread1.Skin = FarPoint.Win.Spread.DefaultSpreadSkins.Office2013;
- this.fpSpread1.TabIndex = 2;
+ this.fpSpread1.TabIndex = 1;
this.fpSpread1.VerticalScrollBar.Buttons = new FarPoint.Win.Spread.FpScrollBarButtonCollection("BackwardLineButton,ThumbTrack,ForwardLineButton");
this.fpSpread1.VerticalScrollBar.Name = "";
flatScrollBarRenderer2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1.VerticalScrollBar.Renderer = flatScrollBarRenderer2;
this.fpSpread1.SetViewportLeftColumn(0, 0, 2);
//
- // contextMenuStrip1
+ // cm1
//
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.목록새로고침ToolStripMenuItem});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(155, 26);
+ this.cm1.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.cm1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.columnSizeToolStripMenuItem,
+ this.exportListToolStripMenuItem});
+ this.cm1.Name = "cm1";
+ this.cm1.Size = new System.Drawing.Size(243, 76);
//
- // 목록새로고침ToolStripMenuItem
+ // columnSizeToolStripMenuItem
//
- this.목록새로고침ToolStripMenuItem.Name = "목록새로고침ToolStripMenuItem";
- this.목록새로고침ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
- this.목록새로고침ToolStripMenuItem.Text = "목록 새로 고침";
- this.목록새로고침ToolStripMenuItem.Click += new System.EventHandler(this.목록새로고침ToolStripMenuItem_Click);
+ this.columnSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.autoToolStripMenuItem,
+ this.resetToolStripMenuItem,
+ this.saveToolStripMenuItem,
+ this.loadToolStripMenuItem});
+ this.columnSizeToolStripMenuItem.Name = "columnSizeToolStripMenuItem";
+ this.columnSizeToolStripMenuItem.Size = new System.Drawing.Size(242, 36);
+ this.columnSizeToolStripMenuItem.Text = "열 너비 조정";
+ //
+ // autoToolStripMenuItem
+ //
+ this.autoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("autoToolStripMenuItem.Image")));
+ this.autoToolStripMenuItem.Name = "autoToolStripMenuItem";
+ this.autoToolStripMenuItem.Size = new System.Drawing.Size(194, 36);
+ this.autoToolStripMenuItem.Text = "자동 조정";
+ this.autoToolStripMenuItem.Click += new System.EventHandler(this.autoToolStripMenuItem_Click);
+ //
+ // resetToolStripMenuItem
+ //
+ this.resetToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("resetToolStripMenuItem.Image")));
+ this.resetToolStripMenuItem.Name = "resetToolStripMenuItem";
+ this.resetToolStripMenuItem.Size = new System.Drawing.Size(194, 36);
+ this.resetToolStripMenuItem.Text = "초기화";
+ this.resetToolStripMenuItem.Click += new System.EventHandler(this.resetToolStripMenuItem_Click);
+ //
+ // saveToolStripMenuItem
+ //
+ this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
+ this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
+ this.saveToolStripMenuItem.Size = new System.Drawing.Size(194, 36);
+ this.saveToolStripMenuItem.Text = "저장";
+ this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
+ //
+ // loadToolStripMenuItem
+ //
+ this.loadToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("loadToolStripMenuItem.Image")));
+ this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
+ this.loadToolStripMenuItem.Size = new System.Drawing.Size(194, 36);
+ this.loadToolStripMenuItem.Text = "불러오기";
+ this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click);
+ //
+ // exportListToolStripMenuItem
+ //
+ this.exportListToolStripMenuItem.Name = "exportListToolStripMenuItem";
+ this.exportListToolStripMenuItem.Size = new System.Drawing.Size(242, 36);
+ this.exportListToolStripMenuItem.Text = "목록 내보내기";
+ this.exportListToolStripMenuItem.Click += new System.EventHandler(this.exportListToolStripMenuItem_Click);
//
// panel2
//
@@ -259,7 +308,7 @@
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(924, 52);
- this.panel2.TabIndex = 5;
+ this.panel2.TabIndex = 0;
//
// tbFind
//
@@ -269,7 +318,7 @@
this.tbFind.Location = new System.Drawing.Point(118, 0);
this.tbFind.Name = "tbFind";
this.tbFind.Size = new System.Drawing.Size(693, 52);
- this.tbFind.TabIndex = 2;
+ this.tbFind.TabIndex = 1;
this.tbFind.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbFind_KeyDown);
//
@@ -279,7 +328,7 @@
this.button1.Location = new System.Drawing.Point(811, 0);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(113, 52);
- this.button1.TabIndex = 3;
+ this.button1.TabIndex = 2;
this.button1.Text = "검색(&F)";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
@@ -291,7 +340,7 @@
this.label3.Location = new System.Drawing.Point(0, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(118, 52);
- this.label3.TabIndex = 1;
+ this.label3.TabIndex = 0;
this.label3.Text = "검색";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
@@ -301,7 +350,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 = 17;
+ this.fpSpread1_Sheet1.ColumnCount = 15;
this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
this.fpSpread1_Sheet1.ActiveRowIndex = -1;
this.fpSpread1_Sheet1.AutoGenerateColumns = false;
@@ -361,31 +410,21 @@
this.fpSpread1_Sheet1.Columns.Get(9).DataField = "SupplierNo";
this.fpSpread1_Sheet1.Columns.Get(9).Visible = false;
this.fpSpread1_Sheet1.Columns.Get(9).Width = 151F;
- numberCellType3.MaximumValue = 999999999999999D;
- numberCellType3.MinimumValue = -999999999999999D;
- this.fpSpread1_Sheet1.Columns.Get(10).CellType = numberCellType3;
- this.fpSpread1_Sheet1.Columns.Get(10).DataField = "MHA";
- this.fpSpread1_Sheet1.Columns.Get(10).Width = 75F;
- this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType9;
- this.fpSpread1_Sheet1.Columns.Get(11).DataField = "Division";
- this.fpSpread1_Sheet1.Columns.Get(11).Width = 126F;
- numberCellType4.MaximumValue = 999999999999999D;
- numberCellType4.MinimumValue = -999999999999999D;
- this.fpSpread1_Sheet1.Columns.Get(12).CellType = numberCellType4;
- this.fpSpread1_Sheet1.Columns.Get(12).DataField = "Price";
- this.fpSpread1_Sheet1.Columns.Get(12).Width = 74F;
- this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType10;
- this.fpSpread1_Sheet1.Columns.Get(13).DataField = "PriceUnit";
- this.fpSpread1_Sheet1.Columns.Get(13).Width = 72F;
- this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType11;
- this.fpSpread1_Sheet1.Columns.Get(14).DataField = "Memo";
- this.fpSpread1_Sheet1.Columns.Get(14).Width = 77F;
- this.fpSpread1_Sheet1.Columns.Get(15).CellType = textCellType12;
- this.fpSpread1_Sheet1.Columns.Get(15).DataField = "EnrDate";
- this.fpSpread1_Sheet1.Columns.Get(15).Width = 96F;
- this.fpSpread1_Sheet1.Columns.Get(16).CellType = textCellType13;
- this.fpSpread1_Sheet1.Columns.Get(16).DataField = "Enrollee";
- this.fpSpread1_Sheet1.Columns.Get(16).Width = 94F;
+ this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType9;
+ this.fpSpread1_Sheet1.Columns.Get(10).DataField = "Division";
+ this.fpSpread1_Sheet1.Columns.Get(10).Width = 126F;
+ this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType10;
+ this.fpSpread1_Sheet1.Columns.Get(11).DataField = "PriceUnit";
+ this.fpSpread1_Sheet1.Columns.Get(11).Width = 72F;
+ this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType11;
+ this.fpSpread1_Sheet1.Columns.Get(12).DataField = "Memo";
+ this.fpSpread1_Sheet1.Columns.Get(12).Width = 77F;
+ this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType12;
+ this.fpSpread1_Sheet1.Columns.Get(13).DataField = "EnrDate";
+ this.fpSpread1_Sheet1.Columns.Get(13).Width = 96F;
+ this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType13;
+ this.fpSpread1_Sheet1.Columns.Get(14).DataField = "Enrollee";
+ this.fpSpread1_Sheet1.Columns.Get(14).Width = 94F;
this.fpSpread1_Sheet1.DataAutoSizeColumns = false;
this.fpSpread1_Sheet1.DataSource = this.bs;
this.fpSpread1_Sheet1.FilterBar.DefaultStyle.BackColor = System.Drawing.Color.Empty;
@@ -419,7 +458,7 @@
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
- this.contextMenuStrip1.ResumeLayout(false);
+ this.cm1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
@@ -451,13 +490,18 @@
private System.Windows.Forms.DataGridViewTextBoxColumn mainDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn projectDataGridViewTextBoxColumn;
private FarPoint.Win.Spread.FpSpread fpSpread1;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.ToolStripMenuItem 목록새로고침ToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox tbFind;
+ private System.Windows.Forms.ContextMenuStrip cm1;
+ private System.Windows.Forms.ToolStripMenuItem columnSizeToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem autoToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem resetToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem exportListToolStripMenuItem;
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
}
}
\ No newline at end of file
diff --git a/SubProject/FPJ0000/Project/fSPMaster.cs b/SubProject/FPJ0000/Project/fSPMaster.cs
index cb43a14..85a6ca9 100644
--- a/SubProject/FPJ0000/Project/fSPMaster.cs
+++ b/SubProject/FPJ0000/Project/fSPMaster.cs
@@ -11,6 +11,7 @@ namespace FPJ0000
{
public partial class fSPMaster :FCOMMON.fBase
{
+ string fn_fpcolsize = "";
public int qty = 0;
string search = string.Empty;
@@ -18,6 +19,12 @@ namespace FPJ0000
public fSPMaster(string search_)
{
InitializeComponent();
+
+ fn_fpcolsize = System.IO.Path.Combine(
+ AppDomain.CurrentDomain.BaseDirectory,
+ "formSetting",
+ "fp_" + this.Name + ".ini");
+
this.WindowState = FormWindowState.Normal;
this.StartPosition = FormStartPosition.CenterScreen;
this.search = search_;
@@ -36,6 +43,9 @@ namespace FPJ0000
void refreshData(string div)
{
this.ta.Fill(this.dsMSSQL.SPMaster, "%" + div + "%");
+ FPUtil.ColSizeLoad(ref this.fpSpread1, fn_fpcolsize);
+ tbFind.Focus();
+ // tbFind.SelectAll();
}
@@ -112,5 +122,47 @@ namespace FPJ0000
button1.PerformClick();
}
+ private void exportListToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ SaveFileDialog sd = new SaveFileDialog();
+ sd.Filter = "excel|*.xls";
+ var fn = "pmplist";
+ sd.FileName = fn + ".xls";
+ if (sd.ShowDialog() == System.Windows.Forms.DialogResult.OK)
+ {
+ fpSpread1.SaveExcel(sd.FileName,
+ FarPoint.Excel.ExcelSaveFlags.SaveAsViewed
+ | FarPoint.Excel.ExcelSaveFlags.SaveAsFiltered
+ | FarPoint.Excel.ExcelSaveFlags.NoFormulas
+ | FarPoint.Excel.ExcelSaveFlags.SaveCustomColumnHeaders);
+ }
+ }
+
+ private void autoToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ this.fpSpread1.ActiveSheet.DataAutoSizeColumns = true;
+
+ for (int i = 0; i < this.fpSpread1.ActiveSheet.Rows.Count; i++)
+ this.fpSpread1.ActiveSheet.SetRowHeight(i, 25);
+ //dv1.AutoResizeColumns();
+ }
+
+ private void resetToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ foreach (FarPoint.Win.Spread.Column col in this.fpSpread1.ActiveSheet.Columns)
+ {
+ col.Width = 100;
+ }
+ }
+
+ private void saveToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ FPUtil.ColsizeSave(this.fpSpread1, fn_fpcolsize);
+ }
+
+ private void loadToolStripMenuItem_Click(object sender, EventArgs e)
+ {
+ FPUtil.ColSizeLoad(ref this.fpSpread1, fn_fpcolsize);
+ }
}
}
diff --git a/SubProject/FPJ0000/Project/fSPMaster.resx b/SubProject/FPJ0000/Project/fSPMaster.resx
index 28d7f0e..7de9e51 100644
--- a/SubProject/FPJ0000/Project/fSPMaster.resx
+++ b/SubProject/FPJ0000/Project/fSPMaster.resx
@@ -173,10 +173,49 @@
248, 17
-
- 697, 17
+
+ 387, 17
-
- 539, 17
+
+
+ R0lGODlhEAAQAIQfAJXG2JXa+ZLO5ChrlkCy4TZ1kiVvpCN0trvo9SN5xTd4lrfh7iR9zo3S+EGz7JDJ
+ 4TaCromrvC9ymyV+0Dd3mTl1koe72YvN7LTj+9ne6N3g6v7+/0Cw2Stoh////////yH/C05FVFNDQVBF
+ Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAInwA/CBzooaAHgQUHKvRQoUABCgUlHFT4IYMCBAsQIIBg
+ wcBEgh0WCBDAgcAFDAc+fvDQIUKHDgMeEHDQIIFKlgoMGgjQoAGDmwUOehhg4EACBhM+GlzKVOkEBgkO
+ GBggNOhCBhgCBPBYUEGHmwkCOCDwYMCAll8XHghwgQCHkQDSLjRgAcKDBwAAKNCwgaIHiR4oOKygkuDE
+ pRQTK6YYEAA7
+
+
+
+
+ R0lGODlhEAAQAIQfALnik2aXQv7+/dPut73llbfala3LmW6gSWqdQ2eYRGqaSLfck568iYrUQN7yzF6R
+ PLTXlYjUP8XwmYfQQLbYl4jRQGiaQsPumNbyu7nglNPzsLXYlf7+/lCHK////////yH/C05FVFNDQVBF
+ Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIlgA/CBzooaAHgQUHEvSgIEAABQUfHFTIwQECDAMwYDhg
+ oENCgRw8dBgAAECFBgsweJxYsAODDjApTIhAwCMHkCItGOxwgUCGlQQTeAgJsyhQg0iTGvzQ0qhND0IX
+ dtBwQcJKDxZsIhQpIcIECkVffmwpYUGDCiUheBQg1cCBAgU2QFDg4KZCDxIZOoQ48S7LpQoDCx4cEAA7
+
+
+
+
+ R0lGODlhEAAQAIQAAJXD9Iasxm6MqnSn2lZtjVaRyEpXbYu767TX/2KZztvr/4Gy5KrT/3ut32+gzlFh
+ e+r0/0RNX9/u/9Ln+8Xg//n8/4e36CkxQz9GVkSCvKjL35/N/Je91K7T5bDS4////yH/C05FVFNDQVBF
+ Mi4wAwEBAAAh+QQAAAAAACwAAAAAEAAQAAAIuQA/CBxIsKDACRwScggQwIGAhwIICBDYQcEEgwg+bNjw
+ QKCHCQgkQBgpQcKBCg0AEBCoAaRIkhIsVBigUiAHCgwkKNjJU8GAAx0/3NwIAMABCwsaDHCwIGgAChuK
+ HjiQdMDSAQYEPpWKtKqDBA6yfgiAwGhXpUsTJIgg0AGCo0nRfi1QgO0HAQyQNpCrtkAGDAIFbKi69GsC
+ un8FEohqdEFavxkyXAhMoPKDBwYMRIiAAcOFoAZDCwwIADs=
+
+
+
+
+ R0lGODlhEAAQAIQfAJfL/OTs9HWVsW6aUqnT+6bnZldwkYiux7TZ/O3z+UlVa/P2+ZfTW36wWJDLV4m7
+ 69nn78bi/qjL3qDP+VJhe4rAVa7S40NLXJ3bYJrA1ikxQz5FVdDU22OPRf///////yH/C05FVFNDQVBF
+ Mi4wAwEBAAAh+QQBAAAfACwAAAAAEAAQAAAIwQA9CBxIcOCHgx4gWLAgIUOGAwcESBTgAaEFCAEGaBwQ
+ IGOABwYqerCQsYBJBho7JHgAUqCEDjAxYGBQgYHKBAsoCMzQIUIEmA6CdkCAIOfOBT5/MnBQYSgBozCj
+ SoVJ4KkCDx1MFhhKFEFVAhMCXM1aAANMoh2qTgh7AWvZmQ6igp0AIEDbDg0aLA06YC4AABA2eBjgYcHG
+ vmv/Akgg2IMBDgsSdJwcAEICDhoECjDAmQIFBQouXNiwQYPOgqgLBgQAOw==
+
+
+
+ 462, 17
\ No newline at end of file
diff --git a/SubProject/FPJ0000/dsPRJ.Designer.cs b/SubProject/FPJ0000/dsPRJ.Designer.cs
index 979a401..b2f3713 100644
--- a/SubProject/FPJ0000/dsPRJ.Designer.cs
+++ b/SubProject/FPJ0000/dsPRJ.Designer.cs
@@ -13985,9 +13985,9 @@ SELECT ID, CtrlNo, SIDNo, Storage, Location, UseEqmt, PartName, PartNo, Process,
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT ID, CtrlNo, SIDNo, Storage, Location, UseEqmt, PartName, PartNo, Process, SupplierNo, CurrentQty, MHA, Division, BadQty, Price, PriceUnit, CostCenter, Memo, EnrDate, Enrollee
FROM SPMaster
-WHERE (ISNULL(Division, '') LIKE '장비%') AND (ISNULL(SIDNo, '') LIKE @search OR
- ISNULL(PartName, '') LIKE @search OR
- ISNULL(PartNo, '') LIKE @search)
+WHERE (ISNULL(SIDNo, '') LIKE @search) OR
+ (ISNULL(PartName, '') LIKE @search) OR
+ (ISNULL(PartNo, '') LIKE @search)
ORDER BY EnrDate DESC, SIDNo DESC, PartName, PartNo";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@search", global::System.Data.SqlDbType.VarChar, 1024, global::System.Data.ParameterDirection.Input, 0, 0, "", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
diff --git a/SubProject/FPJ0000/dsPRJ.xsd b/SubProject/FPJ0000/dsPRJ.xsd
index a56f604..66558b3 100644
--- a/SubProject/FPJ0000/dsPRJ.xsd
+++ b/SubProject/FPJ0000/dsPRJ.xsd
@@ -1061,9 +1061,9 @@ SELECT ID, CtrlNo, SIDNo, Storage, Location, UseEqmt, PartName, PartNo, Process,
SELECT ID, CtrlNo, SIDNo, Storage, Location, UseEqmt, PartName, PartNo, Process, SupplierNo, CurrentQty, MHA, Division, BadQty, Price, PriceUnit, CostCenter, Memo, EnrDate, Enrollee
FROM SPMaster
-WHERE (ISNULL(Division, '') LIKE '장비%') AND (ISNULL(SIDNo, '') LIKE @search OR
- ISNULL(PartName, '') LIKE @search OR
- ISNULL(PartNo, '') LIKE @search)
+WHERE (ISNULL(SIDNo, '') LIKE @search) OR
+ (ISNULL(PartName, '') LIKE @search) OR
+ (ISNULL(PartNo, '') LIKE @search)
ORDER BY EnrDate DESC, SIDNo DESC, PartName, PartNo
@@ -1185,7 +1185,7 @@ SELECT ID, CtrlNo, SIDNo, Storage, Location, UseEqmt, PartName, PartNo, Process,
-
+
@@ -1378,7 +1378,7 @@ SELECT ID, CtrlNo, SIDNo, Storage, Location, UseEqmt, PartName, PartNo, Process,
-
+
@@ -1422,7 +1422,7 @@ SELECT ID, CtrlNo, SIDNo, Storage, Location, UseEqmt, PartName, PartNo, Process,
-
+
@@ -1467,7 +1467,7 @@ SELECT ID, CtrlNo, SIDNo, Storage, Location, UseEqmt, PartName, PartNo, Process,
-
+
@@ -1577,7 +1577,7 @@ SELECT ID, CtrlNo, SIDNo, Storage, Location, UseEqmt, PartName, PartNo, Process,
-
+
@@ -1688,7 +1688,7 @@ SELECT ID, CtrlNo, SIDNo, Storage, Location, UseEqmt, PartName, PartNo, Process,
-
+
@@ -1722,7 +1722,7 @@ SELECT ID, CtrlNo, SIDNo, Storage, Location, UseEqmt, PartName, PartNo, Process,
-
+
@@ -1760,7 +1760,7 @@ SELECT ID, CtrlNo, SIDNo, Storage, Location, UseEqmt, PartName, PartNo, Process,
-
+