* unimarc

a. 팩스전송 완료.
 b. 마크목록 폼 작성중
  1. 엑셀반출 기능 추가중 사용 작업중
  2. 마크편집 폼 수정 중 (마크 반출 test프로젝트 진행완료, 본 프로젝트에 적용중. / 저장기능활성화 작업완료)
   2-1. 기존의 칸채우기에서 예상되지 못한 버그가 발생하여 칸채우기 숨김.
   2-2. 008태크 재배치 => TextBox에 적용완료. 변경사항 메모장으로 넘기는 작업 진행해야함.
   2-3. 현재 TODO : 저장기능

TODOLIST
1. 팩스로 전송될 엑셀파일 밑작업마무리 (입력될 파라미터만 적용하면 실사용가능)
2. 알라딘API, 네이버 API연동중 자잘한 버그 수정작업 필요.
3. Form3 => Line 62 수정작업 필요함.
This commit is contained in:
SeungHo Yang
2021-04-01 18:47:31 +09:00
parent 9eeb4b5ad6
commit 1c0d786a90
22 changed files with 232 additions and 107 deletions

View File

@@ -113,7 +113,7 @@ namespace ISBN_Check_test
this.dataGridView1.Location = new System.Drawing.Point(318, 12);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(763, 242);
this.dataGridView1.Size = new System.Drawing.Size(763, 241);
this.dataGridView1.TabIndex = 5;
//
// Column1
@@ -185,7 +185,7 @@ namespace ISBN_Check_test
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1093, 266);
this.ClientSize = new System.Drawing.Size(1093, 265);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);