 5ec1ca8f58
			
		
	
	5ec1ca8f58
	
	
	
		
			
			** ERP 작업 전면 중단 (마크우선) ** 1. 마크 추가 ㄴ> 마크 검색 시 내부DB보다 외부DB를 먼저 가져오는 경우가 있음. => 정렬로 해결. ㄴ> 검색 후 내부DB마크 선택하고 저장할 경우, UPDATE가 아닌 INSERT로 들어가는 버그 해결 ㄴ> "코리스 검색" -> "미소장마크 코리스 일괄 검색기능" 으로 변경. => 미소장마크 일괄 검색하여 목록으로 가져옴. (저장은 하지않음) 2. 자잘한 버그 수정
		
			
				
	
	
		
			312 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			312 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| 
 | |
| namespace UniMarc.마크
 | |
| {
 | |
|     partial class Check_ISBN_Yes24
 | |
|     {
 | |
|         /// <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()
 | |
|         {
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
 | |
|             this.btn_change = new System.Windows.Forms.Button();
 | |
|             this.btn_Close = new System.Windows.Forms.Button();
 | |
|             this.dataGridView1 = new System.Windows.Forms.DataGridView();
 | |
|             this.before_book_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.after_book_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.before_author = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.after_author = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.before_book_comp = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.after_book_comp = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.price = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.panel1 = new System.Windows.Forms.Panel();
 | |
|             this.label2 = new System.Windows.Forms.Label();
 | |
|             this.label1 = new System.Windows.Forms.Label();
 | |
|             this.tb_PW = new System.Windows.Forms.TextBox();
 | |
|             this.tb_ID = new System.Windows.Forms.TextBox();
 | |
|             this.btn_Yes24Connect = new System.Windows.Forms.Button();
 | |
|             this.panel2 = new System.Windows.Forms.Panel();
 | |
|             this.panel4 = new System.Windows.Forms.Panel();
 | |
|             this.webBrowser1 = new System.Windows.Forms.WebBrowser();
 | |
|             this.panel3 = new System.Windows.Forms.Panel();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
 | |
|             this.panel1.SuspendLayout();
 | |
|             this.panel2.SuspendLayout();
 | |
|             this.panel4.SuspendLayout();
 | |
|             this.panel3.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // btn_change
 | |
|             // 
 | |
|             this.btn_change.Location = new System.Drawing.Point(423, 11);
 | |
|             this.btn_change.Name = "btn_change";
 | |
|             this.btn_change.Size = new System.Drawing.Size(75, 23);
 | |
|             this.btn_change.TabIndex = 3;
 | |
|             this.btn_change.Text = "엑셀 변환";
 | |
|             this.btn_change.UseVisualStyleBackColor = true;
 | |
|             this.btn_change.Click += new System.EventHandler(this.btn_change_Click);
 | |
|             // 
 | |
|             // btn_Close
 | |
|             // 
 | |
|             this.btn_Close.Location = new System.Drawing.Point(504, 11);
 | |
|             this.btn_Close.Name = "btn_Close";
 | |
|             this.btn_Close.Size = new System.Drawing.Size(75, 23);
 | |
|             this.btn_Close.TabIndex = 4;
 | |
|             this.btn_Close.Text = "닫   기";
 | |
|             this.btn_Close.UseVisualStyleBackColor = true;
 | |
|             this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
 | |
|             // 
 | |
|             // dataGridView1
 | |
|             // 
 | |
|             this.dataGridView1.AllowUserToAddRows = false;
 | |
|             this.dataGridView1.AllowUserToDeleteRows = false;
 | |
|             this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
 | |
|             this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
 | |
|             this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
 | |
|             dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
 | |
|             dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
 | |
|             dataGridViewCellStyle3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
 | |
|             dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 | |
|             dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 | |
|             dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 | |
|             this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
 | |
|             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 | |
|             this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.before_book_name,
 | |
|             this.after_book_name,
 | |
|             this.before_author,
 | |
|             this.after_author,
 | |
|             this.before_book_comp,
 | |
|             this.after_book_comp,
 | |
|             this.price});
 | |
|             this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.dataGridView1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.dataGridView1.Name = "dataGridView1";
 | |
|             this.dataGridView1.ReadOnly = true;
 | |
|             dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
 | |
|             dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
 | |
|             dataGridViewCellStyle4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
 | |
|             dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
 | |
|             dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
 | |
|             dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
 | |
|             this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
 | |
|             this.dataGridView1.RowHeadersWidth = 30;
 | |
|             this.dataGridView1.RowTemplate.Height = 23;
 | |
|             this.dataGridView1.Size = new System.Drawing.Size(579, 666);
 | |
|             this.dataGridView1.TabIndex = 0;
 | |
|             this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
 | |
|             // 
 | |
|             // before_book_name
 | |
|             // 
 | |
|             this.before_book_name.HeaderText = "도서명 [전]";
 | |
|             this.before_book_name.Name = "before_book_name";
 | |
|             this.before_book_name.ReadOnly = true;
 | |
|             this.before_book_name.Visible = false;
 | |
|             this.before_book_name.Width = 200;
 | |
|             // 
 | |
|             // after_book_name
 | |
|             // 
 | |
|             this.after_book_name.HeaderText = "도서명";
 | |
|             this.after_book_name.Name = "after_book_name";
 | |
|             this.after_book_name.ReadOnly = true;
 | |
|             this.after_book_name.Width = 200;
 | |
|             // 
 | |
|             // before_author
 | |
|             // 
 | |
|             this.before_author.HeaderText = "저자 [전]";
 | |
|             this.before_author.Name = "before_author";
 | |
|             this.before_author.ReadOnly = true;
 | |
|             this.before_author.Visible = false;
 | |
|             // 
 | |
|             // after_author
 | |
|             // 
 | |
|             this.after_author.HeaderText = "저자";
 | |
|             this.after_author.Name = "after_author";
 | |
|             this.after_author.ReadOnly = true;
 | |
|             // 
 | |
|             // before_book_comp
 | |
|             // 
 | |
|             this.before_book_comp.HeaderText = "출판사 [전]";
 | |
|             this.before_book_comp.Name = "before_book_comp";
 | |
|             this.before_book_comp.ReadOnly = true;
 | |
|             this.before_book_comp.Visible = false;
 | |
|             this.before_book_comp.Width = 150;
 | |
|             // 
 | |
|             // after_book_comp
 | |
|             // 
 | |
|             this.after_book_comp.HeaderText = "출판사";
 | |
|             this.after_book_comp.Name = "after_book_comp";
 | |
|             this.after_book_comp.ReadOnly = true;
 | |
|             this.after_book_comp.Width = 150;
 | |
|             // 
 | |
|             // price
 | |
|             // 
 | |
|             this.price.HeaderText = "금액";
 | |
|             this.price.Name = "price";
 | |
|             this.price.ReadOnly = true;
 | |
|             this.price.Width = 80;
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.Controls.Add(this.label2);
 | |
|             this.panel1.Controls.Add(this.label1);
 | |
|             this.panel1.Controls.Add(this.tb_PW);
 | |
|             this.panel1.Controls.Add(this.tb_ID);
 | |
|             this.panel1.Controls.Add(this.btn_Yes24Connect);
 | |
|             this.panel1.Controls.Add(this.btn_Close);
 | |
|             this.panel1.Controls.Add(this.btn_change);
 | |
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(1316, 46);
 | |
|             this.panel1.TabIndex = 0;
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             this.label2.AutoSize = true;
 | |
|             this.label2.Location = new System.Drawing.Point(729, 16);
 | |
|             this.label2.Name = "label2";
 | |
|             this.label2.Size = new System.Drawing.Size(23, 12);
 | |
|             this.label2.TabIndex = 7;
 | |
|             this.label2.Text = "PW";
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             this.label1.AutoSize = true;
 | |
|             this.label1.Location = new System.Drawing.Point(595, 16);
 | |
|             this.label1.Name = "label1";
 | |
|             this.label1.Size = new System.Drawing.Size(16, 12);
 | |
|             this.label1.TabIndex = 7;
 | |
|             this.label1.Text = "ID";
 | |
|             // 
 | |
|             // tb_PW
 | |
|             // 
 | |
|             this.tb_PW.Location = new System.Drawing.Point(754, 12);
 | |
|             this.tb_PW.Name = "tb_PW";
 | |
|             this.tb_PW.Size = new System.Drawing.Size(100, 21);
 | |
|             this.tb_PW.TabIndex = 1;
 | |
|             // 
 | |
|             // tb_ID
 | |
|             // 
 | |
|             this.tb_ID.Location = new System.Drawing.Point(613, 12);
 | |
|             this.tb_ID.Name = "tb_ID";
 | |
|             this.tb_ID.Size = new System.Drawing.Size(100, 21);
 | |
|             this.tb_ID.TabIndex = 0;
 | |
|             // 
 | |
|             // btn_Yes24Connect
 | |
|             // 
 | |
|             this.btn_Yes24Connect.Location = new System.Drawing.Point(867, 5);
 | |
|             this.btn_Yes24Connect.Name = "btn_Yes24Connect";
 | |
|             this.btn_Yes24Connect.Size = new System.Drawing.Size(99, 35);
 | |
|             this.btn_Yes24Connect.TabIndex = 2;
 | |
|             this.btn_Yes24Connect.Text = "Yes24 다중검색\r\n접속";
 | |
|             this.btn_Yes24Connect.UseVisualStyleBackColor = true;
 | |
|             this.btn_Yes24Connect.Click += new System.EventHandler(this.btn_Yes24Connect_Click);
 | |
|             // 
 | |
|             // panel2
 | |
|             // 
 | |
|             this.panel2.Controls.Add(this.panel4);
 | |
|             this.panel2.Controls.Add(this.panel3);
 | |
|             this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.panel2.Location = new System.Drawing.Point(0, 46);
 | |
|             this.panel2.Name = "panel2";
 | |
|             this.panel2.Size = new System.Drawing.Size(1316, 666);
 | |
|             this.panel2.TabIndex = 5;
 | |
|             // 
 | |
|             // panel4
 | |
|             // 
 | |
|             this.panel4.Controls.Add(this.webBrowser1);
 | |
|             this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.panel4.Location = new System.Drawing.Point(579, 0);
 | |
|             this.panel4.Name = "panel4";
 | |
|             this.panel4.Size = new System.Drawing.Size(737, 666);
 | |
|             this.panel4.TabIndex = 3;
 | |
|             // 
 | |
|             // webBrowser1
 | |
|             // 
 | |
|             this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.webBrowser1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
 | |
|             this.webBrowser1.Name = "webBrowser1";
 | |
|             this.webBrowser1.ScriptErrorsSuppressed = true;
 | |
|             this.webBrowser1.Size = new System.Drawing.Size(737, 666);
 | |
|             this.webBrowser1.TabIndex = 0;
 | |
|             this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
 | |
|             // 
 | |
|             // panel3
 | |
|             // 
 | |
|             this.panel3.Controls.Add(this.dataGridView1);
 | |
|             this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
 | |
|             this.panel3.Location = new System.Drawing.Point(0, 0);
 | |
|             this.panel3.Name = "panel3";
 | |
|             this.panel3.Size = new System.Drawing.Size(579, 666);
 | |
|             this.panel3.TabIndex = 3;
 | |
|             // 
 | |
|             // Check_ISBN_Yes24
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(1316, 712);
 | |
|             this.Controls.Add(this.panel2);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.Name = "Check_ISBN_Yes24";
 | |
|             this.Text = "Yes24양식";
 | |
|             this.Load += new System.EventHandler(this.Check_ISBN_Yes24_Load);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.panel1.PerformLayout();
 | |
|             this.panel2.ResumeLayout(false);
 | |
|             this.panel4.ResumeLayout(false);
 | |
|             this.panel3.ResumeLayout(false);
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.Button btn_change;
 | |
|         private System.Windows.Forms.Button btn_Close;
 | |
|         public System.Windows.Forms.DataGridView dataGridView1;
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private System.Windows.Forms.Panel panel2;
 | |
|         private System.Windows.Forms.Panel panel4;
 | |
|         private System.Windows.Forms.Panel panel3;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn before_book_name;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn after_book_name;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn before_author;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn after_author;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn before_book_comp;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn after_book_comp;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn price;
 | |
|         private System.Windows.Forms.WebBrowser webBrowser1;
 | |
|         private System.Windows.Forms.Button btn_Yes24Connect;
 | |
|         private System.Windows.Forms.Label label2;
 | |
|         private System.Windows.Forms.Label label1;
 | |
|         private System.Windows.Forms.TextBox tb_PW;
 | |
|         private System.Windows.Forms.TextBox tb_ID;
 | |
|     }
 | |
| } |