** ERP 작업 전면 중단 (마크우선) ** *** 마크작성 - 칸채우기 버그 수정을 위해 테스트 계정 제외하고 잠금*** 1. 마크 작성 ㄴ> 저장버튼을 누를경우 저장시점에 선택되어있는 셀의 값으로 저장되는 버그 수정. ㄴ> 마크데이터 호출 시 회사인덱스로 구분하여 호출되게 변경 ㄴ> 구분자, 종단기호 단축키 변경. (Alt 삭제) ㄴ> 마크 오류체크 추가 ( 형식에 맞게 잘 작성이 되어있는지) ㄴ> 008태그 입력시 발생하는 버그 수정 2. 마크 정리 ㄴ> Grid에서 수정시 마크에 바로 반영이 되게 수정 ㄴ> I로 해놨던거 L로 수정 (오타수정)
628 lines
30 KiB
C#
628 lines
30 KiB
C#
namespace WindowsFormsApp1.Mac
|
|
{
|
|
partial class Marc_Plan
|
|
{
|
|
/// <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 dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.btn_Save = new System.Windows.Forms.Button();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.btn_Excel = new System.Windows.Forms.Button();
|
|
this.cb_EncodingType = new System.Windows.Forms.ComboBox();
|
|
this.btn_Output = new System.Windows.Forms.Button();
|
|
this.btn_Close = new System.Windows.Forms.Button();
|
|
this.btn_Select_List = new System.Windows.Forms.Button();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.cb_authorType = new System.Windows.Forms.ComboBox();
|
|
this.cb_divType = new System.Windows.Forms.ComboBox();
|
|
this.cb_divNum = new System.Windows.Forms.ComboBox();
|
|
this.cb_FirstBook = new System.Windows.Forms.ComboBox();
|
|
this.cb_FirstAuthor = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.btn_ChangeTag = new System.Windows.Forms.Button();
|
|
this.tb_SearchTag = new System.Windows.Forms.TextBox();
|
|
this.tb_ISBN = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.num = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.reg_num = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.class_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.author_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.volume = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.copy = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.prefix = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.gu = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ISBN = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.book_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.s_book_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.s_book_num1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.s_book_name2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.s_book_num2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.author = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.book_comp = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.price = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.midx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.marc = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.search_tag = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.colCheck = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.panel1.SuspendLayout();
|
|
this.panel4.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.btn_Save);
|
|
this.panel1.Controls.Add(this.panel4);
|
|
this.panel1.Controls.Add(this.btn_Close);
|
|
this.panel1.Controls.Add(this.btn_Select_List);
|
|
this.panel1.Location = new System.Drawing.Point(11, 12);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1463, 35);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// btn_Save
|
|
//
|
|
this.btn_Save.Location = new System.Drawing.Point(402, 5);
|
|
this.btn_Save.Name = "btn_Save";
|
|
this.btn_Save.Size = new System.Drawing.Size(86, 23);
|
|
this.btn_Save.TabIndex = 10;
|
|
this.btn_Save.Text = "전체 저장";
|
|
this.btn_Save.UseVisualStyleBackColor = true;
|
|
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel4.Controls.Add(this.btn_Excel);
|
|
this.panel4.Controls.Add(this.cb_EncodingType);
|
|
this.panel4.Controls.Add(this.btn_Output);
|
|
this.panel4.Location = new System.Drawing.Point(585, 2);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(274, 29);
|
|
this.panel4.TabIndex = 9;
|
|
//
|
|
// btn_Excel
|
|
//
|
|
this.btn_Excel.Location = new System.Drawing.Point(194, 2);
|
|
this.btn_Excel.Name = "btn_Excel";
|
|
this.btn_Excel.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_Excel.TabIndex = 8;
|
|
this.btn_Excel.Text = "엑셀 반출";
|
|
this.btn_Excel.UseVisualStyleBackColor = true;
|
|
this.btn_Excel.Click += new System.EventHandler(this.btn_Excel_Click);
|
|
//
|
|
// cb_EncodingType
|
|
//
|
|
this.cb_EncodingType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cb_EncodingType.FormattingEnabled = true;
|
|
this.cb_EncodingType.Location = new System.Drawing.Point(7, 3);
|
|
this.cb_EncodingType.Name = "cb_EncodingType";
|
|
this.cb_EncodingType.Size = new System.Drawing.Size(81, 20);
|
|
this.cb_EncodingType.TabIndex = 9;
|
|
//
|
|
// btn_Output
|
|
//
|
|
this.btn_Output.Location = new System.Drawing.Point(94, 2);
|
|
this.btn_Output.Name = "btn_Output";
|
|
this.btn_Output.Size = new System.Drawing.Size(75, 23);
|
|
this.btn_Output.TabIndex = 9;
|
|
this.btn_Output.Text = "마크 반출";
|
|
this.btn_Output.UseVisualStyleBackColor = true;
|
|
this.btn_Output.Click += new System.EventHandler(this.btn_Output_Click);
|
|
//
|
|
// btn_Close
|
|
//
|
|
this.btn_Close.Location = new System.Drawing.Point(903, 5);
|
|
this.btn_Close.Name = "btn_Close";
|
|
this.btn_Close.Size = new System.Drawing.Size(86, 23);
|
|
this.btn_Close.TabIndex = 5;
|
|
this.btn_Close.Text = "닫 기";
|
|
this.btn_Close.UseVisualStyleBackColor = true;
|
|
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
|
|
//
|
|
// btn_Select_List
|
|
//
|
|
this.btn_Select_List.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btn_Select_List.Location = new System.Drawing.Point(9, 2);
|
|
this.btn_Select_List.Name = "btn_Select_List";
|
|
this.btn_Select_List.Size = new System.Drawing.Size(354, 29);
|
|
this.btn_Select_List.TabIndex = 0;
|
|
this.btn_Select_List.Text = "목록선택";
|
|
this.btn_Select_List.UseVisualStyleBackColor = true;
|
|
this.btn_Select_List.Click += new System.EventHandler(this.btn_Select_List_Click);
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel3.Controls.Add(this.cb_authorType);
|
|
this.panel3.Controls.Add(this.cb_divType);
|
|
this.panel3.Controls.Add(this.cb_divNum);
|
|
this.panel3.Controls.Add(this.cb_FirstBook);
|
|
this.panel3.Controls.Add(this.cb_FirstAuthor);
|
|
this.panel3.Controls.Add(this.label3);
|
|
this.panel3.Controls.Add(this.label4);
|
|
this.panel3.Location = new System.Drawing.Point(11, 52);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(566, 29);
|
|
this.panel3.TabIndex = 7;
|
|
//
|
|
// cb_authorType
|
|
//
|
|
this.cb_authorType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cb_authorType.Enabled = false;
|
|
this.cb_authorType.FormattingEnabled = true;
|
|
this.cb_authorType.Location = new System.Drawing.Point(125, 3);
|
|
this.cb_authorType.Name = "cb_authorType";
|
|
this.cb_authorType.Size = new System.Drawing.Size(171, 20);
|
|
this.cb_authorType.TabIndex = 1;
|
|
//
|
|
// cb_divType
|
|
//
|
|
this.cb_divType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cb_divType.Enabled = false;
|
|
this.cb_divType.FormattingEnabled = true;
|
|
this.cb_divType.Location = new System.Drawing.Point(402, 3);
|
|
this.cb_divType.Name = "cb_divType";
|
|
this.cb_divType.Size = new System.Drawing.Size(88, 20);
|
|
this.cb_divType.TabIndex = 1;
|
|
this.cb_divType.SelectedIndexChanged += new System.EventHandler(this.cb_divType_SelectedIndexChanged);
|
|
//
|
|
// cb_divNum
|
|
//
|
|
this.cb_divNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cb_divNum.Enabled = false;
|
|
this.cb_divNum.FormattingEnabled = true;
|
|
this.cb_divNum.Location = new System.Drawing.Point(496, 3);
|
|
this.cb_divNum.Name = "cb_divNum";
|
|
this.cb_divNum.Size = new System.Drawing.Size(61, 20);
|
|
this.cb_divNum.TabIndex = 1;
|
|
//
|
|
// cb_FirstBook
|
|
//
|
|
this.cb_FirstBook.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cb_FirstBook.Enabled = false;
|
|
this.cb_FirstBook.FormattingEnabled = true;
|
|
this.cb_FirstBook.Location = new System.Drawing.Point(302, 3);
|
|
this.cb_FirstBook.Name = "cb_FirstBook";
|
|
this.cb_FirstBook.Size = new System.Drawing.Size(61, 20);
|
|
this.cb_FirstBook.TabIndex = 1;
|
|
//
|
|
// cb_FirstAuthor
|
|
//
|
|
this.cb_FirstAuthor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cb_FirstAuthor.Enabled = false;
|
|
this.cb_FirstAuthor.FormattingEnabled = true;
|
|
this.cb_FirstAuthor.Location = new System.Drawing.Point(57, 3);
|
|
this.cb_FirstAuthor.Name = "cb_FirstAuthor";
|
|
this.cb_FirstAuthor.Size = new System.Drawing.Size(61, 20);
|
|
this.cb_FirstAuthor.TabIndex = 1;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(371, 7);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(29, 12);
|
|
this.label3.TabIndex = 1;
|
|
this.label3.Text = "구분";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(2, 7);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(53, 12);
|
|
this.label4.TabIndex = 1;
|
|
this.label4.Text = "저자기호";
|
|
//
|
|
// btn_ChangeTag
|
|
//
|
|
this.btn_ChangeTag.Location = new System.Drawing.Point(317, 2);
|
|
this.btn_ChangeTag.Name = "btn_ChangeTag";
|
|
this.btn_ChangeTag.Size = new System.Drawing.Size(86, 23);
|
|
this.btn_ChangeTag.TabIndex = 5;
|
|
this.btn_ChangeTag.Text = "검색태그변경";
|
|
this.btn_ChangeTag.UseVisualStyleBackColor = true;
|
|
this.btn_ChangeTag.Click += new System.EventHandler(this.btn_ChangeTag_Click);
|
|
//
|
|
// tb_SearchTag
|
|
//
|
|
this.tb_SearchTag.Location = new System.Drawing.Point(211, 3);
|
|
this.tb_SearchTag.Name = "tb_SearchTag";
|
|
this.tb_SearchTag.Size = new System.Drawing.Size(100, 21);
|
|
this.tb_SearchTag.TabIndex = 4;
|
|
this.tb_SearchTag.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_SearchTag_KeyDown);
|
|
//
|
|
// tb_ISBN
|
|
//
|
|
this.tb_ISBN.Enabled = false;
|
|
this.tb_ISBN.Location = new System.Drawing.Point(39, 3);
|
|
this.tb_ISBN.Name = "tb_ISBN";
|
|
this.tb_ISBN.Size = new System.Drawing.Size(100, 21);
|
|
this.tb_ISBN.TabIndex = 4;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(152, 7);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(57, 12);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "태그 검색";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(4, 7);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(33, 12);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "ISBN";
|
|
//
|
|
// dataGridView1
|
|
//
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.idx,
|
|
this.num,
|
|
this.reg_num,
|
|
this.class_code,
|
|
this.author_code,
|
|
this.volume,
|
|
this.copy,
|
|
this.prefix,
|
|
this.gu,
|
|
this.ISBN,
|
|
this.book_name,
|
|
this.s_book_name1,
|
|
this.s_book_num1,
|
|
this.s_book_name2,
|
|
this.s_book_num2,
|
|
this.author,
|
|
this.book_comp,
|
|
this.price,
|
|
this.midx,
|
|
this.marc,
|
|
this.search_tag,
|
|
this.colCheck});
|
|
this.dataGridView1.Location = new System.Drawing.Point(11, 86);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
this.dataGridView1.Size = new System.Drawing.Size(1463, 646);
|
|
this.dataGridView1.TabIndex = 1;
|
|
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
|
|
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
|
|
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
|
|
this.dataGridView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.dataGridView1_DragDrop);
|
|
this.dataGridView1.DragOver += new System.Windows.Forms.DragEventHandler(this.dataGridView1_DragOver);
|
|
this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
|
|
this.dataGridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseDown);
|
|
this.dataGridView1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseMove);
|
|
//
|
|
// idx
|
|
//
|
|
this.idx.HeaderText = "idx";
|
|
this.idx.Name = "idx";
|
|
this.idx.ReadOnly = true;
|
|
this.idx.Visible = false;
|
|
//
|
|
// num
|
|
//
|
|
this.num.FillWeight = 64.46414F;
|
|
this.num.HeaderText = "연번";
|
|
this.num.Name = "num";
|
|
this.num.ReadOnly = true;
|
|
this.num.Width = 50;
|
|
//
|
|
// reg_num
|
|
//
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.reg_num.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.reg_num.FillWeight = 130.9363F;
|
|
this.reg_num.HeaderText = "등록번호";
|
|
this.reg_num.Name = "reg_num";
|
|
this.reg_num.Width = 102;
|
|
//
|
|
// class_code
|
|
//
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.class_code.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.class_code.FillWeight = 76.41504F;
|
|
this.class_code.HeaderText = "분류";
|
|
this.class_code.Name = "class_code";
|
|
this.class_code.Width = 59;
|
|
//
|
|
// author_code
|
|
//
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.author_code.DefaultCellStyle = dataGridViewCellStyle4;
|
|
this.author_code.FillWeight = 77.02635F;
|
|
this.author_code.HeaderText = "저자기호";
|
|
this.author_code.Name = "author_code";
|
|
this.author_code.Width = 60;
|
|
//
|
|
// volume
|
|
//
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.volume.DefaultCellStyle = dataGridViewCellStyle5;
|
|
this.volume.FillWeight = 38.80909F;
|
|
this.volume.HeaderText = "V";
|
|
this.volume.Name = "volume";
|
|
this.volume.ToolTipText = "049v";
|
|
this.volume.Width = 30;
|
|
//
|
|
// copy
|
|
//
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.copy.DefaultCellStyle = dataGridViewCellStyle6;
|
|
this.copy.FillWeight = 40.14827F;
|
|
this.copy.HeaderText = "C";
|
|
this.copy.Name = "copy";
|
|
this.copy.ToolTipText = "049c";
|
|
this.copy.Width = 31;
|
|
//
|
|
// prefix
|
|
//
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.prefix.DefaultCellStyle = dataGridViewCellStyle7;
|
|
this.prefix.FillWeight = 41.51828F;
|
|
this.prefix.HeaderText = "F";
|
|
this.prefix.Name = "prefix";
|
|
this.prefix.ToolTipText = "049f";
|
|
this.prefix.Width = 32;
|
|
//
|
|
// gu
|
|
//
|
|
this.gu.FillWeight = 71.64279F;
|
|
this.gu.HeaderText = "구분";
|
|
this.gu.Name = "gu";
|
|
this.gu.ReadOnly = true;
|
|
this.gu.Width = 56;
|
|
//
|
|
// ISBN
|
|
//
|
|
this.ISBN.HeaderText = "ISBN";
|
|
this.ISBN.Name = "ISBN";
|
|
this.ISBN.Visible = false;
|
|
//
|
|
// book_name
|
|
//
|
|
this.book_name.FillWeight = 291.9296F;
|
|
this.book_name.HeaderText = "도서명";
|
|
this.book_name.Name = "book_name";
|
|
this.book_name.ReadOnly = true;
|
|
this.book_name.Width = 226;
|
|
//
|
|
// s_book_name1
|
|
//
|
|
this.s_book_name1.FillWeight = 129.9903F;
|
|
this.s_book_name1.HeaderText = "총서명";
|
|
this.s_book_name1.Name = "s_book_name1";
|
|
this.s_book_name1.ReadOnly = true;
|
|
this.s_book_name1.Width = 101;
|
|
//
|
|
// s_book_num1
|
|
//
|
|
this.s_book_num1.FillWeight = 76.24091F;
|
|
this.s_book_num1.HeaderText = "총서번호";
|
|
this.s_book_num1.Name = "s_book_num1";
|
|
this.s_book_num1.ReadOnly = true;
|
|
this.s_book_num1.Width = 59;
|
|
//
|
|
// s_book_name2
|
|
//
|
|
this.s_book_name2.HeaderText = "총서명";
|
|
this.s_book_name2.Name = "s_book_name2";
|
|
//
|
|
// s_book_num2
|
|
//
|
|
this.s_book_num2.HeaderText = "총서번호";
|
|
this.s_book_num2.Name = "s_book_num2";
|
|
this.s_book_num2.Width = 59;
|
|
//
|
|
// author
|
|
//
|
|
this.author.FillWeight = 128.5217F;
|
|
this.author.HeaderText = "저자";
|
|
this.author.Name = "author";
|
|
this.author.ReadOnly = true;
|
|
//
|
|
// book_comp
|
|
//
|
|
this.book_comp.FillWeight = 125.7765F;
|
|
this.book_comp.HeaderText = "출판사";
|
|
this.book_comp.Name = "book_comp";
|
|
this.book_comp.ReadOnly = true;
|
|
this.book_comp.Width = 97;
|
|
//
|
|
// price
|
|
//
|
|
this.price.FillWeight = 86.15041F;
|
|
this.price.HeaderText = "정가";
|
|
this.price.Name = "price";
|
|
this.price.ReadOnly = true;
|
|
this.price.Width = 67;
|
|
//
|
|
// midx
|
|
//
|
|
this.midx.HeaderText = "midx";
|
|
this.midx.Name = "midx";
|
|
this.midx.Visible = false;
|
|
//
|
|
// marc
|
|
//
|
|
this.marc.HeaderText = "마크";
|
|
this.marc.Name = "marc";
|
|
this.marc.Visible = false;
|
|
//
|
|
// search_tag
|
|
//
|
|
this.search_tag.FillWeight = 185.6383F;
|
|
this.search_tag.HeaderText = "검색태그";
|
|
this.search_tag.Name = "search_tag";
|
|
this.search_tag.Width = 144;
|
|
//
|
|
// colCheck
|
|
//
|
|
this.colCheck.FalseValue = "F";
|
|
this.colCheck.FillWeight = 34.79187F;
|
|
this.colCheck.HeaderText = "□";
|
|
this.colCheck.IndeterminateValue = "F";
|
|
this.colCheck.Name = "colCheck";
|
|
this.colCheck.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.colCheck.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
this.colCheck.TrueValue = "T";
|
|
this.colCheck.Width = 27;
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.checkBox1.Checked = true;
|
|
this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.checkBox1.Location = new System.Drawing.Point(1432, 92);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(15, 14);
|
|
this.checkBox1.TabIndex = 2;
|
|
this.checkBox1.TabStop = false;
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel2.Controls.Add(this.label1);
|
|
this.panel2.Controls.Add(this.label2);
|
|
this.panel2.Controls.Add(this.tb_ISBN);
|
|
this.panel2.Controls.Add(this.btn_ChangeTag);
|
|
this.panel2.Controls.Add(this.tb_SearchTag);
|
|
this.panel2.Location = new System.Drawing.Point(597, 52);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(412, 29);
|
|
this.panel2.TabIndex = 8;
|
|
//
|
|
// Marc_Plan
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1487, 715);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.dataGridView1);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.panel3);
|
|
this.Name = "Marc_Plan";
|
|
this.Text = "마크 정리";
|
|
this.Load += new System.EventHandler(this.Marc_Plan_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel4.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btn_Select_List;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
public System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.Button btn_Close;
|
|
private System.Windows.Forms.TextBox tb_SearchTag;
|
|
private System.Windows.Forms.TextBox tb_ISBN;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btn_ChangeTag;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn idx;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn num;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn reg_num;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn class_code;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn author_code;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn volume;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn copy;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn prefix;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn gu;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ISBN;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn book_name;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn s_book_name1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn s_book_num1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn s_book_name2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn s_book_num2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn author;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn book_comp;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn price;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn midx;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn marc;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn search_tag;
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn colCheck;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.ComboBox cb_authorType;
|
|
private System.Windows.Forms.ComboBox cb_divType;
|
|
private System.Windows.Forms.ComboBox cb_divNum;
|
|
private System.Windows.Forms.ComboBox cb_FirstBook;
|
|
private System.Windows.Forms.ComboBox cb_FirstAuthor;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Button btn_Excel;
|
|
private System.Windows.Forms.Button btn_Output;
|
|
private System.Windows.Forms.ComboBox cb_EncodingType;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.Button btn_Save;
|
|
}
|
|
} |