=====* 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:
258
unimarc/WindowsFormsApp1/마크/Marc.designer.cs
generated
258
unimarc/WindowsFormsApp1/마크/Marc.designer.cs
generated
@@ -28,7 +28,7 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
||||
this.button2 = new System.Windows.Forms.Button();
|
||||
this.button3 = new System.Windows.Forms.Button();
|
||||
@@ -142,15 +142,6 @@
|
||||
this.Btn_Helper = new System.Windows.Forms.Button();
|
||||
this.Btn_interlock = new System.Windows.Forms.Button();
|
||||
this.List_Book = new System.Windows.Forms.DataGridView();
|
||||
this.list_idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.ISBN13 = 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.pay = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.marc_idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.db_marc = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.grade = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.btn_Save = new System.Windows.Forms.Button();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
@@ -158,6 +149,17 @@
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.btn_close = new System.Windows.Forms.Button();
|
||||
this.input_date = new System.Windows.Forms.DateTimePicker();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.list_idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.ISBN13 = 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.pay = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.url = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.marc_idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.db_marc = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.grade = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
((System.ComponentModel.ISupportInitialize)(this.GridView020)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.GridView246)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
@@ -169,15 +171,16 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.List_Book)).BeginInit();
|
||||
this.panel2.SuspendLayout();
|
||||
this.panel3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// richTextBox1
|
||||
//
|
||||
this.richTextBox1.AcceptsTab = true;
|
||||
this.richTextBox1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.richTextBox1.Location = new System.Drawing.Point(380, 95);
|
||||
this.richTextBox1.Location = new System.Drawing.Point(386, 89);
|
||||
this.richTextBox1.Name = "richTextBox1";
|
||||
this.richTextBox1.Size = new System.Drawing.Size(553, 616);
|
||||
this.richTextBox1.Size = new System.Drawing.Size(621, 643);
|
||||
this.richTextBox1.TabIndex = 32;
|
||||
this.richTextBox1.Text = " ";
|
||||
this.richTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.richTextBox1_KeyDown);
|
||||
@@ -207,9 +210,9 @@
|
||||
// etc1
|
||||
//
|
||||
this.etc1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.etc1.Location = new System.Drawing.Point(939, 95);
|
||||
this.etc1.Location = new System.Drawing.Point(1013, 321);
|
||||
this.etc1.Name = "etc1";
|
||||
this.etc1.Size = new System.Drawing.Size(369, 299);
|
||||
this.etc1.Size = new System.Drawing.Size(301, 204);
|
||||
this.etc1.TabIndex = 32;
|
||||
this.etc1.Text = "Remark1";
|
||||
this.etc1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.richTextBox1_KeyDown);
|
||||
@@ -217,9 +220,9 @@
|
||||
// etc2
|
||||
//
|
||||
this.etc2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.etc2.Location = new System.Drawing.Point(939, 412);
|
||||
this.etc2.Location = new System.Drawing.Point(1013, 531);
|
||||
this.etc2.Name = "etc2";
|
||||
this.etc2.Size = new System.Drawing.Size(369, 299);
|
||||
this.etc2.Size = new System.Drawing.Size(301, 201);
|
||||
this.etc2.TabIndex = 32;
|
||||
this.etc2.Text = "Remark2";
|
||||
this.etc2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.richTextBox1_KeyDown);
|
||||
@@ -227,7 +230,7 @@
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(384, 18);
|
||||
this.label1.Location = new System.Drawing.Point(390, 12);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(53, 12);
|
||||
this.label1.TabIndex = 14;
|
||||
@@ -236,7 +239,7 @@
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(553, 18);
|
||||
this.label2.Location = new System.Drawing.Point(559, 12);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(41, 12);
|
||||
this.label2.TabIndex = 206;
|
||||
@@ -246,7 +249,7 @@
|
||||
//
|
||||
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboBox1.FormattingEnabled = true;
|
||||
this.comboBox1.Location = new System.Drawing.Point(594, 14);
|
||||
this.comboBox1.Location = new System.Drawing.Point(600, 8);
|
||||
this.comboBox1.Name = "comboBox1";
|
||||
this.comboBox1.Size = new System.Drawing.Size(79, 20);
|
||||
this.comboBox1.TabIndex = 207;
|
||||
@@ -256,7 +259,7 @@
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(686, 18);
|
||||
this.label3.Location = new System.Drawing.Point(692, 12);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(53, 12);
|
||||
this.label3.TabIndex = 206;
|
||||
@@ -266,7 +269,7 @@
|
||||
//
|
||||
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboBox2.FormattingEnabled = true;
|
||||
this.comboBox2.Location = new System.Drawing.Point(737, 14);
|
||||
this.comboBox2.Location = new System.Drawing.Point(743, 8);
|
||||
this.comboBox2.Name = "comboBox2";
|
||||
this.comboBox2.Size = new System.Drawing.Size(79, 20);
|
||||
this.comboBox2.TabIndex = 207;
|
||||
@@ -276,7 +279,7 @@
|
||||
// label98
|
||||
//
|
||||
this.label98.AutoSize = true;
|
||||
this.label98.Location = new System.Drawing.Point(839, 18);
|
||||
this.label98.Location = new System.Drawing.Point(845, 12);
|
||||
this.label98.Name = "label98";
|
||||
this.label98.Size = new System.Drawing.Size(53, 12);
|
||||
this.label98.TabIndex = 14;
|
||||
@@ -286,7 +289,7 @@
|
||||
//
|
||||
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboBox3.FormattingEnabled = true;
|
||||
this.comboBox3.Location = new System.Drawing.Point(893, 14);
|
||||
this.comboBox3.Location = new System.Drawing.Point(899, 8);
|
||||
this.comboBox3.Name = "comboBox3";
|
||||
this.comboBox3.Size = new System.Drawing.Size(118, 20);
|
||||
this.comboBox3.TabIndex = 207;
|
||||
@@ -296,7 +299,7 @@
|
||||
// label99
|
||||
//
|
||||
this.label99.AutoSize = true;
|
||||
this.label99.Location = new System.Drawing.Point(1136, 18);
|
||||
this.label99.Location = new System.Drawing.Point(1142, 12);
|
||||
this.label99.Name = "label99";
|
||||
this.label99.Size = new System.Drawing.Size(29, 12);
|
||||
this.label99.TabIndex = 206;
|
||||
@@ -304,7 +307,7 @@
|
||||
//
|
||||
// text008col
|
||||
//
|
||||
this.text008col.Location = new System.Drawing.Point(1165, 14);
|
||||
this.text008col.Location = new System.Drawing.Point(1171, 8);
|
||||
this.text008col.Name = "text008col";
|
||||
this.text008col.Size = new System.Drawing.Size(41, 21);
|
||||
this.text008col.TabIndex = 204;
|
||||
@@ -313,7 +316,7 @@
|
||||
// label100
|
||||
//
|
||||
this.label100.AutoSize = true;
|
||||
this.label100.Location = new System.Drawing.Point(638, 40);
|
||||
this.label100.Location = new System.Drawing.Point(644, 34);
|
||||
this.label100.Name = "label100";
|
||||
this.label100.Size = new System.Drawing.Size(53, 12);
|
||||
this.label100.TabIndex = 206;
|
||||
@@ -323,7 +326,7 @@
|
||||
//
|
||||
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboBox4.FormattingEnabled = true;
|
||||
this.comboBox4.Location = new System.Drawing.Point(689, 36);
|
||||
this.comboBox4.Location = new System.Drawing.Point(695, 30);
|
||||
this.comboBox4.Name = "comboBox4";
|
||||
this.comboBox4.Size = new System.Drawing.Size(79, 20);
|
||||
this.comboBox4.TabIndex = 207;
|
||||
@@ -333,7 +336,7 @@
|
||||
// label101
|
||||
//
|
||||
this.label101.AutoSize = true;
|
||||
this.label101.Location = new System.Drawing.Point(777, 40);
|
||||
this.label101.Location = new System.Drawing.Point(783, 34);
|
||||
this.label101.Name = "label101";
|
||||
this.label101.Size = new System.Drawing.Size(29, 12);
|
||||
this.label101.TabIndex = 206;
|
||||
@@ -343,7 +346,7 @@
|
||||
//
|
||||
this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboBox5.FormattingEnabled = true;
|
||||
this.comboBox5.Location = new System.Drawing.Point(807, 36);
|
||||
this.comboBox5.Location = new System.Drawing.Point(813, 30);
|
||||
this.comboBox5.Name = "comboBox5";
|
||||
this.comboBox5.Size = new System.Drawing.Size(101, 20);
|
||||
this.comboBox5.TabIndex = 207;
|
||||
@@ -353,7 +356,7 @@
|
||||
// label102
|
||||
//
|
||||
this.label102.AutoSize = true;
|
||||
this.label102.Location = new System.Drawing.Point(923, 40);
|
||||
this.label102.Location = new System.Drawing.Point(929, 34);
|
||||
this.label102.Name = "label102";
|
||||
this.label102.Size = new System.Drawing.Size(29, 12);
|
||||
this.label102.TabIndex = 206;
|
||||
@@ -363,7 +366,7 @@
|
||||
//
|
||||
this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboBox6.FormattingEnabled = true;
|
||||
this.comboBox6.Location = new System.Drawing.Point(953, 36);
|
||||
this.comboBox6.Location = new System.Drawing.Point(959, 30);
|
||||
this.comboBox6.Name = "comboBox6";
|
||||
this.comboBox6.Size = new System.Drawing.Size(101, 20);
|
||||
this.comboBox6.TabIndex = 207;
|
||||
@@ -372,7 +375,7 @@
|
||||
//
|
||||
// text008gov
|
||||
//
|
||||
this.text008gov.Location = new System.Drawing.Point(1093, 36);
|
||||
this.text008gov.Location = new System.Drawing.Point(1099, 30);
|
||||
this.text008gov.Name = "text008gov";
|
||||
this.text008gov.Size = new System.Drawing.Size(41, 21);
|
||||
this.text008gov.TabIndex = 204;
|
||||
@@ -381,7 +384,7 @@
|
||||
// label103
|
||||
//
|
||||
this.label103.AutoSize = true;
|
||||
this.label103.Location = new System.Drawing.Point(1064, 40);
|
||||
this.label103.Location = new System.Drawing.Point(1070, 34);
|
||||
this.label103.Name = "label103";
|
||||
this.label103.Size = new System.Drawing.Size(29, 12);
|
||||
this.label103.TabIndex = 206;
|
||||
@@ -1130,7 +1133,7 @@
|
||||
//
|
||||
this.col008res.AutoSize = true;
|
||||
this.col008res.ForeColor = System.Drawing.Color.Blue;
|
||||
this.col008res.Location = new System.Drawing.Point(1208, 18);
|
||||
this.col008res.Location = new System.Drawing.Point(1214, 12);
|
||||
this.col008res.Name = "col008res";
|
||||
this.col008res.Size = new System.Drawing.Size(13, 12);
|
||||
this.col008res.TabIndex = 206;
|
||||
@@ -1141,7 +1144,7 @@
|
||||
//
|
||||
this.gov008res.AutoSize = true;
|
||||
this.gov008res.ForeColor = System.Drawing.Color.Blue;
|
||||
this.gov008res.Location = new System.Drawing.Point(1136, 40);
|
||||
this.gov008res.Location = new System.Drawing.Point(1142, 34);
|
||||
this.gov008res.Name = "gov008res";
|
||||
this.gov008res.Size = new System.Drawing.Size(13, 12);
|
||||
this.gov008res.TabIndex = 206;
|
||||
@@ -1151,7 +1154,7 @@
|
||||
// checkBox1
|
||||
//
|
||||
this.checkBox1.AutoSize = true;
|
||||
this.checkBox1.Location = new System.Drawing.Point(386, 38);
|
||||
this.checkBox1.Location = new System.Drawing.Point(392, 32);
|
||||
this.checkBox1.Name = "checkBox1";
|
||||
this.checkBox1.Size = new System.Drawing.Size(112, 16);
|
||||
this.checkBox1.TabIndex = 213;
|
||||
@@ -1162,7 +1165,7 @@
|
||||
// checkBox2
|
||||
//
|
||||
this.checkBox2.AutoSize = true;
|
||||
this.checkBox2.Location = new System.Drawing.Point(510, 38);
|
||||
this.checkBox2.Location = new System.Drawing.Point(516, 32);
|
||||
this.checkBox2.Name = "checkBox2";
|
||||
this.checkBox2.Size = new System.Drawing.Size(112, 16);
|
||||
this.checkBox2.TabIndex = 213;
|
||||
@@ -1174,7 +1177,7 @@
|
||||
//
|
||||
this.comboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboBox7.FormattingEnabled = true;
|
||||
this.comboBox7.Location = new System.Drawing.Point(1012, 14);
|
||||
this.comboBox7.Location = new System.Drawing.Point(1018, 8);
|
||||
this.comboBox7.Name = "comboBox7";
|
||||
this.comboBox7.Size = new System.Drawing.Size(118, 20);
|
||||
this.comboBox7.TabIndex = 207;
|
||||
@@ -1183,7 +1186,7 @@
|
||||
//
|
||||
// Btn_Helper
|
||||
//
|
||||
this.Btn_Helper.Location = new System.Drawing.Point(1233, 13);
|
||||
this.Btn_Helper.Location = new System.Drawing.Point(1239, 7);
|
||||
this.Btn_Helper.Name = "Btn_Helper";
|
||||
this.Btn_Helper.Size = new System.Drawing.Size(75, 23);
|
||||
this.Btn_Helper.TabIndex = 215;
|
||||
@@ -1207,14 +1210,14 @@
|
||||
this.List_Book.AllowUserToAddRows = false;
|
||||
this.List_Book.AllowUserToDeleteRows = false;
|
||||
this.List_Book.AllowUserToResizeColumns = false;
|
||||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
|
||||
dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.List_Book.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
||||
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.List_Book.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
||||
this.List_Book.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||||
this.list_idx,
|
||||
this.ISBN13,
|
||||
@@ -1222,11 +1225,12 @@
|
||||
this.author,
|
||||
this.book_comp,
|
||||
this.pay,
|
||||
this.url,
|
||||
this.marc_idx,
|
||||
this.db_marc,
|
||||
this.grade});
|
||||
this.List_Book.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
||||
this.List_Book.Location = new System.Drawing.Point(6, 18);
|
||||
this.List_Book.Location = new System.Drawing.Point(12, 12);
|
||||
this.List_Book.MultiSelect = false;
|
||||
this.List_Book.Name = "List_Book";
|
||||
this.List_Book.ReadOnly = true;
|
||||
@@ -1239,72 +1243,9 @@
|
||||
this.List_Book.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.List_Book_CellContentClick);
|
||||
this.List_Book.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView8_KeyDown);
|
||||
//
|
||||
// list_idx
|
||||
//
|
||||
this.list_idx.HeaderText = "list_idx";
|
||||
this.list_idx.Name = "list_idx";
|
||||
this.list_idx.ReadOnly = true;
|
||||
this.list_idx.Visible = false;
|
||||
this.list_idx.Width = 30;
|
||||
//
|
||||
// ISBN13
|
||||
//
|
||||
this.ISBN13.HeaderText = "ISBN13";
|
||||
this.ISBN13.Name = "ISBN13";
|
||||
this.ISBN13.ReadOnly = true;
|
||||
//
|
||||
// book_name
|
||||
//
|
||||
this.book_name.HeaderText = "도서명";
|
||||
this.book_name.Name = "book_name";
|
||||
this.book_name.ReadOnly = true;
|
||||
//
|
||||
// author
|
||||
//
|
||||
this.author.HeaderText = "저자";
|
||||
this.author.Name = "author";
|
||||
this.author.ReadOnly = true;
|
||||
this.author.Width = 50;
|
||||
//
|
||||
// book_comp
|
||||
//
|
||||
this.book_comp.HeaderText = "출판사";
|
||||
this.book_comp.Name = "book_comp";
|
||||
this.book_comp.ReadOnly = true;
|
||||
this.book_comp.Width = 50;
|
||||
//
|
||||
// pay
|
||||
//
|
||||
this.pay.HeaderText = "정가";
|
||||
this.pay.Name = "pay";
|
||||
this.pay.ReadOnly = true;
|
||||
this.pay.Width = 50;
|
||||
//
|
||||
// marc_idx
|
||||
//
|
||||
this.marc_idx.HeaderText = "marc_idx";
|
||||
this.marc_idx.Name = "marc_idx";
|
||||
this.marc_idx.ReadOnly = true;
|
||||
this.marc_idx.Visible = false;
|
||||
this.marc_idx.Width = 30;
|
||||
//
|
||||
// db_marc
|
||||
//
|
||||
this.db_marc.HeaderText = "marc";
|
||||
this.db_marc.Name = "db_marc";
|
||||
this.db_marc.ReadOnly = true;
|
||||
this.db_marc.Visible = false;
|
||||
//
|
||||
// grade
|
||||
//
|
||||
this.grade.HeaderText = "등급";
|
||||
this.grade.Name = "grade";
|
||||
this.grade.ReadOnly = true;
|
||||
this.grade.Visible = false;
|
||||
//
|
||||
// btn_Save
|
||||
//
|
||||
this.btn_Save.Location = new System.Drawing.Point(1233, 39);
|
||||
this.btn_Save.Location = new System.Drawing.Point(1239, 33);
|
||||
this.btn_Save.Name = "btn_Save";
|
||||
this.btn_Save.Size = new System.Drawing.Size(75, 23);
|
||||
this.btn_Save.TabIndex = 215;
|
||||
@@ -1368,7 +1309,7 @@
|
||||
this.panel2.Controls.Add(this.text586a);
|
||||
this.panel2.Controls.Add(this.text521a);
|
||||
this.panel2.Controls.Add(this.text520a);
|
||||
this.panel2.Location = new System.Drawing.Point(378, 729);
|
||||
this.panel2.Location = new System.Drawing.Point(378, 744);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(1009, 13);
|
||||
this.panel2.TabIndex = 218;
|
||||
@@ -1397,14 +1338,14 @@
|
||||
this.panel3.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
||||
this.panel3.Controls.Add(this.text008);
|
||||
this.panel3.Controls.Add(this.label4);
|
||||
this.panel3.Location = new System.Drawing.Point(381, 60);
|
||||
this.panel3.Location = new System.Drawing.Point(387, 54);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(430, 30);
|
||||
this.panel3.TabIndex = 219;
|
||||
//
|
||||
// btn_close
|
||||
//
|
||||
this.btn_close.Location = new System.Drawing.Point(1233, 65);
|
||||
this.btn_close.Location = new System.Drawing.Point(1239, 59);
|
||||
this.btn_close.Name = "btn_close";
|
||||
this.btn_close.Size = new System.Drawing.Size(75, 23);
|
||||
this.btn_close.TabIndex = 215;
|
||||
@@ -1416,17 +1357,97 @@
|
||||
//
|
||||
this.input_date.CustomFormat = "yyyy-MM-dd";
|
||||
this.input_date.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||||
this.input_date.Location = new System.Drawing.Point(443, 14);
|
||||
this.input_date.Location = new System.Drawing.Point(449, 8);
|
||||
this.input_date.Name = "input_date";
|
||||
this.input_date.Size = new System.Drawing.Size(91, 21);
|
||||
this.input_date.TabIndex = 220;
|
||||
this.input_date.ValueChanged += new System.EventHandler(this.input_date_ValueChanged);
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.Location = new System.Drawing.Point(1075, 89);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new System.Drawing.Size(176, 226);
|
||||
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||||
this.pictureBox1.TabIndex = 221;
|
||||
this.pictureBox1.TabStop = false;
|
||||
//
|
||||
// list_idx
|
||||
//
|
||||
this.list_idx.HeaderText = "list_idx";
|
||||
this.list_idx.Name = "list_idx";
|
||||
this.list_idx.ReadOnly = true;
|
||||
this.list_idx.Visible = false;
|
||||
this.list_idx.Width = 30;
|
||||
//
|
||||
// ISBN13
|
||||
//
|
||||
this.ISBN13.HeaderText = "ISBN13";
|
||||
this.ISBN13.Name = "ISBN13";
|
||||
this.ISBN13.ReadOnly = true;
|
||||
//
|
||||
// book_name
|
||||
//
|
||||
this.book_name.HeaderText = "도서명";
|
||||
this.book_name.Name = "book_name";
|
||||
this.book_name.ReadOnly = true;
|
||||
//
|
||||
// author
|
||||
//
|
||||
this.author.HeaderText = "저자";
|
||||
this.author.Name = "author";
|
||||
this.author.ReadOnly = true;
|
||||
this.author.Width = 50;
|
||||
//
|
||||
// book_comp
|
||||
//
|
||||
this.book_comp.HeaderText = "출판사";
|
||||
this.book_comp.Name = "book_comp";
|
||||
this.book_comp.ReadOnly = true;
|
||||
this.book_comp.Width = 50;
|
||||
//
|
||||
// pay
|
||||
//
|
||||
this.pay.HeaderText = "정가";
|
||||
this.pay.Name = "pay";
|
||||
this.pay.ReadOnly = true;
|
||||
this.pay.Width = 50;
|
||||
//
|
||||
// url
|
||||
//
|
||||
this.url.HeaderText = "url";
|
||||
this.url.Name = "url";
|
||||
this.url.ReadOnly = true;
|
||||
this.url.Visible = false;
|
||||
//
|
||||
// marc_idx
|
||||
//
|
||||
this.marc_idx.HeaderText = "marc_idx";
|
||||
this.marc_idx.Name = "marc_idx";
|
||||
this.marc_idx.ReadOnly = true;
|
||||
this.marc_idx.Visible = false;
|
||||
this.marc_idx.Width = 30;
|
||||
//
|
||||
// db_marc
|
||||
//
|
||||
this.db_marc.HeaderText = "marc";
|
||||
this.db_marc.Name = "db_marc";
|
||||
this.db_marc.ReadOnly = true;
|
||||
this.db_marc.Visible = false;
|
||||
//
|
||||
// grade
|
||||
//
|
||||
this.grade.HeaderText = "등급";
|
||||
this.grade.Name = "grade";
|
||||
this.grade.ReadOnly = true;
|
||||
this.grade.Visible = false;
|
||||
//
|
||||
// Marc
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1316, 753);
|
||||
this.ClientSize = new System.Drawing.Size(1322, 753);
|
||||
this.Controls.Add(this.pictureBox1);
|
||||
this.Controls.Add(this.input_date);
|
||||
this.Controls.Add(this.panel3);
|
||||
this.Controls.Add(this.panel2);
|
||||
@@ -1477,6 +1498,7 @@
|
||||
this.panel2.PerformLayout();
|
||||
this.panel3.ResumeLayout(false);
|
||||
this.panel3.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -1608,12 +1630,14 @@
|
||||
private System.Windows.Forms.Panel panel3;
|
||||
private System.Windows.Forms.Button btn_close;
|
||||
private System.Windows.Forms.DateTimePicker input_date;
|
||||
private System.Windows.Forms.PictureBox pictureBox1;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn list_idx;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn ISBN13;
|
||||
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 pay;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn url;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn marc_idx;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn db_marc;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn grade;
|
||||
|
||||
Reference in New Issue
Block a user