 d336d11536
			
		
	
	d336d11536
	
	
	
		
			
			** ERP 작업 전면 중단 (마크우선) ** 1. 마크 정리 ㄴ> 검색태그 수정 및 추가 기능 추가. ㄴ> 태그가 존재하나, 식별기호가 존재하지 않는 경우를 아직 구현하지 못함. 2. 복본 조사 ㄴ> 전북대학교 복본조사 추가.
		
			
				
	
	
		
			397 lines
		
	
	
		
			19 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			397 lines
		
	
	
		
			19 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| 
 | |
| namespace UniMarc.마크
 | |
| {
 | |
|     partial class Mac_List_Add
 | |
|     {
 | |
|         /// <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.label5 = new System.Windows.Forms.Label();
 | |
|             this.cb_Gubun = new System.Windows.Forms.ComboBox();
 | |
|             this.btn_DelRow = new System.Windows.Forms.Button();
 | |
|             this.btn_Upload = new System.Windows.Forms.Button();
 | |
|             this.cb_User = new System.Windows.Forms.ComboBox();
 | |
|             this.btn_Close = new System.Windows.Forms.Button();
 | |
|             this.btn_Empty = new System.Windows.Forms.Button();
 | |
|             this.btn_AddList = new System.Windows.Forms.Button();
 | |
|             this.label3 = new System.Windows.Forms.Label();
 | |
|             this.label2 = new System.Windows.Forms.Label();
 | |
|             this.label4 = new System.Windows.Forms.Label();
 | |
|             this.label1 = new System.Windows.Forms.Label();
 | |
|             this.tb_ExpectList = new System.Windows.Forms.TextBox();
 | |
|             this.tb_divName = new System.Windows.Forms.TextBox();
 | |
|             this.tb_divComp = new System.Windows.Forms.TextBox();
 | |
|             this.panel2 = new System.Windows.Forms.Panel();
 | |
|             this.dataGridView1 = new System.Windows.Forms.DataGridView();
 | |
|             this.header = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.num = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.BookName = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Author = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.BookComp = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Price = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Count = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.Total = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.ISBN = new System.Windows.Forms.DataGridViewTextBoxColumn();
 | |
|             this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
 | |
|             this.panel1.SuspendLayout();
 | |
|             this.panel2.SuspendLayout();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // panel1
 | |
|             // 
 | |
|             this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
 | |
|             this.panel1.Controls.Add(this.label5);
 | |
|             this.panel1.Controls.Add(this.cb_Gubun);
 | |
|             this.panel1.Controls.Add(this.btn_DelRow);
 | |
|             this.panel1.Controls.Add(this.btn_Upload);
 | |
|             this.panel1.Controls.Add(this.cb_User);
 | |
|             this.panel1.Controls.Add(this.btn_Close);
 | |
|             this.panel1.Controls.Add(this.btn_Empty);
 | |
|             this.panel1.Controls.Add(this.btn_AddList);
 | |
|             this.panel1.Controls.Add(this.label3);
 | |
|             this.panel1.Controls.Add(this.label2);
 | |
|             this.panel1.Controls.Add(this.label4);
 | |
|             this.panel1.Controls.Add(this.label1);
 | |
|             this.panel1.Controls.Add(this.tb_ExpectList);
 | |
|             this.panel1.Controls.Add(this.tb_divName);
 | |
|             this.panel1.Controls.Add(this.tb_divComp);
 | |
|             this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
 | |
|             this.panel1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.panel1.Name = "panel1";
 | |
|             this.panel1.Size = new System.Drawing.Size(897, 59);
 | |
|             this.panel1.TabIndex = 0;
 | |
|             // 
 | |
|             // label5
 | |
|             // 
 | |
|             this.label5.AutoSize = true;
 | |
|             this.label5.Location = new System.Drawing.Point(592, 35);
 | |
|             this.label5.Name = "label5";
 | |
|             this.label5.Size = new System.Drawing.Size(53, 12);
 | |
|             this.label5.TabIndex = 14;
 | |
|             this.label5.Text = "쉼표구분";
 | |
|             // 
 | |
|             // cb_Gubun
 | |
|             // 
 | |
|             this.cb_Gubun.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
 | |
|             this.cb_Gubun.FormattingEnabled = true;
 | |
|             this.cb_Gubun.Location = new System.Drawing.Point(647, 31);
 | |
|             this.cb_Gubun.Name = "cb_Gubun";
 | |
|             this.cb_Gubun.Size = new System.Drawing.Size(75, 20);
 | |
|             this.cb_Gubun.TabIndex = 6;
 | |
|             // 
 | |
|             // btn_DelRow
 | |
|             // 
 | |
|             this.btn_DelRow.Location = new System.Drawing.Point(560, 4);
 | |
|             this.btn_DelRow.Name = "btn_DelRow";
 | |
|             this.btn_DelRow.Size = new System.Drawing.Size(81, 23);
 | |
|             this.btn_DelRow.TabIndex = 5;
 | |
|             this.btn_DelRow.Text = "선택 셀 삭제";
 | |
|             this.btn_DelRow.UseVisualStyleBackColor = true;
 | |
|             this.btn_DelRow.Click += new System.EventHandler(this.btn_DelRow_Click);
 | |
|             // 
 | |
|             // btn_Upload
 | |
|             // 
 | |
|             this.btn_Upload.Location = new System.Drawing.Point(728, 30);
 | |
|             this.btn_Upload.Name = "btn_Upload";
 | |
|             this.btn_Upload.Size = new System.Drawing.Size(75, 23);
 | |
|             this.btn_Upload.TabIndex = 7;
 | |
|             this.btn_Upload.Text = "txt불러오기";
 | |
|             this.btn_Upload.UseVisualStyleBackColor = true;
 | |
|             this.btn_Upload.Click += new System.EventHandler(this.btn_Upload_Click);
 | |
|             // 
 | |
|             // cb_User
 | |
|             // 
 | |
|             this.cb_User.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
 | |
|             this.cb_User.FormattingEnabled = true;
 | |
|             this.cb_User.Location = new System.Drawing.Point(373, 5);
 | |
|             this.cb_User.Name = "cb_User";
 | |
|             this.cb_User.Size = new System.Drawing.Size(82, 20);
 | |
|             this.cb_User.TabIndex = 2;
 | |
|             // 
 | |
|             // btn_Close
 | |
|             // 
 | |
|             this.btn_Close.Location = new System.Drawing.Point(809, 4);
 | |
|             this.btn_Close.Name = "btn_Close";
 | |
|             this.btn_Close.Size = new System.Drawing.Size(75, 23);
 | |
|             this.btn_Close.TabIndex = 8;
 | |
|             this.btn_Close.Text = "닫    기";
 | |
|             this.btn_Close.UseVisualStyleBackColor = true;
 | |
|             this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
 | |
|             // 
 | |
|             // btn_Empty
 | |
|             // 
 | |
|             this.btn_Empty.Location = new System.Drawing.Point(647, 4);
 | |
|             this.btn_Empty.Name = "btn_Empty";
 | |
|             this.btn_Empty.Size = new System.Drawing.Size(75, 23);
 | |
|             this.btn_Empty.TabIndex = 4;
 | |
|             this.btn_Empty.Text = "비 우 기";
 | |
|             this.btn_Empty.UseVisualStyleBackColor = true;
 | |
|             this.btn_Empty.Click += new System.EventHandler(this.btn_Empty_Click);
 | |
|             // 
 | |
|             // btn_AddList
 | |
|             // 
 | |
|             this.btn_AddList.Location = new System.Drawing.Point(728, 4);
 | |
|             this.btn_AddList.Name = "btn_AddList";
 | |
|             this.btn_AddList.Size = new System.Drawing.Size(75, 23);
 | |
|             this.btn_AddList.TabIndex = 3;
 | |
|             this.btn_AddList.Text = "저    장";
 | |
|             this.btn_AddList.UseVisualStyleBackColor = true;
 | |
|             this.btn_AddList.Click += new System.EventHandler(this.btn_AddList_Click);
 | |
|             // 
 | |
|             // label3
 | |
|             // 
 | |
|             this.label3.AutoSize = true;
 | |
|             this.label3.Location = new System.Drawing.Point(330, 9);
 | |
|             this.label3.Name = "label3";
 | |
|             this.label3.Size = new System.Drawing.Size(41, 12);
 | |
|             this.label3.TabIndex = 13;
 | |
|             this.label3.Text = "담당자";
 | |
|             // 
 | |
|             // label2
 | |
|             // 
 | |
|             this.label2.AutoSize = true;
 | |
|             this.label2.Location = new System.Drawing.Point(178, 9);
 | |
|             this.label2.Name = "label2";
 | |
|             this.label2.Size = new System.Drawing.Size(41, 12);
 | |
|             this.label2.TabIndex = 11;
 | |
|             this.label2.Text = "납품명";
 | |
|             // 
 | |
|             // label4
 | |
|             // 
 | |
|             this.label4.AutoSize = true;
 | |
|             this.label4.Location = new System.Drawing.Point(27, 35);
 | |
|             this.label4.Name = "label4";
 | |
|             this.label4.Size = new System.Drawing.Size(81, 12);
 | |
|             this.label4.TabIndex = 10;
 | |
|             this.label4.Text = "생성될 목록명";
 | |
|             // 
 | |
|             // label1
 | |
|             // 
 | |
|             this.label1.AutoSize = true;
 | |
|             this.label1.Location = new System.Drawing.Point(26, 9);
 | |
|             this.label1.Name = "label1";
 | |
|             this.label1.Size = new System.Drawing.Size(41, 12);
 | |
|             this.label1.TabIndex = 9;
 | |
|             this.label1.Text = "납품처";
 | |
|             // 
 | |
|             // tb_ExpectList
 | |
|             // 
 | |
|             this.tb_ExpectList.Enabled = false;
 | |
|             this.tb_ExpectList.Location = new System.Drawing.Point(114, 31);
 | |
|             this.tb_ExpectList.Name = "tb_ExpectList";
 | |
|             this.tb_ExpectList.Size = new System.Drawing.Size(250, 21);
 | |
|             this.tb_ExpectList.TabIndex = 12;
 | |
|             // 
 | |
|             // tb_divName
 | |
|             // 
 | |
|             this.tb_divName.Location = new System.Drawing.Point(221, 5);
 | |
|             this.tb_divName.Name = "tb_divName";
 | |
|             this.tb_divName.Size = new System.Drawing.Size(100, 21);
 | |
|             this.tb_divName.TabIndex = 1;
 | |
|             this.tb_divName.TextChanged += new System.EventHandler(this.Delivery_TextChanged);
 | |
|             // 
 | |
|             // tb_divComp
 | |
|             // 
 | |
|             this.tb_divComp.Location = new System.Drawing.Point(69, 5);
 | |
|             this.tb_divComp.Name = "tb_divComp";
 | |
|             this.tb_divComp.Size = new System.Drawing.Size(100, 21);
 | |
|             this.tb_divComp.TabIndex = 0;
 | |
|             this.tb_divComp.TextChanged += new System.EventHandler(this.Delivery_TextChanged);
 | |
|             // 
 | |
|             // panel2
 | |
|             // 
 | |
|             this.panel2.Controls.Add(this.dataGridView1);
 | |
|             this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.panel2.Location = new System.Drawing.Point(0, 59);
 | |
|             this.panel2.Name = "panel2";
 | |
|             this.panel2.Size = new System.Drawing.Size(897, 621);
 | |
|             this.panel2.TabIndex = 1;
 | |
|             // 
 | |
|             // dataGridView1
 | |
|             // 
 | |
|             this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
 | |
|             this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
 | |
|             this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
 | |
|             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.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 | |
|             this.header,
 | |
|             this.num,
 | |
|             this.BookName,
 | |
|             this.Author,
 | |
|             this.BookComp,
 | |
|             this.Price,
 | |
|             this.Count,
 | |
|             this.Total,
 | |
|             this.ISBN});
 | |
|             this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.dataGridView1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.dataGridView1.Name = "dataGridView1";
 | |
|             this.dataGridView1.RowTemplate.Height = 23;
 | |
|             this.dataGridView1.Size = new System.Drawing.Size(897, 621);
 | |
|             this.dataGridView1.TabIndex = 1;
 | |
|             this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
 | |
|             this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
 | |
|             // 
 | |
|             // header
 | |
|             // 
 | |
|             this.header.HeaderText = "머리글";
 | |
|             this.header.Name = "header";
 | |
|             this.header.Width = 65;
 | |
|             // 
 | |
|             // num
 | |
|             // 
 | |
|             this.num.HeaderText = "번호";
 | |
|             this.num.Name = "num";
 | |
|             this.num.Width = 45;
 | |
|             // 
 | |
|             // BookName
 | |
|             // 
 | |
|             dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
 | |
|             this.BookName.DefaultCellStyle = dataGridViewCellStyle2;
 | |
|             this.BookName.HeaderText = "도서명";
 | |
|             this.BookName.Name = "BookName";
 | |
|             this.BookName.Width = 200;
 | |
|             // 
 | |
|             // Author
 | |
|             // 
 | |
|             dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
 | |
|             this.Author.DefaultCellStyle = dataGridViewCellStyle3;
 | |
|             this.Author.HeaderText = "저자";
 | |
|             this.Author.Name = "Author";
 | |
|             // 
 | |
|             // BookComp
 | |
|             // 
 | |
|             dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
 | |
|             this.BookComp.DefaultCellStyle = dataGridViewCellStyle4;
 | |
|             this.BookComp.HeaderText = "출판사";
 | |
|             this.BookComp.Name = "BookComp";
 | |
|             this.BookComp.Width = 120;
 | |
|             // 
 | |
|             // Price
 | |
|             // 
 | |
|             dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
 | |
|             dataGridViewCellStyle5.Format = "N0";
 | |
|             dataGridViewCellStyle5.NullValue = "0";
 | |
|             this.Price.DefaultCellStyle = dataGridViewCellStyle5;
 | |
|             this.Price.HeaderText = "가격";
 | |
|             this.Price.Name = "Price";
 | |
|             this.Price.Width = 80;
 | |
|             // 
 | |
|             // Count
 | |
|             // 
 | |
|             dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
 | |
|             dataGridViewCellStyle6.Format = "N0";
 | |
|             dataGridViewCellStyle6.NullValue = "1";
 | |
|             this.Count.DefaultCellStyle = dataGridViewCellStyle6;
 | |
|             this.Count.HeaderText = "수량";
 | |
|             this.Count.Name = "Count";
 | |
|             this.Count.Width = 45;
 | |
|             // 
 | |
|             // Total
 | |
|             // 
 | |
|             dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
 | |
|             dataGridViewCellStyle7.Format = "N0";
 | |
|             dataGridViewCellStyle7.NullValue = "0";
 | |
|             this.Total.DefaultCellStyle = dataGridViewCellStyle7;
 | |
|             this.Total.HeaderText = "합계";
 | |
|             this.Total.Name = "Total";
 | |
|             this.Total.Width = 80;
 | |
|             // 
 | |
|             // ISBN
 | |
|             // 
 | |
|             this.ISBN.HeaderText = "ISBN";
 | |
|             this.ISBN.Name = "ISBN";
 | |
|             // 
 | |
|             // openFileDialog1
 | |
|             // 
 | |
|             this.openFileDialog1.FileName = "openFileDialog1";
 | |
|             // 
 | |
|             // Mac_List_Add
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(897, 680);
 | |
|             this.Controls.Add(this.panel2);
 | |
|             this.Controls.Add(this.panel1);
 | |
|             this.Name = "Mac_List_Add";
 | |
|             this.Text = "마크 목록 생성";
 | |
|             this.Load += new System.EventHandler(this.Mac_List_Add_Load);
 | |
|             this.panel1.ResumeLayout(false);
 | |
|             this.panel1.PerformLayout();
 | |
|             this.panel2.ResumeLayout(false);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private System.Windows.Forms.Panel panel1;
 | |
|         private System.Windows.Forms.Panel panel2;
 | |
|         private System.Windows.Forms.DataGridView dataGridView1;
 | |
|         private System.Windows.Forms.Button btn_AddList;
 | |
|         private System.Windows.Forms.Label label2;
 | |
|         private System.Windows.Forms.Label label1;
 | |
|         private System.Windows.Forms.TextBox tb_divName;
 | |
|         private System.Windows.Forms.TextBox tb_divComp;
 | |
|         private System.Windows.Forms.Label label3;
 | |
|         private System.Windows.Forms.ComboBox cb_User;
 | |
|         private System.Windows.Forms.TextBox tb_ExpectList;
 | |
|         private System.Windows.Forms.Label label4;
 | |
|         private System.Windows.Forms.Button btn_Close;
 | |
|         private System.Windows.Forms.Button btn_Empty;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn header;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn num;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn BookName;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Author;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn BookComp;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Price;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Count;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn Total;
 | |
|         private System.Windows.Forms.DataGridViewTextBoxColumn ISBN;
 | |
|         private System.Windows.Forms.Button btn_Upload;
 | |
|         private System.Windows.Forms.ComboBox cb_Gubun;
 | |
|         private System.Windows.Forms.Label label5;
 | |
|         private System.Windows.Forms.OpenFileDialog openFileDialog1;
 | |
|         private System.Windows.Forms.Button btn_DelRow;
 | |
|     }
 | |
| } |