Files
Unimarc/unimarc/unimarc/마크/Search_Infor.Designer.cs
2025-05-27 23:26:37 +09:00

722 lines
36 KiB
C#

namespace WindowsFormsApp1.Mac
{
partial class Search_Infor
{
/// <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();
this.label1 = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.grade = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.User = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.date = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ISBN = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.book_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.sBookName = 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.pub_date = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Marc = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.marc2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.etc1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.etc2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.label2 = new System.Windows.Forms.Label();
this.tb_search = new System.Windows.Forms.TextBox();
this.btn_search = new System.Windows.Forms.Button();
this.cb_filter = new System.Windows.Forms.ComboBox();
this.btn_close = new System.Windows.Forms.Button();
this.cb_data_area = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.cb_filterDetail = new System.Windows.Forms.ComboBox();
this.panel1 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.dtp_End = new System.Windows.Forms.DateTimePicker();
this.dtp_Start = new System.Windows.Forms.DateTimePicker();
this.panel4 = new System.Windows.Forms.Panel();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.CkDateTime = new System.Windows.Forms.CheckBox();
this.label5 = new System.Windows.Forms.Label();
this.tbTitle = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.cbGrade = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.tbWriter = new System.Windows.Forms.TextBox();
this.tbPublisher = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.cbUser = new System.Windows.Forms.ComboBox();
this.label11 = new System.Windows.Forms.Label();
this.tbISBN = new System.Windows.Forms.TextBox();
this.DtpStartTime = new System.Windows.Forms.DateTimePicker();
this.DtpEndTime = new System.Windows.Forms.DateTimePicker();
this.btnViewOldData = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel1.SuspendLayout();
this.panel5.SuspendLayout();
this.panel4.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 5;
this.label1.Text = "검색필터";
//
// 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.False;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idx,
this.grade,
this.User,
this.date,
this.ISBN,
this.book_name,
this.sBookName,
this.author,
this.book_comp,
this.price,
this.pub_date,
this.Marc,
this.marc2,
this.etc1,
this.etc2});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 20;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(1530, 576);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
//
// idx
//
this.idx.HeaderText = "idx";
this.idx.Name = "idx";
this.idx.Visible = false;
//
// grade
//
this.grade.HeaderText = "등급";
this.grade.Name = "grade";
this.grade.Width = 50;
//
// User
//
this.User.HeaderText = "작성자";
this.User.Name = "User";
//
// date
//
this.date.HeaderText = "날짜";
this.date.Name = "date";
//
// ISBN
//
this.ISBN.HeaderText = "ISBN";
this.ISBN.Name = "ISBN";
//
// book_name
//
this.book_name.HeaderText = "도서명";
this.book_name.Name = "book_name";
this.book_name.Width = 250;
//
// sBookName
//
this.sBookName.HeaderText = "총서명";
this.sBookName.Name = "sBookName";
//
// author
//
this.author.HeaderText = "저자";
this.author.Name = "author";
this.author.Width = 130;
//
// book_comp
//
this.book_comp.HeaderText = "출판사";
this.book_comp.Name = "book_comp";
this.book_comp.Width = 200;
//
// price
//
this.price.HeaderText = "정가";
this.price.Name = "price";
this.price.Width = 80;
//
// pub_date
//
this.pub_date.HeaderText = "출판년월";
this.pub_date.Name = "pub_date";
//
// Marc
//
this.Marc.HeaderText = "marc";
this.Marc.Name = "Marc";
this.Marc.Visible = false;
//
// marc2
//
this.marc2.HeaderText = "marc2";
this.marc2.Name = "marc2";
this.marc2.Visible = false;
//
// etc1
//
this.etc1.HeaderText = "비고1";
this.etc1.Name = "etc1";
this.etc1.Width = 140;
//
// etc2
//
this.etc2.HeaderText = "비고2";
this.etc2.Name = "etc2";
this.etc2.Width = 140;
//
// label2
//
this.label2.Location = new System.Drawing.Point(341, -3);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 5;
this.label2.Text = "검색어";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.label2.Visible = false;
//
// tb_search
//
this.tb_search.Location = new System.Drawing.Point(182, 26);
this.tb_search.Name = "tb_search";
this.tb_search.Size = new System.Drawing.Size(222, 21);
this.tb_search.TabIndex = 6;
this.tb_search.Visible = false;
this.tb_search.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_search_KeyDown);
//
// btn_search
//
this.btn_search.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn_search.Location = new System.Drawing.Point(485, 1);
this.btn_search.Margin = new System.Windows.Forms.Padding(0);
this.btn_search.Name = "btn_search";
this.tableLayoutPanel1.SetRowSpan(this.btn_search, 2);
this.btn_search.Size = new System.Drawing.Size(120, 40);
this.btn_search.TabIndex = 7;
this.btn_search.Text = "검 색";
this.btn_search.UseVisualStyleBackColor = true;
this.btn_search.Click += new System.EventHandler(this.btn_search_Click);
//
// cb_filter
//
this.cb_filter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_filter.FormattingEnabled = true;
this.cb_filter.Location = new System.Drawing.Point(176, 53);
this.cb_filter.Name = "cb_filter";
this.cb_filter.Size = new System.Drawing.Size(111, 20);
this.cb_filter.TabIndex = 50;
this.cb_filter.Visible = false;
this.cb_filter.SelectedIndexChanged += new System.EventHandler(this.cb_filter_SelectedIndexChanged);
//
// btn_close
//
this.btn_close.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn_close.Location = new System.Drawing.Point(606, 1);
this.btn_close.Margin = new System.Windows.Forms.Padding(0);
this.btn_close.Name = "btn_close";
this.tableLayoutPanel1.SetRowSpan(this.btn_close, 2);
this.btn_close.Size = new System.Drawing.Size(122, 40);
this.btn_close.TabIndex = 51;
this.btn_close.Text = "닫 기";
this.btn_close.UseVisualStyleBackColor = true;
this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
//
// cb_data_area
//
this.cb_data_area.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_data_area.FormattingEnabled = true;
this.cb_data_area.Location = new System.Drawing.Point(65, 31);
this.cb_data_area.Name = "cb_data_area";
this.cb_data_area.Size = new System.Drawing.Size(145, 20);
this.cb_data_area.TabIndex = 52;
this.cb_data_area.SelectedIndexChanged += new System.EventHandler(this.cb_data_area_SelectedIndexChanged);
//
// label3
//
this.tableLayoutPanel1.SetColumnSpan(this.label3, 2);
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Location = new System.Drawing.Point(485, 42);
this.label3.Margin = new System.Windows.Forms.Padding(0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(243, 23);
this.label3.TabIndex = 53;
this.label3.Text = "검색결과";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// cb_filterDetail
//
this.cb_filterDetail.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cb_filterDetail.FormattingEnabled = true;
this.cb_filterDetail.Location = new System.Drawing.Point(293, 53);
this.cb_filterDetail.Name = "cb_filterDetail";
this.cb_filterDetail.Size = new System.Drawing.Size(111, 20);
this.cb_filterDetail.TabIndex = 50;
this.cb_filterDetail.Visible = false;
//
// panel1
//
this.panel1.Controls.Add(this.panel5);
this.panel1.Controls.Add(this.panel4);
this.panel1.Controls.Add(this.panel3);
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(1530, 90);
this.panel1.TabIndex = 0;
//
// panel5
//
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel5.Controls.Add(this.label2);
this.panel5.Controls.Add(this.cb_filterDetail);
this.panel5.Controls.Add(this.cb_filter);
this.panel5.Controls.Add(this.tb_search);
this.panel5.Controls.Add(this.dtp_End);
this.panel5.Controls.Add(this.dtp_Start);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(960, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(570, 90);
this.panel5.TabIndex = 56;
//
// dtp_End
//
this.dtp_End.CustomFormat = "yyyy-MM-dd";
this.dtp_End.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtp_End.Location = new System.Drawing.Point(406, 46);
this.dtp_End.Margin = new System.Windows.Forms.Padding(0);
this.dtp_End.Name = "dtp_End";
this.dtp_End.Size = new System.Drawing.Size(112, 21);
this.dtp_End.TabIndex = 51;
this.dtp_End.Visible = false;
//
// dtp_Start
//
this.dtp_Start.CustomFormat = "yyyy-MM-dd";
this.dtp_Start.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtp_Start.Location = new System.Drawing.Point(407, 14);
this.dtp_Start.Margin = new System.Windows.Forms.Padding(0);
this.dtp_Start.Name = "dtp_Start";
this.dtp_Start.Size = new System.Drawing.Size(111, 21);
this.dtp_Start.TabIndex = 51;
this.dtp_Start.Visible = false;
//
// panel4
//
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Controls.Add(this.tableLayoutPanel1);
this.panel4.Dock = System.Windows.Forms.DockStyle.Left;
this.panel4.Location = new System.Drawing.Point(229, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(731, 90);
this.panel4.TabIndex = 55;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.tableLayoutPanel1.ColumnCount = 6;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
this.tableLayoutPanel1.Controls.Add(this.CkDateTime, 4, 3);
this.tableLayoutPanel1.Controls.Add(this.label5, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.btn_close, 5, 0);
this.tableLayoutPanel1.Controls.Add(this.btn_search, 4, 0);
this.tableLayoutPanel1.Controls.Add(this.tbTitle, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.label4, 2, 3);
this.tableLayoutPanel1.Controls.Add(this.label6, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.cbGrade, 3, 1);
this.tableLayoutPanel1.Controls.Add(this.label7, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.tbWriter, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.tbPublisher, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.label8, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.label9, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.label10, 2, 2);
this.tableLayoutPanel1.Controls.Add(this.cbUser, 3, 2);
this.tableLayoutPanel1.Controls.Add(this.label11, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.tbISBN, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.DtpStartTime, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.DtpEndTime, 3, 3);
this.tableLayoutPanel1.Controls.Add(this.label3, 4, 2);
this.tableLayoutPanel1.Controls.Add(this.btnViewOldData, 5, 3);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 4;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 31.37255F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 32.02614F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 36.60131F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(729, 88);
this.tableLayoutPanel1.TabIndex = 54;
//
// CkDateTime
//
this.CkDateTime.AutoSize = true;
this.CkDateTime.Checked = true;
this.CkDateTime.CheckState = System.Windows.Forms.CheckState.Checked;
this.CkDateTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.CkDateTime.Location = new System.Drawing.Point(488, 69);
this.CkDateTime.Name = "CkDateTime";
this.CkDateTime.Size = new System.Drawing.Size(114, 15);
this.CkDateTime.TabIndex = 53;
this.CkDateTime.Text = "날짜 검색 사용";
this.CkDateTime.UseVisualStyleBackColor = true;
//
// label5
//
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
this.label5.Location = new System.Drawing.Point(1, 1);
this.label5.Margin = new System.Windows.Forms.Padding(0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(120, 19);
this.label5.TabIndex = 5;
this.label5.Text = "도서명";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbTitle
//
this.tbTitle.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbTitle.Font = new System.Drawing.Font("굴림", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbTitle.Location = new System.Drawing.Point(122, 1);
this.tbTitle.Margin = new System.Windows.Forms.Padding(0);
this.tbTitle.Name = "tbTitle";
this.tbTitle.Size = new System.Drawing.Size(120, 20);
this.tbTitle.TabIndex = 6;
this.tbTitle.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_search_KeyDown);
//
// label4
//
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
this.label4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label4.Location = new System.Drawing.Point(243, 66);
this.label4.Margin = new System.Windows.Forms.Padding(0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(120, 21);
this.label4.TabIndex = 53;
this.label4.Text = "~";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label6
//
this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
this.label6.Location = new System.Drawing.Point(1, 21);
this.label6.Margin = new System.Windows.Forms.Padding(0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(120, 20);
this.label6.TabIndex = 5;
this.label6.Text = "저자";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// cbGrade
//
this.cbGrade.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbGrade.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbGrade.FormattingEnabled = true;
this.cbGrade.Items.AddRange(new object[] {
"전체",
"A",
"B",
"C",
"D"});
this.cbGrade.Location = new System.Drawing.Point(364, 21);
this.cbGrade.Margin = new System.Windows.Forms.Padding(0);
this.cbGrade.Name = "cbGrade";
this.cbGrade.Size = new System.Drawing.Size(120, 20);
this.cbGrade.TabIndex = 50;
//
// label7
//
this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
this.label7.Location = new System.Drawing.Point(1, 42);
this.label7.Margin = new System.Windows.Forms.Padding(0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(120, 23);
this.label7.TabIndex = 5;
this.label7.Text = "출판사";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWriter
//
this.tbWriter.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWriter.Font = new System.Drawing.Font("굴림", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbWriter.Location = new System.Drawing.Point(122, 21);
this.tbWriter.Margin = new System.Windows.Forms.Padding(0);
this.tbWriter.Name = "tbWriter";
this.tbWriter.Size = new System.Drawing.Size(120, 20);
this.tbWriter.TabIndex = 6;
this.tbWriter.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_search_KeyDown);
//
// tbPublisher
//
this.tbPublisher.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbPublisher.Font = new System.Drawing.Font("굴림", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbPublisher.Location = new System.Drawing.Point(122, 42);
this.tbPublisher.Margin = new System.Windows.Forms.Padding(0);
this.tbPublisher.Name = "tbPublisher";
this.tbPublisher.Size = new System.Drawing.Size(120, 20);
this.tbPublisher.TabIndex = 6;
this.tbPublisher.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_search_KeyDown);
//
// label8
//
this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
this.label8.Location = new System.Drawing.Point(243, 1);
this.label8.Margin = new System.Windows.Forms.Padding(0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(120, 19);
this.label8.TabIndex = 5;
this.label8.Text = "ISBN";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label9
//
this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
this.label9.Location = new System.Drawing.Point(243, 21);
this.label9.Margin = new System.Windows.Forms.Padding(0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(120, 20);
this.label9.TabIndex = 5;
this.label9.Text = "등급";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label10
//
this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
this.label10.Location = new System.Drawing.Point(243, 42);
this.label10.Margin = new System.Windows.Forms.Padding(0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(120, 23);
this.label10.TabIndex = 5;
this.label10.Text = "작성자";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// cbUser
//
this.cbUser.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbUser.FormattingEnabled = true;
this.cbUser.Location = new System.Drawing.Point(364, 42);
this.cbUser.Margin = new System.Windows.Forms.Padding(0);
this.cbUser.Name = "cbUser";
this.cbUser.Size = new System.Drawing.Size(120, 20);
this.cbUser.TabIndex = 50;
//
// label11
//
this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
this.label11.Location = new System.Drawing.Point(1, 66);
this.label11.Margin = new System.Windows.Forms.Padding(0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(120, 21);
this.label11.TabIndex = 5;
this.label11.Text = "날짜";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbISBN
//
this.tbISBN.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbISBN.Font = new System.Drawing.Font("굴림", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbISBN.Location = new System.Drawing.Point(364, 1);
this.tbISBN.Margin = new System.Windows.Forms.Padding(0);
this.tbISBN.Name = "tbISBN";
this.tbISBN.Size = new System.Drawing.Size(120, 20);
this.tbISBN.TabIndex = 6;
this.tbISBN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_search_KeyDown);
//
// DtpStartTime
//
this.DtpStartTime.CustomFormat = "yyyy-MM-dd";
this.DtpStartTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.DtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.DtpStartTime.Location = new System.Drawing.Point(122, 66);
this.DtpStartTime.Margin = new System.Windows.Forms.Padding(0);
this.DtpStartTime.Name = "DtpStartTime";
this.DtpStartTime.Size = new System.Drawing.Size(120, 21);
this.DtpStartTime.TabIndex = 54;
//
// DtpEndTime
//
this.DtpEndTime.CustomFormat = "yyyy-MM-dd";
this.DtpEndTime.Dock = System.Windows.Forms.DockStyle.Fill;
this.DtpEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.DtpEndTime.Location = new System.Drawing.Point(364, 66);
this.DtpEndTime.Margin = new System.Windows.Forms.Padding(0);
this.DtpEndTime.Name = "DtpEndTime";
this.DtpEndTime.Size = new System.Drawing.Size(120, 21);
this.DtpEndTime.TabIndex = 54;
//
// btnViewOldData
//
this.btnViewOldData.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnViewOldData.Location = new System.Drawing.Point(606, 66);
this.btnViewOldData.Margin = new System.Windows.Forms.Padding(0);
this.btnViewOldData.Name = "btnViewOldData";
this.btnViewOldData.Size = new System.Drawing.Size(122, 21);
this.btnViewOldData.TabIndex = 52;
this.btnViewOldData.Text = "이전 데이터 보기";
this.btnViewOldData.UseVisualStyleBackColor = true;
this.btnViewOldData.Click += new System.EventHandler(this.btnViewOldData_Click);
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.label1);
this.panel3.Controls.Add(this.cb_data_area);
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(229, 90);
this.panel3.TabIndex = 54;
//
// panel2
//
this.panel2.Controls.Add(this.dataGridView1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 90);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1530, 576);
this.panel2.TabIndex = 55;
//
// Search_Infor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1530, 666);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "Search_Infor";
this.Text = "소장자료검색";
this.Load += new System.EventHandler(this.Search_Infor_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel4.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tb_search;
private System.Windows.Forms.Button btn_search;
private System.Windows.Forms.ComboBox cb_filter;
private System.Windows.Forms.Button btn_close;
private System.Windows.Forms.ComboBox cb_data_area;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cb_filterDetail;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.DateTimePicker dtp_Start;
private System.Windows.Forms.DateTimePicker dtp_End;
private System.Windows.Forms.Label label4;
public System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox tbTitle;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox tbWriter;
private System.Windows.Forms.TextBox tbPublisher;
private System.Windows.Forms.ComboBox cbGrade;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.ComboBox cbUser;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox tbISBN;
private System.Windows.Forms.DateTimePicker DtpStartTime;
private System.Windows.Forms.DateTimePicker DtpEndTime;
private System.Windows.Forms.CheckBox CkDateTime;
private System.Windows.Forms.Button btnViewOldData;
private System.Windows.Forms.DataGridViewTextBoxColumn idx;
private System.Windows.Forms.DataGridViewTextBoxColumn grade;
private System.Windows.Forms.DataGridViewTextBoxColumn User;
private System.Windows.Forms.DataGridViewTextBoxColumn date;
private System.Windows.Forms.DataGridViewTextBoxColumn ISBN;
private System.Windows.Forms.DataGridViewTextBoxColumn book_name;
private System.Windows.Forms.DataGridViewTextBoxColumn sBookName;
private System.Windows.Forms.DataGridViewTextBoxColumn author;
private System.Windows.Forms.DataGridViewTextBoxColumn book_comp;
private System.Windows.Forms.DataGridViewTextBoxColumn price;
private System.Windows.Forms.DataGridViewTextBoxColumn pub_date;
private System.Windows.Forms.DataGridViewTextBoxColumn Marc;
private System.Windows.Forms.DataGridViewTextBoxColumn marc2;
private System.Windows.Forms.DataGridViewTextBoxColumn etc1;
private System.Windows.Forms.DataGridViewTextBoxColumn etc2;
}
}