...
This commit is contained in:
		| @@ -66,6 +66,8 @@ | ||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType23 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType24 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType25 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType10 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType26 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||
|             FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType3 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(); | ||||
|             this.dsPurchase = new FEQ0000.dsPurchase(); | ||||
|             this.bs = new System.Windows.Forms.BindingSource(this.components); | ||||
| @@ -87,6 +89,7 @@ | ||||
|             this.btDel = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.btSave = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.toolStripButton8 = new System.Windows.Forms.ToolStripButton(); | ||||
|             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); | ||||
|             this.lbSum = new System.Windows.Forms.ToolStripLabel(); | ||||
|             this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel(); | ||||
| @@ -110,6 +113,7 @@ | ||||
|             this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator(); | ||||
|             this.exportDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.사용자내보내기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator(); | ||||
|             this.상태일괄변경ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.입고ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
| @@ -150,7 +154,7 @@ | ||||
|             this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); | ||||
|             this.label1 = new System.Windows.Forms.Label(); | ||||
|             this.label2 = new System.Windows.Forms.Label(); | ||||
|             this.사용자내보내기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             this.현재목록메일전송ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); | ||||
| @@ -208,6 +212,7 @@ | ||||
|             this.btDel, | ||||
|             this.toolStripButton4, | ||||
|             this.btSave, | ||||
|             this.toolStripButton8, | ||||
|             this.toolStripSeparator1, | ||||
|             this.lbSum, | ||||
|             this.toolStripLabel5, | ||||
| @@ -352,6 +357,15 @@ | ||||
|             this.btSave.Text = "저장(&S)"; | ||||
|             this.btSave.Click += new System.EventHandler(this.btSave_Click); | ||||
|             //  | ||||
|             // toolStripButton8 | ||||
|             //  | ||||
|             this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image"))); | ||||
|             this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta; | ||||
|             this.toolStripButton8.Name = "toolStripButton8"; | ||||
|             this.toolStripButton8.Size = new System.Drawing.Size(83, 28); | ||||
|             this.toolStripButton8.Text = "승인요청"; | ||||
|             this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click); | ||||
|             //  | ||||
|             // toolStripSeparator1 | ||||
|             //  | ||||
|             this.toolStripSeparator1.Name = "toolStripSeparator1"; | ||||
| @@ -441,7 +455,8 @@ | ||||
|             this.toolStripButton7.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { | ||||
|             this.입고품목메일전송ToolStripMenuItem, | ||||
|             this.엑셀에서가져오기ToolStripMenuItem, | ||||
|             this.견적서폴더열기ToolStripMenuItem}); | ||||
|             this.견적서폴더열기ToolStripMenuItem, | ||||
|             this.현재목록메일전송ToolStripMenuItem}); | ||||
|             this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image"))); | ||||
|             this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta; | ||||
|             this.toolStripButton7.Name = "toolStripButton7"; | ||||
| @@ -452,7 +467,7 @@ | ||||
|             //  | ||||
|             this.입고품목메일전송ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("입고품목메일전송ToolStripMenuItem.Image"))); | ||||
|             this.입고품목메일전송ToolStripMenuItem.Name = "입고품목메일전송ToolStripMenuItem"; | ||||
|             this.입고품목메일전송ToolStripMenuItem.Size = new System.Drawing.Size(182, 22); | ||||
|             this.입고품목메일전송ToolStripMenuItem.Size = new System.Drawing.Size(190, 30); | ||||
|             this.입고품목메일전송ToolStripMenuItem.Text = "입고 품목 메일 전송"; | ||||
|             this.입고품목메일전송ToolStripMenuItem.Click += new System.EventHandler(this.입고품목메일전송ToolStripMenuItem_Click); | ||||
|             //  | ||||
| @@ -460,7 +475,7 @@ | ||||
|             //  | ||||
|             this.엑셀에서가져오기ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("엑셀에서가져오기ToolStripMenuItem.Image"))); | ||||
|             this.엑셀에서가져오기ToolStripMenuItem.Name = "엑셀에서가져오기ToolStripMenuItem"; | ||||
|             this.엑셀에서가져오기ToolStripMenuItem.Size = new System.Drawing.Size(182, 22); | ||||
|             this.엑셀에서가져오기ToolStripMenuItem.Size = new System.Drawing.Size(190, 30); | ||||
|             this.엑셀에서가져오기ToolStripMenuItem.Text = "엑셀에서 가져오기"; | ||||
|             this.엑셀에서가져오기ToolStripMenuItem.Click += new System.EventHandler(this.엑셀에서가져오기ToolStripMenuItem_Click); | ||||
|             //  | ||||
| @@ -468,7 +483,7 @@ | ||||
|             //  | ||||
|             this.견적서폴더열기ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("견적서폴더열기ToolStripMenuItem.Image"))); | ||||
|             this.견적서폴더열기ToolStripMenuItem.Name = "견적서폴더열기ToolStripMenuItem"; | ||||
|             this.견적서폴더열기ToolStripMenuItem.Size = new System.Drawing.Size(182, 22); | ||||
|             this.견적서폴더열기ToolStripMenuItem.Size = new System.Drawing.Size(190, 30); | ||||
|             this.견적서폴더열기ToolStripMenuItem.Text = "견적서 폴더 열기"; | ||||
|             this.견적서폴더열기ToolStripMenuItem.Click += new System.EventHandler(this.견적서폴더열기ToolStripMenuItem_Click); | ||||
|             //  | ||||
| @@ -500,7 +515,7 @@ | ||||
|             this.sC검색ToolStripMenuItem, | ||||
|             this.cRCF검색ToolStripMenuItem}); | ||||
|             this.cm1.Name = "contextMenuStrip1"; | ||||
|             this.cm1.Size = new System.Drawing.Size(314, 506); | ||||
|             this.cm1.Size = new System.Drawing.Size(314, 484); | ||||
|             this.cm1.Opening += new System.ComponentModel.CancelEventHandler(this.cm1_Opening); | ||||
|             //  | ||||
|             // columnSizeToolStripMenuItem | ||||
| @@ -549,6 +564,13 @@ | ||||
|             this.exportDataToolStripMenuItem.Text = "목록 내보내기(xls)"; | ||||
|             this.exportDataToolStripMenuItem.Click += new System.EventHandler(this.exportDataToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // 사용자내보내기ToolStripMenuItem | ||||
|             //  | ||||
|             this.사용자내보내기ToolStripMenuItem.Name = "사용자내보내기ToolStripMenuItem"; | ||||
|             this.사용자내보내기ToolStripMenuItem.Size = new System.Drawing.Size(313, 42); | ||||
|             this.사용자내보내기ToolStripMenuItem.Text = "사용자 내보내기"; | ||||
|             this.사용자내보내기ToolStripMenuItem.Click += new System.EventHandler(this.사용자내보내기ToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // toolStripMenuItem4 | ||||
|             //  | ||||
|             this.toolStripMenuItem4.Name = "toolStripMenuItem4"; | ||||
| @@ -862,7 +884,7 @@ | ||||
|             this.fpSpread1_Sheet1.SheetName = "Sheet1"; | ||||
|             // Formulas and custom names must be loaded with R1C1 reference style | ||||
|             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; | ||||
|             this.fpSpread1_Sheet1.ColumnCount = 39; | ||||
|             this.fpSpread1_Sheet1.ColumnCount = 43; | ||||
|             this.fpSpread1_Sheet1.ActiveColumnIndex = -1; | ||||
|             this.fpSpread1_Sheet1.ActiveRowIndex = -1; | ||||
|             this.fpSpread1_Sheet1.AutoGenerateColumns = false; | ||||
| @@ -904,12 +926,12 @@ | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 35).Value = "PO#"; | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 36).Value = "비고\r\n(담당자)"; | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 37).Value = "구매담당"; | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 38).Value = "삭제됨"; | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 42).Value = "삭제됨"; | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 37F; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(0).CellType = checkBoxCellType1; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(0).DataField = "chk1"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(0).Label = "요청\r\n검사"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(0).Width = 31F; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(0).Width = 37F; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(1).CellType = checkBoxCellType2; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(1).DataField = "chk2"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(1).Label = "구매\r\n검사"; | ||||
| @@ -987,7 +1009,6 @@ | ||||
|             this.fpSpread1_Sheet1.Columns.Get(11).Label = "SCR/CF"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(11).Tag = "crcf"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(11).Visible = false; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(11).Width = 51F; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType11; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(12).DataField = "receiveName"; | ||||
| @@ -1117,7 +1138,6 @@ | ||||
|             this.fpSpread1_Sheet1.Columns.Get(28).DataField = "supplyidx"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(28).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(28).Label = "*"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(28).Visible = false; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(28).Width = 51F; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(29).AllowAutoFilter = true; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(29).CellType = textCellType19; | ||||
| @@ -1135,7 +1155,6 @@ | ||||
|             this.fpSpread1_Sheet1.Columns.Get(30).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(30).Label = "*"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(30).Tag = "projectidx"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(30).Visible = false; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(30).Width = 51F; | ||||
|             textCellType20.WordWrap = true; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(31).CellType = textCellType20; | ||||
| @@ -1184,11 +1203,35 @@ | ||||
|             this.fpSpread1_Sheet1.Columns.Get(37).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(37).Label = "구매담당"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(37).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(38).CellType = checkBoxCellType3; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(38).DataField = "isdel"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(38).Label = "삭제됨"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(38).Tag = "isdel"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(38).Width = 51F; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(38).BackColor = System.Drawing.Color.Red; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(38).CellType = numberCellType10; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(38).DataField = "idx"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(38).ForeColor = System.Drawing.Color.Red; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(38).Tag = "idx"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(38).Visible = false; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(39).BackColor = System.Drawing.Color.Red; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(39).CellType = textCellType26; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(39).DataField = "conf_status"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(39).ForeColor = System.Drawing.Color.Red; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(39).Tag = "conf_status"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(39).Visible = false; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(40).BackColor = System.Drawing.Color.Red; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(40).CellType = textCellType26; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(40).DataField = "conf_request"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(40).ForeColor = System.Drawing.Color.Red; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(40).Tag = "conf_request"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(40).Visible = false; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(41).BackColor = System.Drawing.Color.Red; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(41).CellType = textCellType26; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(41).DataField = "conf_reponse"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(41).ForeColor = System.Drawing.Color.Red; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(41).Tag = "conf_reponse"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(41).Visible = false; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(42).CellType = checkBoxCellType3; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(42).DataField = "isdel"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(42).Label = "삭제됨"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(42).Tag = "isdel"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(42).Width = 51F; | ||||
|             this.fpSpread1_Sheet1.DataAutoCellTypes = false; | ||||
|             this.fpSpread1_Sheet1.DataAutoSizeColumns = false; | ||||
|             this.fpSpread1_Sheet1.DataSource = this.bs; | ||||
| @@ -1222,12 +1265,12 @@ | ||||
|             this.label2.Text = "--"; | ||||
|             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | ||||
|             //  | ||||
|             // 사용자내보내기ToolStripMenuItem | ||||
|             // 현재목록메일전송ToolStripMenuItem | ||||
|             //  | ||||
|             this.사용자내보내기ToolStripMenuItem.Name = "사용자내보내기ToolStripMenuItem"; | ||||
|             this.사용자내보내기ToolStripMenuItem.Size = new System.Drawing.Size(313, 42); | ||||
|             this.사용자내보내기ToolStripMenuItem.Text = "사용자 내보내기"; | ||||
|             this.사용자내보내기ToolStripMenuItem.Click += new System.EventHandler(this.사용자내보내기ToolStripMenuItem_Click); | ||||
|             this.현재목록메일전송ToolStripMenuItem.Name = "현재목록메일전송ToolStripMenuItem"; | ||||
|             this.현재목록메일전송ToolStripMenuItem.Size = new System.Drawing.Size(190, 30); | ||||
|             this.현재목록메일전송ToolStripMenuItem.Text = "현재목록 메일 전송"; | ||||
|             this.현재목록메일전송ToolStripMenuItem.Click += new System.EventHandler(this.현재목록메일전송ToolStripMenuItem_Click); | ||||
|             //  | ||||
|             // fPurchaseNR | ||||
|             //  | ||||
| @@ -1342,7 +1385,9 @@ | ||||
|         private System.Windows.Forms.ToolStripComboBox cmbManager; | ||||
|         private System.Windows.Forms.ToolStripMenuItem 엑셀에서열기ToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripMenuItem 상태일괄변경ToolStripMenuItem; | ||||
|         private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1; | ||||
|         private System.Windows.Forms.ToolStripMenuItem 사용자내보내기ToolStripMenuItem; | ||||
|         private System.Windows.Forms.ToolStripButton toolStripButton8; | ||||
|         private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1; | ||||
|         private System.Windows.Forms.ToolStripMenuItem 현재목록메일전송ToolStripMenuItem; | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi