* unimarc
a. 팩스전송 완료. b. 마크목록 폼 작성중 1. 엑셀반출 기능 추가중 사용 작업중 2. 마크편집 폼 수정 중 (마크 반출 test프로젝트 진행완료, 본 프로젝트에 적용중. / 저장기능활성화 작업완료) 2-1. 기존의 칸채우기에서 예상되지 못한 버그가 발생하여 칸채우기 숨김. 2-2. 008태크 재배치 => TextBox에 적용완료. 변경사항 메모장으로 넘기는 작업 완료. 2-3. 저장기능 완료. (04.14 체크해볼것) * ISBN 체크 프로그램 - ★작업완료★ a. 현재 마크팀 배포완료. - 추후 수정사항발생시 수정할 것. -- 완료 -- 1. 주문관리 팩스연동 완료 2. 전송된 팩스 확인 작업개시, 이메일 전송모듈 수정완료. 3. 주문관리에서 주문처와 목록 검색하는 폼 검색 모듈도 재수정 완료함.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -15,6 +15,7 @@ namespace ExcelTest
|
||||
public string find;
|
||||
public string change;
|
||||
public string call = "";
|
||||
private string data008 = string.Empty;
|
||||
string tbName = "";
|
||||
public int checkCout = 0;
|
||||
public bool gridViewChk = false; // True / False
|
||||
@@ -997,6 +998,7 @@ namespace ExcelTest
|
||||
if (check == false) { ArrayChar[idx] = '0'; }
|
||||
else if(check == true) { ArrayChar[idx] = '1'; }
|
||||
text008.Text = new string(ArrayChar);
|
||||
Apply_Main_marc();
|
||||
}
|
||||
/// <summary>
|
||||
/// 색상 변경함수
|
||||
@@ -1991,6 +1993,7 @@ namespace ExcelTest
|
||||
string result = TagNum[a].Substring(0, 3);
|
||||
if (TagNum[a].Substring(0,3) == "008") {
|
||||
text008.Text = field[a].Replace("▲", "");
|
||||
data008 = text008.Text;
|
||||
}
|
||||
else {
|
||||
}
|
||||
@@ -2011,8 +2014,11 @@ namespace ExcelTest
|
||||
string text = text008.Text;
|
||||
string comboName = ((ComboBox)sender).Name;
|
||||
int comboIdx = ((ComboBox)sender).SelectedIndex;
|
||||
|
||||
|
||||
text008.Text = tag008.combo_Change(text, comboName, comboIdx);
|
||||
|
||||
Apply_Main_marc();
|
||||
|
||||
// 입력일자 (00-05)
|
||||
// 발행년유형 (6)
|
||||
// 발행년1 (07-10)
|
||||
@@ -2037,6 +2043,12 @@ namespace ExcelTest
|
||||
// 언어 (35-37) v
|
||||
// 한국정부기관부호 (38-39)
|
||||
}
|
||||
private void Apply_Main_marc()
|
||||
{
|
||||
string text = text008.Text;
|
||||
richTextBox1.Text = richTextBox1.Text.Replace(data008, text);
|
||||
data008 = text;
|
||||
}
|
||||
private void col008res_TextChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (text008.Text.Length < 3) { return; }
|
||||
@@ -2059,6 +2071,19 @@ namespace ExcelTest
|
||||
}
|
||||
text = new string(textArray);
|
||||
text008.Text = text;
|
||||
Apply_Main_marc();
|
||||
}
|
||||
private void input_date_ValueChanged(object sender, EventArgs e)
|
||||
{
|
||||
string date = input_date.Value.ToString();
|
||||
date = date.Substring(0, 10);
|
||||
date = date.Replace("-", "");
|
||||
date = date.Remove(0, 2);
|
||||
|
||||
text008.Text = text008.Text.Remove(0, 6);
|
||||
text008.Text = date + text008.Text;
|
||||
|
||||
Apply_Main_marc();
|
||||
}
|
||||
}
|
||||
}
|
||||
146
unimarc/WindowsFormsApp1/마크/Marc.designer.cs
generated
146
unimarc/WindowsFormsApp1/마크/Marc.designer.cs
generated
@@ -142,6 +142,13 @@
|
||||
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.btn_Save = new System.Windows.Forms.Button();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.text008 = new System.Windows.Forms.TextBox();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.btn_close = new System.Windows.Forms.Button();
|
||||
this.input_date = new System.Windows.Forms.DateTimePicker();
|
||||
this.list_idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.ISBN13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.book_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
@@ -151,13 +158,6 @@
|
||||
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();
|
||||
this.text008 = new System.Windows.Forms.TextBox();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.btn_close = new System.Windows.Forms.Button();
|
||||
this.input_date = new System.Windows.Forms.DateTimePicker();
|
||||
((System.ComponentModel.ISupportInitialize)(this.GridView020)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.GridView246)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
@@ -1238,67 +1238,6 @@
|
||||
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.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.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);
|
||||
@@ -1384,6 +1323,7 @@
|
||||
//
|
||||
this.text008.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.text008.Location = new System.Drawing.Point(60, 4);
|
||||
this.text008.MaxLength = 40;
|
||||
this.text008.Name = "text008";
|
||||
this.text008.Size = new System.Drawing.Size(356, 22);
|
||||
this.text008.TabIndex = 204;
|
||||
@@ -1416,12 +1356,76 @@
|
||||
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);
|
||||
//
|
||||
// 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;
|
||||
//
|
||||
// Marc
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1660, 753);
|
||||
this.ClientSize = new System.Drawing.Size(1339, 753);
|
||||
this.Controls.Add(this.input_date);
|
||||
this.Controls.Add(this.panel3);
|
||||
this.Controls.Add(this.panel2);
|
||||
@@ -1603,14 +1607,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.DataGridViewTextBoxColumn marc_idx;
|
||||
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 marc_idx;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn db_marc;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn grade;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn list_idx;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user