1067 lines
54 KiB
C#
1067 lines
54 KiB
C#
namespace UniMarc
|
|
{
|
|
partial class Marc2
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.Windows.Forms.Label label31;
|
|
System.Windows.Forms.Label label30;
|
|
System.Windows.Forms.Label label33;
|
|
System.Windows.Forms.Label label32;
|
|
System.Windows.Forms.Label label29;
|
|
System.Windows.Forms.Label label28;
|
|
System.Windows.Forms.Label label24;
|
|
System.Windows.Forms.Label label25;
|
|
System.Windows.Forms.Label label26;
|
|
System.Windows.Forms.Label label27;
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Marc2));
|
|
this.List_Book = new System.Windows.Forms.DataGridView();
|
|
this.list_idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ISBN13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.num = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.book_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.author = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.book_comp = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.count = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pay = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.url = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.marc_idx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.db_marc = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.colCheck = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.user = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.SaveDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.grade = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.rb_Sort = new System.Windows.Forms.RadioButton();
|
|
this.rb_Filter = new System.Windows.Forms.RadioButton();
|
|
this.comboBox8 = new System.Windows.Forms.ComboBox();
|
|
this.comboBox9 = new System.Windows.Forms.ComboBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.btn_mk_marcList = new System.Windows.Forms.Button();
|
|
this.btn_CopySelect = new System.Windows.Forms.Button();
|
|
this.btn_FilterReturn = new System.Windows.Forms.Button();
|
|
this.btn_Search = new System.Windows.Forms.Button();
|
|
this.chkColCheck = new System.Windows.Forms.CheckBox();
|
|
this.tbCustName = new System.Windows.Forms.Button();
|
|
this.lbCustIDX = new System.Windows.Forms.Label();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.btFindISBN = new System.Windows.Forms.Button();
|
|
this.lbl_BookList = new System.Windows.Forms.Label();
|
|
this.lbl_BookDate = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.bn1 = new System.Windows.Forms.BindingNavigator(this.components);
|
|
this.bs1 = new System.Windows.Forms.BindingSource(this.components);
|
|
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
|
|
this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
|
|
this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
|
this.lbListIdx = new System.Windows.Forms.ToolStripLabel();
|
|
this.panel5 = new System.Windows.Forms.Panel();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.etc1 = new System.Windows.Forms.RichTextBox();
|
|
this.etc2 = new System.Windows.Forms.RichTextBox();
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.btCopy = new System.Windows.Forms.Button();
|
|
this.btn_FillBlank = new System.Windows.Forms.Button();
|
|
this.btPrev = new System.Windows.Forms.Button();
|
|
this.btNext = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.radD = new System.Windows.Forms.RadioButton();
|
|
this.radC = new System.Windows.Forms.RadioButton();
|
|
this.radB = new System.Windows.Forms.RadioButton();
|
|
this.radA = new System.Windows.Forms.RadioButton();
|
|
this.lbl_SaveData = new System.Windows.Forms.TextBox();
|
|
this.btn_Save = new System.Windows.Forms.Button();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.marcEditorControl1 = new UniMarc.MarcEditorControl();
|
|
label31 = new System.Windows.Forms.Label();
|
|
label30 = new System.Windows.Forms.Label();
|
|
label33 = new System.Windows.Forms.Label();
|
|
label32 = new System.Windows.Forms.Label();
|
|
label29 = new System.Windows.Forms.Label();
|
|
label28 = new System.Windows.Forms.Label();
|
|
label24 = new System.Windows.Forms.Label();
|
|
label25 = new System.Windows.Forms.Label();
|
|
label26 = new System.Windows.Forms.Label();
|
|
label27 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.List_Book)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bn1)).BeginInit();
|
|
this.bn1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs1)).BeginInit();
|
|
this.panel5.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.panel6.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// label31
|
|
//
|
|
label31.Location = new System.Drawing.Point(0, 0);
|
|
label31.Name = "label31";
|
|
label31.Size = new System.Drawing.Size(100, 23);
|
|
label31.TabIndex = 0;
|
|
//
|
|
// label30
|
|
//
|
|
label30.Location = new System.Drawing.Point(0, 0);
|
|
label30.Name = "label30";
|
|
label30.Size = new System.Drawing.Size(100, 23);
|
|
label30.TabIndex = 0;
|
|
//
|
|
// label33
|
|
//
|
|
label33.Location = new System.Drawing.Point(0, 0);
|
|
label33.Name = "label33";
|
|
label33.Size = new System.Drawing.Size(100, 23);
|
|
label33.TabIndex = 0;
|
|
//
|
|
// label32
|
|
//
|
|
label32.Location = new System.Drawing.Point(0, 0);
|
|
label32.Name = "label32";
|
|
label32.Size = new System.Drawing.Size(100, 23);
|
|
label32.TabIndex = 0;
|
|
//
|
|
// label29
|
|
//
|
|
label29.Location = new System.Drawing.Point(0, 0);
|
|
label29.Name = "label29";
|
|
label29.Size = new System.Drawing.Size(100, 23);
|
|
label29.TabIndex = 0;
|
|
//
|
|
// label28
|
|
//
|
|
label28.Location = new System.Drawing.Point(0, 0);
|
|
label28.Name = "label28";
|
|
label28.Size = new System.Drawing.Size(100, 23);
|
|
label28.TabIndex = 0;
|
|
//
|
|
// label24
|
|
//
|
|
label24.Location = new System.Drawing.Point(0, 0);
|
|
label24.Name = "label24";
|
|
label24.Size = new System.Drawing.Size(100, 23);
|
|
label24.TabIndex = 0;
|
|
//
|
|
// label25
|
|
//
|
|
label25.Location = new System.Drawing.Point(0, 0);
|
|
label25.Name = "label25";
|
|
label25.Size = new System.Drawing.Size(100, 23);
|
|
label25.TabIndex = 0;
|
|
//
|
|
// label26
|
|
//
|
|
label26.Location = new System.Drawing.Point(0, 0);
|
|
label26.Name = "label26";
|
|
label26.Size = new System.Drawing.Size(100, 23);
|
|
label26.TabIndex = 0;
|
|
//
|
|
// label27
|
|
//
|
|
label27.Location = new System.Drawing.Point(0, 0);
|
|
label27.Name = "label27";
|
|
label27.Size = new System.Drawing.Size(100, 23);
|
|
label27.TabIndex = 0;
|
|
//
|
|
// List_Book
|
|
//
|
|
this.List_Book.AllowDrop = true;
|
|
this.List_Book.AllowUserToAddRows = false;
|
|
this.List_Book.AllowUserToDeleteRows = false;
|
|
this.List_Book.BackgroundColor = System.Drawing.Color.SkyBlue;
|
|
this.List_Book.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
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.List_Book.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
this.List_Book.ColumnHeadersHeight = 29;
|
|
this.List_Book.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.list_idx,
|
|
this.ISBN13,
|
|
this.num,
|
|
this.book_name,
|
|
this.author,
|
|
this.book_comp,
|
|
this.count,
|
|
this.pay,
|
|
this.url,
|
|
this.marc_idx,
|
|
this.db_marc,
|
|
this.colCheck,
|
|
this.user,
|
|
this.SaveDate,
|
|
this.grade});
|
|
this.List_Book.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.List_Book.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|
this.List_Book.Location = new System.Drawing.Point(0, 103);
|
|
this.List_Book.MultiSelect = false;
|
|
this.List_Book.Name = "List_Book";
|
|
this.List_Book.ReadOnly = true;
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.ControlDark;
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.List_Book.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
this.List_Book.RowHeadersWidth = 51;
|
|
this.List_Book.RowTemplate.Height = 23;
|
|
this.List_Book.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.List_Book.Size = new System.Drawing.Size(555, 528);
|
|
this.List_Book.TabIndex = 217;
|
|
this.List_Book.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.List_Book_RowPostPaint);
|
|
this.List_Book.SelectionChanged += new System.EventHandler(this.List_Book_SelectionChanged);
|
|
this.List_Book.DragDrop += new System.Windows.Forms.DragEventHandler(this.List_Book_DragDrop);
|
|
this.List_Book.DragOver += new System.Windows.Forms.DragEventHandler(this.List_Book_DragOver);
|
|
this.List_Book.KeyDown += new System.Windows.Forms.KeyEventHandler(this.List_Book_KeyDown);
|
|
this.List_Book.MouseDown += new System.Windows.Forms.MouseEventHandler(this.List_Book_MouseDown);
|
|
this.List_Book.MouseMove += new System.Windows.Forms.MouseEventHandler(this.List_Book_MouseMove);
|
|
//
|
|
// list_idx
|
|
//
|
|
this.list_idx.DataPropertyName = "ListIdx";
|
|
this.list_idx.HeaderText = "list_idx";
|
|
this.list_idx.MinimumWidth = 6;
|
|
this.list_idx.Name = "list_idx";
|
|
this.list_idx.ReadOnly = true;
|
|
this.list_idx.Visible = false;
|
|
this.list_idx.Width = 30;
|
|
//
|
|
// ISBN13
|
|
//
|
|
this.ISBN13.DataPropertyName = "ISBN13";
|
|
this.ISBN13.FillWeight = 136.2398F;
|
|
this.ISBN13.HeaderText = "ISBN13";
|
|
this.ISBN13.MinimumWidth = 6;
|
|
this.ISBN13.Name = "ISBN13";
|
|
this.ISBN13.ReadOnly = true;
|
|
this.ISBN13.Visible = false;
|
|
this.ISBN13.Width = 125;
|
|
//
|
|
// num
|
|
//
|
|
this.num.DataPropertyName = "Num";
|
|
this.num.HeaderText = "연번";
|
|
this.num.MinimumWidth = 6;
|
|
this.num.Name = "num";
|
|
this.num.ReadOnly = true;
|
|
this.num.Width = 50;
|
|
//
|
|
// book_name
|
|
//
|
|
this.book_name.DataPropertyName = "BookName";
|
|
this.book_name.FillWeight = 135.5107F;
|
|
this.book_name.HeaderText = "도서명";
|
|
this.book_name.MinimumWidth = 6;
|
|
this.book_name.Name = "book_name";
|
|
this.book_name.ReadOnly = true;
|
|
this.book_name.Width = 150;
|
|
//
|
|
// author
|
|
//
|
|
this.author.DataPropertyName = "Author";
|
|
this.author.FillWeight = 67.49011F;
|
|
this.author.HeaderText = "저자";
|
|
this.author.MinimumWidth = 6;
|
|
this.author.Name = "author";
|
|
this.author.ReadOnly = true;
|
|
this.author.Width = 80;
|
|
//
|
|
// book_comp
|
|
//
|
|
this.book_comp.DataPropertyName = "BookComp";
|
|
this.book_comp.FillWeight = 76.49199F;
|
|
this.book_comp.HeaderText = "출판사";
|
|
this.book_comp.MinimumWidth = 6;
|
|
this.book_comp.Name = "book_comp";
|
|
this.book_comp.ReadOnly = true;
|
|
this.book_comp.Width = 80;
|
|
//
|
|
// count
|
|
//
|
|
this.count.DataPropertyName = "Count";
|
|
this.count.HeaderText = "C";
|
|
this.count.MinimumWidth = 6;
|
|
this.count.Name = "count";
|
|
this.count.ReadOnly = true;
|
|
this.count.Width = 30;
|
|
//
|
|
// pay
|
|
//
|
|
this.pay.DataPropertyName = "Pay";
|
|
this.pay.FillWeight = 84.26746F;
|
|
this.pay.HeaderText = "정가";
|
|
this.pay.MinimumWidth = 6;
|
|
this.pay.Name = "pay";
|
|
this.pay.ReadOnly = true;
|
|
this.pay.Width = 62;
|
|
//
|
|
// url
|
|
//
|
|
this.url.DataPropertyName = "Url";
|
|
this.url.HeaderText = "url";
|
|
this.url.MinimumWidth = 6;
|
|
this.url.Name = "url";
|
|
this.url.ReadOnly = true;
|
|
this.url.Visible = false;
|
|
this.url.Width = 125;
|
|
//
|
|
// marc_idx
|
|
//
|
|
this.marc_idx.DataPropertyName = "MarcIdx";
|
|
this.marc_idx.HeaderText = "marc_idx";
|
|
this.marc_idx.MinimumWidth = 6;
|
|
this.marc_idx.Name = "marc_idx";
|
|
this.marc_idx.ReadOnly = true;
|
|
this.marc_idx.Visible = false;
|
|
this.marc_idx.Width = 30;
|
|
//
|
|
// db_marc
|
|
//
|
|
this.db_marc.DataPropertyName = "DbMarc";
|
|
this.db_marc.HeaderText = "marc";
|
|
this.db_marc.MinimumWidth = 6;
|
|
this.db_marc.Name = "db_marc";
|
|
this.db_marc.ReadOnly = true;
|
|
this.db_marc.Visible = false;
|
|
this.db_marc.Width = 125;
|
|
//
|
|
// colCheck
|
|
//
|
|
this.colCheck.DataPropertyName = "ColCheck";
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.colCheck.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.colCheck.HeaderText = "V";
|
|
this.colCheck.MinimumWidth = 6;
|
|
this.colCheck.Name = "colCheck";
|
|
this.colCheck.ReadOnly = true;
|
|
this.colCheck.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.colCheck.Width = 30;
|
|
//
|
|
// user
|
|
//
|
|
this.user.DataPropertyName = "User";
|
|
this.user.HeaderText = "작업자";
|
|
this.user.MinimumWidth = 6;
|
|
this.user.Name = "user";
|
|
this.user.ReadOnly = true;
|
|
this.user.Visible = false;
|
|
this.user.Width = 125;
|
|
//
|
|
// SaveDate
|
|
//
|
|
this.SaveDate.DataPropertyName = "SaveDate";
|
|
this.SaveDate.HeaderText = "저장시각";
|
|
this.SaveDate.MinimumWidth = 6;
|
|
this.SaveDate.Name = "SaveDate";
|
|
this.SaveDate.ReadOnly = true;
|
|
this.SaveDate.Visible = false;
|
|
this.SaveDate.Width = 125;
|
|
//
|
|
// grade
|
|
//
|
|
this.grade.DataPropertyName = "Grade";
|
|
dataGridViewCellStyle3.Format = "N0";
|
|
dataGridViewCellStyle3.NullValue = null;
|
|
this.grade.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.grade.HeaderText = "등급";
|
|
this.grade.MinimumWidth = 6;
|
|
this.grade.Name = "grade";
|
|
this.grade.ReadOnly = true;
|
|
this.grade.Visible = false;
|
|
this.grade.Width = 50;
|
|
//
|
|
// rb_Sort
|
|
//
|
|
this.rb_Sort.Location = new System.Drawing.Point(68, 4);
|
|
this.rb_Sort.Name = "rb_Sort";
|
|
this.rb_Sort.Size = new System.Drawing.Size(48, 24);
|
|
this.rb_Sort.TabIndex = 320;
|
|
this.rb_Sort.Text = "정렬";
|
|
this.rb_Sort.CheckedChanged += new System.EventHandler(this.rb_Sort_CheckedChanged);
|
|
//
|
|
// rb_Filter
|
|
//
|
|
this.rb_Filter.Location = new System.Drawing.Point(122, 4);
|
|
this.rb_Filter.Name = "rb_Filter";
|
|
this.rb_Filter.Size = new System.Drawing.Size(48, 24);
|
|
this.rb_Filter.TabIndex = 322;
|
|
this.rb_Filter.Text = "필터";
|
|
this.rb_Filter.CheckedChanged += new System.EventHandler(this.rb_Sort_CheckedChanged);
|
|
//
|
|
// comboBox8
|
|
//
|
|
this.comboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox8.Location = new System.Drawing.Point(176, 6);
|
|
this.comboBox8.Name = "comboBox8";
|
|
this.comboBox8.Size = new System.Drawing.Size(107, 20);
|
|
this.comboBox8.TabIndex = 323;
|
|
this.comboBox8.SelectedIndexChanged += new System.EventHandler(this.comboBox8_SelectedIndexChanged_1);
|
|
//
|
|
// comboBox9
|
|
//
|
|
this.comboBox9.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox9.Location = new System.Drawing.Point(286, 6);
|
|
this.comboBox9.Name = "comboBox9";
|
|
this.comboBox9.Size = new System.Drawing.Size(52, 20);
|
|
this.comboBox9.TabIndex = 321;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.Silver;
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.btn_mk_marcList);
|
|
this.panel1.Controls.Add(this.btn_CopySelect);
|
|
this.panel1.Controls.Add(this.btn_FilterReturn);
|
|
this.panel1.Controls.Add(this.btn_Search);
|
|
this.panel1.Controls.Add(this.rb_Sort);
|
|
this.panel1.Controls.Add(this.comboBox9);
|
|
this.panel1.Controls.Add(this.rb_Filter);
|
|
this.panel1.Controls.Add(this.comboBox8);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 68);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(555, 35);
|
|
this.panel1.TabIndex = 226;
|
|
//
|
|
// btn_mk_marcList
|
|
//
|
|
this.btn_mk_marcList.Location = new System.Drawing.Point(433, 5);
|
|
this.btn_mk_marcList.Name = "btn_mk_marcList";
|
|
this.btn_mk_marcList.Size = new System.Drawing.Size(106, 23);
|
|
this.btn_mk_marcList.TabIndex = 227;
|
|
this.btn_mk_marcList.Text = "마크목록생성";
|
|
this.btn_mk_marcList.UseVisualStyleBackColor = true;
|
|
this.btn_mk_marcList.Click += new System.EventHandler(this.btn_mk_marcList_Click);
|
|
//
|
|
// btn_CopySelect
|
|
//
|
|
this.btn_CopySelect.BackColor = System.Drawing.Color.Khaki;
|
|
this.btn_CopySelect.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btn_CopySelect.Location = new System.Drawing.Point(400, 5);
|
|
this.btn_CopySelect.Name = "btn_CopySelect";
|
|
this.btn_CopySelect.Size = new System.Drawing.Size(30, 23);
|
|
this.btn_CopySelect.TabIndex = 319;
|
|
this.btn_CopySelect.Text = "0";
|
|
this.btn_CopySelect.UseVisualStyleBackColor = false;
|
|
this.btn_CopySelect.Click += new System.EventHandler(this.btn_CopySelect_Click);
|
|
//
|
|
// btn_FilterReturn
|
|
//
|
|
this.btn_FilterReturn.Location = new System.Drawing.Point(3, 4);
|
|
this.btn_FilterReturn.Name = "btn_FilterReturn";
|
|
this.btn_FilterReturn.Size = new System.Drawing.Size(63, 23);
|
|
this.btn_FilterReturn.TabIndex = 229;
|
|
this.btn_FilterReturn.Text = "원래대로";
|
|
this.btn_FilterReturn.UseVisualStyleBackColor = true;
|
|
this.btn_FilterReturn.Click += new System.EventHandler(this.btn_FilterReturn_Click);
|
|
//
|
|
// btn_Search
|
|
//
|
|
this.btn_Search.Location = new System.Drawing.Point(339, 5);
|
|
this.btn_Search.Name = "btn_Search";
|
|
this.btn_Search.Size = new System.Drawing.Size(57, 23);
|
|
this.btn_Search.TabIndex = 227;
|
|
this.btn_Search.Text = "검 색";
|
|
this.btn_Search.UseVisualStyleBackColor = true;
|
|
this.btn_Search.Click += new System.EventHandler(this.btn_Search_Click);
|
|
//
|
|
// chkColCheck
|
|
//
|
|
this.chkColCheck.AutoSize = true;
|
|
this.chkColCheck.BackColor = System.Drawing.Color.White;
|
|
this.chkColCheck.Checked = true;
|
|
this.chkColCheck.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.chkColCheck.Location = new System.Drawing.Point(511, 109);
|
|
this.chkColCheck.Name = "chkColCheck";
|
|
this.chkColCheck.Size = new System.Drawing.Size(15, 14);
|
|
this.chkColCheck.TabIndex = 227;
|
|
this.chkColCheck.UseVisualStyleBackColor = false;
|
|
this.chkColCheck.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
|
|
//
|
|
// tbCustName
|
|
//
|
|
this.tbCustName.BackColor = System.Drawing.Color.LightGray;
|
|
this.tbCustName.Font = new System.Drawing.Font("굴림체", 14.25F, System.Drawing.FontStyle.Bold);
|
|
this.tbCustName.Location = new System.Drawing.Point(140, 35);
|
|
this.tbCustName.Name = "tbCustName";
|
|
this.tbCustName.Size = new System.Drawing.Size(337, 27);
|
|
this.tbCustName.TabIndex = 33;
|
|
this.tbCustName.Text = " ";
|
|
this.tbCustName.UseVisualStyleBackColor = false;
|
|
this.tbCustName.Click += new System.EventHandler(this.lbl_BookList_Click);
|
|
//
|
|
// lbCustIDX
|
|
//
|
|
this.lbCustIDX.BackColor = System.Drawing.Color.LightGray;
|
|
this.lbCustIDX.Font = new System.Drawing.Font("굴림체", 14.25F, System.Drawing.FontStyle.Bold);
|
|
this.lbCustIDX.Location = new System.Drawing.Point(483, 35);
|
|
this.lbCustIDX.Name = "lbCustIDX";
|
|
this.lbCustIDX.Size = new System.Drawing.Size(63, 27);
|
|
this.lbCustIDX.TabIndex = 319;
|
|
this.lbCustIDX.Text = " ";
|
|
this.lbCustIDX.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BackColor = System.Drawing.Color.White;
|
|
this.panel3.Controls.Add(this.chkColCheck);
|
|
this.panel3.Controls.Add(this.List_Book);
|
|
this.panel3.Controls.Add(this.panel1);
|
|
this.panel3.Controls.Add(this.panel4);
|
|
this.panel3.Controls.Add(this.bn1);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(555, 658);
|
|
this.panel3.TabIndex = 325;
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.Controls.Add(this.btFindISBN);
|
|
this.panel4.Controls.Add(this.lbl_BookList);
|
|
this.panel4.Controls.Add(this.lbl_BookDate);
|
|
this.panel4.Controls.Add(this.tbCustName);
|
|
this.panel4.Controls.Add(this.lbCustIDX);
|
|
this.panel4.Controls.Add(this.button1);
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel4.Location = new System.Drawing.Point(0, 0);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Padding = new System.Windows.Forms.Padding(3);
|
|
this.panel4.Size = new System.Drawing.Size(555, 68);
|
|
this.panel4.TabIndex = 327;
|
|
//
|
|
// btFindISBN
|
|
//
|
|
this.btFindISBN.Location = new System.Drawing.Point(483, 6);
|
|
this.btFindISBN.Name = "btFindISBN";
|
|
this.btFindISBN.Size = new System.Drawing.Size(66, 27);
|
|
this.btFindISBN.TabIndex = 327;
|
|
this.btFindISBN.Text = "ISBN조회";
|
|
this.btFindISBN.UseVisualStyleBackColor = true;
|
|
this.btFindISBN.Click += new System.EventHandler(this.btFindISBN_Click);
|
|
//
|
|
// lbl_BookList
|
|
//
|
|
this.lbl_BookList.BackColor = System.Drawing.Color.LightGray;
|
|
this.lbl_BookList.Font = new System.Drawing.Font("굴림체", 14.25F, System.Drawing.FontStyle.Bold);
|
|
this.lbl_BookList.Location = new System.Drawing.Point(140, 6);
|
|
this.lbl_BookList.Name = "lbl_BookList";
|
|
this.lbl_BookList.Size = new System.Drawing.Size(337, 27);
|
|
this.lbl_BookList.TabIndex = 326;
|
|
this.lbl_BookList.Text = " ";
|
|
//
|
|
// lbl_BookDate
|
|
//
|
|
this.lbl_BookDate.BackColor = System.Drawing.Color.LightGray;
|
|
this.lbl_BookDate.Font = new System.Drawing.Font("굴림체", 14.25F, System.Drawing.FontStyle.Bold);
|
|
this.lbl_BookDate.Location = new System.Drawing.Point(6, 6);
|
|
this.lbl_BookDate.Name = "lbl_BookDate";
|
|
this.lbl_BookDate.Size = new System.Drawing.Size(128, 27);
|
|
this.lbl_BookDate.TabIndex = 325;
|
|
this.lbl_BookDate.Text = "0000-00-00";
|
|
this.lbl_BookDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(6, 35);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(128, 27);
|
|
this.button1.TabIndex = 324;
|
|
this.button1.Text = "다시불러오기";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
|
//
|
|
// bn1
|
|
//
|
|
this.bn1.AddNewItem = null;
|
|
this.bn1.BindingSource = this.bs1;
|
|
this.bn1.CountItem = this.bindingNavigatorCountItem;
|
|
this.bn1.DeleteItem = null;
|
|
this.bn1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.bn1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.bn1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.bindingNavigatorMoveFirstItem,
|
|
this.bindingNavigatorMovePreviousItem,
|
|
this.bindingNavigatorSeparator,
|
|
this.bindingNavigatorPositionItem,
|
|
this.bindingNavigatorCountItem,
|
|
this.bindingNavigatorSeparator1,
|
|
this.bindingNavigatorMoveNextItem,
|
|
this.bindingNavigatorMoveLastItem,
|
|
this.toolStripSeparator1,
|
|
this.toolStripLabel1,
|
|
this.lbListIdx});
|
|
this.bn1.Location = new System.Drawing.Point(0, 631);
|
|
this.bn1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
|
this.bn1.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
|
this.bn1.MoveNextItem = this.bindingNavigatorMoveNextItem;
|
|
this.bn1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
|
|
this.bn1.Name = "bn1";
|
|
this.bn1.PositionItem = this.bindingNavigatorPositionItem;
|
|
this.bn1.Size = new System.Drawing.Size(555, 27);
|
|
this.bn1.TabIndex = 326;
|
|
this.bn1.Text = "bindingNavigator1";
|
|
//
|
|
// bindingNavigatorCountItem
|
|
//
|
|
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 24);
|
|
this.bindingNavigatorCountItem.Text = "/{0}";
|
|
this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
|
|
//
|
|
// bindingNavigatorMoveFirstItem
|
|
//
|
|
this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
|
|
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
|
|
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(24, 24);
|
|
this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동";
|
|
//
|
|
// bindingNavigatorMovePreviousItem
|
|
//
|
|
this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
|
|
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
|
|
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(24, 24);
|
|
this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동";
|
|
//
|
|
// bindingNavigatorSeparator
|
|
//
|
|
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
|
|
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 27);
|
|
//
|
|
// bindingNavigatorPositionItem
|
|
//
|
|
this.bindingNavigatorPositionItem.AccessibleName = "위치";
|
|
this.bindingNavigatorPositionItem.AutoSize = false;
|
|
this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
|
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
|
|
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
|
|
this.bindingNavigatorPositionItem.Text = "0";
|
|
this.bindingNavigatorPositionItem.ToolTipText = "현재 위치";
|
|
//
|
|
// bindingNavigatorSeparator1
|
|
//
|
|
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
|
|
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 27);
|
|
//
|
|
// bindingNavigatorMoveNextItem
|
|
//
|
|
this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
|
|
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
|
|
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(24, 24);
|
|
this.bindingNavigatorMoveNextItem.Text = "다음으로 이동";
|
|
//
|
|
// bindingNavigatorMoveLastItem
|
|
//
|
|
this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
|
|
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
|
|
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
|
|
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(24, 24);
|
|
this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 27);
|
|
//
|
|
// toolStripLabel1
|
|
//
|
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
|
this.toolStripLabel1.Size = new System.Drawing.Size(25, 24);
|
|
this.toolStripLabel1.Text = "List";
|
|
//
|
|
// lbListIdx
|
|
//
|
|
this.lbListIdx.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold);
|
|
this.lbListIdx.Name = "lbListIdx";
|
|
this.lbListIdx.Size = new System.Drawing.Size(14, 24);
|
|
this.lbListIdx.Text = "0";
|
|
//
|
|
// panel5
|
|
//
|
|
this.panel5.Controls.Add(this.tableLayoutPanel1);
|
|
this.panel5.Controls.Add(this.panel6);
|
|
this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel5.Location = new System.Drawing.Point(1585, 0);
|
|
this.panel5.Name = "panel5";
|
|
this.panel5.Size = new System.Drawing.Size(266, 658);
|
|
this.panel5.TabIndex = 326;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.Controls.Add(this.etc1, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.etc2, 0, 1);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 308);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(266, 350);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// etc1
|
|
//
|
|
this.etc1.BackColor = System.Drawing.SystemColors.ScrollBar;
|
|
this.etc1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.etc1.Font = new System.Drawing.Font("굴림체", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.etc1.Location = new System.Drawing.Point(3, 3);
|
|
this.etc1.Name = "etc1";
|
|
this.etc1.Size = new System.Drawing.Size(260, 169);
|
|
this.etc1.TabIndex = 32;
|
|
this.etc1.Text = "Remark1";
|
|
this.etc1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.etc1_KeyDown);
|
|
//
|
|
// etc2
|
|
//
|
|
this.etc2.BackColor = System.Drawing.SystemColors.ScrollBar;
|
|
this.etc2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.etc2.Font = new System.Drawing.Font("굴림체", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.etc2.Location = new System.Drawing.Point(3, 178);
|
|
this.etc2.Name = "etc2";
|
|
this.etc2.Size = new System.Drawing.Size(260, 169);
|
|
this.etc2.TabIndex = 32;
|
|
this.etc2.Text = "Remark2";
|
|
this.etc2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.etc1_KeyDown);
|
|
//
|
|
// panel6
|
|
//
|
|
this.panel6.Controls.Add(this.tableLayoutPanel2);
|
|
this.panel6.Controls.Add(this.button3);
|
|
this.panel6.Controls.Add(this.radD);
|
|
this.panel6.Controls.Add(this.radC);
|
|
this.panel6.Controls.Add(this.radB);
|
|
this.panel6.Controls.Add(this.radA);
|
|
this.panel6.Controls.Add(this.lbl_SaveData);
|
|
this.panel6.Controls.Add(this.btn_Save);
|
|
this.panel6.Controls.Add(this.label6);
|
|
this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel6.Location = new System.Drawing.Point(0, 0);
|
|
this.panel6.Name = "panel6";
|
|
this.panel6.Size = new System.Drawing.Size(266, 308);
|
|
this.panel6.TabIndex = 1;
|
|
this.panel6.Paint += new System.Windows.Forms.PaintEventHandler(this.panel6_Paint);
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.ColumnCount = 2;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.Controls.Add(this.btCopy, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.btn_FillBlank, 1, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.btPrev, 0, 1);
|
|
this.tableLayoutPanel2.Controls.Add(this.btNext, 1, 1);
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 215);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.RowCount = 2;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(266, 93);
|
|
this.tableLayoutPanel2.TabIndex = 406;
|
|
//
|
|
// btCopy
|
|
//
|
|
this.btCopy.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btCopy.Location = new System.Drawing.Point(3, 3);
|
|
this.btCopy.Name = "btCopy";
|
|
this.btCopy.Size = new System.Drawing.Size(127, 40);
|
|
this.btCopy.TabIndex = 231;
|
|
this.btCopy.Text = "유사본";
|
|
this.btCopy.UseVisualStyleBackColor = true;
|
|
this.btCopy.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// btn_FillBlank
|
|
//
|
|
this.btn_FillBlank.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btn_FillBlank.Location = new System.Drawing.Point(136, 3);
|
|
this.btn_FillBlank.Name = "btn_FillBlank";
|
|
this.btn_FillBlank.Size = new System.Drawing.Size(127, 40);
|
|
this.btn_FillBlank.TabIndex = 228;
|
|
this.btn_FillBlank.Text = "미소장 마크 코리스\r\n칸채우기";
|
|
this.btn_FillBlank.UseVisualStyleBackColor = true;
|
|
this.btn_FillBlank.Click += new System.EventHandler(this.btn_FillBlank_Click);
|
|
//
|
|
// btPrev
|
|
//
|
|
this.btPrev.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btPrev.Location = new System.Drawing.Point(3, 49);
|
|
this.btPrev.Name = "btPrev";
|
|
this.btPrev.Size = new System.Drawing.Size(127, 41);
|
|
this.btPrev.TabIndex = 229;
|
|
this.btPrev.Text = "이 전(F7)";
|
|
this.btPrev.UseVisualStyleBackColor = true;
|
|
this.btPrev.Click += new System.EventHandler(this.btPrev_Click);
|
|
//
|
|
// btNext
|
|
//
|
|
this.btNext.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btNext.Location = new System.Drawing.Point(136, 49);
|
|
this.btNext.Name = "btNext";
|
|
this.btNext.Size = new System.Drawing.Size(127, 41);
|
|
this.btNext.TabIndex = 230;
|
|
this.btNext.Text = "다 음(F8)";
|
|
this.btNext.UseVisualStyleBackColor = true;
|
|
this.btNext.Click += new System.EventHandler(this.btNext_Click);
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(147, 6);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(107, 33);
|
|
this.button3.TabIndex = 405;
|
|
this.button3.Text = "닫기";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// radD
|
|
//
|
|
this.radD.AutoSize = true;
|
|
this.radD.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.radD.Location = new System.Drawing.Point(196, 46);
|
|
this.radD.Name = "radD";
|
|
this.radD.Size = new System.Drawing.Size(42, 27);
|
|
this.radD.TabIndex = 323;
|
|
this.radD.TabStop = true;
|
|
this.radD.Text = "D";
|
|
this.radD.UseVisualStyleBackColor = true;
|
|
//
|
|
// radC
|
|
//
|
|
this.radC.AutoSize = true;
|
|
this.radC.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.radC.Location = new System.Drawing.Point(149, 46);
|
|
this.radC.Name = "radC";
|
|
this.radC.Size = new System.Drawing.Size(41, 27);
|
|
this.radC.TabIndex = 322;
|
|
this.radC.TabStop = true;
|
|
this.radC.Text = "C";
|
|
this.radC.UseVisualStyleBackColor = true;
|
|
//
|
|
// radB
|
|
//
|
|
this.radB.AutoSize = true;
|
|
this.radB.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.radB.Location = new System.Drawing.Point(102, 46);
|
|
this.radB.Name = "radB";
|
|
this.radB.Size = new System.Drawing.Size(41, 27);
|
|
this.radB.TabIndex = 321;
|
|
this.radB.TabStop = true;
|
|
this.radB.Text = "B";
|
|
this.radB.UseVisualStyleBackColor = true;
|
|
//
|
|
// radA
|
|
//
|
|
this.radA.AutoSize = true;
|
|
this.radA.Font = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.radA.Location = new System.Drawing.Point(55, 46);
|
|
this.radA.Name = "radA";
|
|
this.radA.Size = new System.Drawing.Size(41, 27);
|
|
this.radA.TabIndex = 320;
|
|
this.radA.TabStop = true;
|
|
this.radA.Text = "A";
|
|
this.radA.UseVisualStyleBackColor = true;
|
|
//
|
|
// lbl_SaveData
|
|
//
|
|
this.lbl_SaveData.BackColor = System.Drawing.Color.SkyBlue;
|
|
this.lbl_SaveData.Font = new System.Drawing.Font("굴림체", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lbl_SaveData.ForeColor = System.Drawing.Color.Black;
|
|
this.lbl_SaveData.Location = new System.Drawing.Point(13, 78);
|
|
this.lbl_SaveData.Multiline = true;
|
|
this.lbl_SaveData.Name = "lbl_SaveData";
|
|
this.lbl_SaveData.Size = new System.Drawing.Size(241, 131);
|
|
this.lbl_SaveData.TabIndex = 319;
|
|
this.lbl_SaveData.Text = "[] []";
|
|
//
|
|
// btn_Save
|
|
//
|
|
this.btn_Save.Location = new System.Drawing.Point(11, 6);
|
|
this.btn_Save.Name = "btn_Save";
|
|
this.btn_Save.Size = new System.Drawing.Size(107, 33);
|
|
this.btn_Save.TabIndex = 215;
|
|
this.btn_Save.Text = "저장(F9)";
|
|
this.btn_Save.UseVisualStyleBackColor = true;
|
|
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.label6.Location = new System.Drawing.Point(14, 56);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(31, 12);
|
|
this.label6.TabIndex = 223;
|
|
this.label6.Text = "등급";
|
|
//
|
|
// marcEditorControl1
|
|
//
|
|
this.marcEditorControl1.BackColor = System.Drawing.Color.Gray;
|
|
this.marcEditorControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.marcEditorControl1.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.marcEditorControl1.Location = new System.Drawing.Point(555, 0);
|
|
this.marcEditorControl1.Name = "marcEditorControl1";
|
|
this.marcEditorControl1.Size = new System.Drawing.Size(1030, 658);
|
|
this.marcEditorControl1.TabIndex = 0;
|
|
//
|
|
// Marc2
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.SkyBlue;
|
|
this.ClientSize = new System.Drawing.Size(1851, 658);
|
|
this.Controls.Add(this.marcEditorControl1);
|
|
this.Controls.Add(this.panel5);
|
|
this.Controls.Add(this.panel3);
|
|
this.KeyPreview = true;
|
|
this.Name = "Marc2";
|
|
this.Text = "마크 작성(1)";
|
|
this.Load += new System.EventHandler(this.Marc_Load);
|
|
this.SizeChanged += new System.EventHandler(this.Marc2_SizeChanged);
|
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Marc_KeyDown);
|
|
((System.ComponentModel.ISupportInitialize)(this.List_Book)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
this.panel4.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.bn1)).EndInit();
|
|
this.bn1.ResumeLayout(false);
|
|
this.bn1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.bs1)).EndInit();
|
|
this.panel5.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.panel6.ResumeLayout(false);
|
|
this.panel6.PerformLayout();
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.RadioButton rb_Sort;
|
|
private System.Windows.Forms.RadioButton rb_Filter;
|
|
private System.Windows.Forms.ComboBox comboBox8;
|
|
private System.Windows.Forms.ComboBox comboBox9;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btn_Search;
|
|
private System.Windows.Forms.Button btn_mk_marcList;
|
|
public System.Windows.Forms.DataGridView List_Book;
|
|
private System.Windows.Forms.CheckBox chkColCheck;
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button btn_FilterReturn;
|
|
private System.Windows.Forms.Button btn_CopySelect;
|
|
public System.Windows.Forms.Button tbCustName;
|
|
public System.Windows.Forms.Label lbCustIDX;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Button button1;
|
|
public MarcEditorControl marcEditorControl1;
|
|
private System.Windows.Forms.BindingSource bs1;
|
|
private System.Windows.Forms.BindingNavigator bn1;
|
|
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
|
|
private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
|
|
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
|
|
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
|
|
private System.Windows.Forms.Panel panel4;
|
|
public System.Windows.Forms.Label lbl_BookList;
|
|
public System.Windows.Forms.Label lbl_BookDate;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
|
private System.Windows.Forms.ToolStripLabel lbListIdx;
|
|
private System.Windows.Forms.Button btFindISBN;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn list_idx;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ISBN13;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn num;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn book_name;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn author;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn book_comp;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn count;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pay;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn url;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn marc_idx;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn db_marc;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn colCheck;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn user;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SaveDate;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn grade;
|
|
private System.Windows.Forms.Panel panel5;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
public System.Windows.Forms.RichTextBox etc1;
|
|
public System.Windows.Forms.RichTextBox etc2;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private System.Windows.Forms.Button btCopy;
|
|
private System.Windows.Forms.Button btNext;
|
|
private System.Windows.Forms.Button btPrev;
|
|
private System.Windows.Forms.Button btn_Save;
|
|
private System.Windows.Forms.Button btn_FillBlank;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.TextBox lbl_SaveData;
|
|
private System.Windows.Forms.RadioButton radA;
|
|
private System.Windows.Forms.RadioButton radC;
|
|
private System.Windows.Forms.RadioButton radB;
|
|
private System.Windows.Forms.RadioButton radD;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
}
|
|
} |