- DLS 검색기에 고창군립도서관, 대불대학도서관 추가 - Check_Copy_Sub_Selector 폼 추가 (도서관별 상세 선택 기능) - 복본조사 화면 UI 개선 (체크박스 간격 조정) - 버전 정보 업데이트 (1.4.1.7 → 1.4.1.8) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
653 lines
34 KiB
C#
653 lines
34 KiB
C#
namespace WindowsFormsApp1.Mac
|
|
{
|
|
partial class Check_copyWD
|
|
{
|
|
/// <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.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.nudAddDelay = new System.Windows.Forms.NumericUpDown();
|
|
this.chkShowBrowser = new System.Windows.Forms.CheckBox();
|
|
this.chkRetryErrData = new System.Windows.Forms.CheckBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.radTargetErr = new System.Windows.Forms.RadioButton();
|
|
this.radTargetEmpty = new System.Windows.Forms.RadioButton();
|
|
this.radTargetErrEmpty = new System.Windows.Forms.RadioButton();
|
|
this.radTargetAll = new System.Windows.Forms.RadioButton();
|
|
this.rb_isNumber = new System.Windows.Forms.RadioButton();
|
|
this.rb_isHave = new System.Windows.Forms.RadioButton();
|
|
this.btn_SearchList = new System.Windows.Forms.Button();
|
|
this.btn_Start = new System.Windows.Forms.Button();
|
|
this.btn_Stop = new System.Windows.Forms.Button();
|
|
this.btn_Close = new System.Windows.Forms.Button();
|
|
this.tb_SearchTarget = new System.Windows.Forms.ComboBox();
|
|
this.btSearchLibrary = new System.Windows.Forms.Button();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.btn_SiteDenote = new System.Windows.Forms.Button();
|
|
this.lbl_PW = new System.Windows.Forms.Label();
|
|
this.lbl_ID = new System.Windows.Forms.Label();
|
|
this.dv1 = new System.Windows.Forms.DataGridView();
|
|
this.book_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.book_comp = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Count = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dvc_remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dvc_resulthtml = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.유니코드문자로붙여넝ㅎ기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.일반문자로붙여넣기ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.btn_ApplyFilter = new System.Windows.Forms.Button();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.lblStatus = new System.Windows.Forms.ToolStripLabel();
|
|
this.lbSite = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
this.chk_RemoveBrit = new System.Windows.Forms.CheckBox();
|
|
this.btn_ResultEmpty = new System.Windows.Forms.Button();
|
|
this.btn_GridReset = new System.Windows.Forms.Button();
|
|
this.btn_OpenMemo = new System.Windows.Forms.Button();
|
|
this.chk_spChar = new System.Windows.Forms.CheckBox();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudAddDelay)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel6.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.panel4.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.nudAddDelay);
|
|
this.panel1.Controls.Add(this.chkShowBrowser);
|
|
this.panel1.Controls.Add(this.chkRetryErrData);
|
|
this.panel1.Controls.Add(this.groupBox1);
|
|
this.panel1.Controls.Add(this.rb_isNumber);
|
|
this.panel1.Controls.Add(this.rb_isHave);
|
|
this.panel1.Controls.Add(this.btn_SearchList);
|
|
this.panel1.Controls.Add(this.btn_Start);
|
|
this.panel1.Controls.Add(this.btn_Stop);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 42);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(822, 132);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(639, 104);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(67, 15);
|
|
this.label1.TabIndex = 10;
|
|
this.label1.Text = "추가지연";
|
|
//
|
|
// nudAddDelay
|
|
//
|
|
this.nudAddDelay.Location = new System.Drawing.Point(706, 99);
|
|
this.nudAddDelay.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.nudAddDelay.Name = "nudAddDelay";
|
|
this.nudAddDelay.Size = new System.Drawing.Size(64, 25);
|
|
this.nudAddDelay.TabIndex = 9;
|
|
this.nudAddDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// chkShowBrowser
|
|
//
|
|
this.chkShowBrowser.AutoSize = true;
|
|
this.chkShowBrowser.Checked = true;
|
|
this.chkShowBrowser.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.chkShowBrowser.Location = new System.Drawing.Point(706, 62);
|
|
this.chkShowBrowser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.chkShowBrowser.Name = "chkShowBrowser";
|
|
this.chkShowBrowser.Size = new System.Drawing.Size(119, 19);
|
|
this.chkShowBrowser.TabIndex = 8;
|
|
this.chkShowBrowser.Text = "브라우저표시";
|
|
this.chkShowBrowser.UseVisualStyleBackColor = true;
|
|
//
|
|
// chkRetryErrData
|
|
//
|
|
this.chkRetryErrData.AutoSize = true;
|
|
this.chkRetryErrData.Checked = true;
|
|
this.chkRetryErrData.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.chkRetryErrData.Location = new System.Drawing.Point(365, 101);
|
|
this.chkRetryErrData.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.chkRetryErrData.Name = "chkRetryErrData";
|
|
this.chkRetryErrData.Size = new System.Drawing.Size(234, 19);
|
|
this.chkRetryErrData.TabIndex = 7;
|
|
this.chkRetryErrData.Text = "검색 후 오류 데이터 추가 검색";
|
|
this.chkRetryErrData.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.radTargetErr);
|
|
this.groupBox1.Controls.Add(this.radTargetEmpty);
|
|
this.groupBox1.Controls.Add(this.radTargetErrEmpty);
|
|
this.groupBox1.Controls.Add(this.radTargetAll);
|
|
this.groupBox1.Location = new System.Drawing.Point(363, 42);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.groupBox1.Size = new System.Drawing.Size(336, 49);
|
|
this.groupBox1.TabIndex = 6;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "검색대상";
|
|
//
|
|
// radTargetErr
|
|
//
|
|
this.radTargetErr.AutoSize = true;
|
|
this.radTargetErr.Location = new System.Drawing.Point(273, 20);
|
|
this.radTargetErr.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.radTargetErr.Name = "radTargetErr";
|
|
this.radTargetErr.Size = new System.Drawing.Size(58, 19);
|
|
this.radTargetErr.TabIndex = 9;
|
|
this.radTargetErr.Text = "오류";
|
|
this.radTargetErr.UseVisualStyleBackColor = true;
|
|
//
|
|
// radTargetEmpty
|
|
//
|
|
this.radTargetEmpty.AutoSize = true;
|
|
this.radTargetEmpty.Location = new System.Drawing.Point(197, 20);
|
|
this.radTargetEmpty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.radTargetEmpty.Name = "radTargetEmpty";
|
|
this.radTargetEmpty.Size = new System.Drawing.Size(58, 19);
|
|
this.radTargetEmpty.TabIndex = 8;
|
|
this.radTargetEmpty.Text = "없음";
|
|
this.radTargetEmpty.UseVisualStyleBackColor = true;
|
|
//
|
|
// radTargetErrEmpty
|
|
//
|
|
this.radTargetErrEmpty.AutoSize = true;
|
|
this.radTargetErrEmpty.Location = new System.Drawing.Point(86, 20);
|
|
this.radTargetErrEmpty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.radTargetErrEmpty.Name = "radTargetErrEmpty";
|
|
this.radTargetErrEmpty.Size = new System.Drawing.Size(96, 19);
|
|
this.radTargetErrEmpty.TabIndex = 7;
|
|
this.radTargetErrEmpty.Text = "오류+없음";
|
|
this.radTargetErrEmpty.UseVisualStyleBackColor = true;
|
|
//
|
|
// radTargetAll
|
|
//
|
|
this.radTargetAll.AutoSize = true;
|
|
this.radTargetAll.Checked = true;
|
|
this.radTargetAll.Location = new System.Drawing.Point(9, 20);
|
|
this.radTargetAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.radTargetAll.Name = "radTargetAll";
|
|
this.radTargetAll.Size = new System.Drawing.Size(58, 19);
|
|
this.radTargetAll.TabIndex = 6;
|
|
this.radTargetAll.TabStop = true;
|
|
this.radTargetAll.Text = "전체";
|
|
this.radTargetAll.UseVisualStyleBackColor = true;
|
|
//
|
|
// rb_isNumber
|
|
//
|
|
this.rb_isNumber.AutoSize = true;
|
|
this.rb_isNumber.Location = new System.Drawing.Point(450, 10);
|
|
this.rb_isNumber.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.rb_isNumber.Name = "rb_isNumber";
|
|
this.rb_isNumber.Size = new System.Drawing.Size(88, 19);
|
|
this.rb_isNumber.TabIndex = 5;
|
|
this.rb_isNumber.TabStop = true;
|
|
this.rb_isNumber.Text = "숫자표출";
|
|
this.rb_isNumber.UseVisualStyleBackColor = true;
|
|
//
|
|
// rb_isHave
|
|
//
|
|
this.rb_isHave.AutoSize = true;
|
|
this.rb_isHave.Checked = true;
|
|
this.rb_isHave.Location = new System.Drawing.Point(363, 10);
|
|
this.rb_isHave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.rb_isHave.Name = "rb_isHave";
|
|
this.rb_isHave.Size = new System.Drawing.Size(88, 19);
|
|
this.rb_isHave.TabIndex = 5;
|
|
this.rb_isHave.TabStop = true;
|
|
this.rb_isHave.Text = "소장표출";
|
|
this.rb_isHave.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn_SearchList
|
|
//
|
|
this.btn_SearchList.Location = new System.Drawing.Point(5, 5);
|
|
this.btn_SearchList.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btn_SearchList.Name = "btn_SearchList";
|
|
this.btn_SearchList.Size = new System.Drawing.Size(349, 116);
|
|
this.btn_SearchList.TabIndex = 3;
|
|
this.btn_SearchList.Text = "목록 검색";
|
|
this.btn_SearchList.UseVisualStyleBackColor = true;
|
|
this.btn_SearchList.Click += new System.EventHandler(this.btn_SearchList_Click);
|
|
//
|
|
// btn_Start
|
|
//
|
|
this.btn_Start.Location = new System.Drawing.Point(537, 5);
|
|
this.btn_Start.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btn_Start.Name = "btn_Start";
|
|
this.btn_Start.Size = new System.Drawing.Size(175, 30);
|
|
this.btn_Start.TabIndex = 2;
|
|
this.btn_Start.Text = "검색시작";
|
|
this.btn_Start.UseVisualStyleBackColor = true;
|
|
this.btn_Start.Click += new System.EventHandler(this.btn_Start_Click);
|
|
//
|
|
// btn_Stop
|
|
//
|
|
this.btn_Stop.Location = new System.Drawing.Point(721, 5);
|
|
this.btn_Stop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btn_Stop.Name = "btn_Stop";
|
|
this.btn_Stop.Size = new System.Drawing.Size(86, 30);
|
|
this.btn_Stop.TabIndex = 2;
|
|
this.btn_Stop.Text = "검색중지";
|
|
this.btn_Stop.UseVisualStyleBackColor = true;
|
|
this.btn_Stop.Click += new System.EventHandler(this.btn_Stop_Click);
|
|
//
|
|
// btn_Close
|
|
//
|
|
this.btn_Close.Location = new System.Drawing.Point(721, 5);
|
|
this.btn_Close.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btn_Close.Name = "btn_Close";
|
|
this.btn_Close.Size = new System.Drawing.Size(86, 30);
|
|
this.btn_Close.TabIndex = 2;
|
|
this.btn_Close.Text = "닫 기";
|
|
this.btn_Close.UseVisualStyleBackColor = true;
|
|
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
|
|
//
|
|
// tb_SearchTarget
|
|
//
|
|
this.tb_SearchTarget.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.tb_SearchTarget.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.tb_SearchTarget.Enabled = false;
|
|
this.tb_SearchTarget.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
|
this.tb_SearchTarget.Location = new System.Drawing.Point(91, 8);
|
|
this.tb_SearchTarget.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.tb_SearchTarget.Name = "tb_SearchTarget";
|
|
this.tb_SearchTarget.Size = new System.Drawing.Size(429, 23);
|
|
this.tb_SearchTarget.TabIndex = 1;
|
|
this.tb_SearchTarget.SelectedIndexChanged += new System.EventHandler(this.tb_SearchTarget_SelectedIndexChanged);
|
|
this.tb_SearchTarget.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_SearchTarget_KeyDown);
|
|
//
|
|
// btSearchLibrary
|
|
//
|
|
this.btSearchLibrary.AutoSize = true;
|
|
this.btSearchLibrary.Location = new System.Drawing.Point(8, 7);
|
|
this.btSearchLibrary.Name = "btSearchLibrary";
|
|
this.btSearchLibrary.Size = new System.Drawing.Size(77, 25);
|
|
this.btSearchLibrary.TabIndex = 0;
|
|
this.btSearchLibrary.Text = "검색대상";
|
|
this.btSearchLibrary.Click += new System.EventHandler(this.btSearchLibrary_Click);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel2.Controls.Add(this.btn_SiteDenote);
|
|
this.panel2.Controls.Add(this.lbl_PW);
|
|
this.panel2.Controls.Add(this.lbl_ID);
|
|
this.panel2.Controls.Add(this.tb_SearchTarget);
|
|
this.panel2.Controls.Add(this.btSearchLibrary);
|
|
this.panel2.Controls.Add(this.btn_Close);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(822, 42);
|
|
this.panel2.TabIndex = 0;
|
|
//
|
|
// btn_SiteDenote
|
|
//
|
|
this.btn_SiteDenote.Location = new System.Drawing.Point(537, 6);
|
|
this.btn_SiteDenote.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btn_SiteDenote.Name = "btn_SiteDenote";
|
|
this.btn_SiteDenote.Size = new System.Drawing.Size(177, 29);
|
|
this.btn_SiteDenote.TabIndex = 4;
|
|
this.btn_SiteDenote.Text = "사이트 표출";
|
|
this.btn_SiteDenote.UseVisualStyleBackColor = true;
|
|
this.btn_SiteDenote.Click += new System.EventHandler(this.btn_SiteDenote_Click);
|
|
//
|
|
// lbl_PW
|
|
//
|
|
this.lbl_PW.AutoSize = true;
|
|
this.lbl_PW.Location = new System.Drawing.Point(433, 12);
|
|
this.lbl_PW.Name = "lbl_PW";
|
|
this.lbl_PW.Size = new System.Drawing.Size(12, 15);
|
|
this.lbl_PW.TabIndex = 3;
|
|
this.lbl_PW.Text = " ";
|
|
//
|
|
// lbl_ID
|
|
//
|
|
this.lbl_ID.AutoSize = true;
|
|
this.lbl_ID.Location = new System.Drawing.Point(361, 12);
|
|
this.lbl_ID.Name = "lbl_ID";
|
|
this.lbl_ID.Size = new System.Drawing.Size(12, 15);
|
|
this.lbl_ID.TabIndex = 3;
|
|
this.lbl_ID.Text = " ";
|
|
//
|
|
// dv1
|
|
//
|
|
this.dv1.AllowUserToDeleteRows = false;
|
|
this.dv1.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
this.dv1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.dv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|
this.dv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.book_name,
|
|
this.book_comp,
|
|
this.Count,
|
|
this.dvc_remark,
|
|
this.dvc_resulthtml});
|
|
this.dv1.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.dv1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dv1.Location = new System.Drawing.Point(0, 0);
|
|
this.dv1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.dv1.Name = "dv1";
|
|
this.dv1.RowHeadersWidth = 51;
|
|
this.dv1.RowTemplate.Height = 23;
|
|
this.dv1.Size = new System.Drawing.Size(822, 680);
|
|
this.dv1.TabIndex = 1;
|
|
this.dv1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
|
|
this.dv1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
|
|
//
|
|
// book_name
|
|
//
|
|
this.book_name.HeaderText = "도서명(총서명)";
|
|
this.book_name.MinimumWidth = 6;
|
|
this.book_name.Name = "book_name";
|
|
this.book_name.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.book_name.Width = 300;
|
|
//
|
|
// book_comp
|
|
//
|
|
this.book_comp.HeaderText = "출판사";
|
|
this.book_comp.MinimumWidth = 6;
|
|
this.book_comp.Name = "book_comp";
|
|
this.book_comp.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.book_comp.Width = 120;
|
|
//
|
|
// Count
|
|
//
|
|
this.Count.HeaderText = "검색 수";
|
|
this.Count.MinimumWidth = 6;
|
|
this.Count.Name = "Count";
|
|
this.Count.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
this.Count.Width = 50;
|
|
//
|
|
// dvc_remark
|
|
//
|
|
this.dvc_remark.HeaderText = "비고";
|
|
this.dvc_remark.MinimumWidth = 6;
|
|
this.dvc_remark.Name = "dvc_remark";
|
|
this.dvc_remark.Width = 110;
|
|
//
|
|
// dvc_resulthtml
|
|
//
|
|
this.dvc_resulthtml.HeaderText = "결과";
|
|
this.dvc_resulthtml.MinimumWidth = 6;
|
|
this.dvc_resulthtml.Name = "dvc_resulthtml";
|
|
this.dvc_resulthtml.Width = 125;
|
|
//
|
|
// contextMenuStrip1
|
|
//
|
|
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.유니코드문자로붙여넝ㅎ기ToolStripMenuItem,
|
|
this.일반문자로붙여넣기ToolStripMenuItem});
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(254, 52);
|
|
//
|
|
// 유니코드문자로붙여넝ㅎ기ToolStripMenuItem
|
|
//
|
|
this.유니코드문자로붙여넝ㅎ기ToolStripMenuItem.Name = "유니코드문자로붙여넝ㅎ기ToolStripMenuItem";
|
|
this.유니코드문자로붙여넝ㅎ기ToolStripMenuItem.Size = new System.Drawing.Size(253, 24);
|
|
this.유니코드문자로붙여넝ㅎ기ToolStripMenuItem.Text = "유니코드 문자로 붙여넣기";
|
|
this.유니코드문자로붙여넝ㅎ기ToolStripMenuItem.Click += new System.EventHandler(this.유니코드문자로붙여넝ㅎ기ToolStripMenuItem_Click);
|
|
//
|
|
// 일반문자로붙여넣기ToolStripMenuItem
|
|
//
|
|
this.일반문자로붙여넣기ToolStripMenuItem.Name = "일반문자로붙여넣기ToolStripMenuItem";
|
|
this.일반문자로붙여넣기ToolStripMenuItem.Size = new System.Drawing.Size(253, 24);
|
|
this.일반문자로붙여넣기ToolStripMenuItem.Text = "일반 문자로 붙여넣기";
|
|
this.일반문자로붙여넣기ToolStripMenuItem.Click += new System.EventHandler(this.일반문자로붙여넣기ToolStripMenuItem_Click);
|
|
//
|
|
// btn_ApplyFilter
|
|
//
|
|
this.btn_ApplyFilter.Location = new System.Drawing.Point(362, 5);
|
|
this.btn_ApplyFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btn_ApplyFilter.Name = "btn_ApplyFilter";
|
|
this.btn_ApplyFilter.Size = new System.Drawing.Size(86, 30);
|
|
this.btn_ApplyFilter.TabIndex = 2;
|
|
this.btn_ApplyFilter.Text = "필터적용";
|
|
this.btn_ApplyFilter.UseVisualStyleBackColor = true;
|
|
this.btn_ApplyFilter.Click += new System.EventHandler(this.btn_ApplyFilter_Click);
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.panel6);
|
|
this.panel3.Controls.Add(this.panel4);
|
|
this.panel3.Controls.Add(this.panel1);
|
|
this.panel3.Controls.Add(this.panel2);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
this.panel3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(822, 922);
|
|
this.panel3.TabIndex = 3;
|
|
//
|
|
// panel6
|
|
//
|
|
this.panel6.Controls.Add(this.dv1);
|
|
this.panel6.Controls.Add(this.statusStrip1);
|
|
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel6.Location = new System.Drawing.Point(0, 216);
|
|
this.panel6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panel6.Name = "panel6";
|
|
this.panel6.Size = new System.Drawing.Size(822, 706);
|
|
this.panel6.TabIndex = 3;
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.lblStatus,
|
|
this.lbSite});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 680);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
|
|
this.statusStrip1.Size = new System.Drawing.Size(822, 26);
|
|
this.statusStrip1.TabIndex = 2;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// lblStatus
|
|
//
|
|
this.lblStatus.Name = "lblStatus";
|
|
this.lblStatus.Size = new System.Drawing.Size(34, 24);
|
|
this.lblStatus.Text = "WD";
|
|
//
|
|
// lbSite
|
|
//
|
|
this.lbSite.Name = "lbSite";
|
|
this.lbSite.Size = new System.Drawing.Size(68, 20);
|
|
this.lbSite.Text = "-- Site --";
|
|
//
|
|
// panel4
|
|
//
|
|
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel4.Controls.Add(this.chk_RemoveBrit);
|
|
this.panel4.Controls.Add(this.btn_ResultEmpty);
|
|
this.panel4.Controls.Add(this.btn_GridReset);
|
|
this.panel4.Controls.Add(this.btn_OpenMemo);
|
|
this.panel4.Controls.Add(this.btn_ApplyFilter);
|
|
this.panel4.Controls.Add(this.chk_spChar);
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel4.Location = new System.Drawing.Point(0, 174);
|
|
this.panel4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.panel4.Name = "panel4";
|
|
this.panel4.Size = new System.Drawing.Size(822, 42);
|
|
this.panel4.TabIndex = 2;
|
|
//
|
|
// chk_RemoveBrit
|
|
//
|
|
this.chk_RemoveBrit.AutoSize = true;
|
|
this.chk_RemoveBrit.Location = new System.Drawing.Point(129, 10);
|
|
this.chk_RemoveBrit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.chk_RemoveBrit.Name = "chk_RemoveBrit";
|
|
this.chk_RemoveBrit.Size = new System.Drawing.Size(159, 19);
|
|
this.chk_RemoveBrit.TabIndex = 0;
|
|
this.chk_RemoveBrit.Text = "괄호안의 문자 제거";
|
|
this.chk_RemoveBrit.UseVisualStyleBackColor = true;
|
|
//
|
|
// btn_ResultEmpty
|
|
//
|
|
this.btn_ResultEmpty.Location = new System.Drawing.Point(538, 5);
|
|
this.btn_ResultEmpty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btn_ResultEmpty.Name = "btn_ResultEmpty";
|
|
this.btn_ResultEmpty.Size = new System.Drawing.Size(86, 30);
|
|
this.btn_ResultEmpty.TabIndex = 2;
|
|
this.btn_ResultEmpty.Text = "결과 비움";
|
|
this.btn_ResultEmpty.UseVisualStyleBackColor = true;
|
|
this.btn_ResultEmpty.Click += new System.EventHandler(this.btn_ResultEmpty_Click);
|
|
//
|
|
// btn_GridReset
|
|
//
|
|
this.btn_GridReset.Location = new System.Drawing.Point(626, 5);
|
|
this.btn_GridReset.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btn_GridReset.Name = "btn_GridReset";
|
|
this.btn_GridReset.Size = new System.Drawing.Size(86, 30);
|
|
this.btn_GridReset.TabIndex = 2;
|
|
this.btn_GridReset.Text = "표 비우기";
|
|
this.btn_GridReset.UseVisualStyleBackColor = true;
|
|
this.btn_GridReset.Click += new System.EventHandler(this.btn_GridReset_Click);
|
|
//
|
|
// btn_OpenMemo
|
|
//
|
|
this.btn_OpenMemo.Location = new System.Drawing.Point(450, 5);
|
|
this.btn_OpenMemo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btn_OpenMemo.Name = "btn_OpenMemo";
|
|
this.btn_OpenMemo.Size = new System.Drawing.Size(86, 30);
|
|
this.btn_OpenMemo.TabIndex = 2;
|
|
this.btn_OpenMemo.Text = ".txt 열기";
|
|
this.btn_OpenMemo.UseVisualStyleBackColor = true;
|
|
this.btn_OpenMemo.Click += new System.EventHandler(this.btn_OpenMemo_Click);
|
|
//
|
|
// chk_spChar
|
|
//
|
|
this.chk_spChar.AutoSize = true;
|
|
this.chk_spChar.Location = new System.Drawing.Point(8, 10);
|
|
this.chk_spChar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.chk_spChar.Name = "chk_spChar";
|
|
this.chk_spChar.Size = new System.Drawing.Size(124, 19);
|
|
this.chk_spChar.TabIndex = 0;
|
|
this.chk_spChar.Text = "특수문자 제거";
|
|
this.chk_spChar.UseVisualStyleBackColor = true;
|
|
//
|
|
// Check_copyWD
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(822, 922);
|
|
this.Controls.Add(this.panel3);
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.Name = "Check_copyWD";
|
|
this.Text = "복본조사(New)";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Check_copy_FormClosing);
|
|
this.Load += new System.EventHandler(this.Check_copy_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudAddDelay)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dv1)).EndInit();
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel6.ResumeLayout(false);
|
|
this.panel6.PerformLayout();
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.panel4.ResumeLayout(false);
|
|
this.panel4.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btSearchLibrary;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Button btn_Close;
|
|
private System.Windows.Forms.Button btn_Stop;
|
|
private System.Windows.Forms.Button btn_Start;
|
|
public System.Windows.Forms.ComboBox tb_SearchTarget;
|
|
public System.Windows.Forms.DataGridView dv1;
|
|
public System.Windows.Forms.Button btn_SearchList;
|
|
private System.Windows.Forms.Button btn_ApplyFilter;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private System.Windows.Forms.Panel panel4;
|
|
private System.Windows.Forms.CheckBox chk_spChar;
|
|
private System.Windows.Forms.CheckBox chk_RemoveBrit;
|
|
private System.Windows.Forms.RadioButton rb_isNumber;
|
|
private System.Windows.Forms.RadioButton rb_isHave;
|
|
private System.Windows.Forms.Button btn_GridReset;
|
|
private System.Windows.Forms.Button btn_OpenMemo;
|
|
private System.Windows.Forms.Button btn_ResultEmpty;
|
|
public System.Windows.Forms.Label lbl_PW;
|
|
public System.Windows.Forms.Label lbl_ID;
|
|
private System.Windows.Forms.Button btn_SiteDenote;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripLabel lblStatus;
|
|
private System.Windows.Forms.RadioButton radTargetAll;
|
|
private System.Windows.Forms.RadioButton radTargetErr;
|
|
private System.Windows.Forms.RadioButton radTargetEmpty;
|
|
private System.Windows.Forms.RadioButton radTargetErrEmpty;
|
|
public System.Windows.Forms.CheckBox chkRetryErrData;
|
|
public System.Windows.Forms.GroupBox groupBox1;
|
|
public System.Windows.Forms.CheckBox chkShowBrowser;
|
|
private System.Windows.Forms.ToolStripStatusLabel lbSite;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem 유니코드문자로붙여넝ㅎ기ToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem 일반문자로붙여넣기ToolStripMenuItem;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn book_name;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn book_comp;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Count;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_remark;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_resulthtml;
|
|
private System.Windows.Forms.NumericUpDown nudAddDelay;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |