=====* unimarc *=====
기능 작업 완료 테스트 작업 진행예정.
This commit is contained in:
370
unimarc/unimarc/마크/Marc_Plan.Designer.cs
generated
370
unimarc/unimarc/마크/Marc_Plan.Designer.cs
generated
@@ -28,26 +28,38 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.tb_Select_List = new System.Windows.Forms.TextBox();
|
||||
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.btn_Close = 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.btn_Select_List = new System.Windows.Forms.Button();
|
||||
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
||||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||||
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.chk_overlap = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.count = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.F = 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();
|
||||
@@ -58,46 +70,172 @@
|
||||
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.btn_Excel = new System.Windows.Forms.Button();
|
||||
this.panel1.SuspendLayout();
|
||||
this.panel3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel1.Controls.Add(this.button1);
|
||||
this.panel1.Controls.Add(this.tb_Select_List);
|
||||
this.panel1.Controls.Add(this.btn_Excel);
|
||||
this.panel1.Controls.Add(this.panel3);
|
||||
this.panel1.Controls.Add(this.btn_ChangeTag);
|
||||
this.panel1.Controls.Add(this.btn_Close);
|
||||
this.panel1.Controls.Add(this.tb_SearchTag);
|
||||
this.panel1.Controls.Add(this.tb_ISBN);
|
||||
this.panel1.Controls.Add(this.label2);
|
||||
this.panel1.Controls.Add(this.label1);
|
||||
this.panel1.Controls.Add(this.btn_Select_List);
|
||||
this.panel1.Location = new System.Drawing.Point(12, 12);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(1464, 38);
|
||||
this.panel1.Size = new System.Drawing.Size(1464, 36);
|
||||
this.panel1.TabIndex = 0;
|
||||
//
|
||||
// button1
|
||||
// panel3
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(531, 6);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(75, 23);
|
||||
this.button1.TabIndex = 2;
|
||||
this.button1.Text = "button1";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
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(251, 2);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(581, 30);
|
||||
this.panel3.TabIndex = 7;
|
||||
//
|
||||
// tb_Select_List
|
||||
// cb_authorType
|
||||
//
|
||||
this.tb_Select_List.Location = new System.Drawing.Point(90, 8);
|
||||
this.tb_Select_List.Name = "tb_Select_List";
|
||||
this.tb_Select_List.ReadOnly = true;
|
||||
this.tb_Select_List.Size = new System.Drawing.Size(321, 21);
|
||||
this.tb_Select_List.TabIndex = 1;
|
||||
this.cb_authorType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cb_authorType.FormattingEnabled = true;
|
||||
this.cb_authorType.Location = new System.Drawing.Point(125, 4);
|
||||
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.FormattingEnabled = true;
|
||||
this.cb_divType.Location = new System.Drawing.Point(414, 4);
|
||||
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.FormattingEnabled = true;
|
||||
this.cb_divNum.Location = new System.Drawing.Point(508, 4);
|
||||
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.FormattingEnabled = true;
|
||||
this.cb_FirstBook.Location = new System.Drawing.Point(302, 4);
|
||||
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.FormattingEnabled = true;
|
||||
this.cb_FirstAuthor.Location = new System.Drawing.Point(57, 4);
|
||||
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(383, 8);
|
||||
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, 8);
|
||||
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(1277, 6);
|
||||
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);
|
||||
//
|
||||
// btn_Close
|
||||
//
|
||||
this.btn_Close.Location = new System.Drawing.Point(1369, 6);
|
||||
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);
|
||||
//
|
||||
// tb_SearchTag
|
||||
//
|
||||
this.tb_SearchTag.Location = new System.Drawing.Point(1171, 7);
|
||||
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.Location = new System.Drawing.Point(998, 7);
|
||||
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(1112, 11);
|
||||
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(963, 11);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(33, 12);
|
||||
this.label1.TabIndex = 3;
|
||||
this.label1.Text = "ISBN";
|
||||
//
|
||||
// btn_Select_List
|
||||
//
|
||||
this.btn_Select_List.Location = new System.Drawing.Point(9, 7);
|
||||
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(75, 23);
|
||||
this.btn_Select_List.Size = new System.Drawing.Size(236, 30);
|
||||
this.btn_Select_List.TabIndex = 0;
|
||||
this.btn_Select_List.Text = "목록선택";
|
||||
this.btn_Select_List.UseVisualStyleBackColor = true;
|
||||
@@ -107,23 +245,24 @@
|
||||
//
|
||||
this.dataGridView1.AllowUserToAddRows = false;
|
||||
this.dataGridView1.AllowUserToDeleteRows = false;
|
||||
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Control;
|
||||
dataGridViewCellStyle15.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||
dataGridViewCellStyle15.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle15.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle15;
|
||||
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||||
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
|
||||
dataGridViewCellStyle8.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
|
||||
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
||||
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||||
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||||
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
|
||||
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.chk_overlap,
|
||||
this.count,
|
||||
this.F,
|
||||
this.volume,
|
||||
this.copy,
|
||||
this.prefix,
|
||||
this.gu,
|
||||
this.ISBN,
|
||||
this.book_name,
|
||||
@@ -134,26 +273,26 @@
|
||||
this.author,
|
||||
this.book_comp,
|
||||
this.price,
|
||||
this.midx,
|
||||
this.marc,
|
||||
this.search_tag,
|
||||
this.colCheck});
|
||||
this.dataGridView1.Location = new System.Drawing.Point(13, 57);
|
||||
this.dataGridView1.MultiSelect = false;
|
||||
this.dataGridView1.Name = "dataGridView1";
|
||||
this.dataGridView1.RowTemplate.Height = 23;
|
||||
this.dataGridView1.Size = new System.Drawing.Size(1463, 611);
|
||||
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);
|
||||
//
|
||||
// checkBox1
|
||||
// idx
|
||||
//
|
||||
this.checkBox1.AutoSize = true;
|
||||
this.checkBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||||
this.checkBox1.Location = new System.Drawing.Point(1435, 63);
|
||||
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);
|
||||
this.idx.HeaderText = "idx";
|
||||
this.idx.Name = "idx";
|
||||
this.idx.ReadOnly = true;
|
||||
this.idx.Visible = false;
|
||||
//
|
||||
// num
|
||||
//
|
||||
@@ -165,8 +304,8 @@
|
||||
//
|
||||
// reg_num
|
||||
//
|
||||
dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.reg_num.DefaultCellStyle = dataGridViewCellStyle16;
|
||||
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.reg_num.DefaultCellStyle = dataGridViewCellStyle9;
|
||||
this.reg_num.FillWeight = 130.9363F;
|
||||
this.reg_num.HeaderText = "등록번호";
|
||||
this.reg_num.Name = "reg_num";
|
||||
@@ -174,8 +313,8 @@
|
||||
//
|
||||
// class_code
|
||||
//
|
||||
dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.class_code.DefaultCellStyle = dataGridViewCellStyle17;
|
||||
dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.class_code.DefaultCellStyle = dataGridViewCellStyle10;
|
||||
this.class_code.FillWeight = 76.41504F;
|
||||
this.class_code.HeaderText = "분류";
|
||||
this.class_code.Name = "class_code";
|
||||
@@ -183,39 +322,42 @@
|
||||
//
|
||||
// author_code
|
||||
//
|
||||
dataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.author_code.DefaultCellStyle = dataGridViewCellStyle18;
|
||||
dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.author_code.DefaultCellStyle = dataGridViewCellStyle11;
|
||||
this.author_code.FillWeight = 77.02635F;
|
||||
this.author_code.HeaderText = "저자기호";
|
||||
this.author_code.Name = "author_code";
|
||||
this.author_code.Width = 60;
|
||||
//
|
||||
// chk_overlap
|
||||
// volume
|
||||
//
|
||||
dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.chk_overlap.DefaultCellStyle = dataGridViewCellStyle19;
|
||||
this.chk_overlap.FillWeight = 38.80909F;
|
||||
this.chk_overlap.HeaderText = "V";
|
||||
this.chk_overlap.Name = "chk_overlap";
|
||||
this.chk_overlap.Width = 30;
|
||||
dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.volume.DefaultCellStyle = dataGridViewCellStyle12;
|
||||
this.volume.FillWeight = 38.80909F;
|
||||
this.volume.HeaderText = "V";
|
||||
this.volume.Name = "volume";
|
||||
this.volume.ToolTipText = "049v";
|
||||
this.volume.Width = 30;
|
||||
//
|
||||
// count
|
||||
// copy
|
||||
//
|
||||
dataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.count.DefaultCellStyle = dataGridViewCellStyle20;
|
||||
this.count.FillWeight = 40.14827F;
|
||||
this.count.HeaderText = "C";
|
||||
this.count.Name = "count";
|
||||
this.count.Width = 31;
|
||||
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.copy.DefaultCellStyle = dataGridViewCellStyle13;
|
||||
this.copy.FillWeight = 40.14827F;
|
||||
this.copy.HeaderText = "C";
|
||||
this.copy.Name = "copy";
|
||||
this.copy.ToolTipText = "049c";
|
||||
this.copy.Width = 31;
|
||||
//
|
||||
// F
|
||||
// prefix
|
||||
//
|
||||
dataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.F.DefaultCellStyle = dataGridViewCellStyle21;
|
||||
this.F.FillWeight = 41.51828F;
|
||||
this.F.HeaderText = "F";
|
||||
this.F.Name = "F";
|
||||
this.F.Width = 32;
|
||||
dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.prefix.DefaultCellStyle = dataGridViewCellStyle14;
|
||||
this.prefix.FillWeight = 41.51828F;
|
||||
this.prefix.HeaderText = "F";
|
||||
this.prefix.Name = "prefix";
|
||||
this.prefix.ToolTipText = "049f";
|
||||
this.prefix.Width = 32;
|
||||
//
|
||||
// gu
|
||||
//
|
||||
@@ -289,12 +431,23 @@
|
||||
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.ReadOnly = true;
|
||||
this.search_tag.Width = 144;
|
||||
//
|
||||
// colCheck
|
||||
@@ -309,6 +462,30 @@
|
||||
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(1435, 63);
|
||||
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);
|
||||
//
|
||||
// btn_Excel
|
||||
//
|
||||
this.btn_Excel.Location = new System.Drawing.Point(852, 6);
|
||||
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);
|
||||
//
|
||||
// Marc_Plan
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
@@ -319,8 +496,11 @@
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Name = "Marc_Plan";
|
||||
this.Text = "마크 정리";
|
||||
this.Load += new System.EventHandler(this.Marc_Plan_Load);
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
this.panel3.ResumeLayout(false);
|
||||
this.panel3.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
@@ -330,18 +510,23 @@
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.TextBox tb_Select_List;
|
||||
private System.Windows.Forms.Button btn_Select_List;
|
||||
private System.Windows.Forms.DataGridView dataGridView1;
|
||||
private System.Windows.Forms.Button button1;
|
||||
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 chk_overlap;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn count;
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn F;
|
||||
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;
|
||||
@@ -352,7 +537,18 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user