=====* UniMarc [0.0115] 버전관리 시작 *=====

1. 소장자료검색에서 더블클릭시 마크편집폼으로 전환

2. 마크편집에서 [저장시각, 작성자, 비고, 등급] 추가로 표시

3. 복본조사 - 특수문자, 괄호안의 문자 제거기능 추가

4. 저자기호 일괄전환 추가

5. 마크목록생성 - 수량분리기능 추가.

6. 마크편집폼에 비고란 추가.
This commit is contained in:
SeungHo Yang
2022-02-07 17:47:10 +09:00
parent ed81f7d1d3
commit 35f0155bb8
41 changed files with 2047 additions and 1310 deletions

View File

@@ -36,14 +36,12 @@
this.idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.start_date = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.end_date = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.list_marc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.list_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.KDC = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.total = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.flatter = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.unflatter = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.work_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.count = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.stock = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.unstock = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.state = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.grade = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.etc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.charge = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.check = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -51,10 +49,6 @@
this.label2 = new System.Windows.Forms.Label();
this.btn_Lookup = new System.Windows.Forms.Button();
this.btn_Excel = new System.Windows.Forms.Button();
this.btn_Merge = new System.Windows.Forms.Button();
this.btn_Progress = new System.Windows.Forms.Button();
this.btn_Completion = new System.Windows.Forms.Button();
this.btn_Delete = new System.Windows.Forms.Button();
this.btn_Close = new System.Windows.Forms.Button();
this.btn_Save = new System.Windows.Forms.Button();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
@@ -95,14 +89,12 @@
this.idx,
this.start_date,
this.end_date,
this.list_marc,
this.list_name,
this.KDC,
this.total,
this.flatter,
this.unflatter,
this.work_name,
this.count,
this.stock,
this.unstock,
this.state,
this.grade,
this.etc,
this.charge,
this.check});
@@ -118,7 +110,7 @@
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 40;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(1156, 598);
this.dataGridView1.Size = new System.Drawing.Size(1094, 610);
this.dataGridView1.TabIndex = 48;
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
@@ -131,49 +123,42 @@
//
// start_date
//
this.start_date.HeaderText = "록일";
this.start_date.HeaderText = "록일";
this.start_date.Name = "start_date";
//
// end_date
//
this.end_date.HeaderText = "마감일";
this.end_date.HeaderText = "완료일자";
this.end_date.Name = "end_date";
//
// list_marc
//
this.list_marc.HeaderText = "작업목록명";
this.list_marc.Name = "list_marc";
this.list_marc.Width = 170;
//
// list_name
//
this.list_name.HeaderText = "연동목록명";
this.list_name.HeaderText = "목록명";
this.list_name.Name = "list_name";
this.list_name.Visible = false;
this.list_name.Width = 170;
//
// KDC
// work_name
//
this.KDC.HeaderText = "분류";
this.KDC.Name = "KDC";
this.KDC.Width = 80;
this.work_name.HeaderText = "작업명";
this.work_name.Name = "work_name";
//
// total
// count
//
this.total.HeaderText = "전체";
this.total.Name = "total";
this.total.Width = 70;
this.count.HeaderText = "수량";
this.count.Name = "count";
this.count.Width = 80;
//
// flatter
// stock
//
this.flatter.HeaderText = "편목";
this.flatter.Name = "flatter";
this.flatter.Width = 70;
this.stock.HeaderText = "입고";
this.stock.Name = "stock";
this.stock.Width = 70;
//
// unflatter
// unstock
//
this.unflatter.HeaderText = "미편목";
this.unflatter.Name = "unflatter";
this.unflatter.Width = 70;
this.unstock.HeaderText = "미입고";
this.unstock.Name = "unstock";
this.unstock.Width = 70;
//
// state
//
@@ -181,12 +166,6 @@
this.state.Name = "state";
this.state.Width = 70;
//
// grade
//
this.grade.HeaderText = "등급";
this.grade.Name = "grade";
this.grade.Width = 60;
//
// etc
//
this.etc.HeaderText = "비고";
@@ -197,6 +176,7 @@
//
this.charge.HeaderText = "담당자";
this.charge.Name = "charge";
this.charge.Width = 70;
//
// check
//
@@ -224,7 +204,7 @@
//
// btn_Lookup
//
this.btn_Lookup.Location = new System.Drawing.Point(489, 4);
this.btn_Lookup.Location = new System.Drawing.Point(452, 4);
this.btn_Lookup.Name = "btn_Lookup";
this.btn_Lookup.Size = new System.Drawing.Size(75, 32);
this.btn_Lookup.TabIndex = 50;
@@ -234,7 +214,7 @@
//
// btn_Excel
//
this.btn_Excel.Location = new System.Drawing.Point(651, 4);
this.btn_Excel.Location = new System.Drawing.Point(950, 4);
this.btn_Excel.Name = "btn_Excel";
this.btn_Excel.Size = new System.Drawing.Size(75, 32);
this.btn_Excel.TabIndex = 50;
@@ -242,49 +222,9 @@
this.btn_Excel.UseVisualStyleBackColor = true;
this.btn_Excel.Click += new System.EventHandler(this.btn_Excel_Click);
//
// btn_Merge
//
this.btn_Merge.Location = new System.Drawing.Point(732, 4);
this.btn_Merge.Name = "btn_Merge";
this.btn_Merge.Size = new System.Drawing.Size(75, 32);
this.btn_Merge.TabIndex = 50;
this.btn_Merge.Text = "목록병합";
this.btn_Merge.UseVisualStyleBackColor = true;
this.btn_Merge.Click += new System.EventHandler(this.btn_Merge_Click);
//
// btn_Progress
//
this.btn_Progress.Location = new System.Drawing.Point(813, 4);
this.btn_Progress.Name = "btn_Progress";
this.btn_Progress.Size = new System.Drawing.Size(75, 32);
this.btn_Progress.TabIndex = 50;
this.btn_Progress.Text = "목록진행";
this.btn_Progress.UseVisualStyleBackColor = true;
this.btn_Progress.Click += new System.EventHandler(this.btn_Progress_Click);
//
// btn_Completion
//
this.btn_Completion.Location = new System.Drawing.Point(894, 4);
this.btn_Completion.Name = "btn_Completion";
this.btn_Completion.Size = new System.Drawing.Size(75, 32);
this.btn_Completion.TabIndex = 50;
this.btn_Completion.Text = "목록완료";
this.btn_Completion.UseVisualStyleBackColor = true;
this.btn_Completion.Click += new System.EventHandler(this.btn_Completion_Click);
//
// btn_Delete
//
this.btn_Delete.Location = new System.Drawing.Point(975, 4);
this.btn_Delete.Name = "btn_Delete";
this.btn_Delete.Size = new System.Drawing.Size(75, 32);
this.btn_Delete.TabIndex = 50;
this.btn_Delete.Text = "목록삭제";
this.btn_Delete.UseVisualStyleBackColor = true;
this.btn_Delete.Click += new System.EventHandler(this.btn_Delete_Click);
//
// btn_Close
//
this.btn_Close.Location = new System.Drawing.Point(1056, 4);
this.btn_Close.Location = new System.Drawing.Point(1031, 4);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(75, 32);
this.btn_Close.TabIndex = 50;
@@ -294,7 +234,7 @@
//
// btn_Save
//
this.btn_Save.Location = new System.Drawing.Point(570, 4);
this.btn_Save.Location = new System.Drawing.Point(869, 4);
this.btn_Save.Name = "btn_Save";
this.btn_Save.Size = new System.Drawing.Size(75, 32);
this.btn_Save.TabIndex = 50;
@@ -306,13 +246,9 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1183, 651);
this.ClientSize = new System.Drawing.Size(1122, 661);
this.Controls.Add(this.btn_Close);
this.Controls.Add(this.btn_Delete);
this.Controls.Add(this.btn_Progress);
this.Controls.Add(this.btn_Excel);
this.Controls.Add(this.btn_Completion);
this.Controls.Add(this.btn_Merge);
this.Controls.Add(this.btn_Save);
this.Controls.Add(this.btn_Lookup);
this.Controls.Add(this.cb_state);
@@ -337,27 +273,21 @@
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btn_Lookup;
private System.Windows.Forms.Button btn_Excel;
private System.Windows.Forms.Button btn_Merge;
private System.Windows.Forms.Button btn_Progress;
private System.Windows.Forms.Button btn_Completion;
private System.Windows.Forms.Button btn_Delete;
private System.Windows.Forms.Button btn_Close;
private System.Windows.Forms.Button btn_Save;
public System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.DataGridViewTextBoxColumn idx;
private System.Windows.Forms.DataGridViewTextBoxColumn start_date;
private System.Windows.Forms.DataGridViewTextBoxColumn end_date;
private System.Windows.Forms.DataGridViewTextBoxColumn list_marc;
private System.Windows.Forms.DataGridViewTextBoxColumn list_name;
private System.Windows.Forms.DataGridViewTextBoxColumn KDC;
private System.Windows.Forms.DataGridViewTextBoxColumn total;
private System.Windows.Forms.DataGridViewTextBoxColumn flatter;
private System.Windows.Forms.DataGridViewTextBoxColumn unflatter;
private System.Windows.Forms.DataGridViewTextBoxColumn work_name;
private System.Windows.Forms.DataGridViewTextBoxColumn count;
private System.Windows.Forms.DataGridViewTextBoxColumn stock;
private System.Windows.Forms.DataGridViewTextBoxColumn unstock;
private System.Windows.Forms.DataGridViewTextBoxColumn state;
private System.Windows.Forms.DataGridViewTextBoxColumn grade;
private System.Windows.Forms.DataGridViewTextBoxColumn etc;
private System.Windows.Forms.DataGridViewTextBoxColumn charge;
private System.Windows.Forms.DataGridViewTextBoxColumn check;
public System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
}
}