=====* unimarc *=====
------------------------ =====* ISBN 체크 프로그램 *===== ★작업완료★ a. 현재 마크팀 배포완료. - 추후 수정사항발생시 수정할 것. ------------------------ ===== 작업중 ===== b. 마크목록 폼 작성중 1. 엑셀반출 기능 추가중 사용 작업대기중 ===== 완료 ===== 1. 주문관리 팩스연동 완료 2. 전송된 팩스 확인 작업개시, 이메일 전송모듈 수정완료. 3. 주문관리에서 주문처와 목록 검색하는 폼 검색 모듈도 재수정 완료함. 4. 데이터베이스 내 이미지URL을 가져오는작업 완료 ISBN 체크 프로그램 => 본프로그램에 이식중. ㄴ> 코드는 다 옮겼으나 기존 사용하던 방식과 조금 달라서 버그발생 가능성 있음. ㄴ> 버그 체크 계속 해볼것. 21-04-15 ㄴ> 21_04_20 버그 없음. 2. 마크편집 폼 수정 중 (마크 반출 test프로젝트 진행완료, 본 프로젝트에 적용중. / 저장기능활성화 작업완료) 2-1. 기존의 칸채우기에서 예상되지 못한 버그가 발생하여 칸채우기 숨김. 2-2. 008태크 재배치 => TextBox에 적용완료. 변경사항 메모장으로 넘기는 작업 완료. 2-3. 저장기능 완료. (04.14 체크해볼것)
This commit is contained in:
		
							
								
								
									
										275
									
								
								unimarc/WindowsFormsApp1/마크/Search_Infor.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										275
									
								
								unimarc/WindowsFormsApp1/마크/Search_Infor.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -28,22 +28,24 @@ | ||||
|         /// </summary> | ||||
|         private void InitializeComponent() | ||||
|         { | ||||
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); | ||||
|             this.label1 = new System.Windows.Forms.Label(); | ||||
|             this.textBox1 = new System.Windows.Forms.TextBox(); | ||||
|             this.button1 = new System.Windows.Forms.Button(); | ||||
|             this.button2 = new System.Windows.Forms.Button(); | ||||
|             this.button3 = new System.Windows.Forms.Button(); | ||||
|             this.button4 = new System.Windows.Forms.Button(); | ||||
|             this.label2 = new System.Windows.Forms.Label(); | ||||
|             this.textBox2 = new System.Windows.Forms.TextBox(); | ||||
|             this.button5 = new System.Windows.Forms.Button(); | ||||
|             this.dataGridView1 = new System.Windows.Forms.DataGridView(); | ||||
|             this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.label2 = new System.Windows.Forms.Label(); | ||||
|             this.tb_search = new System.Windows.Forms.TextBox(); | ||||
|             this.btn_search = new System.Windows.Forms.Button(); | ||||
|             this.cb_filter = new System.Windows.Forms.ComboBox(); | ||||
|             this.btn_close = new System.Windows.Forms.Button(); | ||||
|             this.grade = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.ISBN = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.book_name = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.author = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.book_comp = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.price = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.pub_date = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.etc1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.etc2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             this.Marc = new System.Windows.Forms.DataGridViewTextBoxColumn(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
| @@ -52,141 +54,161 @@ | ||||
|             this.label1.AutoSize = true; | ||||
|             this.label1.Location = new System.Drawing.Point(12, 11); | ||||
|             this.label1.Name = "label1"; | ||||
|             this.label1.Size = new System.Drawing.Size(41, 12); | ||||
|             this.label1.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label1.TabIndex = 5; | ||||
|             this.label1.Text = "검색어"; | ||||
|             this.label1.Text = "검색필터"; | ||||
|             //  | ||||
|             // textBox1 | ||||
|             // dataGridView1 | ||||
|             //  | ||||
|             this.textBox1.Location = new System.Drawing.Point(59, 7); | ||||
|             this.textBox1.Name = "textBox1"; | ||||
|             this.textBox1.Size = new System.Drawing.Size(160, 21); | ||||
|             this.textBox1.TabIndex = 6; | ||||
|             //  | ||||
|             // button1 | ||||
|             //  | ||||
|             this.button1.Location = new System.Drawing.Point(225, 6); | ||||
|             this.button1.Name = "button1"; | ||||
|             this.button1.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button1.TabIndex = 7; | ||||
|             this.button1.Text = "검    색"; | ||||
|             this.button1.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // button2 | ||||
|             //  | ||||
|             this.button2.Location = new System.Drawing.Point(306, 6); | ||||
|             this.button2.Name = "button2"; | ||||
|             this.button2.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button2.TabIndex = 7; | ||||
|             this.button2.Text = "상세검색"; | ||||
|             this.button2.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // button3 | ||||
|             //  | ||||
|             this.button3.Location = new System.Drawing.Point(401, 6); | ||||
|             this.button3.Name = "button3"; | ||||
|             this.button3.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button3.TabIndex = 8; | ||||
|             this.button3.Text = "Excel..."; | ||||
|             this.button3.UseVisualStyleBackColor = true; | ||||
|             //  | ||||
|             // button4 | ||||
|             //  | ||||
|             this.button4.Location = new System.Drawing.Point(497, 6); | ||||
|             this.button4.Name = "button4"; | ||||
|             this.button4.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button4.TabIndex = 7; | ||||
|             this.button4.Text = "파    일"; | ||||
|             this.button4.UseVisualStyleBackColor = true; | ||||
|             this.dataGridView1.AllowUserToAddRows = false; | ||||
|             this.dataGridView1.AllowUserToDeleteRows = false; | ||||
|             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; | ||||
|             dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; | ||||
|             dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||
|             dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; | ||||
|             dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; | ||||
|             dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; | ||||
|             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; | ||||
|             this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; | ||||
|             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; | ||||
|             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { | ||||
|             this.grade, | ||||
|             this.ISBN, | ||||
|             this.book_name, | ||||
|             this.author, | ||||
|             this.book_comp, | ||||
|             this.price, | ||||
|             this.pub_date, | ||||
|             this.etc1, | ||||
|             this.etc2, | ||||
|             this.Marc}); | ||||
|             this.dataGridView1.Location = new System.Drawing.Point(12, 35); | ||||
|             this.dataGridView1.Name = "dataGridView1"; | ||||
|             this.dataGridView1.RowHeadersWidth = 20; | ||||
|             this.dataGridView1.RowTemplate.Height = 23; | ||||
|             this.dataGridView1.Size = new System.Drawing.Size(1234, 619); | ||||
|             this.dataGridView1.TabIndex = 49; | ||||
|             this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick); | ||||
|             //  | ||||
|             // label2 | ||||
|             //  | ||||
|             this.label2.AutoSize = true; | ||||
|             this.label2.Location = new System.Drawing.Point(578, 11); | ||||
|             this.label2.Location = new System.Drawing.Point(271, 11); | ||||
|             this.label2.Name = "label2"; | ||||
|             this.label2.Size = new System.Drawing.Size(53, 12); | ||||
|             this.label2.Size = new System.Drawing.Size(41, 12); | ||||
|             this.label2.TabIndex = 5; | ||||
|             this.label2.Text = "검색태그"; | ||||
|             this.label2.Text = "검색어"; | ||||
|             //  | ||||
|             // textBox2 | ||||
|             // tb_search | ||||
|             //  | ||||
|             this.textBox2.Location = new System.Drawing.Point(632, 7); | ||||
|             this.textBox2.Name = "textBox2"; | ||||
|             this.textBox2.Size = new System.Drawing.Size(120, 21); | ||||
|             this.textBox2.TabIndex = 6; | ||||
|             this.tb_search.Location = new System.Drawing.Point(318, 7); | ||||
|             this.tb_search.Name = "tb_search"; | ||||
|             this.tb_search.Size = new System.Drawing.Size(222, 21); | ||||
|             this.tb_search.TabIndex = 6; | ||||
|             this.tb_search.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_search_KeyDown); | ||||
|             //  | ||||
|             // button5 | ||||
|             // btn_search | ||||
|             //  | ||||
|             this.button5.Location = new System.Drawing.Point(758, 5); | ||||
|             this.button5.Name = "button5"; | ||||
|             this.button5.Size = new System.Drawing.Size(75, 23); | ||||
|             this.button5.TabIndex = 7; | ||||
|             this.button5.Text = "구분적용"; | ||||
|             this.button5.UseVisualStyleBackColor = true; | ||||
|             this.btn_search.Location = new System.Drawing.Point(551, 6); | ||||
|             this.btn_search.Name = "btn_search"; | ||||
|             this.btn_search.Size = new System.Drawing.Size(75, 23); | ||||
|             this.btn_search.TabIndex = 7; | ||||
|             this.btn_search.Text = "검    색"; | ||||
|             this.btn_search.UseVisualStyleBackColor = true; | ||||
|             this.btn_search.Click += new System.EventHandler(this.btn_search_Click); | ||||
|             //  | ||||
|             // dataGridView1 | ||||
|             // cb_filter | ||||
|             //  | ||||
|             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; | ||||
|             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { | ||||
|             this.Column1, | ||||
|             this.Column2, | ||||
|             this.Column3, | ||||
|             this.Column4, | ||||
|             this.Column5, | ||||
|             this.Column6}); | ||||
|             this.dataGridView1.Location = new System.Drawing.Point(14, 36); | ||||
|             this.dataGridView1.Name = "dataGridView1"; | ||||
|             this.dataGridView1.RowTemplate.Height = 23; | ||||
|             this.dataGridView1.Size = new System.Drawing.Size(819, 617); | ||||
|             this.dataGridView1.TabIndex = 49; | ||||
|             this.cb_filter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | ||||
|             this.cb_filter.FormattingEnabled = true; | ||||
|             this.cb_filter.Location = new System.Drawing.Point(71, 7); | ||||
|             this.cb_filter.Name = "cb_filter"; | ||||
|             this.cb_filter.Size = new System.Drawing.Size(161, 20); | ||||
|             this.cb_filter.TabIndex = 50; | ||||
|             //  | ||||
|             // Column1 | ||||
|             // btn_close | ||||
|             //  | ||||
|             this.Column1.HeaderText = "총서명"; | ||||
|             this.Column1.Name = "Column1"; | ||||
|             this.btn_close.Location = new System.Drawing.Point(639, 6); | ||||
|             this.btn_close.Name = "btn_close"; | ||||
|             this.btn_close.Size = new System.Drawing.Size(75, 23); | ||||
|             this.btn_close.TabIndex = 51; | ||||
|             this.btn_close.Text = "닫    기"; | ||||
|             this.btn_close.UseVisualStyleBackColor = true; | ||||
|             this.btn_close.Click += new System.EventHandler(this.btn_close_Click); | ||||
|             //  | ||||
|             // Column2 | ||||
|             // grade | ||||
|             //  | ||||
|             this.Column2.HeaderText = "저자"; | ||||
|             this.Column2.Name = "Column2"; | ||||
|             this.grade.HeaderText = "등급"; | ||||
|             this.grade.Name = "grade"; | ||||
|             this.grade.Width = 50; | ||||
|             //  | ||||
|             // Column3 | ||||
|             // ISBN | ||||
|             //  | ||||
|             this.Column3.HeaderText = "출판사"; | ||||
|             this.Column3.Name = "Column3"; | ||||
|             this.ISBN.HeaderText = "ISBN"; | ||||
|             this.ISBN.Name = "ISBN"; | ||||
|             //  | ||||
|             // Column4 | ||||
|             // book_name | ||||
|             //  | ||||
|             this.Column4.HeaderText = "정가"; | ||||
|             this.Column4.Name = "Column4"; | ||||
|             this.book_name.HeaderText = "도서명"; | ||||
|             this.book_name.Name = "book_name"; | ||||
|             this.book_name.Width = 250; | ||||
|             //  | ||||
|             // Column5 | ||||
|             // author | ||||
|             //  | ||||
|             this.Column5.HeaderText = "발행일"; | ||||
|             this.Column5.Name = "Column5"; | ||||
|             this.author.HeaderText = "저자"; | ||||
|             this.author.Name = "author"; | ||||
|             this.author.Width = 130; | ||||
|             //  | ||||
|             // Column6 | ||||
|             // book_comp | ||||
|             //  | ||||
|             this.Column6.HeaderText = "구분"; | ||||
|             this.Column6.Name = "Column6"; | ||||
|             this.book_comp.HeaderText = "출판사"; | ||||
|             this.book_comp.Name = "book_comp"; | ||||
|             this.book_comp.Width = 200; | ||||
|             //  | ||||
|             // price | ||||
|             //  | ||||
|             this.price.HeaderText = "정가"; | ||||
|             this.price.Name = "price"; | ||||
|             this.price.Width = 80; | ||||
|             //  | ||||
|             // pub_date | ||||
|             //  | ||||
|             this.pub_date.HeaderText = "출판년월"; | ||||
|             this.pub_date.Name = "pub_date"; | ||||
|             //  | ||||
|             // etc1 | ||||
|             //  | ||||
|             this.etc1.HeaderText = "비고1"; | ||||
|             this.etc1.Name = "etc1"; | ||||
|             this.etc1.Width = 140; | ||||
|             //  | ||||
|             // etc2 | ||||
|             //  | ||||
|             this.etc2.HeaderText = "비고2"; | ||||
|             this.etc2.Name = "etc2"; | ||||
|             this.etc2.Width = 140; | ||||
|             //  | ||||
|             // Marc | ||||
|             //  | ||||
|             this.Marc.HeaderText = "marc"; | ||||
|             this.Marc.Name = "Marc"; | ||||
|             this.Marc.Visible = false; | ||||
|             //  | ||||
|             // Search_Infor | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(868, 733); | ||||
|             this.ClientSize = new System.Drawing.Size(1258, 666); | ||||
|             this.Controls.Add(this.btn_close); | ||||
|             this.Controls.Add(this.cb_filter); | ||||
|             this.Controls.Add(this.dataGridView1); | ||||
|             this.Controls.Add(this.button3); | ||||
|             this.Controls.Add(this.button2); | ||||
|             this.Controls.Add(this.button5); | ||||
|             this.Controls.Add(this.button4); | ||||
|             this.Controls.Add(this.button1); | ||||
|             this.Controls.Add(this.textBox2); | ||||
|             this.Controls.Add(this.btn_search); | ||||
|             this.Controls.Add(this.tb_search); | ||||
|             this.Controls.Add(this.label2); | ||||
|             this.Controls.Add(this.textBox1); | ||||
|             this.Controls.Add(this.label1); | ||||
|             this.Name = "Search_Infor"; | ||||
|             this.Text = "소장자료검색"; | ||||
|             this.Load += new System.EventHandler(this.Search_Infor_Load); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); | ||||
|             this.ResumeLayout(false); | ||||
|             this.PerformLayout(); | ||||
| @@ -196,20 +218,21 @@ | ||||
|         #endregion | ||||
|  | ||||
|         private System.Windows.Forms.Label label1; | ||||
|         private System.Windows.Forms.TextBox textBox1; | ||||
|         private System.Windows.Forms.Button button1; | ||||
|         private System.Windows.Forms.Button button2; | ||||
|         private System.Windows.Forms.Button button3; | ||||
|         private System.Windows.Forms.Button button4; | ||||
|         private System.Windows.Forms.Label label2; | ||||
|         private System.Windows.Forms.TextBox textBox2; | ||||
|         private System.Windows.Forms.Button button5; | ||||
|         private System.Windows.Forms.DataGridView dataGridView1; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column1; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column2; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column3; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column4; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column5; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn Column6; | ||||
|         private System.Windows.Forms.Label label2; | ||||
|         private System.Windows.Forms.TextBox tb_search; | ||||
|         private System.Windows.Forms.Button btn_search; | ||||
|         private System.Windows.Forms.ComboBox cb_filter; | ||||
|         private System.Windows.Forms.Button btn_close; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn grade; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn ISBN; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn book_name; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn author; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn book_comp; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn price; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn pub_date; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn etc1; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn etc2; | ||||
|         private System.Windows.Forms.DataGridViewTextBoxColumn Marc; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 SeungHo Yang
					SeungHo Yang