..
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
181213 chi 구매등록시 필수항목 변경
|
181214 chi NR구매 메뉴 한글화
|
||||||
|
출력메뉴를 하단에서 상단으로 이동
|
||||||
|
웹캠기능 추가
|
||||||
|
unit 가 저장되지 않는현상제거(김효천c)
|
||||||
|
181213 chi 구매등록시 필수항목 변경
|
||||||
수령자는 비활성화 함
|
수령자는 비활성화 함
|
||||||
181212 chi 구매내역의 부서를 비고로 변경하고 크기를 50- >500으로 증가
|
181212 chi 구매내역의 부서를 비고로 변경하고 크기를 50- >500으로 증가
|
||||||
|
181212 chi 구매내역의 부서를 비고로 변경하고 크기를 50- >500으로 증가
|
||||||
181210 chi NR구매등록시 이미지 표시 및 추가 기능
|
181210 chi NR구매등록시 이미지 표시 및 추가 기능
|
||||||
NR구매목록에서 권한 없는 사람이 더블클릭으로 편집할 수 있는 버그 수정
|
NR구매목록에서 권한 없는 사람이 더블클릭으로 편집할 수 있는 버그 수정
|
||||||
이미지 크기를 640*480 내에서 자동 조정 됨
|
이미지 크기를 640*480 내에서 자동 조정 됨
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ namespace Project
|
|||||||
public string Barcode { get; set; }
|
public string Barcode { get; set; }
|
||||||
|
|
||||||
public string lastid { get; set; }
|
public string lastid { get; set; }
|
||||||
|
public int CamIndex { get; set; }
|
||||||
|
|
||||||
public Setting() : this(Util.CurrentPath + "setting.xml") {}
|
public Setting() : this(Util.CurrentPath + "setting.xml") {}
|
||||||
|
|
||||||
|
|||||||
@@ -78,6 +78,7 @@ namespace Project
|
|||||||
if (!Pub.setting.Barcode.isEmpty()) Pub.barcode.PortName = Pub.setting.Barcode;
|
if (!Pub.setting.Barcode.isEmpty()) Pub.barcode.PortName = Pub.setting.Barcode;
|
||||||
Pub.barcode.ReceiveData += barcode_ReceiveData;
|
Pub.barcode.ReceiveData += barcode_ReceiveData;
|
||||||
|
|
||||||
|
FCOMMON.info.camIndex = Pub.setting.CamIndex;
|
||||||
UpdateControls();
|
UpdateControls();
|
||||||
|
|
||||||
tmDisplay.Start(); //display timer
|
tmDisplay.Start(); //display timer
|
||||||
@@ -145,6 +146,7 @@ namespace Project
|
|||||||
fSetting f = new fSetting();
|
fSetting f = new fSetting();
|
||||||
if (f.ShowDialog() == DialogResult.OK)
|
if (f.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
FCOMMON.info.camIndex = Pub.setting.CamIndex;
|
||||||
Pub.setting.Save();
|
Pub.setting.Save();
|
||||||
Pub.log.AddI("Setting Save");
|
Pub.log.AddI("Setting Save");
|
||||||
Pub.log.Add(Pub.setting.ToString());
|
Pub.log.Add(Pub.setting.ToString());
|
||||||
|
|||||||
@@ -70,6 +70,7 @@
|
|||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Configuration" />
|
<Reference Include="System.Configuration" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="System.ServiceModel" />
|
||||||
<Reference Include="System.Web.Services" />
|
<Reference Include="System.Web.Services" />
|
||||||
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Xml.Linq" />
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
|
|||||||
138
SubProject/FCM0000/fItems.Designer.cs
generated
138
SubProject/FCM0000/fItems.Designer.cs
generated
@@ -30,15 +30,15 @@
|
|||||||
{
|
{
|
||||||
this.components = new System.ComponentModel.Container();
|
this.components = new System.ComponentModel.Container();
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fItems));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fItems));
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType15 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType43 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType44 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType45 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType46 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.CurrencyCellType currencyCellType8 = new FarPoint.Win.Spread.CellType.CurrencyCellType();
|
FarPoint.Win.Spread.CellType.CurrencyCellType currencyCellType1 = new FarPoint.Win.Spread.CellType.CurrencyCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType47 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType16 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType48 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
||||||
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
||||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||||
@@ -85,12 +85,14 @@
|
|||||||
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.columnHeader7 = ((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.columnHeader8 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
|
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.label3 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
||||||
this.lvInDate = new System.Windows.Forms.ListView();
|
this.lvInDate = new System.Windows.Forms.ListView();
|
||||||
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
|
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||||
this.label2 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
this.memoTextBox = new System.Windows.Forms.TextBox();
|
this.memoTextBox = new System.Windows.Forms.TextBox();
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
@@ -99,8 +101,7 @@
|
|||||||
this.파일섡택ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.파일섡택ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.이미지붙여넣기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.이미지붙여넣기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.taPurchase = new FCM0000.dsMSSQLTableAdapters.PurchaseTableAdapter();
|
this.taPurchase = new FCM0000.dsMSSQLTableAdapters.PurchaseTableAdapter();
|
||||||
this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
this.촬영ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.columnHeader10 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||||
this.bn.SuspendLayout();
|
this.bn.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||||
@@ -173,7 +174,7 @@
|
|||||||
// bindingNavigatorCountItem
|
// bindingNavigatorCountItem
|
||||||
//
|
//
|
||||||
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
||||||
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
|
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 28);
|
||||||
this.bindingNavigatorCountItem.Text = "/{0}";
|
this.bindingNavigatorCountItem.Text = "/{0}";
|
||||||
this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
|
this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
|
||||||
//
|
//
|
||||||
@@ -182,7 +183,7 @@
|
|||||||
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
|
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
|
||||||
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
|
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
|
||||||
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
|
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
|
||||||
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(78, 22);
|
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(86, 28);
|
||||||
this.bindingNavigatorDeleteItem.Text = "Delete(&D)";
|
this.bindingNavigatorDeleteItem.Text = "Delete(&D)";
|
||||||
//
|
//
|
||||||
// bindingNavigatorMoveFirstItem
|
// bindingNavigatorMoveFirstItem
|
||||||
@@ -191,7 +192,7 @@
|
|||||||
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
|
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
|
||||||
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
|
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
|
||||||
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
|
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
|
||||||
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
|
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(28, 28);
|
||||||
this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동";
|
this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동";
|
||||||
//
|
//
|
||||||
// bindingNavigatorMovePreviousItem
|
// bindingNavigatorMovePreviousItem
|
||||||
@@ -200,13 +201,13 @@
|
|||||||
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
|
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
|
||||||
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
|
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
|
||||||
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
|
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
|
||||||
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
|
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(28, 28);
|
||||||
this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동";
|
this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동";
|
||||||
//
|
//
|
||||||
// bindingNavigatorSeparator
|
// bindingNavigatorSeparator
|
||||||
//
|
//
|
||||||
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
|
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
|
||||||
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
|
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 31);
|
||||||
//
|
//
|
||||||
// bindingNavigatorPositionItem
|
// bindingNavigatorPositionItem
|
||||||
//
|
//
|
||||||
@@ -220,7 +221,7 @@
|
|||||||
// bindingNavigatorSeparator1
|
// bindingNavigatorSeparator1
|
||||||
//
|
//
|
||||||
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
|
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
|
||||||
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
|
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 31);
|
||||||
//
|
//
|
||||||
// bindingNavigatorMoveNextItem
|
// bindingNavigatorMoveNextItem
|
||||||
//
|
//
|
||||||
@@ -228,7 +229,7 @@
|
|||||||
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
|
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
|
||||||
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
|
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
|
||||||
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
|
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
|
||||||
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
|
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(28, 28);
|
||||||
this.bindingNavigatorMoveNextItem.Text = "다음으로 이동";
|
this.bindingNavigatorMoveNextItem.Text = "다음으로 이동";
|
||||||
//
|
//
|
||||||
// bindingNavigatorMoveLastItem
|
// bindingNavigatorMoveLastItem
|
||||||
@@ -237,38 +238,38 @@
|
|||||||
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
|
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
|
||||||
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
|
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
|
||||||
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
|
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
|
||||||
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
|
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(28, 28);
|
||||||
this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
|
this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
|
||||||
//
|
//
|
||||||
// bindingNavigatorSeparator2
|
// bindingNavigatorSeparator2
|
||||||
//
|
//
|
||||||
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
|
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
|
||||||
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
|
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 31);
|
||||||
//
|
//
|
||||||
// itemsBindingNavigatorSaveItem
|
// itemsBindingNavigatorSaveItem
|
||||||
//
|
//
|
||||||
this.itemsBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("itemsBindingNavigatorSaveItem.Image")));
|
this.itemsBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("itemsBindingNavigatorSaveItem.Image")));
|
||||||
this.itemsBindingNavigatorSaveItem.Name = "itemsBindingNavigatorSaveItem";
|
this.itemsBindingNavigatorSaveItem.Name = "itemsBindingNavigatorSaveItem";
|
||||||
this.itemsBindingNavigatorSaveItem.Size = new System.Drawing.Size(67, 22);
|
this.itemsBindingNavigatorSaveItem.Size = new System.Drawing.Size(75, 28);
|
||||||
this.itemsBindingNavigatorSaveItem.Text = "Save(&S)";
|
this.itemsBindingNavigatorSaveItem.Text = "Save(&S)";
|
||||||
this.itemsBindingNavigatorSaveItem.Click += new System.EventHandler(this.itemsBindingNavigatorSaveItem_Click);
|
this.itemsBindingNavigatorSaveItem.Click += new System.EventHandler(this.itemsBindingNavigatorSaveItem_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator2
|
// toolStripSeparator2
|
||||||
//
|
//
|
||||||
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
||||||
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
|
||||||
//
|
//
|
||||||
// toolStripLabel3
|
// toolStripLabel3
|
||||||
//
|
//
|
||||||
this.toolStripLabel3.Name = "toolStripLabel3";
|
this.toolStripLabel3.Name = "toolStripLabel3";
|
||||||
this.toolStripLabel3.Size = new System.Drawing.Size(41, 22);
|
this.toolStripLabel3.Size = new System.Drawing.Size(41, 28);
|
||||||
this.toolStripLabel3.Text = "search";
|
this.toolStripLabel3.Text = "search";
|
||||||
//
|
//
|
||||||
// tbFind
|
// tbFind
|
||||||
//
|
//
|
||||||
this.tbFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.tbFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
this.tbFind.Name = "tbFind";
|
this.tbFind.Name = "tbFind";
|
||||||
this.tbFind.Size = new System.Drawing.Size(100, 25);
|
this.tbFind.Size = new System.Drawing.Size(100, 31);
|
||||||
this.tbFind.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
this.tbFind.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||||
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btFind_KeyDown);
|
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.btFind_KeyDown);
|
||||||
//
|
//
|
||||||
@@ -278,7 +279,7 @@
|
|||||||
this.btFind.Image = ((System.Drawing.Image)(resources.GetObject("btFind.Image")));
|
this.btFind.Image = ((System.Drawing.Image)(resources.GetObject("btFind.Image")));
|
||||||
this.btFind.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.btFind.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.btFind.Name = "btFind";
|
this.btFind.Name = "btFind";
|
||||||
this.btFind.Size = new System.Drawing.Size(23, 22);
|
this.btFind.Size = new System.Drawing.Size(28, 28);
|
||||||
this.btFind.Text = "toolStripButton1";
|
this.btFind.Text = "toolStripButton1";
|
||||||
this.btFind.Click += new System.EventHandler(this.toolStripButton1_Click_1);
|
this.btFind.Click += new System.EventHandler(this.toolStripButton1_Click_1);
|
||||||
//
|
//
|
||||||
@@ -387,7 +388,7 @@
|
|||||||
// toolStripLabel2
|
// toolStripLabel2
|
||||||
//
|
//
|
||||||
this.toolStripLabel2.Name = "toolStripLabel2";
|
this.toolStripLabel2.Name = "toolStripLabel2";
|
||||||
this.toolStripLabel2.Size = new System.Drawing.Size(55, 22);
|
this.toolStripLabel2.Size = new System.Drawing.Size(55, 28);
|
||||||
this.toolStripLabel2.Text = "Category";
|
this.toolStripLabel2.Text = "Category";
|
||||||
//
|
//
|
||||||
// cmbCate
|
// cmbCate
|
||||||
@@ -397,17 +398,17 @@
|
|||||||
"Normal",
|
"Normal",
|
||||||
"Duplication"});
|
"Duplication"});
|
||||||
this.cmbCate.Name = "cmbCate";
|
this.cmbCate.Name = "cmbCate";
|
||||||
this.cmbCate.Size = new System.Drawing.Size(100, 25);
|
this.cmbCate.Size = new System.Drawing.Size(100, 31);
|
||||||
//
|
//
|
||||||
// toolStripSeparator1
|
// toolStripSeparator1
|
||||||
//
|
//
|
||||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||||
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
|
||||||
//
|
//
|
||||||
// toolStripLabel1
|
// toolStripLabel1
|
||||||
//
|
//
|
||||||
this.toolStripLabel1.Name = "toolStripLabel1";
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
||||||
this.toolStripLabel1.Size = new System.Drawing.Size(68, 22);
|
this.toolStripLabel1.Size = new System.Drawing.Size(68, 28);
|
||||||
this.toolStripLabel1.Text = "Query Type";
|
this.toolStripLabel1.Text = "Query Type";
|
||||||
//
|
//
|
||||||
// cmbMode
|
// cmbMode
|
||||||
@@ -417,21 +418,21 @@
|
|||||||
"Normal",
|
"Normal",
|
||||||
"Duplication"});
|
"Duplication"});
|
||||||
this.cmbMode.Name = "cmbMode";
|
this.cmbMode.Name = "cmbMode";
|
||||||
this.cmbMode.Size = new System.Drawing.Size(150, 25);
|
this.cmbMode.Size = new System.Drawing.Size(150, 31);
|
||||||
//
|
//
|
||||||
// toolStripButton2
|
// toolStripButton2
|
||||||
//
|
//
|
||||||
this.toolStripButton2.Image = global::FCM0000.Properties.Resources.action_refresh;
|
this.toolStripButton2.Image = global::FCM0000.Properties.Resources.action_refresh;
|
||||||
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.toolStripButton2.Name = "toolStripButton2";
|
this.toolStripButton2.Name = "toolStripButton2";
|
||||||
this.toolStripButton2.Size = new System.Drawing.Size(66, 22);
|
this.toolStripButton2.Size = new System.Drawing.Size(74, 28);
|
||||||
this.toolStripButton2.Text = "Refresh";
|
this.toolStripButton2.Text = "Refresh";
|
||||||
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator3
|
// toolStripSeparator3
|
||||||
//
|
//
|
||||||
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
||||||
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
|
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 31);
|
||||||
//
|
//
|
||||||
// fpSpread1
|
// fpSpread1
|
||||||
//
|
//
|
||||||
@@ -467,77 +468,77 @@
|
|||||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "단위";
|
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "단위";
|
||||||
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 42F;
|
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 42F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.fpSpread1_Sheet1.Columns.Get(0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||||
numberCellType15.DecimalPlaces = 0;
|
numberCellType1.DecimalPlaces = 0;
|
||||||
numberCellType15.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
numberCellType1.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
||||||
numberCellType15.MaximumValue = 2147483647D;
|
numberCellType1.MaximumValue = 2147483647D;
|
||||||
numberCellType15.MinimumValue = -2147483648D;
|
numberCellType1.MinimumValue = -2147483648D;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType15;
|
this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType1;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx";
|
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).Label = "IDX";
|
this.fpSpread1_Sheet1.Columns.Get(0).Label = "IDX";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).Width = 88F;
|
this.fpSpread1_Sheet1.Columns.Get(0).Width = 88F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
this.fpSpread1_Sheet1.Columns.Get(1).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType43;
|
this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType1;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "cate";
|
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "cate";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).Label = "분류";
|
this.fpSpread1_Sheet1.Columns.Get(1).Label = "분류";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).Width = 113F;
|
this.fpSpread1_Sheet1.Columns.Get(1).Width = 113F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType44;
|
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType2;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "name";
|
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "name";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).Label = "품명";
|
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).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).Width = 113F;
|
this.fpSpread1_Sheet1.Columns.Get(2).Width = 113F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType45;
|
this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType3;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "sid";
|
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "sid";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
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).Label = "SID#";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(3).Width = 113F;
|
this.fpSpread1_Sheet1.Columns.Get(3).Width = 113F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType46;
|
this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType4;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(4).DataField = "model";
|
this.fpSpread1_Sheet1.Columns.Get(4).DataField = "model";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
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).Label = "모델명";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
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(4).Width = 113F;
|
||||||
currencyCellType8.DecimalPlaces = 0;
|
currencyCellType1.DecimalPlaces = 0;
|
||||||
currencyCellType8.MaximumValue = new decimal(new int[] {
|
currencyCellType1.MaximumValue = new decimal(new int[] {
|
||||||
10000000,
|
10000000,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0});
|
0});
|
||||||
currencyCellType8.MinimumValue = new decimal(new int[] {
|
currencyCellType1.MinimumValue = new decimal(new int[] {
|
||||||
10000000,
|
10000000,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
-2147483648});
|
-2147483648});
|
||||||
currencyCellType8.NegativeRed = true;
|
currencyCellType1.NegativeRed = true;
|
||||||
currencyCellType8.NullDisplay = "--";
|
currencyCellType1.NullDisplay = "--";
|
||||||
currencyCellType8.Separator = ",";
|
currencyCellType1.Separator = ",";
|
||||||
currencyCellType8.ShowSeparator = true;
|
currencyCellType1.ShowSeparator = true;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(5).CellType = currencyCellType8;
|
this.fpSpread1_Sheet1.Columns.Get(5).CellType = currencyCellType1;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(5).DataField = "price";
|
this.fpSpread1_Sheet1.Columns.Get(5).DataField = "price";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(5).Label = "매입가";
|
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).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(5).Width = 123F;
|
this.fpSpread1_Sheet1.Columns.Get(5).Width = 123F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType47;
|
this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType5;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).DataField = "manu";
|
this.fpSpread1_Sheet1.Columns.Get(6).DataField = "manu";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).Label = "제조사";
|
this.fpSpread1_Sheet1.Columns.Get(6).Label = "제조사";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).Width = 113F;
|
this.fpSpread1_Sheet1.Columns.Get(6).Width = 113F;
|
||||||
numberCellType16.MaximumValue = 999999999999999D;
|
numberCellType2.MaximumValue = 999999999999999D;
|
||||||
numberCellType16.MinimumValue = -999999999999999D;
|
numberCellType2.MinimumValue = -999999999999999D;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(7).CellType = numberCellType16;
|
this.fpSpread1_Sheet1.Columns.Get(7).CellType = numberCellType2;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "scale";
|
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "scale";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
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).Label = "규격";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(7).Width = 84F;
|
this.fpSpread1_Sheet1.Columns.Get(7).Width = 84F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType48;
|
this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType6;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(8).DataField = "unit";
|
this.fpSpread1_Sheet1.Columns.Get(8).DataField = "unit";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(8).Label = "단위";
|
this.fpSpread1_Sheet1.Columns.Get(8).Label = "단위";
|
||||||
this.fpSpread1_Sheet1.DataAutoCellTypes = false;
|
this.fpSpread1_Sheet1.DataAutoCellTypes = false;
|
||||||
@@ -606,6 +607,11 @@
|
|||||||
this.columnHeader8.Text = "금액";
|
this.columnHeader8.Text = "금액";
|
||||||
this.columnHeader8.Width = 80;
|
this.columnHeader8.Width = 80;
|
||||||
//
|
//
|
||||||
|
// columnHeader10
|
||||||
|
//
|
||||||
|
this.columnHeader10.Text = "상태";
|
||||||
|
this.columnHeader10.Width = 70;
|
||||||
|
//
|
||||||
// label3
|
// label3
|
||||||
//
|
//
|
||||||
this.label3.Dock = System.Windows.Forms.DockStyle.Top;
|
this.label3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
@@ -651,6 +657,11 @@
|
|||||||
this.columnHeader4.Text = "금액";
|
this.columnHeader4.Text = "금액";
|
||||||
this.columnHeader4.Width = 80;
|
this.columnHeader4.Width = 80;
|
||||||
//
|
//
|
||||||
|
// columnHeader9
|
||||||
|
//
|
||||||
|
this.columnHeader9.Text = "상태";
|
||||||
|
this.columnHeader9.Width = 70;
|
||||||
|
//
|
||||||
// label2
|
// label2
|
||||||
//
|
//
|
||||||
this.label2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.label2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||||
@@ -699,9 +710,10 @@
|
|||||||
this.cmImage.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
this.cmImage.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
||||||
this.cmImage.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.cmImage.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
this.파일섡택ToolStripMenuItem,
|
this.파일섡택ToolStripMenuItem,
|
||||||
this.이미지붙여넣기ToolStripMenuItem});
|
this.이미지붙여넣기ToolStripMenuItem,
|
||||||
|
this.촬영ToolStripMenuItem});
|
||||||
this.cmImage.Name = "cm1";
|
this.cmImage.Name = "cm1";
|
||||||
this.cmImage.Size = new System.Drawing.Size(293, 88);
|
this.cmImage.Size = new System.Drawing.Size(293, 152);
|
||||||
//
|
//
|
||||||
// 파일섡택ToolStripMenuItem
|
// 파일섡택ToolStripMenuItem
|
||||||
//
|
//
|
||||||
@@ -721,15 +733,12 @@
|
|||||||
//
|
//
|
||||||
this.taPurchase.ClearBeforeFill = true;
|
this.taPurchase.ClearBeforeFill = true;
|
||||||
//
|
//
|
||||||
// columnHeader9
|
// 촬영ToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.columnHeader9.Text = "상태";
|
this.촬영ToolStripMenuItem.Name = "촬영ToolStripMenuItem";
|
||||||
this.columnHeader9.Width = 70;
|
this.촬영ToolStripMenuItem.Size = new System.Drawing.Size(292, 42);
|
||||||
//
|
this.촬영ToolStripMenuItem.Text = "촬영";
|
||||||
// columnHeader10
|
this.촬영ToolStripMenuItem.Click += new System.EventHandler(this.촬영ToolStripMenuItem_Click);
|
||||||
//
|
|
||||||
this.columnHeader10.Text = "상태";
|
|
||||||
this.columnHeader10.Width = 70;
|
|
||||||
//
|
//
|
||||||
// fItems
|
// fItems
|
||||||
//
|
//
|
||||||
@@ -827,5 +836,6 @@
|
|||||||
private dsMSSQLTableAdapters.PurchaseTableAdapter taPurchase;
|
private dsMSSQLTableAdapters.PurchaseTableAdapter taPurchase;
|
||||||
private System.Windows.Forms.ColumnHeader columnHeader10;
|
private System.Windows.Forms.ColumnHeader columnHeader10;
|
||||||
private System.Windows.Forms.ColumnHeader columnHeader9;
|
private System.Windows.Forms.ColumnHeader columnHeader9;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem 촬영ToolStripMenuItem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -285,5 +285,38 @@ namespace FCM0000
|
|||||||
}
|
}
|
||||||
else this.pictureBox1.Image = image; //181208
|
else this.pictureBox1.Image = image; //181208
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void 촬영ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var drv = this.bs.Current as DataRowView;
|
||||||
|
if (drv == null) return;
|
||||||
|
var dr = drv.Row as dsMSSQL.ItemsRow;
|
||||||
|
if (dr.RowState == DataRowState.Deleted || dr.RowState == DataRowState.Detached ||
|
||||||
|
dr.RowState == DataRowState.Added)
|
||||||
|
{
|
||||||
|
FCOMMON.Util.MsgE("이미지는 등록 완료된 아이템만 가능합니다. 먼저 저장한 후 다시 시도하세요.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
FCOMMON.fWebCamera f = new FCOMMON.fWebCamera(FCOMMON.info.camIndex);
|
||||||
|
if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
|
||||||
|
{
|
||||||
|
System.Drawing.Bitmap bmp = f.bmp.Clone() as System.Drawing.Bitmap;
|
||||||
|
Application.DoEvents();
|
||||||
|
|
||||||
|
if (!FCOMMON.DBM.setImageData(bmp, "Items", "image", dr.idx))
|
||||||
|
{
|
||||||
|
FCOMMON.Util.MsgE("등록 실패");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
var oimag = this.pictureBox1.Image;
|
||||||
|
this.pictureBox1.Image = (Image)bmp;
|
||||||
|
if (oimag != null) oimag.Dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -209,9 +209,6 @@
|
|||||||
GoSrpcVIQqmAj6LZftFBup9vWiUlUQdIDCbsQrsGZRJKBbOXyA++SlEsu6QjvQAAAABJRU5ErkJggg==
|
GoSrpcVIQqmAj6LZftFBup9vWiUlUQdIDCbsQrsGZRJKBbOXyA++SlEsu6QjvQAAAABJRU5ErkJggg==
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="dsMSSQL.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>17, 17</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="cm1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="cm1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>389, 10</value>
|
<value>389, 10</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
@@ -264,12 +261,12 @@
|
|||||||
<value>462, 17</value>
|
<value>462, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="fpSpread1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="fpSpread1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>823, 17</value>
|
<value>17, 56</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="cmImage.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="cmImage.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>720, 17</value>
|
<value>568, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
<metadata name="taPurchase.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="taPurchase.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>975, 17</value>
|
<value>169, 56</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
</root>
|
</root>
|
||||||
87
SubProject/FCM0000/fLovItem.Designer.cs
generated
87
SubProject/FCM0000/fLovItem.Designer.cs
generated
@@ -36,9 +36,9 @@
|
|||||||
System.Windows.Forms.Label label1;
|
System.Windows.Forms.Label label1;
|
||||||
System.Windows.Forms.Label label2;
|
System.Windows.Forms.Label label2;
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fLovItem));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fLovItem));
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||||
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
||||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||||
this.dsMSSQL = new FCM0000.dsMSSQL();
|
this.dsMSSQL = new FCM0000.dsMSSQL();
|
||||||
@@ -58,6 +58,8 @@
|
|||||||
this.model = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.model = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||||
this.panel1 = new System.Windows.Forms.Panel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
||||||
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
||||||
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||||
this.textBox3 = new System.Windows.Forms.TextBox();
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
||||||
this.textBox2 = new System.Windows.Forms.TextBox();
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
||||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||||
@@ -67,8 +69,6 @@
|
|||||||
this.priceTextBox = new System.Windows.Forms.TextBox();
|
this.priceTextBox = new System.Windows.Forms.TextBox();
|
||||||
this.ta = new FCM0000.dsMSSQLTableAdapters.ItemsTableAdapter();
|
this.ta = new FCM0000.dsMSSQLTableAdapters.ItemsTableAdapter();
|
||||||
this.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
|
this.tam = new FCM0000.dsMSSQLTableAdapters.TableAdapterManager();
|
||||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
||||||
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
||||||
manuLabel = new System.Windows.Forms.Label();
|
manuLabel = new System.Windows.Forms.Label();
|
||||||
supplyLabel = new System.Windows.Forms.Label();
|
supplyLabel = new System.Windows.Forms.Label();
|
||||||
memoLabel = new System.Windows.Forms.Label();
|
memoLabel = new System.Windows.Forms.Label();
|
||||||
@@ -271,15 +271,15 @@
|
|||||||
this.model,
|
this.model,
|
||||||
this.dataGridViewTextBoxColumn3});
|
this.dataGridViewTextBoxColumn3});
|
||||||
this.dv.DataSource = this.bs;
|
this.dv.DataSource = this.bs;
|
||||||
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||||||
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
|
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
|
||||||
dataGridViewCellStyle12.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText;
|
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
|
||||||
dataGridViewCellStyle12.Padding = new System.Windows.Forms.Padding(1, 3, 1, 3);
|
dataGridViewCellStyle6.Padding = new System.Windows.Forms.Padding(1, 3, 1, 3);
|
||||||
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||||
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||||
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||||||
this.dv.DefaultCellStyle = dataGridViewCellStyle12;
|
this.dv.DefaultCellStyle = dataGridViewCellStyle6;
|
||||||
this.dv.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dv.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.dv.Location = new System.Drawing.Point(0, 0);
|
this.dv.Location = new System.Drawing.Point(0, 0);
|
||||||
this.dv.Name = "dv";
|
this.dv.Name = "dv";
|
||||||
@@ -295,9 +295,9 @@
|
|||||||
// dataGridViewTextBoxColumn1
|
// dataGridViewTextBoxColumn1
|
||||||
//
|
//
|
||||||
this.dataGridViewTextBoxColumn1.DataPropertyName = "idx";
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "idx";
|
||||||
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||||
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||||
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle10;
|
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle4;
|
||||||
this.dataGridViewTextBoxColumn1.HeaderText = "IDX";
|
this.dataGridViewTextBoxColumn1.HeaderText = "IDX";
|
||||||
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
||||||
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
||||||
@@ -314,8 +314,8 @@
|
|||||||
// model
|
// model
|
||||||
//
|
//
|
||||||
this.model.DataPropertyName = "model";
|
this.model.DataPropertyName = "model";
|
||||||
dataGridViewCellStyle11.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.model.DefaultCellStyle = dataGridViewCellStyle11;
|
this.model.DefaultCellStyle = dataGridViewCellStyle5;
|
||||||
this.model.HeaderText = "model";
|
this.model.HeaderText = "model";
|
||||||
this.model.Name = "model";
|
this.model.Name = "model";
|
||||||
this.model.ReadOnly = true;
|
this.model.ReadOnly = true;
|
||||||
@@ -352,6 +352,30 @@
|
|||||||
this.panel1.Size = new System.Drawing.Size(290, 502);
|
this.panel1.Size = new System.Drawing.Size(290, 502);
|
||||||
this.panel1.TabIndex = 2;
|
this.panel1.TabIndex = 2;
|
||||||
//
|
//
|
||||||
|
// linkLabel1
|
||||||
|
//
|
||||||
|
this.linkLabel1.AutoSize = true;
|
||||||
|
this.linkLabel1.Location = new System.Drawing.Point(13, 249);
|
||||||
|
this.linkLabel1.Name = "linkLabel1";
|
||||||
|
this.linkLabel1.Size = new System.Drawing.Size(51, 18);
|
||||||
|
this.linkLabel1.TabIndex = 27;
|
||||||
|
this.linkLabel1.TabStop = true;
|
||||||
|
this.linkLabel1.Text = "Image";
|
||||||
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
||||||
|
//
|
||||||
|
// pictureBox1
|
||||||
|
//
|
||||||
|
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||||||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||||||
|
this.pictureBox1.BackColor = System.Drawing.Color.Black;
|
||||||
|
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||||
|
this.pictureBox1.Location = new System.Drawing.Point(74, 248);
|
||||||
|
this.pictureBox1.Name = "pictureBox1";
|
||||||
|
this.pictureBox1.Size = new System.Drawing.Size(202, 146);
|
||||||
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||||
|
this.pictureBox1.TabIndex = 26;
|
||||||
|
this.pictureBox1.TabStop = false;
|
||||||
|
//
|
||||||
// textBox3
|
// textBox3
|
||||||
//
|
//
|
||||||
this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
@@ -438,34 +462,11 @@
|
|||||||
this.tam.MailDataTableAdapter = null;
|
this.tam.MailDataTableAdapter = null;
|
||||||
this.tam.MailFormTableAdapter = null;
|
this.tam.MailFormTableAdapter = null;
|
||||||
this.tam.ProjectsTableAdapter = null;
|
this.tam.ProjectsTableAdapter = null;
|
||||||
|
this.tam.PurchaseTableAdapter = null;
|
||||||
this.tam.RequestItemTableAdapter = null;
|
this.tam.RequestItemTableAdapter = null;
|
||||||
this.tam.StaffTableAdapter = null;
|
this.tam.StaffTableAdapter = null;
|
||||||
this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
this.tam.UpdateOrder = FCM0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
||||||
//
|
//
|
||||||
// pictureBox1
|
|
||||||
//
|
|
||||||
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
||||||
| System.Windows.Forms.AnchorStyles.Right)));
|
|
||||||
this.pictureBox1.BackColor = System.Drawing.Color.Black;
|
|
||||||
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
||||||
this.pictureBox1.Location = new System.Drawing.Point(74, 248);
|
|
||||||
this.pictureBox1.Name = "pictureBox1";
|
|
||||||
this.pictureBox1.Size = new System.Drawing.Size(202, 146);
|
|
||||||
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
||||||
this.pictureBox1.TabIndex = 26;
|
|
||||||
this.pictureBox1.TabStop = false;
|
|
||||||
//
|
|
||||||
// linkLabel1
|
|
||||||
//
|
|
||||||
this.linkLabel1.AutoSize = true;
|
|
||||||
this.linkLabel1.Location = new System.Drawing.Point(13, 249);
|
|
||||||
this.linkLabel1.Name = "linkLabel1";
|
|
||||||
this.linkLabel1.Size = new System.Drawing.Size(51, 18);
|
|
||||||
this.linkLabel1.TabIndex = 27;
|
|
||||||
this.linkLabel1.TabStop = true;
|
|
||||||
this.linkLabel1.Text = "Image";
|
|
||||||
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
||||||
//
|
|
||||||
// fLovItem
|
// fLovItem
|
||||||
//
|
//
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ namespace FCM0000
|
|||||||
public string itemmodel = string.Empty;
|
public string itemmodel = string.Empty;
|
||||||
public decimal itemprice = 0;
|
public decimal itemprice = 0;
|
||||||
public string SID = string.Empty;
|
public string SID = string.Empty;
|
||||||
|
public string itemUnit = "EA";
|
||||||
public string itemSupply = string.Empty;
|
public string itemSupply = string.Empty;
|
||||||
public int itemSupplyidx = -1;
|
public int itemSupplyidx = -1;
|
||||||
|
|
||||||
@@ -49,6 +49,7 @@ namespace FCM0000
|
|||||||
itemprice = 0;
|
itemprice = 0;
|
||||||
itemSupply = string.Empty;
|
itemSupply = string.Empty;
|
||||||
itemSupplyidx = -1;
|
itemSupplyidx = -1;
|
||||||
|
itemUnit = "EA";
|
||||||
SID = string.Empty;
|
SID = string.Empty;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -66,6 +67,8 @@ namespace FCM0000
|
|||||||
else itemSupply = dr.supply;
|
else itemSupply = dr.supply;
|
||||||
if (dr.IssupplyidxNull()) itemSupplyidx = -1;
|
if (dr.IssupplyidxNull()) itemSupplyidx = -1;
|
||||||
else itemSupplyidx = dr.supplyidx;
|
else itemSupplyidx = dr.supplyidx;
|
||||||
|
if (dr.IsunitNull()) itemUnit = "EA";
|
||||||
|
else itemUnit = dr.unit;
|
||||||
SID = dr.sid;
|
SID = dr.sid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,10 @@ namespace FCOMMON
|
|||||||
sm.Dispose();
|
sm.Dispose();
|
||||||
return buffer;
|
return buffer;
|
||||||
}
|
}
|
||||||
|
public static Boolean setImageData(System.Drawing.Bitmap img, string table, string field, int idx)
|
||||||
|
{
|
||||||
|
return setImageData((System.Drawing.Image)img, table, field, idx);
|
||||||
|
}
|
||||||
public static Boolean setImageData(System.Drawing.Image img, string table, string field, int idx)
|
public static Boolean setImageData(System.Drawing.Image img, string table, string field, int idx)
|
||||||
{
|
{
|
||||||
if (img == null || img.Width < 1||img.Height < 1) return false;
|
if (img == null || img.Width < 1||img.Height < 1) return false;
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<AssemblyName>FCOMMON</AssemblyName>
|
<AssemblyName>FCOMMON</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
|
<NuGetPackageImportStamp>b79f5d14</NuGetPackageImportStamp>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
@@ -34,6 +35,14 @@
|
|||||||
<Reference Include="ArSetting.Net4">
|
<Reference Include="ArSetting.Net4">
|
||||||
<HintPath>..\..\DLL\ArSetting.Net4.dll</HintPath>
|
<HintPath>..\..\DLL\ArSetting.Net4.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="Emgu.CV.UI, Version=3.4.3.3016, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\..\packages\EMGU.CV.3.4.3.3016\lib\net35\Emgu.CV.UI.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="Emgu.CV.World, Version=3.4.3.3016, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\..\packages\EMGU.CV.3.4.3.3016\lib\net35\Emgu.CV.World.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="FarPoint.CalcEngine, Version=11.40.20177.0, Culture=neutral, PublicKeyToken=327c3516b1b18457" />
|
<Reference Include="FarPoint.CalcEngine, Version=11.40.20177.0, Culture=neutral, PublicKeyToken=327c3516b1b18457" />
|
||||||
<Reference Include="FarPoint.Excel, Version=11.40.20177.0, Culture=neutral, PublicKeyToken=327c3516b1b18457" />
|
<Reference Include="FarPoint.Excel, Version=11.40.20177.0, Culture=neutral, PublicKeyToken=327c3516b1b18457" />
|
||||||
<Reference Include="FarPoint.Localization, Version=11.40.20177.0, Culture=neutral, PublicKeyToken=327c3516b1b18457" />
|
<Reference Include="FarPoint.Localization, Version=11.40.20177.0, Culture=neutral, PublicKeyToken=327c3516b1b18457" />
|
||||||
@@ -50,6 +59,7 @@
|
|||||||
<Reference Include="System.Configuration" />
|
<Reference Include="System.Configuration" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
<Reference Include="System.Drawing" />
|
<Reference Include="System.Drawing" />
|
||||||
|
<Reference Include="System.ServiceModel" />
|
||||||
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Windows.Forms" />
|
||||||
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Xml.Linq" />
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
@@ -57,6 +67,10 @@
|
|||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
<Reference Include="WindowsBase" />
|
<Reference Include="WindowsBase" />
|
||||||
|
<Reference Include="ZedGraph, Version=5.1.7.430, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\..\packages\ZedGraph.5.1.7\lib\net35-Client\ZedGraph.dll</HintPath>
|
||||||
|
<Private>True</Private>
|
||||||
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Auth.cs" />
|
<Compile Include="Auth.cs" />
|
||||||
@@ -73,6 +87,12 @@
|
|||||||
<Compile Include="fLovDateList.Designer.cs">
|
<Compile Include="fLovDateList.Designer.cs">
|
||||||
<DependentUpon>fLovDateList.cs</DependentUpon>
|
<DependentUpon>fLovDateList.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="fWebCamera.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="fWebCamera.Designer.cs">
|
||||||
|
<DependentUpon>fWebCamera.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="keyValuedataTable.cs" />
|
<Compile Include="keyValuedataTable.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="Info.cs" />
|
<Compile Include="Info.cs" />
|
||||||
@@ -87,9 +107,25 @@
|
|||||||
<EmbeddedResource Include="fLovDateList.resx">
|
<EmbeddedResource Include="fLovDateList.resx">
|
||||||
<DependentUpon>fLovDateList.cs</DependentUpon>
|
<DependentUpon>fLovDateList.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="fWebCamera.resx">
|
||||||
|
<DependentUpon>fWebCamera.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Properties\licenses.licx" />
|
<EmbeddedResource Include="Properties\licenses.licx" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="License-LGPL.txt" />
|
||||||
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="packages.config" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
|
<Import Project="..\..\packages\EMGU.CV.3.4.3.3016\build\EMGU.CV.targets" Condition="Exists('..\..\packages\EMGU.CV.3.4.3.3016\build\EMGU.CV.targets')" />
|
||||||
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||||
|
<PropertyGroup>
|
||||||
|
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하세요. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하세요. 누락된 파일은 {0}입니다.</ErrorText>
|
||||||
|
</PropertyGroup>
|
||||||
|
<Error Condition="!Exists('..\..\packages\EMGU.CV.3.4.3.3016\build\EMGU.CV.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EMGU.CV.3.4.3.3016\build\EMGU.CV.targets'))" />
|
||||||
|
</Target>
|
||||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||||
Other similar extension points exist, see Microsoft.Common.targets.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
||||||
<Target Name="BeforeBuild">
|
<Target Name="BeforeBuild">
|
||||||
|
|||||||
@@ -38,5 +38,6 @@ namespace FCOMMON
|
|||||||
public static string CS;
|
public static string CS;
|
||||||
public static string libxlCompany = "Amkor Technology korea, Inc";
|
public static string libxlCompany = "Amkor Technology korea, Inc";
|
||||||
public static string libxlKey = "windows-282b2b0800c5e0016bb06a6fafjfd6o8";
|
public static string libxlKey = "windows-282b2b0800c5e0016bb06a6fafjfd6o8";
|
||||||
|
public static int camIndex = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
506
SubProject/FCOMMON/License-LGPL.txt
Normal file
506
SubProject/FCOMMON/License-LGPL.txt
Normal file
@@ -0,0 +1,506 @@
|
|||||||
|
GNU LESSER GENERAL PUBLIC LICENSE
|
||||||
|
Version 2.1, February 1999
|
||||||
|
|
||||||
|
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
||||||
|
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
|
[This is the first released version of the Lesser GPL. It also counts
|
||||||
|
as the successor of the GNU Library Public License, version 2, hence
|
||||||
|
the version number 2.1.]
|
||||||
|
|
||||||
|
Preamble
|
||||||
|
|
||||||
|
The licenses for most software are designed to take away your
|
||||||
|
freedom to share and change it. By contrast, the GNU General Public
|
||||||
|
Licenses are intended to guarantee your freedom to share and change
|
||||||
|
free software--to make sure the software is free for all its users.
|
||||||
|
|
||||||
|
This license, the Lesser General Public License, applies to some
|
||||||
|
specially designated software packages--typically libraries--of the
|
||||||
|
Free Software Foundation and other authors who decide to use it. You
|
||||||
|
can use it too, but we suggest you first think carefully about whether
|
||||||
|
this license or the ordinary General Public License is the better
|
||||||
|
strategy to use in any particular case, based on the explanations below.
|
||||||
|
|
||||||
|
When we speak of free software, we are referring to freedom of use,
|
||||||
|
not price. Our General Public Licenses are designed to make sure that
|
||||||
|
you have the freedom to distribute copies of free software (and charge
|
||||||
|
for this service if you wish); that you receive source code or can get
|
||||||
|
it if you want it; that you can change the software and use pieces of
|
||||||
|
it in new free programs; and that you are informed that you can do
|
||||||
|
these things.
|
||||||
|
|
||||||
|
To protect your rights, we need to make restrictions that forbid
|
||||||
|
distributors to deny you these rights or to ask you to surrender these
|
||||||
|
rights. These restrictions translate to certain responsibilities for
|
||||||
|
you if you distribute copies of the library or if you modify it.
|
||||||
|
|
||||||
|
For example, if you distribute copies of the library, whether gratis
|
||||||
|
or for a fee, you must give the recipients all the rights that we gave
|
||||||
|
you. You must make sure that they, too, receive or can get the source
|
||||||
|
code. If you link other code with the library, you must provide
|
||||||
|
complete object files to the recipients, so that they can relink them
|
||||||
|
with the library after making changes to the library and recompiling
|
||||||
|
it. And you must show them these terms so they know their rights.
|
||||||
|
|
||||||
|
We protect your rights with a two-step method: (1) we copyright the
|
||||||
|
library, and (2) we offer you this license, which gives you legal
|
||||||
|
permission to copy, distribute and/or modify the library.
|
||||||
|
|
||||||
|
To protect each distributor, we want to make it very clear that
|
||||||
|
there is no warranty for the free library. Also, if the library is
|
||||||
|
modified by someone else and passed on, the recipients should know
|
||||||
|
that what they have is not the original version, so that the original
|
||||||
|
author's reputation will not be affected by problems that might be
|
||||||
|
introduced by others.
|
||||||
|
|
||||||
|
Finally, software patents pose a constant threat to the existence of
|
||||||
|
any free program. We wish to make sure that a company cannot
|
||||||
|
effectively restrict the users of a free program by obtaining a
|
||||||
|
restrictive license from a patent holder. Therefore, we insist that
|
||||||
|
any patent license obtained for a version of the library must be
|
||||||
|
consistent with the full freedom of use specified in this license.
|
||||||
|
|
||||||
|
Most GNU software, including some libraries, is covered by the
|
||||||
|
ordinary GNU General Public License. This license, the GNU Lesser
|
||||||
|
General Public License, applies to certain designated libraries, and
|
||||||
|
is quite different from the ordinary General Public License. We use
|
||||||
|
this license for certain libraries in order to permit linking those
|
||||||
|
libraries into non-free programs.
|
||||||
|
|
||||||
|
When a program is linked with a library, whether statically or using
|
||||||
|
a shared library, the combination of the two is legally speaking a
|
||||||
|
combined work, a derivative of the original library. The ordinary
|
||||||
|
General Public License therefore permits such linking only if the
|
||||||
|
entire combination fits its criteria of freedom. The Lesser General
|
||||||
|
Public License permits more lax criteria for linking other code with
|
||||||
|
the library.
|
||||||
|
|
||||||
|
We call this license the "Lesser" General Public License because it
|
||||||
|
does Less to protect the user's freedom than the ordinary General
|
||||||
|
Public License. It also provides other free software developers Less
|
||||||
|
of an advantage over competing non-free programs. These disadvantages
|
||||||
|
are the reason we use the ordinary General Public License for many
|
||||||
|
libraries. However, the Lesser license provides advantages in certain
|
||||||
|
special circumstances.
|
||||||
|
|
||||||
|
For example, on rare occasions, there may be a special need to
|
||||||
|
encourage the widest possible use of a certain library, so that it becomes
|
||||||
|
a de-facto standard. To achieve this, non-free programs must be
|
||||||
|
allowed to use the library. A more frequent case is that a free
|
||||||
|
library does the same job as widely used non-free libraries. In this
|
||||||
|
case, there is little to gain by limiting the free library to free
|
||||||
|
software only, so we use the Lesser General Public License.
|
||||||
|
|
||||||
|
In other cases, permission to use a particular library in non-free
|
||||||
|
programs enables a greater number of people to use a large body of
|
||||||
|
free software. For example, permission to use the GNU C Library in
|
||||||
|
non-free programs enables many more people to use the whole GNU
|
||||||
|
operating system, as well as its variant, the GNU/Linux operating
|
||||||
|
system.
|
||||||
|
|
||||||
|
Although the Lesser General Public License is Less protective of the
|
||||||
|
users' freedom, it does ensure that the user of a program that is
|
||||||
|
linked with the Library has the freedom and the wherewithal to run
|
||||||
|
that program using a modified version of the Library.
|
||||||
|
|
||||||
|
The precise terms and conditions for copying, distribution and
|
||||||
|
modification follow. Pay close attention to the difference between a
|
||||||
|
"work based on the library" and a "work that uses the library". The
|
||||||
|
former contains code derived from the library, whereas the latter must
|
||||||
|
be combined with the library in order to run.
|
||||||
|
|
||||||
|
GNU LESSER GENERAL PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. This License Agreement applies to any software library or other
|
||||||
|
program which contains a notice placed by the copyright holder or
|
||||||
|
other authorized party saying it may be distributed under the terms of
|
||||||
|
this Lesser General Public License (also called "this License").
|
||||||
|
Each licensee is addressed as "you".
|
||||||
|
|
||||||
|
A "library" means a collection of software functions and/or data
|
||||||
|
prepared so as to be conveniently linked with application programs
|
||||||
|
(which use some of those functions and data) to form executables.
|
||||||
|
|
||||||
|
The "Library", below, refers to any such software library or work
|
||||||
|
which has been distributed under these terms. A "work based on the
|
||||||
|
Library" means either the Library or any derivative work under
|
||||||
|
copyright law: that is to say, a work containing the Library or a
|
||||||
|
portion of it, either verbatim or with modifications and/or translated
|
||||||
|
straightforwardly into another language. (Hereinafter, translation is
|
||||||
|
included without limitation in the term "modification".)
|
||||||
|
|
||||||
|
"Source code" for a work means the preferred form of the work for
|
||||||
|
making modifications to it. For a library, complete source code means
|
||||||
|
all the source code for all modules it contains, plus any associated
|
||||||
|
interface definition files, plus the scripts used to control compilation
|
||||||
|
and installation of the library.
|
||||||
|
|
||||||
|
Activities other than copying, distribution and modification are not
|
||||||
|
covered by this License; they are outside its scope. The act of
|
||||||
|
running a program using the Library is not restricted, and output from
|
||||||
|
such a program is covered only if its contents constitute a work based
|
||||||
|
on the Library (independent of the use of the Library in a tool for
|
||||||
|
writing it). Whether that is true depends on what the Library does
|
||||||
|
and what the program that uses the Library does.
|
||||||
|
|
||||||
|
1. You may copy and distribute verbatim copies of the Library's
|
||||||
|
complete source code as you receive it, in any medium, provided that
|
||||||
|
you conspicuously and appropriately publish on each copy an
|
||||||
|
appropriate copyright notice and disclaimer of warranty; keep intact
|
||||||
|
all the notices that refer to this License and to the absence of any
|
||||||
|
warranty; and distribute a copy of this License along with the
|
||||||
|
Library.
|
||||||
|
|
||||||
|
You may charge a fee for the physical act of transferring a copy,
|
||||||
|
and you may at your option offer warranty protection in exchange for a
|
||||||
|
fee.
|
||||||
|
|
||||||
|
2. You may modify your copy or copies of the Library or any portion
|
||||||
|
of it, thus forming a work based on the Library, and copy and
|
||||||
|
distribute such modifications or work under the terms of Section 1
|
||||||
|
above, provided that you also meet all of these conditions:
|
||||||
|
|
||||||
|
a) The modified work must itself be a software library.
|
||||||
|
|
||||||
|
b) You must cause the files modified to carry prominent notices
|
||||||
|
stating that you changed the files and the date of any change.
|
||||||
|
|
||||||
|
c) You must cause the whole of the work to be licensed at no
|
||||||
|
charge to all third parties under the terms of this License.
|
||||||
|
|
||||||
|
d) If a facility in the modified Library refers to a function or a
|
||||||
|
table of data to be supplied by an application program that uses
|
||||||
|
the facility, other than as an argument passed when the facility
|
||||||
|
is invoked, then you must make a good faith effort to ensure that,
|
||||||
|
in the event an application does not supply such function or
|
||||||
|
table, the facility still operates, and performs whatever part of
|
||||||
|
its purpose remains meaningful.
|
||||||
|
|
||||||
|
(For example, a function in a library to compute square roots has
|
||||||
|
a purpose that is entirely well-defined independent of the
|
||||||
|
application. Therefore, Subsection 2d requires that any
|
||||||
|
application-supplied function or table used by this function must
|
||||||
|
be optional: if the application does not supply it, the square
|
||||||
|
root function must still compute square roots.)
|
||||||
|
|
||||||
|
These requirements apply to the modified work as a whole. If
|
||||||
|
identifiable sections of that work are not derived from the Library,
|
||||||
|
and can be reasonably considered independent and separate works in
|
||||||
|
themselves, then this License, and its terms, do not apply to those
|
||||||
|
sections when you distribute them as separate works. But when you
|
||||||
|
distribute the same sections as part of a whole which is a work based
|
||||||
|
on the Library, the distribution of the whole must be on the terms of
|
||||||
|
this License, whose permissions for other licensees extend to the
|
||||||
|
entire whole, and thus to each and every part regardless of who wrote
|
||||||
|
it.
|
||||||
|
|
||||||
|
Thus, it is not the intent of this section to claim rights or contest
|
||||||
|
your rights to work written entirely by you; rather, the intent is to
|
||||||
|
exercise the right to control the distribution of derivative or
|
||||||
|
collective works based on the Library.
|
||||||
|
|
||||||
|
In addition, mere aggregation of another work not based on the Library
|
||||||
|
with the Library (or with a work based on the Library) on a volume of
|
||||||
|
a storage or distribution medium does not bring the other work under
|
||||||
|
the scope of this License.
|
||||||
|
|
||||||
|
3. You may opt to apply the terms of the ordinary GNU General Public
|
||||||
|
License instead of this License to a given copy of the Library. To do
|
||||||
|
this, you must alter all the notices that refer to this License, so
|
||||||
|
that they refer to the ordinary GNU General Public License, version 2,
|
||||||
|
instead of to this License. (If a newer version than version 2 of the
|
||||||
|
ordinary GNU General Public License has appeared, then you can specify
|
||||||
|
that version instead if you wish.) Do not make any other change in
|
||||||
|
these notices.
|
||||||
|
|
||||||
|
Once this change is made in a given copy, it is irreversible for
|
||||||
|
that copy, so the ordinary GNU General Public License applies to all
|
||||||
|
subsequent copies and derivative works made from that copy.
|
||||||
|
|
||||||
|
This option is useful when you wish to copy part of the code of
|
||||||
|
the Library into a program that is not a library.
|
||||||
|
|
||||||
|
4. You may copy and distribute the Library (or a portion or
|
||||||
|
derivative of it, under Section 2) in object code or executable form
|
||||||
|
under the terms of Sections 1 and 2 above provided that you accompany
|
||||||
|
it with the complete corresponding machine-readable source code, which
|
||||||
|
must be distributed under the terms of Sections 1 and 2 above on a
|
||||||
|
medium customarily used for software interchange.
|
||||||
|
|
||||||
|
If distribution of object code is made by offering access to copy
|
||||||
|
from a designated place, then offering equivalent access to copy the
|
||||||
|
source code from the same place satisfies the requirement to
|
||||||
|
distribute the source code, even though third parties are not
|
||||||
|
compelled to copy the source along with the object code.
|
||||||
|
|
||||||
|
5. A program that contains no derivative of any portion of the
|
||||||
|
Library, but is designed to work with the Library by being compiled or
|
||||||
|
linked with it, is called a "work that uses the Library". Such a
|
||||||
|
work, in isolation, is not a derivative work of the Library, and
|
||||||
|
therefore falls outside the scope of this License.
|
||||||
|
|
||||||
|
However, linking a "work that uses the Library" with the Library
|
||||||
|
creates an executable that is a derivative of the Library (because it
|
||||||
|
contains portions of the Library), rather than a "work that uses the
|
||||||
|
library". The executable is therefore covered by this License.
|
||||||
|
Section 6 states terms for distribution of such executables.
|
||||||
|
|
||||||
|
When a "work that uses the Library" uses material from a header file
|
||||||
|
that is part of the Library, the object code for the work may be a
|
||||||
|
derivative work of the Library even though the source code is not.
|
||||||
|
Whether this is true is especially significant if the work can be
|
||||||
|
linked without the Library, or if the work is itself a library. The
|
||||||
|
threshold for this to be true is not precisely defined by law.
|
||||||
|
|
||||||
|
If such an object file uses only numerical parameters, data
|
||||||
|
structure layouts and accessors, and small macros and small inline
|
||||||
|
functions (ten lines or less in length), then the use of the object
|
||||||
|
file is unrestricted, regardless of whether it is legally a derivative
|
||||||
|
work. (Executables containing this object code plus portions of the
|
||||||
|
Library will still fall under Section 6.)
|
||||||
|
|
||||||
|
Otherwise, if the work is a derivative of the Library, you may
|
||||||
|
distribute the object code for the work under the terms of Section 6.
|
||||||
|
Any executables containing that work also fall under Section 6,
|
||||||
|
whether or not they are linked directly with the Library itself.
|
||||||
|
|
||||||
|
6. As an exception to the Sections above, you may also combine or
|
||||||
|
link a "work that uses the Library" with the Library to produce a
|
||||||
|
work containing portions of the Library, and distribute that work
|
||||||
|
under terms of your choice, provided that the terms permit
|
||||||
|
modification of the work for the customer's own use and reverse
|
||||||
|
engineering for debugging such modifications.
|
||||||
|
|
||||||
|
You must give prominent notice with each copy of the work that the
|
||||||
|
Library is used in it and that the Library and its use are covered by
|
||||||
|
this License. You must supply a copy of this License. If the work
|
||||||
|
during execution displays copyright notices, you must include the
|
||||||
|
copyright notice for the Library among them, as well as a reference
|
||||||
|
directing the user to the copy of this License. Also, you must do one
|
||||||
|
of these things:
|
||||||
|
|
||||||
|
a) Accompany the work with the complete corresponding
|
||||||
|
machine-readable source code for the Library including whatever
|
||||||
|
changes were used in the work (which must be distributed under
|
||||||
|
Sections 1 and 2 above); and, if the work is an executable linked
|
||||||
|
with the Library, with the complete machine-readable "work that
|
||||||
|
uses the Library", as object code and/or source code, so that the
|
||||||
|
user can modify the Library and then relink to produce a modified
|
||||||
|
executable containing the modified Library. (It is understood
|
||||||
|
that the user who changes the contents of definitions files in the
|
||||||
|
Library will not necessarily be able to recompile the application
|
||||||
|
to use the modified definitions.)
|
||||||
|
|
||||||
|
b) Use a suitable shared library mechanism for linking with the
|
||||||
|
Library. A suitable mechanism is one that (1) uses at run time a
|
||||||
|
copy of the library already present on the user's computer system,
|
||||||
|
rather than copying library functions into the executable, and (2)
|
||||||
|
will operate properly with a modified version of the library, if
|
||||||
|
the user installs one, as long as the modified version is
|
||||||
|
interface-compatible with the version that the work was made with.
|
||||||
|
|
||||||
|
c) Accompany the work with a written offer, valid for at
|
||||||
|
least three years, to give the same user the materials
|
||||||
|
specified in Subsection 6a, above, for a charge no more
|
||||||
|
than the cost of performing this distribution.
|
||||||
|
|
||||||
|
d) If distribution of the work is made by offering access to copy
|
||||||
|
from a designated place, offer equivalent access to copy the above
|
||||||
|
specified materials from the same place.
|
||||||
|
|
||||||
|
e) Verify that the user has already received a copy of these
|
||||||
|
materials or that you have already sent this user a copy.
|
||||||
|
|
||||||
|
For an executable, the required form of the "work that uses the
|
||||||
|
Library" must include any data and utility programs needed for
|
||||||
|
reproducing the executable from it. However, as a special exception,
|
||||||
|
the materials to be distributed need not include anything that is
|
||||||
|
normally distributed (in either source or binary form) with the major
|
||||||
|
components (compiler, kernel, and so on) of the operating system on
|
||||||
|
which the executable runs, unless that component itself accompanies
|
||||||
|
the executable.
|
||||||
|
|
||||||
|
It may happen that this requirement contradicts the license
|
||||||
|
restrictions of other proprietary libraries that do not normally
|
||||||
|
accompany the operating system. Such a contradiction means you cannot
|
||||||
|
use both them and the Library together in an executable that you
|
||||||
|
distribute.
|
||||||
|
|
||||||
|
7. You may place library facilities that are a work based on the
|
||||||
|
Library side-by-side in a single library together with other library
|
||||||
|
facilities not covered by this License, and distribute such a combined
|
||||||
|
library, provided that the separate distribution of the work based on
|
||||||
|
the Library and of the other library facilities is otherwise
|
||||||
|
permitted, and provided that you do these two things:
|
||||||
|
|
||||||
|
a) Accompany the combined library with a copy of the same work
|
||||||
|
based on the Library, uncombined with any other library
|
||||||
|
facilities. This must be distributed under the terms of the
|
||||||
|
Sections above.
|
||||||
|
|
||||||
|
b) Give prominent notice with the combined library of the fact
|
||||||
|
that part of it is a work based on the Library, and explaining
|
||||||
|
where to find the accompanying uncombined form of the same work.
|
||||||
|
|
||||||
|
8. You may not copy, modify, sublicense, link with, or distribute
|
||||||
|
the Library except as expressly provided under this License. Any
|
||||||
|
attempt otherwise to copy, modify, sublicense, link with, or
|
||||||
|
distribute the Library is void, and will automatically terminate your
|
||||||
|
rights under this License. However, parties who have received copies,
|
||||||
|
or rights, from you under this License will not have their licenses
|
||||||
|
terminated so long as such parties remain in full compliance.
|
||||||
|
|
||||||
|
9. You are not required to accept this License, since you have not
|
||||||
|
signed it. However, nothing else grants you permission to modify or
|
||||||
|
distribute the Library or its derivative works. These actions are
|
||||||
|
prohibited by law if you do not accept this License. Therefore, by
|
||||||
|
modifying or distributing the Library (or any work based on the
|
||||||
|
Library), you indicate your acceptance of this License to do so, and
|
||||||
|
all its terms and conditions for copying, distributing or modifying
|
||||||
|
the Library or works based on it.
|
||||||
|
|
||||||
|
10. Each time you redistribute the Library (or any work based on the
|
||||||
|
Library), the recipient automatically receives a license from the
|
||||||
|
original licensor to copy, distribute, link with or modify the Library
|
||||||
|
subject to these terms and conditions. You may not impose any further
|
||||||
|
restrictions on the recipients' exercise of the rights granted herein.
|
||||||
|
You are not responsible for enforcing compliance by third parties with
|
||||||
|
this License.
|
||||||
|
|
||||||
|
11. If, as a consequence of a court judgment or allegation of patent
|
||||||
|
infringement or for any other reason (not limited to patent issues),
|
||||||
|
conditions are imposed on you (whether by court order, agreement or
|
||||||
|
otherwise) that contradict the conditions of this License, they do not
|
||||||
|
excuse you from the conditions of this License. If you cannot
|
||||||
|
distribute so as to satisfy simultaneously your obligations under this
|
||||||
|
License and any other pertinent obligations, then as a consequence you
|
||||||
|
may not distribute the Library at all. For example, if a patent
|
||||||
|
license would not permit royalty-free redistribution of the Library by
|
||||||
|
all those who receive copies directly or indirectly through you, then
|
||||||
|
the only way you could satisfy both it and this License would be to
|
||||||
|
refrain entirely from distribution of the Library.
|
||||||
|
|
||||||
|
If any portion of this section is held invalid or unenforceable under any
|
||||||
|
particular circumstance, the balance of the section is intended to apply,
|
||||||
|
and the section as a whole is intended to apply in other circumstances.
|
||||||
|
|
||||||
|
It is not the purpose of this section to induce you to infringe any
|
||||||
|
patents or other property right claims or to contest validity of any
|
||||||
|
such claims; this section has the sole purpose of protecting the
|
||||||
|
integrity of the free software distribution system which is
|
||||||
|
implemented by public license practices. Many people have made
|
||||||
|
generous contributions to the wide range of software distributed
|
||||||
|
through that system in reliance on consistent application of that
|
||||||
|
system; it is up to the author/donor to decide if he or she is willing
|
||||||
|
to distribute software through any other system and a licensee cannot
|
||||||
|
impose that choice.
|
||||||
|
|
||||||
|
This section is intended to make thoroughly clear what is believed to
|
||||||
|
be a consequence of the rest of this License.
|
||||||
|
|
||||||
|
12. If the distribution and/or use of the Library is restricted in
|
||||||
|
certain countries either by patents or by copyrighted interfaces, the
|
||||||
|
original copyright holder who places the Library under this License may add
|
||||||
|
an explicit geographical distribution limitation excluding those countries,
|
||||||
|
so that distribution is permitted only in or among countries not thus
|
||||||
|
excluded. In such case, this License incorporates the limitation as if
|
||||||
|
written in the body of this License.
|
||||||
|
|
||||||
|
13. The Free Software Foundation may publish revised and/or new
|
||||||
|
versions of the Lesser General Public License from time to time.
|
||||||
|
Such new versions will be similar in spirit to the present version,
|
||||||
|
but may differ in detail to address new problems or concerns.
|
||||||
|
|
||||||
|
Each version is given a distinguishing version number. If the Library
|
||||||
|
specifies a version number of this License which applies to it and
|
||||||
|
"any later version", you have the option of following the terms and
|
||||||
|
conditions either of that version or of any later version published by
|
||||||
|
the Free Software Foundation. If the Library does not specify a
|
||||||
|
license version number, you may choose any version ever published by
|
||||||
|
the Free Software Foundation.
|
||||||
|
|
||||||
|
14. If you wish to incorporate parts of the Library into other free
|
||||||
|
programs whose distribution conditions are incompatible with these,
|
||||||
|
write to the author to ask for permission. For software which is
|
||||||
|
copyrighted by the Free Software Foundation, write to the Free
|
||||||
|
Software Foundation; we sometimes make exceptions for this. Our
|
||||||
|
decision will be guided by the two goals of preserving the free status
|
||||||
|
of all derivatives of our free software and of promoting the sharing
|
||||||
|
and reuse of software generally.
|
||||||
|
|
||||||
|
NO WARRANTY
|
||||||
|
|
||||||
|
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
||||||
|
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
||||||
|
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
|
||||||
|
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
|
||||||
|
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
|
||||||
|
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
|
||||||
|
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||||
|
|
||||||
|
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
||||||
|
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
|
||||||
|
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
||||||
|
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
||||||
|
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
||||||
|
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
|
||||||
|
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
|
||||||
|
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
||||||
|
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
||||||
|
DAMAGES.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
How to Apply These Terms to Your New Libraries
|
||||||
|
|
||||||
|
If you develop a new library, and you want it to be of the greatest
|
||||||
|
possible use to the public, we recommend making it free software that
|
||||||
|
everyone can redistribute and change. You can do so by permitting
|
||||||
|
redistribution under these terms (or, alternatively, under the terms of the
|
||||||
|
ordinary General Public License).
|
||||||
|
|
||||||
|
To apply these terms, attach the following notices to the library. It is
|
||||||
|
safest to attach them to the start of each source file to most effectively
|
||||||
|
convey the exclusion of warranty; and each file should have at least the
|
||||||
|
"copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
|
<one line to give the library's name and a brief idea of what it does.>
|
||||||
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
|
This library is free software; you can redistribute it and/or
|
||||||
|
modify it under the terms of the GNU Lesser General Public
|
||||||
|
License as published by the Free Software Foundation; either
|
||||||
|
version 2.1 of the License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This library is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
Lesser General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Lesser General Public
|
||||||
|
License along with this library; if not, write to the Free Software
|
||||||
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
|
You should also get your employer (if you work as a programmer) or your
|
||||||
|
school, if any, to sign a "copyright disclaimer" for the library, if
|
||||||
|
necessary. Here is a sample; alter the names:
|
||||||
|
|
||||||
|
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
||||||
|
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
|
||||||
|
|
||||||
|
<signature of Ty Coon>, 1 April 1990
|
||||||
|
Ty Coon, President of Vice
|
||||||
|
|
||||||
|
That's all there is to it!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
77
SubProject/FCOMMON/fWebCamera.Designer.cs
generated
Normal file
77
SubProject/FCOMMON/fWebCamera.Designer.cs
generated
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
namespace FCOMMON
|
||||||
|
{
|
||||||
|
partial class fWebCamera
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Required designer variable.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Clean up any resources being used.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Windows Form Designer generated code
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Required method for Designer support - do not modify
|
||||||
|
/// the contents of this method with the code editor.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
this.components = new System.ComponentModel.Container();
|
||||||
|
this.button1 = new System.Windows.Forms.Button();
|
||||||
|
this.imageBox1 = new Emgu.CV.UI.ImageBox();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.imageBox1)).BeginInit();
|
||||||
|
this.SuspendLayout();
|
||||||
|
//
|
||||||
|
// button1
|
||||||
|
//
|
||||||
|
this.button1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||||
|
this.button1.Location = new System.Drawing.Point(0, 334);
|
||||||
|
this.button1.Name = "button1";
|
||||||
|
this.button1.Size = new System.Drawing.Size(464, 43);
|
||||||
|
this.button1.TabIndex = 1;
|
||||||
|
this.button1.Text = "선택";
|
||||||
|
this.button1.UseVisualStyleBackColor = true;
|
||||||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||||
|
//
|
||||||
|
// imageBox1
|
||||||
|
//
|
||||||
|
this.imageBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
|
this.imageBox1.Location = new System.Drawing.Point(0, 0);
|
||||||
|
this.imageBox1.Name = "imageBox1";
|
||||||
|
this.imageBox1.Size = new System.Drawing.Size(464, 334);
|
||||||
|
this.imageBox1.TabIndex = 2;
|
||||||
|
this.imageBox1.TabStop = false;
|
||||||
|
//
|
||||||
|
// fWebCamera
|
||||||
|
//
|
||||||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.ClientSize = new System.Drawing.Size(464, 377);
|
||||||
|
this.Controls.Add(this.imageBox1);
|
||||||
|
this.Controls.Add(this.button1);
|
||||||
|
this.Name = "fWebCamera";
|
||||||
|
this.Text = "fWebCamera";
|
||||||
|
this.Load += new System.EventHandler(this.fWebCamera_Load);
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.imageBox1)).EndInit();
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private System.Windows.Forms.Button button1;
|
||||||
|
private Emgu.CV.UI.ImageBox imageBox1;
|
||||||
|
}
|
||||||
|
}
|
||||||
83
SubProject/FCOMMON/fWebCamera.cs
Normal file
83
SubProject/FCOMMON/fWebCamera.cs
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using System.Data;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
using Emgu.CV;
|
||||||
|
using Emgu.CV.Structure;
|
||||||
|
using Emgu.CV.CvEnum;
|
||||||
|
namespace FCOMMON
|
||||||
|
{
|
||||||
|
public partial class fWebCamera : Form
|
||||||
|
{
|
||||||
|
VideoCapture _capture;
|
||||||
|
public Bitmap bmp = null;
|
||||||
|
|
||||||
|
public fWebCamera(int idx = 0)
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
this._capture = new VideoCapture(idx);
|
||||||
|
//capture.SetCaptureProperty(CapProp.FrameWidth, 648);
|
||||||
|
//_capture.SetCaptureProperty(CapProp.FrameHeight, 480);
|
||||||
|
this._capture.ImageGrabbed += capture_ImageGrabbed;
|
||||||
|
this.FormClosing += fWebCamera_FormClosing;
|
||||||
|
}
|
||||||
|
|
||||||
|
void fWebCamera_FormClosing(object sender, FormClosingEventArgs e)
|
||||||
|
{
|
||||||
|
this._capture.ImageGrabbed -= capture_ImageGrabbed;
|
||||||
|
if (this._capture.IsOpened) this._capture.Stop();
|
||||||
|
this._capture.Dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void fWebCamera_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
srcimage = new Mat();
|
||||||
|
this._capture.Start();
|
||||||
|
this.imageBox1.Image = srcimage;
|
||||||
|
}
|
||||||
|
|
||||||
|
Mat srcimage;
|
||||||
|
DateTime lastimage = DateTime.Now;
|
||||||
|
|
||||||
|
void capture_ImageGrabbed(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (this._capture.Retrieve(srcimage, 0))
|
||||||
|
{
|
||||||
|
lastimage = DateTime.Now;
|
||||||
|
if (srcimage != null && srcimage.Width > 10 && srcimage.Height > 10)
|
||||||
|
{
|
||||||
|
if (this.Disposing || this.IsDisposed) return;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
this.imageBox1.Image = srcimage;
|
||||||
|
this.imageBox1.Invalidate();
|
||||||
|
}catch (Exception ex)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
//var img = this.pictureBox1.Image;
|
||||||
|
|
||||||
|
//if (img != null) img.Dispose();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void button1_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
_capture.Stop();
|
||||||
|
while(true)
|
||||||
|
{
|
||||||
|
var ts = DateTime.Now - lastimage;
|
||||||
|
if (ts.TotalSeconds >= 1.0)
|
||||||
|
break;
|
||||||
|
Application.DoEvents();
|
||||||
|
}
|
||||||
|
bmp = srcimage.Bitmap;
|
||||||
|
DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
120
SubProject/FCOMMON/fWebCamera.resx
Normal file
120
SubProject/FCOMMON/fWebCamera.resx
Normal file
@@ -0,0 +1,120 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
</root>
|
||||||
5
SubProject/FCOMMON/packages.config
Normal file
5
SubProject/FCOMMON/packages.config
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<packages>
|
||||||
|
<package id="EMGU.CV" version="3.4.3.3016" targetFramework="net40" />
|
||||||
|
<package id="ZedGraph" version="5.1.7" targetFramework="net40" />
|
||||||
|
</packages>
|
||||||
238
SubProject/FEQ0000/Purchase/fPurchase.Designer.cs
generated
238
SubProject/FEQ0000/Purchase/fPurchase.Designer.cs
generated
@@ -30,29 +30,29 @@
|
|||||||
{
|
{
|
||||||
this.components = new System.ComponentModel.Container();
|
this.components = new System.ComponentModel.Container();
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fPurchase));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fPurchase));
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType18 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType154 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType19 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType155 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType20 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType156 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType21 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType157 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType22 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType158 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType23 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType159 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType24 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType160 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType25 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType161 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType6 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType46 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType26 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType162 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType7 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType47 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType27 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType163 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType8 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType48 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType28 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType164 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType9 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType49 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType29 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType165 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType10 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
FarPoint.Win.Spread.CellType.NumberCellType numberCellType50 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType30 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType166 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType31 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType167 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType32 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType168 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType33 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType169 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.TextCellType textCellType34 = new FarPoint.Win.Spread.CellType.TextCellType();
|
FarPoint.Win.Spread.CellType.TextCellType textCellType170 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||||
FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType2 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
|
FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType10 = new FarPoint.Win.Spread.CellType.CheckBoxCellType();
|
||||||
this.dsPurchase = new FEQ0000.dsPurchase();
|
this.dsPurchase = new FEQ0000.dsPurchase();
|
||||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||||
this.ta = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
|
this.ta = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
|
||||||
@@ -69,11 +69,9 @@
|
|||||||
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
||||||
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
||||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|
||||||
this.btEdit = new System.Windows.Forms.ToolStripButton();
|
this.btEdit = new System.Windows.Forms.ToolStripButton();
|
||||||
this.btSave = new System.Windows.Forms.ToolStripButton();
|
this.btSave = new System.Windows.Forms.ToolStripButton();
|
||||||
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
||||||
this.lbSum = new System.Windows.Forms.ToolStripLabel();
|
this.lbSum = new System.Windows.Forms.ToolStripLabel();
|
||||||
this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
|
this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
|
||||||
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
|
||||||
@@ -113,6 +111,9 @@
|
|||||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||||
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
|
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
|
||||||
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
||||||
|
this.toolStripButton3 = new System.Windows.Forms.ToolStripDropDownButton();
|
||||||
|
this.집계ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||||
@@ -163,11 +164,9 @@
|
|||||||
this.bindingNavigatorSeparator2,
|
this.bindingNavigatorSeparator2,
|
||||||
this.bindingNavigatorAddNewItem,
|
this.bindingNavigatorAddNewItem,
|
||||||
this.bindingNavigatorDeleteItem,
|
this.bindingNavigatorDeleteItem,
|
||||||
this.toolStripButton1,
|
|
||||||
this.btEdit,
|
this.btEdit,
|
||||||
this.btSave,
|
this.btSave,
|
||||||
this.toolStripSeparator1,
|
this.toolStripSeparator1,
|
||||||
this.toolStripSeparator4,
|
|
||||||
this.lbSum,
|
this.lbSum,
|
||||||
this.toolStripLabel5,
|
this.toolStripLabel5,
|
||||||
this.toolStripLabel2,
|
this.toolStripLabel2,
|
||||||
@@ -256,8 +255,8 @@
|
|||||||
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
|
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
|
||||||
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
|
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
|
||||||
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
|
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
|
||||||
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(73, 28);
|
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(75, 28);
|
||||||
this.bindingNavigatorAddNewItem.Text = "Add(&A)";
|
this.bindingNavigatorAddNewItem.Text = "추가(&A)";
|
||||||
this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
|
this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
|
||||||
//
|
//
|
||||||
// bindingNavigatorDeleteItem
|
// bindingNavigatorDeleteItem
|
||||||
@@ -265,27 +264,17 @@
|
|||||||
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
|
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
|
||||||
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
|
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
|
||||||
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
|
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
|
||||||
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(86, 28);
|
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(76, 28);
|
||||||
this.bindingNavigatorDeleteItem.Text = "Delete(&D)";
|
this.bindingNavigatorDeleteItem.Text = "삭제(&D)";
|
||||||
this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click);
|
this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click);
|
||||||
//
|
//
|
||||||
// toolStripButton1
|
|
||||||
//
|
|
||||||
this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
||||||
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
|
||||||
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
||||||
this.toolStripButton1.Name = "toolStripButton1";
|
|
||||||
this.toolStripButton1.Size = new System.Drawing.Size(130, 28);
|
|
||||||
this.toolStripButton1.Text = "Report(Summary)";
|
|
||||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click_1);
|
|
||||||
//
|
|
||||||
// btEdit
|
// btEdit
|
||||||
//
|
//
|
||||||
this.btEdit.Image = ((System.Drawing.Image)(resources.GetObject("btEdit.Image")));
|
this.btEdit.Image = ((System.Drawing.Image)(resources.GetObject("btEdit.Image")));
|
||||||
this.btEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.btEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.btEdit.Name = "btEdit";
|
this.btEdit.Name = "btEdit";
|
||||||
this.btEdit.Size = new System.Drawing.Size(69, 28);
|
this.btEdit.Size = new System.Drawing.Size(73, 28);
|
||||||
this.btEdit.Text = "Edit(&E)";
|
this.btEdit.Text = "편집(&E)";
|
||||||
this.btEdit.Click += new System.EventHandler(this.toolStripButton2_Click);
|
this.btEdit.Click += new System.EventHandler(this.toolStripButton2_Click);
|
||||||
//
|
//
|
||||||
// btSave
|
// btSave
|
||||||
@@ -293,8 +282,8 @@
|
|||||||
this.btSave.Image = global::FEQ0000.Properties.Resources.action_save;
|
this.btSave.Image = global::FEQ0000.Properties.Resources.action_save;
|
||||||
this.btSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.btSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.btSave.Name = "btSave";
|
this.btSave.Name = "btSave";
|
||||||
this.btSave.Size = new System.Drawing.Size(75, 28);
|
this.btSave.Size = new System.Drawing.Size(74, 28);
|
||||||
this.btSave.Text = "Save(&S)";
|
this.btSave.Text = "저장(&S)";
|
||||||
this.btSave.Click += new System.EventHandler(this.btSave_Click);
|
this.btSave.Click += new System.EventHandler(this.btSave_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator1
|
// toolStripSeparator1
|
||||||
@@ -302,12 +291,6 @@
|
|||||||
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
||||||
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
|
||||||
//
|
//
|
||||||
// toolStripSeparator4
|
|
||||||
//
|
|
||||||
this.toolStripSeparator4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
||||||
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
||||||
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 31);
|
|
||||||
//
|
|
||||||
// lbSum
|
// lbSum
|
||||||
//
|
//
|
||||||
this.lbSum.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.lbSum.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||||
@@ -320,14 +303,14 @@
|
|||||||
//
|
//
|
||||||
this.toolStripLabel5.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripLabel5.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||||
this.toolStripLabel5.Name = "toolStripLabel5";
|
this.toolStripLabel5.Name = "toolStripLabel5";
|
||||||
this.toolStripLabel5.Size = new System.Drawing.Size(58, 28);
|
this.toolStripLabel5.Size = new System.Drawing.Size(31, 28);
|
||||||
this.toolStripLabel5.Text = "Sub Total";
|
this.toolStripLabel5.Text = "합계";
|
||||||
//
|
//
|
||||||
// toolStripLabel2
|
// toolStripLabel2
|
||||||
//
|
//
|
||||||
this.toolStripLabel2.Name = "toolStripLabel2";
|
this.toolStripLabel2.Name = "toolStripLabel2";
|
||||||
this.toolStripLabel2.Size = new System.Drawing.Size(43, 28);
|
this.toolStripLabel2.Size = new System.Drawing.Size(31, 28);
|
||||||
this.toolStripLabel2.Text = "Search";
|
this.toolStripLabel2.Text = "검색";
|
||||||
//
|
//
|
||||||
// tbFind
|
// tbFind
|
||||||
//
|
//
|
||||||
@@ -463,10 +446,12 @@
|
|||||||
this.toolStripSeparator3,
|
this.toolStripSeparator3,
|
||||||
this.toolStripLabel3,
|
this.toolStripLabel3,
|
||||||
this.tbRequest,
|
this.tbRequest,
|
||||||
|
this.toolStripSeparator4,
|
||||||
this.btSearch,
|
this.btSearch,
|
||||||
this.toolStripSeparator5,
|
this.toolStripSeparator5,
|
||||||
this.toolStripDropDownButton1,
|
this.toolStripDropDownButton1,
|
||||||
this.btViewDel,
|
this.btViewDel,
|
||||||
|
this.toolStripButton3,
|
||||||
this.toolStripButton2});
|
this.toolStripButton2});
|
||||||
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||||||
this.toolStrip1.Name = "toolStrip1";
|
this.toolStrip1.Name = "toolStrip1";
|
||||||
@@ -478,9 +463,9 @@
|
|||||||
//
|
//
|
||||||
this.cmDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cmDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.cmDate.Items.AddRange(new object[] {
|
this.cmDate.Items.AddRange(new object[] {
|
||||||
"Date",
|
"등록일",
|
||||||
"InDate",
|
"입고일",
|
||||||
"ExpDate"});
|
"입고예정일"});
|
||||||
this.cmDate.Name = "cmDate";
|
this.cmDate.Name = "cmDate";
|
||||||
this.cmDate.Size = new System.Drawing.Size(75, 31);
|
this.cmDate.Size = new System.Drawing.Size(75, 31);
|
||||||
//
|
//
|
||||||
@@ -515,14 +500,14 @@
|
|||||||
// toolStripLabel1
|
// toolStripLabel1
|
||||||
//
|
//
|
||||||
this.toolStripLabel1.Name = "toolStripLabel1";
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
||||||
this.toolStripLabel1.Size = new System.Drawing.Size(34, 28);
|
this.toolStripLabel1.Size = new System.Drawing.Size(31, 28);
|
||||||
this.toolStripLabel1.Text = "State";
|
this.toolStripLabel1.Text = "상태";
|
||||||
//
|
//
|
||||||
// cmbState
|
// cmbState
|
||||||
//
|
//
|
||||||
this.cmbState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cmbState.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.cmbState.Name = "cmbState";
|
this.cmbState.Name = "cmbState";
|
||||||
this.cmbState.Size = new System.Drawing.Size(100, 31);
|
this.cmbState.Size = new System.Drawing.Size(90, 31);
|
||||||
//
|
//
|
||||||
// toolStripSeparator3
|
// toolStripSeparator3
|
||||||
//
|
//
|
||||||
@@ -532,8 +517,8 @@
|
|||||||
// toolStripLabel3
|
// toolStripLabel3
|
||||||
//
|
//
|
||||||
this.toolStripLabel3.Name = "toolStripLabel3";
|
this.toolStripLabel3.Name = "toolStripLabel3";
|
||||||
this.toolStripLabel3.Size = new System.Drawing.Size(66, 28);
|
this.toolStripLabel3.Size = new System.Drawing.Size(43, 28);
|
||||||
this.toolStripLabel3.Text = "User Name";
|
this.toolStripLabel3.Text = "사용자";
|
||||||
this.toolStripLabel3.Click += new System.EventHandler(this.toolStripLabel3_Click);
|
this.toolStripLabel3.Click += new System.EventHandler(this.toolStripLabel3_Click);
|
||||||
//
|
//
|
||||||
// tbRequest
|
// tbRequest
|
||||||
@@ -549,8 +534,8 @@
|
|||||||
this.btSearch.Image = ((System.Drawing.Image)(resources.GetObject("btSearch.Image")));
|
this.btSearch.Image = ((System.Drawing.Image)(resources.GetObject("btSearch.Image")));
|
||||||
this.btSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.btSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
this.btSearch.Name = "btSearch";
|
this.btSearch.Name = "btSearch";
|
||||||
this.btSearch.Size = new System.Drawing.Size(89, 28);
|
this.btSearch.Size = new System.Drawing.Size(98, 28);
|
||||||
this.btSearch.Text = "Refresh(&R)";
|
this.btSearch.Text = "새로고침(&R)";
|
||||||
this.btSearch.Click += new System.EventHandler(this.btSearch_Click);
|
this.btSearch.Click += new System.EventHandler(this.btSearch_Click);
|
||||||
//
|
//
|
||||||
// toolStripSeparator5
|
// toolStripSeparator5
|
||||||
@@ -663,7 +648,7 @@
|
|||||||
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 37F;
|
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 37F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).AllowAutoFilter = true;
|
this.fpSpread1_Sheet1.Columns.Get(0).AllowAutoFilter = true;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).AllowAutoSort = true;
|
this.fpSpread1_Sheet1.Columns.Get(0).AllowAutoSort = true;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).CellType = textCellType18;
|
this.fpSpread1_Sheet1.Columns.Get(0).CellType = textCellType154;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "pdate";
|
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "pdate";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(0).Label = "등록일";
|
this.fpSpread1_Sheet1.Columns.Get(0).Label = "등록일";
|
||||||
@@ -671,7 +656,7 @@
|
|||||||
this.fpSpread1_Sheet1.Columns.Get(0).Width = 82F;
|
this.fpSpread1_Sheet1.Columns.Get(0).Width = 82F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).AllowAutoFilter = true;
|
this.fpSpread1_Sheet1.Columns.Get(1).AllowAutoFilter = true;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.fpSpread1_Sheet1.Columns.Get(1).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType19;
|
this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType155;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "state";
|
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "state";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).Label = "상태";
|
this.fpSpread1_Sheet1.Columns.Get(1).Label = "상태";
|
||||||
@@ -679,144 +664,144 @@
|
|||||||
this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(1).Width = 66F;
|
this.fpSpread1_Sheet1.Columns.Get(1).Width = 66F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).AllowAutoFilter = true;
|
this.fpSpread1_Sheet1.Columns.Get(2).AllowAutoFilter = true;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType20;
|
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType156;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "process";
|
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "process";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
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).Label = "공정";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(2).Width = 67F;
|
this.fpSpread1_Sheet1.Columns.Get(2).Width = 67F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType21;
|
this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType157;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "request";
|
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "request";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(3).Label = "요청";
|
this.fpSpread1_Sheet1.Columns.Get(3).Label = "요청";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(3).Width = 48F;
|
this.fpSpread1_Sheet1.Columns.Get(3).Width = 48F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType22;
|
this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType158;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(4).DataField = "sc";
|
this.fpSpread1_Sheet1.Columns.Get(4).DataField = "sc";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(4).Label = "SC#";
|
this.fpSpread1_Sheet1.Columns.Get(4).Label = "SC#";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(4).Width = 27F;
|
this.fpSpread1_Sheet1.Columns.Get(4).Width = 27F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType23;
|
this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType159;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(5).DataField = "receive";
|
this.fpSpread1_Sheet1.Columns.Get(5).DataField = "receive";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
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).Label = "수령";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(5).Width = 46F;
|
this.fpSpread1_Sheet1.Columns.Get(5).Width = 46F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).AllowAutoSort = true;
|
this.fpSpread1_Sheet1.Columns.Get(6).AllowAutoSort = true;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType24;
|
this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType160;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).DataField = "sid";
|
this.fpSpread1_Sheet1.Columns.Get(6).DataField = "sid";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).Label = "SID#";
|
this.fpSpread1_Sheet1.Columns.Get(6).Label = "SID#";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(6).Width = 55F;
|
this.fpSpread1_Sheet1.Columns.Get(6).Width = 55F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType25;
|
this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType161;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "pumname";
|
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "pumname";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(7).Label = "품명";
|
this.fpSpread1_Sheet1.Columns.Get(7).Label = "품명";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(7).Width = 33F;
|
this.fpSpread1_Sheet1.Columns.Get(7).Width = 33F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(8).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.fpSpread1_Sheet1.Columns.Get(8).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||||
numberCellType6.DecimalPlaces = 0;
|
numberCellType46.DecimalPlaces = 0;
|
||||||
numberCellType6.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
numberCellType46.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
||||||
numberCellType6.MaximumValue = 2147483647D;
|
numberCellType46.MaximumValue = 2147483647D;
|
||||||
numberCellType6.MinimumValue = -2147483648D;
|
numberCellType46.MinimumValue = -2147483648D;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(8).CellType = numberCellType6;
|
this.fpSpread1_Sheet1.Columns.Get(8).CellType = numberCellType46;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(8).DataField = "pumidx";
|
this.fpSpread1_Sheet1.Columns.Get(8).DataField = "pumidx";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(8).Label = "*";
|
this.fpSpread1_Sheet1.Columns.Get(8).Label = "*";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(8).Width = 14F;
|
this.fpSpread1_Sheet1.Columns.Get(8).Width = 14F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(9).CellType = textCellType26;
|
this.fpSpread1_Sheet1.Columns.Get(9).CellType = textCellType162;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(9).DataField = "pumscale";
|
this.fpSpread1_Sheet1.Columns.Get(9).DataField = "pumscale";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(9).Label = "모델";
|
this.fpSpread1_Sheet1.Columns.Get(9).Label = "모델";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(9).Width = 43F;
|
this.fpSpread1_Sheet1.Columns.Get(9).Width = 43F;
|
||||||
numberCellType7.DecimalPlaces = 0;
|
numberCellType47.DecimalPlaces = 0;
|
||||||
numberCellType7.NegativeRed = true;
|
numberCellType47.NegativeRed = true;
|
||||||
numberCellType7.NullDisplay = "--";
|
numberCellType47.NullDisplay = "--";
|
||||||
numberCellType7.Separator = ",";
|
numberCellType47.Separator = ",";
|
||||||
numberCellType7.ShowSeparator = true;
|
numberCellType47.ShowSeparator = true;
|
||||||
numberCellType7.ShrinkToFit = true;
|
numberCellType47.ShrinkToFit = true;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(10).CellType = numberCellType7;
|
this.fpSpread1_Sheet1.Columns.Get(10).CellType = numberCellType47;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(10).DataField = "pumqty";
|
this.fpSpread1_Sheet1.Columns.Get(10).DataField = "pumqty";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
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).Label = "수량";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(10).Width = 44F;
|
this.fpSpread1_Sheet1.Columns.Get(10).Width = 44F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType27;
|
this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType163;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(11).DataField = "pumunit";
|
this.fpSpread1_Sheet1.Columns.Get(11).DataField = "pumunit";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(11).Label = "단위";
|
this.fpSpread1_Sheet1.Columns.Get(11).Label = "단위";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(11).Width = 46F;
|
this.fpSpread1_Sheet1.Columns.Get(11).Width = 46F;
|
||||||
numberCellType8.DecimalPlaces = 0;
|
numberCellType48.DecimalPlaces = 0;
|
||||||
numberCellType8.NegativeRed = true;
|
numberCellType48.NegativeRed = true;
|
||||||
numberCellType8.NullDisplay = "--";
|
numberCellType48.NullDisplay = "--";
|
||||||
numberCellType8.Separator = ",";
|
numberCellType48.Separator = ",";
|
||||||
numberCellType8.ShowSeparator = true;
|
numberCellType48.ShowSeparator = true;
|
||||||
numberCellType8.ShrinkToFit = true;
|
numberCellType48.ShrinkToFit = true;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(12).CellType = numberCellType8;
|
this.fpSpread1_Sheet1.Columns.Get(12).CellType = numberCellType48;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(12).DataField = "pumprice";
|
this.fpSpread1_Sheet1.Columns.Get(12).DataField = "pumprice";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(12).Label = "단가";
|
this.fpSpread1_Sheet1.Columns.Get(12).Label = "단가";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(12).Width = 35F;
|
this.fpSpread1_Sheet1.Columns.Get(12).Width = 35F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(13).CellType = numberCellType8;
|
this.fpSpread1_Sheet1.Columns.Get(13).CellType = numberCellType48;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(13).DataField = "pumamt";
|
this.fpSpread1_Sheet1.Columns.Get(13).DataField = "pumamt";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(13).Label = "합계금액";
|
this.fpSpread1_Sheet1.Columns.Get(13).Label = "합계금액";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(13).Width = 32F;
|
this.fpSpread1_Sheet1.Columns.Get(13).Width = 32F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(14).AllowAutoFilter = true;
|
this.fpSpread1_Sheet1.Columns.Get(14).AllowAutoFilter = true;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType28;
|
this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType164;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(14).DataField = "supply";
|
this.fpSpread1_Sheet1.Columns.Get(14).DataField = "supply";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
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).Label = "공급업체";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(14).Width = 46F;
|
this.fpSpread1_Sheet1.Columns.Get(14).Width = 46F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(15).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.fpSpread1_Sheet1.Columns.Get(15).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||||
numberCellType9.DecimalPlaces = 0;
|
numberCellType49.DecimalPlaces = 0;
|
||||||
numberCellType9.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
numberCellType49.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
||||||
numberCellType9.MaximumValue = 2147483647D;
|
numberCellType49.MaximumValue = 2147483647D;
|
||||||
numberCellType9.MinimumValue = -2147483648D;
|
numberCellType49.MinimumValue = -2147483648D;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(15).CellType = numberCellType9;
|
this.fpSpread1_Sheet1.Columns.Get(15).CellType = numberCellType49;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(15).DataField = "supplyidx";
|
this.fpSpread1_Sheet1.Columns.Get(15).DataField = "supplyidx";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(15).Label = "*";
|
this.fpSpread1_Sheet1.Columns.Get(15).Label = "*";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(15).Width = 14F;
|
this.fpSpread1_Sheet1.Columns.Get(15).Width = 14F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(16).CellType = textCellType29;
|
this.fpSpread1_Sheet1.Columns.Get(16).CellType = textCellType165;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(16).DataField = "project";
|
this.fpSpread1_Sheet1.Columns.Get(16).DataField = "project";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
this.fpSpread1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(16).Label = "관련프로젝트";
|
this.fpSpread1_Sheet1.Columns.Get(16).Label = "관련프로젝트";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(16).Width = 46F;
|
this.fpSpread1_Sheet1.Columns.Get(16).Width = 46F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(17).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
this.fpSpread1_Sheet1.Columns.Get(17).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||||
numberCellType10.DecimalPlaces = 0;
|
numberCellType50.DecimalPlaces = 0;
|
||||||
numberCellType10.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
numberCellType50.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
||||||
numberCellType10.MaximumValue = 2147483647D;
|
numberCellType50.MaximumValue = 2147483647D;
|
||||||
numberCellType10.MinimumValue = -2147483648D;
|
numberCellType50.MinimumValue = -2147483648D;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(17).CellType = numberCellType10;
|
this.fpSpread1_Sheet1.Columns.Get(17).CellType = numberCellType50;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(17).DataField = "projectidx";
|
this.fpSpread1_Sheet1.Columns.Get(17).DataField = "projectidx";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(17).Label = "*";
|
this.fpSpread1_Sheet1.Columns.Get(17).Label = "*";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(17).Width = 14F;
|
this.fpSpread1_Sheet1.Columns.Get(17).Width = 14F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(18).CellType = textCellType30;
|
this.fpSpread1_Sheet1.Columns.Get(18).CellType = textCellType166;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(18).DataField = "asset";
|
this.fpSpread1_Sheet1.Columns.Get(18).DataField = "asset";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
this.fpSpread1_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(18).Label = "자산번호";
|
this.fpSpread1_Sheet1.Columns.Get(18).Label = "자산번호";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(18).Width = 35F;
|
this.fpSpread1_Sheet1.Columns.Get(18).Width = 35F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(19).CellType = textCellType31;
|
this.fpSpread1_Sheet1.Columns.Get(19).CellType = textCellType167;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(19).DataField = "edate";
|
this.fpSpread1_Sheet1.Columns.Get(19).DataField = "edate";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(19).Label = "입고예정";
|
this.fpSpread1_Sheet1.Columns.Get(19).Label = "입고예정";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(19).Width = 38F;
|
this.fpSpread1_Sheet1.Columns.Get(19).Width = 38F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(20).CellType = textCellType32;
|
this.fpSpread1_Sheet1.Columns.Get(20).CellType = textCellType168;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(20).DataField = "indate";
|
this.fpSpread1_Sheet1.Columns.Get(20).DataField = "indate";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(20).Label = "입고일";
|
this.fpSpread1_Sheet1.Columns.Get(20).Label = "입고일";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(20).Width = 42F;
|
this.fpSpread1_Sheet1.Columns.Get(20).Width = 42F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(21).CellType = textCellType33;
|
this.fpSpread1_Sheet1.Columns.Get(21).CellType = textCellType169;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(21).DataField = "po";
|
this.fpSpread1_Sheet1.Columns.Get(21).DataField = "po";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
this.fpSpread1_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(21).Label = "PO#";
|
this.fpSpread1_Sheet1.Columns.Get(21).Label = "PO#";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(21).Width = 23F;
|
this.fpSpread1_Sheet1.Columns.Get(21).Width = 23F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(22).CellType = textCellType34;
|
this.fpSpread1_Sheet1.Columns.Get(22).CellType = textCellType170;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(22).DataField = "dept";
|
this.fpSpread1_Sheet1.Columns.Get(22).DataField = "dept";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(22).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
this.fpSpread1_Sheet1.Columns.Get(22).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(22).Label = "비고";
|
this.fpSpread1_Sheet1.Columns.Get(22).Label = "비고";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(22).Width = 33F;
|
this.fpSpread1_Sheet1.Columns.Get(22).Width = 33F;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(23).CellType = checkBoxCellType2;
|
this.fpSpread1_Sheet1.Columns.Get(23).CellType = checkBoxCellType10;
|
||||||
this.fpSpread1_Sheet1.Columns.Get(23).DataField = "isdel";
|
this.fpSpread1_Sheet1.Columns.Get(23).DataField = "isdel";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(23).Label = "삭제됨";
|
this.fpSpread1_Sheet1.Columns.Get(23).Label = "삭제됨";
|
||||||
this.fpSpread1_Sheet1.Columns.Get(23).Tag = "isdel";
|
this.fpSpread1_Sheet1.Columns.Get(23).Tag = "isdel";
|
||||||
@@ -826,6 +811,28 @@
|
|||||||
this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
|
this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
|
||||||
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
||||||
//
|
//
|
||||||
|
// toolStripButton3
|
||||||
|
//
|
||||||
|
this.toolStripButton3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
|
this.집계ToolStripMenuItem});
|
||||||
|
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
|
||||||
|
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||||
|
this.toolStripButton3.Name = "toolStripButton3";
|
||||||
|
this.toolStripButton3.Size = new System.Drawing.Size(68, 28);
|
||||||
|
this.toolStripButton3.Text = "출력";
|
||||||
|
//
|
||||||
|
// 집계ToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.집계ToolStripMenuItem.Name = "집계ToolStripMenuItem";
|
||||||
|
this.집계ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
||||||
|
this.집계ToolStripMenuItem.Text = "집계";
|
||||||
|
this.집계ToolStripMenuItem.Click += new System.EventHandler(this.집계ToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
|
// toolStripSeparator4
|
||||||
|
//
|
||||||
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
||||||
|
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 31);
|
||||||
|
//
|
||||||
// fPurchase
|
// fPurchase
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||||
@@ -879,7 +886,6 @@
|
|||||||
private System.Windows.Forms.ContextMenuStrip cm1;
|
private System.Windows.Forms.ContextMenuStrip cm1;
|
||||||
private System.Windows.Forms.ToolStripLabel toolStripLabel3;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel3;
|
||||||
private System.Windows.Forms.ToolStripTextBox tbRequest;
|
private System.Windows.Forms.ToolStripTextBox tbRequest;
|
||||||
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|
||||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
||||||
private System.Windows.Forms.ToolStripLabel toolStripLabel5;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel5;
|
||||||
private System.Windows.Forms.ToolStripLabel lbSum;
|
private System.Windows.Forms.ToolStripLabel lbSum;
|
||||||
@@ -891,7 +897,6 @@
|
|||||||
private System.Windows.Forms.ToolStripMenuItem viewThisUserDataToolStripMenuItem;
|
private System.Windows.Forms.ToolStripMenuItem viewThisUserDataToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
||||||
private System.Windows.Forms.ToolStripMenuItem copyDataToolStripMenuItem;
|
private System.Windows.Forms.ToolStripMenuItem copyDataToolStripMenuItem;
|
||||||
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
||||||
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
|
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
|
||||||
private System.Windows.Forms.ToolStripTextBox tbFind;
|
private System.Windows.Forms.ToolStripTextBox tbFind;
|
||||||
private System.Windows.Forms.ToolStripButton btFind;
|
private System.Windows.Forms.ToolStripButton btFind;
|
||||||
@@ -915,5 +920,8 @@
|
|||||||
private System.Windows.Forms.ToolStripButton btViewDel;
|
private System.Windows.Forms.ToolStripButton btViewDel;
|
||||||
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
private System.Windows.Forms.ToolStripButton toolStripButton2;
|
||||||
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
||||||
|
private System.Windows.Forms.ToolStripDropDownButton toolStripButton3;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem 집계ToolStripMenuItem;
|
||||||
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -241,9 +241,7 @@ namespace FEQ0000
|
|||||||
|
|
||||||
private void toolStripButton1_Click_1(object sender, EventArgs e)
|
private void toolStripButton1_Click_1(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
Purchase.rPurchase f = new Purchase.rPurchase();
|
|
||||||
f.MdiParent = this.MdiParent;
|
|
||||||
f.Show();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e)
|
private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e)
|
||||||
@@ -689,5 +687,12 @@ namespace FEQ0000
|
|||||||
refreshData();
|
refreshData();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void 집계ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
Purchase.rPurchase f = new Purchase.rPurchase();
|
||||||
|
f.MdiParent = this.MdiParent;
|
||||||
|
f.Show();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -195,21 +195,6 @@
|
|||||||
86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
|
86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
|
||||||
QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
|
QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
|
||||||
bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
|
bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
|
||||||
</value>
|
|
||||||
</data>
|
|
||||||
<data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
||||||
<value>
|
|
||||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
|
||||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
|
|
||||||
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
|
|
||||||
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
|
|
||||||
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
|
|
||||||
VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9
|
|
||||||
c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32
|
|
||||||
Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo
|
|
||||||
mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+
|
|
||||||
kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D
|
|
||||||
TgDQASA1MVpwzwAAAABJRU5ErkJggg==
|
|
||||||
</value>
|
</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="btEdit.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
<data name="btEdit.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
@@ -329,4 +314,20 @@
|
|||||||
<metadata name="fpSpread1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="fpSpread1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>577, 17</value>
|
<value>577, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<data name="toolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||||
|
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJlSURBVGhD7Za9SlxRFIXnBYKMhWRmxCoPkLyDYOUPo6bI
|
||||||
|
IwxWQiRdCiFYSBDSWQjCEObnBexNk1TJNJbRImIhxCKiEfRk9mXdcDiz7njvzrkbArPgY37uYe21mH25
|
||||||
|
U5loopK19+W3K4fbtxhRrvjwf2P/6x3eG5QIh8fg5Oe9XYlweAzOrh/sSoTDYyAFzEqEw2OQFjApEQ6P
|
||||||
|
gV+g9BLh8BiEBUotEQ6PASsglFIiHB4DFj4leolweAxYcB+/BGLoFQ63BjH0YqaWIIZezNQSxNCLmVqC
|
||||||
|
GHoxU0sQQy9magli6MVMY9Fqf3eNtV5Cq31KzyCGXsw0FrPrPfdk4TBh9mWfnkEMvZhpLGaa3f+3wPbx
|
||||||
|
jZt7M3BTSx1XW+u7jY9n9Bxi6MVMs5Cdrq32XH3MTqfMH1y6uZ0fySu7noIYejHTLPydbqzzlRA2j34l
|
||||||
|
4Z/tnie/BDuTghh6MdMs/J2eXum6d59Gw73/fOuef7hICrzqX41cD0EMvZgpw9/p6nLX1bcG7sUwaFhC
|
||||||
|
Qkt4KSFl/GsMxNCLmTL8nZbQEl4++yWkpKyNfC9rFHowEEMvZhrCdpqVyHvj+iCGXszUZ9xOpyVqr7+5
|
||||||
|
6nC1phY7yZo9duP6IIZezNTnsZ2WEtXlzt+be6bZGzkzDsTQi5mm5N3pRo6/DFkghl7MNCXvTstDTUrU
|
||||||
|
xzxxs0AMvZipPHGfDldBs9NFQQy9mKn/xC2600VBDL2YaZ6/wbFADL2Yqey0lJDwRXe6KIihFzO1BDH0
|
||||||
|
YqaWIIZezNQSxNCLmVqCGHoxU0sQQy9magli6MVMLUGMiSYqR5XKHzP/iFmrzyd6AAAAAElFTkSuQmCC
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -3,4 +3,5 @@
|
|||||||
<repository path="..\Project\packages.config" />
|
<repository path="..\Project\packages.config" />
|
||||||
<repository path="..\SubProject\FBS0000\packages.config" />
|
<repository path="..\SubProject\FBS0000\packages.config" />
|
||||||
<repository path="..\SubProject\FCM0000\packages.config" />
|
<repository path="..\SubProject\FCM0000\packages.config" />
|
||||||
|
<repository path="..\SubProject\FCOMMON\packages.config" />
|
||||||
</repositories>
|
</repositories>
|
||||||
Reference in New Issue
Block a user