메인 화면의 서브폼을 탭메뉴 형태로 표시하도록 함
마크목록에서 창이 다중으로 열리게 하고, 제목줄도 내용에 맞도록 변경 전체 창 닫기 메뉴 추가
This commit is contained in:
86
unimarc/unimarc/Main.Designer.cs
generated
86
unimarc/unimarc/Main.Designer.cs
generated
@@ -135,10 +135,14 @@
|
||||
this.IPText = new System.Windows.Forms.ToolStripLabel();
|
||||
this.lblStatus = new System.Windows.Forms.ToolStripLabel();
|
||||
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
||||
this.마크작성1ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.mdiTabControl = new System.Windows.Forms.TabControl();
|
||||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.tabPage2 = new System.Windows.Forms.TabPage();
|
||||
this.menu_allclose = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.menuStrip1.SuspendLayout();
|
||||
this.panel1.SuspendLayout();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
this.mdiTabControl.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// menuStrip1
|
||||
@@ -150,7 +154,8 @@
|
||||
this.마크ToolStripMenuItem,
|
||||
this.작업일지ToolStripMenuItem,
|
||||
this.편의기능ToolStripMenuItem,
|
||||
this.마스터ToolStripMenuItem});
|
||||
this.마스터ToolStripMenuItem,
|
||||
this.menu_allclose});
|
||||
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
||||
this.menuStrip1.Name = "menuStrip1";
|
||||
this.menuStrip1.Size = new System.Drawing.Size(1259, 24);
|
||||
@@ -300,14 +305,14 @@
|
||||
// 송금내역조회
|
||||
//
|
||||
this.송금내역조회.Name = "송금내역조회";
|
||||
this.송금내역조회.Size = new System.Drawing.Size(180, 22);
|
||||
this.송금내역조회.Size = new System.Drawing.Size(154, 22);
|
||||
this.송금내역조회.Text = "송금 내역 조회";
|
||||
this.송금내역조회.Click += new System.EventHandler(this.송금내역조회ToolStripMenuItem_Click);
|
||||
//
|
||||
// 송금등록
|
||||
//
|
||||
this.송금등록.Name = "송금등록";
|
||||
this.송금등록.Size = new System.Drawing.Size(180, 22);
|
||||
this.송금등록.Size = new System.Drawing.Size(154, 22);
|
||||
this.송금등록.Text = "송금 등록";
|
||||
this.송금등록.Click += new System.EventHandler(this.송금등록ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -318,7 +323,7 @@
|
||||
this.매입장부,
|
||||
this.매입미결제ToolStripMenuItem});
|
||||
this.매입.Name = "매입";
|
||||
this.매입.Size = new System.Drawing.Size(180, 22);
|
||||
this.매입.Size = new System.Drawing.Size(154, 22);
|
||||
this.매입.Text = "매입";
|
||||
//
|
||||
// 매입집계
|
||||
@@ -351,7 +356,7 @@
|
||||
this.매출조회,
|
||||
this.매출집계});
|
||||
this.매출.Name = "매출";
|
||||
this.매출.Size = new System.Drawing.Size(180, 22);
|
||||
this.매출.Size = new System.Drawing.Size(154, 22);
|
||||
this.매출.Text = "매출";
|
||||
//
|
||||
// 매출입력
|
||||
@@ -385,7 +390,7 @@
|
||||
// 파트타임관리
|
||||
//
|
||||
this.파트타임관리.Name = "파트타임관리";
|
||||
this.파트타임관리.Size = new System.Drawing.Size(180, 22);
|
||||
this.파트타임관리.Size = new System.Drawing.Size(154, 22);
|
||||
this.파트타임관리.Text = "파트타임 관리";
|
||||
this.파트타임관리.Click += new System.EventHandler(this.파트타임관리ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -417,7 +422,7 @@
|
||||
// 단축키설정
|
||||
//
|
||||
this.단축키설정.Name = "단축키설정";
|
||||
this.단축키설정.Size = new System.Drawing.Size(180, 22);
|
||||
this.단축키설정.Size = new System.Drawing.Size(138, 22);
|
||||
this.단축키설정.Text = "단축키";
|
||||
this.단축키설정.Visible = false;
|
||||
this.단축키설정.Click += new System.EventHandler(this.단축키설정ToolStripMenuItem_Click);
|
||||
@@ -425,14 +430,14 @@
|
||||
// 매크로문구
|
||||
//
|
||||
this.매크로문구.Name = "매크로문구";
|
||||
this.매크로문구.Size = new System.Drawing.Size(180, 22);
|
||||
this.매크로문구.Size = new System.Drawing.Size(138, 22);
|
||||
this.매크로문구.Text = "매크로 문구";
|
||||
this.매크로문구.Click += new System.EventHandler(this.매크로문구설정ToolStripMenuItem_Click);
|
||||
//
|
||||
// 불용어
|
||||
//
|
||||
this.불용어.Name = "불용어";
|
||||
this.불용어.Size = new System.Drawing.Size(180, 22);
|
||||
this.불용어.Size = new System.Drawing.Size(138, 22);
|
||||
this.불용어.Text = "불용어";
|
||||
this.불용어.Visible = false;
|
||||
this.불용어.Click += new System.EventHandler(this.불용어ToolStripMenuItem_Click);
|
||||
@@ -440,7 +445,7 @@
|
||||
// 작업지시서
|
||||
//
|
||||
this.작업지시서.Name = "작업지시서";
|
||||
this.작업지시서.Size = new System.Drawing.Size(180, 22);
|
||||
this.작업지시서.Size = new System.Drawing.Size(138, 22);
|
||||
this.작업지시서.Text = "작업지시서";
|
||||
this.작업지시서.Visible = false;
|
||||
this.작업지시서.Click += new System.EventHandler(this.작업지시서ToolStripMenuItem_Click);
|
||||
@@ -448,7 +453,6 @@
|
||||
// 마크작업
|
||||
//
|
||||
this.마크작업.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.마크작성1ToolStripMenuItem,
|
||||
this.마크작성,
|
||||
this.마크목록,
|
||||
this.소장자료검색,
|
||||
@@ -523,14 +527,14 @@
|
||||
//
|
||||
this.목록.Enabled = false;
|
||||
this.목록.Name = "목록";
|
||||
this.목록.Size = new System.Drawing.Size(98, 22);
|
||||
this.목록.Size = new System.Drawing.Size(180, 22);
|
||||
this.목록.Text = "목록";
|
||||
this.목록.Click += new System.EventHandler(this.목록_Click);
|
||||
//
|
||||
// 편목
|
||||
//
|
||||
this.편목.Name = "편목";
|
||||
this.편목.Size = new System.Drawing.Size(98, 22);
|
||||
this.편목.Size = new System.Drawing.Size(180, 22);
|
||||
this.편목.Text = "편목";
|
||||
this.편목.Click += new System.EventHandler(this.편목ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -612,14 +616,14 @@
|
||||
// DLS조회
|
||||
//
|
||||
this.DLS조회.Name = "DLS조회";
|
||||
this.DLS조회.Size = new System.Drawing.Size(154, 22);
|
||||
this.DLS조회.Size = new System.Drawing.Size(180, 22);
|
||||
this.DLS조회.Text = "DLS_조회/입력";
|
||||
this.DLS조회.Click += new System.EventHandler(this.dLS조회ToolStripMenuItem_Click);
|
||||
//
|
||||
// dLS복본조사
|
||||
//
|
||||
this.dLS복본조사.Name = "dLS복본조사";
|
||||
this.dLS복본조사.Size = new System.Drawing.Size(154, 22);
|
||||
this.dLS복본조사.Size = new System.Drawing.Size(180, 22);
|
||||
this.dLS복본조사.Text = "DLS 복본조사";
|
||||
this.dLS복본조사.Click += new System.EventHandler(this.dLS복본조사ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -1088,24 +1092,56 @@
|
||||
this.lblStatus.Size = new System.Drawing.Size(27, 22);
|
||||
this.lblStatus.Text = "WD";
|
||||
//
|
||||
// 마크작성1ToolStripMenuItem
|
||||
// mdiTabControl
|
||||
//
|
||||
this.마크작성1ToolStripMenuItem.Name = "마크작성1ToolStripMenuItem";
|
||||
this.마크작성1ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||
this.마크작성1ToolStripMenuItem.Text = "마크 작성(1)";
|
||||
this.마크작성1ToolStripMenuItem.Click += new System.EventHandler(this.마크작성1ToolStripMenuItem_Click);
|
||||
this.mdiTabControl.Controls.Add(this.tabPage1);
|
||||
this.mdiTabControl.Controls.Add(this.tabPage2);
|
||||
this.mdiTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.mdiTabControl.Location = new System.Drawing.Point(0, 88);
|
||||
this.mdiTabControl.Name = "mdiTabControl";
|
||||
this.mdiTabControl.SelectedIndex = 0;
|
||||
this.mdiTabControl.Size = new System.Drawing.Size(1259, 593);
|
||||
this.mdiTabControl.TabIndex = 5;
|
||||
//
|
||||
// tabPage1
|
||||
//
|
||||
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage1.Name = "tabPage1";
|
||||
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage1.Size = new System.Drawing.Size(1251, 567);
|
||||
this.tabPage1.TabIndex = 0;
|
||||
this.tabPage1.Text = "tabPage1";
|
||||
this.tabPage1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// tabPage2
|
||||
//
|
||||
this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
||||
this.tabPage2.Name = "tabPage2";
|
||||
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
||||
this.tabPage2.Size = new System.Drawing.Size(1251, 567);
|
||||
this.tabPage2.TabIndex = 1;
|
||||
this.tabPage2.Text = "tabPage2";
|
||||
this.tabPage2.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// menu_allclose
|
||||
//
|
||||
this.menu_allclose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||
this.menu_allclose.Name = "menu_allclose";
|
||||
this.menu_allclose.Size = new System.Drawing.Size(87, 20);
|
||||
this.menu_allclose.Text = "전체 창 닫기";
|
||||
this.menu_allclose.Click += new System.EventHandler(this.menu_allclose_Click);
|
||||
//
|
||||
// Main
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1259, 706);
|
||||
this.Controls.Add(this.mdiTabControl);
|
||||
this.Controls.Add(this.toolStrip1);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Controls.Add(this.menuStrip1);
|
||||
this.HelpButton = true;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.IsMdiContainer = true;
|
||||
this.MainMenuStrip = this.menuStrip1;
|
||||
this.Name = "Main";
|
||||
this.Text = "메인";
|
||||
@@ -1116,6 +1152,7 @@
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.toolStrip1.ResumeLayout(false);
|
||||
this.toolStrip1.PerformLayout();
|
||||
this.mdiTabControl.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -1229,6 +1266,9 @@
|
||||
private System.Windows.Forms.ToolStripLabel lblStatus;
|
||||
private System.Windows.Forms.ToolStripMenuItem 복본조사2;
|
||||
private System.Windows.Forms.ToolStripMenuItem btDevDb;
|
||||
private System.Windows.Forms.ToolStripMenuItem 마크작성1ToolStripMenuItem;
|
||||
private System.Windows.Forms.TabControl mdiTabControl;
|
||||
private System.Windows.Forms.TabPage tabPage1;
|
||||
private System.Windows.Forms.TabPage tabPage2;
|
||||
private System.Windows.Forms.ToolStripMenuItem menu_allclose;
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
178
unimarc/unimarc/마크/DLS_Copy.Designer.cs
generated
178
unimarc/unimarc/마크/DLS_Copy.Designer.cs
generated
@@ -43,6 +43,8 @@
|
||||
this.chk_spChar = new System.Windows.Forms.CheckBox();
|
||||
this.btn_ApplyFilter = new System.Windows.Forms.Button();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.nudAddDelay = new System.Windows.Forms.NumericUpDown();
|
||||
this.chkShowBrowser = new System.Windows.Forms.CheckBox();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.rBtn_ISBN = new System.Windows.Forms.RadioButton();
|
||||
@@ -59,25 +61,23 @@
|
||||
this.tb_SearchClient = new System.Windows.Forms.TextBox();
|
||||
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
||||
this.lblStatus = new System.Windows.Forms.ToolStripLabel();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.nudAddDelay = new System.Windows.Forms.NumericUpDown();
|
||||
this.btn_Close = new System.Windows.Forms.Button();
|
||||
this.panel1.SuspendLayout();
|
||||
this.panel8.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dv1)).BeginInit();
|
||||
this.panel5.SuspendLayout();
|
||||
this.panel3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudAddDelay)).BeginInit();
|
||||
this.panel2.SuspendLayout();
|
||||
this.statusStrip1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudAddDelay)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(8, 6);
|
||||
this.label1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.label1.Location = new System.Drawing.Point(7, 5);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(88, 31);
|
||||
this.label1.Size = new System.Drawing.Size(77, 25);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "납품처명";
|
||||
this.label1.Click += new System.EventHandler(this.label1_Click);
|
||||
@@ -91,19 +91,17 @@
|
||||
this.panel1.Controls.Add(this.panel2);
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(731, 879);
|
||||
this.panel1.Size = new System.Drawing.Size(640, 699);
|
||||
this.panel1.TabIndex = 1;
|
||||
//
|
||||
// panel8
|
||||
//
|
||||
this.panel8.Controls.Add(this.dv1);
|
||||
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel8.Location = new System.Drawing.Point(0, 127);
|
||||
this.panel8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.panel8.Location = new System.Drawing.Point(0, 103);
|
||||
this.panel8.Name = "panel8";
|
||||
this.panel8.Size = new System.Drawing.Size(729, 750);
|
||||
this.panel8.Size = new System.Drawing.Size(638, 594);
|
||||
this.panel8.TabIndex = 5;
|
||||
//
|
||||
// dv1
|
||||
@@ -118,11 +116,10 @@
|
||||
this.dvc_Remark});
|
||||
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 = 31;
|
||||
this.dv1.RowTemplate.Height = 23;
|
||||
this.dv1.Size = new System.Drawing.Size(729, 750);
|
||||
this.dv1.Size = new System.Drawing.Size(638, 594);
|
||||
this.dv1.TabIndex = 0;
|
||||
this.dv1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
|
||||
this.dv1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
|
||||
@@ -165,18 +162,16 @@
|
||||
this.panel5.Controls.Add(this.chk_spChar);
|
||||
this.panel5.Controls.Add(this.btn_ApplyFilter);
|
||||
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel5.Location = new System.Drawing.Point(0, 84);
|
||||
this.panel5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.panel5.Location = new System.Drawing.Point(0, 68);
|
||||
this.panel5.Name = "panel5";
|
||||
this.panel5.Size = new System.Drawing.Size(729, 43);
|
||||
this.panel5.Size = new System.Drawing.Size(638, 35);
|
||||
this.panel5.TabIndex = 4;
|
||||
//
|
||||
// btn_ResultEmpty
|
||||
//
|
||||
this.btn_ResultEmpty.Location = new System.Drawing.Point(546, 5);
|
||||
this.btn_ResultEmpty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.btn_ResultEmpty.Location = new System.Drawing.Point(478, 4);
|
||||
this.btn_ResultEmpty.Name = "btn_ResultEmpty";
|
||||
this.btn_ResultEmpty.Size = new System.Drawing.Size(86, 30);
|
||||
this.btn_ResultEmpty.Size = new System.Drawing.Size(75, 24);
|
||||
this.btn_ResultEmpty.TabIndex = 6;
|
||||
this.btn_ResultEmpty.Text = "결과 비움";
|
||||
this.btn_ResultEmpty.UseVisualStyleBackColor = true;
|
||||
@@ -184,10 +179,9 @@
|
||||
//
|
||||
// btn_GridReset
|
||||
//
|
||||
this.btn_GridReset.Location = new System.Drawing.Point(634, 5);
|
||||
this.btn_GridReset.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.btn_GridReset.Location = new System.Drawing.Point(555, 4);
|
||||
this.btn_GridReset.Name = "btn_GridReset";
|
||||
this.btn_GridReset.Size = new System.Drawing.Size(86, 30);
|
||||
this.btn_GridReset.Size = new System.Drawing.Size(75, 24);
|
||||
this.btn_GridReset.TabIndex = 7;
|
||||
this.btn_GridReset.Text = "표 비우기";
|
||||
this.btn_GridReset.UseVisualStyleBackColor = true;
|
||||
@@ -196,10 +190,9 @@
|
||||
// chk_RemoveBrit
|
||||
//
|
||||
this.chk_RemoveBrit.AutoSize = true;
|
||||
this.chk_RemoveBrit.Location = new System.Drawing.Point(133, 10);
|
||||
this.chk_RemoveBrit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.chk_RemoveBrit.Location = new System.Drawing.Point(116, 8);
|
||||
this.chk_RemoveBrit.Name = "chk_RemoveBrit";
|
||||
this.chk_RemoveBrit.Size = new System.Drawing.Size(159, 19);
|
||||
this.chk_RemoveBrit.Size = new System.Drawing.Size(128, 16);
|
||||
this.chk_RemoveBrit.TabIndex = 3;
|
||||
this.chk_RemoveBrit.Text = "괄호안의 문자 제거";
|
||||
this.chk_RemoveBrit.UseVisualStyleBackColor = true;
|
||||
@@ -207,10 +200,9 @@
|
||||
// chk_spChar
|
||||
//
|
||||
this.chk_spChar.AutoSize = true;
|
||||
this.chk_spChar.Location = new System.Drawing.Point(11, 10);
|
||||
this.chk_spChar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.chk_spChar.Location = new System.Drawing.Point(10, 8);
|
||||
this.chk_spChar.Name = "chk_spChar";
|
||||
this.chk_spChar.Size = new System.Drawing.Size(124, 19);
|
||||
this.chk_spChar.Size = new System.Drawing.Size(100, 16);
|
||||
this.chk_spChar.TabIndex = 4;
|
||||
this.chk_spChar.Text = "특수문자 제거";
|
||||
this.chk_spChar.UseVisualStyleBackColor = true;
|
||||
@@ -218,10 +210,9 @@
|
||||
// btn_ApplyFilter
|
||||
//
|
||||
this.btn_ApplyFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btn_ApplyFilter.Location = new System.Drawing.Point(295, 5);
|
||||
this.btn_ApplyFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.btn_ApplyFilter.Location = new System.Drawing.Point(258, 4);
|
||||
this.btn_ApplyFilter.Name = "btn_ApplyFilter";
|
||||
this.btn_ApplyFilter.Size = new System.Drawing.Size(86, 30);
|
||||
this.btn_ApplyFilter.Size = new System.Drawing.Size(75, 24);
|
||||
this.btn_ApplyFilter.TabIndex = 5;
|
||||
this.btn_ApplyFilter.Text = "필터적용";
|
||||
this.btn_ApplyFilter.UseVisualStyleBackColor = true;
|
||||
@@ -239,22 +230,37 @@
|
||||
this.panel3.Controls.Add(this.btn_Search);
|
||||
this.panel3.Controls.Add(this.rBtn_BookName);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel3.Location = new System.Drawing.Point(0, 41);
|
||||
this.panel3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.panel3.Location = new System.Drawing.Point(0, 33);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(729, 43);
|
||||
this.panel3.Size = new System.Drawing.Size(638, 35);
|
||||
this.panel3.TabIndex = 4;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(517, 10);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(53, 12);
|
||||
this.label3.TabIndex = 211;
|
||||
this.label3.Text = "추가지연";
|
||||
//
|
||||
// nudAddDelay
|
||||
//
|
||||
this.nudAddDelay.Location = new System.Drawing.Point(576, 6);
|
||||
this.nudAddDelay.Name = "nudAddDelay";
|
||||
this.nudAddDelay.Size = new System.Drawing.Size(56, 21);
|
||||
this.nudAddDelay.TabIndex = 210;
|
||||
this.nudAddDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// chkShowBrowser
|
||||
//
|
||||
this.chkShowBrowser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.chkShowBrowser.AutoSize = true;
|
||||
this.chkShowBrowser.Checked = true;
|
||||
this.chkShowBrowser.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkShowBrowser.Location = new System.Drawing.Point(395, 11);
|
||||
this.chkShowBrowser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.chkShowBrowser.Location = new System.Drawing.Point(354, 9);
|
||||
this.chkShowBrowser.Name = "chkShowBrowser";
|
||||
this.chkShowBrowser.Size = new System.Drawing.Size(119, 19);
|
||||
this.chkShowBrowser.Size = new System.Drawing.Size(96, 16);
|
||||
this.chkShowBrowser.TabIndex = 209;
|
||||
this.chkShowBrowser.Text = "브라우저표시";
|
||||
this.chkShowBrowser.UseVisualStyleBackColor = true;
|
||||
@@ -262,9 +268,9 @@
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(8, 14);
|
||||
this.label2.Location = new System.Drawing.Point(7, 11);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(67, 15);
|
||||
this.label2.Size = new System.Drawing.Size(53, 12);
|
||||
this.label2.TabIndex = 3;
|
||||
this.label2.Text = "검색조건";
|
||||
//
|
||||
@@ -272,10 +278,9 @@
|
||||
//
|
||||
this.rBtn_ISBN.AutoSize = true;
|
||||
this.rBtn_ISBN.Checked = true;
|
||||
this.rBtn_ISBN.Location = new System.Drawing.Point(175, 11);
|
||||
this.rBtn_ISBN.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.rBtn_ISBN.Location = new System.Drawing.Point(153, 9);
|
||||
this.rBtn_ISBN.Name = "rBtn_ISBN";
|
||||
this.rBtn_ISBN.Size = new System.Drawing.Size(60, 19);
|
||||
this.rBtn_ISBN.Size = new System.Drawing.Size(51, 16);
|
||||
this.rBtn_ISBN.TabIndex = 4;
|
||||
this.rBtn_ISBN.TabStop = true;
|
||||
this.rBtn_ISBN.Text = "ISBN";
|
||||
@@ -283,10 +288,9 @@
|
||||
//
|
||||
// btnStop
|
||||
//
|
||||
this.btnStop.Location = new System.Drawing.Point(323, 6);
|
||||
this.btnStop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.btnStop.Location = new System.Drawing.Point(283, 5);
|
||||
this.btnStop.Name = "btnStop";
|
||||
this.btnStop.Size = new System.Drawing.Size(74, 29);
|
||||
this.btnStop.Size = new System.Drawing.Size(65, 23);
|
||||
this.btnStop.TabIndex = 2;
|
||||
this.btnStop.Text = "중 지";
|
||||
this.btnStop.UseVisualStyleBackColor = true;
|
||||
@@ -294,10 +298,9 @@
|
||||
//
|
||||
// btn_Search
|
||||
//
|
||||
this.btn_Search.Location = new System.Drawing.Point(248, 6);
|
||||
this.btn_Search.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.btn_Search.Location = new System.Drawing.Point(217, 5);
|
||||
this.btn_Search.Name = "btn_Search";
|
||||
this.btn_Search.Size = new System.Drawing.Size(74, 29);
|
||||
this.btn_Search.Size = new System.Drawing.Size(65, 23);
|
||||
this.btn_Search.TabIndex = 2;
|
||||
this.btn_Search.Text = "검 색";
|
||||
this.btn_Search.UseVisualStyleBackColor = true;
|
||||
@@ -306,10 +309,9 @@
|
||||
// rBtn_BookName
|
||||
//
|
||||
this.rBtn_BookName.AutoSize = true;
|
||||
this.rBtn_BookName.Location = new System.Drawing.Point(78, 11);
|
||||
this.rBtn_BookName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.rBtn_BookName.Location = new System.Drawing.Point(68, 9);
|
||||
this.rBtn_BookName.Name = "rBtn_BookName";
|
||||
this.rBtn_BookName.Size = new System.Drawing.Size(73, 19);
|
||||
this.rBtn_BookName.Size = new System.Drawing.Size(59, 16);
|
||||
this.rBtn_BookName.TabIndex = 4;
|
||||
this.rBtn_BookName.Text = "도서명";
|
||||
this.rBtn_BookName.UseVisualStyleBackColor = true;
|
||||
@@ -317,6 +319,7 @@
|
||||
// panel2
|
||||
//
|
||||
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.panel2.Controls.Add(this.btn_Close);
|
||||
this.panel2.Controls.Add(this.btn_SiteDenote);
|
||||
this.panel2.Controls.Add(this.btn_Connect);
|
||||
this.panel2.Controls.Add(this.lbl_PW);
|
||||
@@ -327,18 +330,16 @@
|
||||
this.panel2.Controls.Add(this.tb_SearchClient);
|
||||
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(729, 41);
|
||||
this.panel2.Size = new System.Drawing.Size(638, 33);
|
||||
this.panel2.TabIndex = 3;
|
||||
//
|
||||
// btn_SiteDenote
|
||||
//
|
||||
this.btn_SiteDenote.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btn_SiteDenote.Location = new System.Drawing.Point(634, 6);
|
||||
this.btn_SiteDenote.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.btn_SiteDenote.Location = new System.Drawing.Point(479, 5);
|
||||
this.btn_SiteDenote.Name = "btn_SiteDenote";
|
||||
this.btn_SiteDenote.Size = new System.Drawing.Size(88, 29);
|
||||
this.btn_SiteDenote.Size = new System.Drawing.Size(77, 23);
|
||||
this.btn_SiteDenote.TabIndex = 6;
|
||||
this.btn_SiteDenote.Text = "사이트 표출";
|
||||
this.btn_SiteDenote.UseVisualStyleBackColor = true;
|
||||
@@ -347,10 +348,9 @@
|
||||
// btn_Connect
|
||||
//
|
||||
this.btn_Connect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.btn_Connect.Location = new System.Drawing.Point(547, 6);
|
||||
this.btn_Connect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.btn_Connect.Location = new System.Drawing.Point(406, 5);
|
||||
this.btn_Connect.Name = "btn_Connect";
|
||||
this.btn_Connect.Size = new System.Drawing.Size(80, 29);
|
||||
this.btn_Connect.Size = new System.Drawing.Size(70, 23);
|
||||
this.btn_Connect.TabIndex = 5;
|
||||
this.btn_Connect.Text = "접속";
|
||||
this.btn_Connect.UseVisualStyleBackColor = true;
|
||||
@@ -359,36 +359,36 @@
|
||||
// lbl_PW
|
||||
//
|
||||
this.lbl_PW.AutoSize = true;
|
||||
this.lbl_PW.Location = new System.Drawing.Point(339, 46);
|
||||
this.lbl_PW.Location = new System.Drawing.Point(297, 37);
|
||||
this.lbl_PW.Name = "lbl_PW";
|
||||
this.lbl_PW.Size = new System.Drawing.Size(31, 15);
|
||||
this.lbl_PW.Size = new System.Drawing.Size(23, 12);
|
||||
this.lbl_PW.TabIndex = 3;
|
||||
this.lbl_PW.Text = "PW";
|
||||
//
|
||||
// lbl_Area
|
||||
//
|
||||
this.lbl_Area.AutoSize = true;
|
||||
this.lbl_Area.Location = new System.Drawing.Point(111, 46);
|
||||
this.lbl_Area.Location = new System.Drawing.Point(97, 37);
|
||||
this.lbl_Area.Name = "lbl_Area";
|
||||
this.lbl_Area.Size = new System.Drawing.Size(36, 15);
|
||||
this.lbl_Area.Size = new System.Drawing.Size(31, 12);
|
||||
this.lbl_Area.TabIndex = 3;
|
||||
this.lbl_Area.Text = "Area";
|
||||
//
|
||||
// lbl_ID
|
||||
//
|
||||
this.lbl_ID.AutoSize = true;
|
||||
this.lbl_ID.Location = new System.Drawing.Point(211, 46);
|
||||
this.lbl_ID.Location = new System.Drawing.Point(185, 37);
|
||||
this.lbl_ID.Name = "lbl_ID";
|
||||
this.lbl_ID.Size = new System.Drawing.Size(20, 15);
|
||||
this.lbl_ID.Size = new System.Drawing.Size(16, 12);
|
||||
this.lbl_ID.TabIndex = 3;
|
||||
this.lbl_ID.Text = "ID";
|
||||
//
|
||||
// lbl_Client
|
||||
//
|
||||
this.lbl_Client.AutoSize = true;
|
||||
this.lbl_Client.Location = new System.Drawing.Point(8, 46);
|
||||
this.lbl_Client.Location = new System.Drawing.Point(7, 37);
|
||||
this.lbl_Client.Name = "lbl_Client";
|
||||
this.lbl_Client.Size = new System.Drawing.Size(43, 15);
|
||||
this.lbl_Client.Size = new System.Drawing.Size(37, 12);
|
||||
this.lbl_Client.TabIndex = 3;
|
||||
this.lbl_Client.Text = "Client";
|
||||
//
|
||||
@@ -397,10 +397,9 @@
|
||||
this.tb_SearchClient.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.tb_SearchClient.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.tb_SearchClient.Location = new System.Drawing.Point(87, 8);
|
||||
this.tb_SearchClient.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.tb_SearchClient.Location = new System.Drawing.Point(76, 6);
|
||||
this.tb_SearchClient.Name = "tb_SearchClient";
|
||||
this.tb_SearchClient.Size = new System.Drawing.Size(453, 25);
|
||||
this.tb_SearchClient.Size = new System.Drawing.Size(326, 21);
|
||||
this.tb_SearchClient.TabIndex = 1;
|
||||
this.tb_SearchClient.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_SearchClient_KeyDown);
|
||||
//
|
||||
@@ -409,46 +408,36 @@
|
||||
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||||
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.lblStatus});
|
||||
this.statusStrip1.Location = new System.Drawing.Point(0, 879);
|
||||
this.statusStrip1.Location = new System.Drawing.Point(0, 699);
|
||||
this.statusStrip1.Name = "statusStrip1";
|
||||
this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 16, 0);
|
||||
this.statusStrip1.Size = new System.Drawing.Size(731, 22);
|
||||
this.statusStrip1.Size = new System.Drawing.Size(640, 22);
|
||||
this.statusStrip1.TabIndex = 3;
|
||||
this.statusStrip1.Text = "statusStrip1";
|
||||
//
|
||||
// lblStatus
|
||||
//
|
||||
this.lblStatus.Name = "lblStatus";
|
||||
this.lblStatus.Size = new System.Drawing.Size(34, 20);
|
||||
this.lblStatus.Size = new System.Drawing.Size(27, 20);
|
||||
this.lblStatus.Text = "WD";
|
||||
this.lblStatus.Click += new System.EventHandler(this.lblStatus_Click);
|
||||
//
|
||||
// label3
|
||||
// btn_Close
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(591, 13);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(67, 15);
|
||||
this.label3.TabIndex = 211;
|
||||
this.label3.Text = "추가지연";
|
||||
//
|
||||
// nudAddDelay
|
||||
//
|
||||
this.nudAddDelay.Location = new System.Drawing.Point(658, 8);
|
||||
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 = 210;
|
||||
this.nudAddDelay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.btn_Close.Location = new System.Drawing.Point(559, 4);
|
||||
this.btn_Close.Name = "btn_Close";
|
||||
this.btn_Close.Size = new System.Drawing.Size(75, 24);
|
||||
this.btn_Close.TabIndex = 7;
|
||||
this.btn_Close.Text = "닫 기";
|
||||
this.btn_Close.UseVisualStyleBackColor = true;
|
||||
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
|
||||
//
|
||||
// DLS_Copy
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(731, 901);
|
||||
this.ClientSize = new System.Drawing.Size(640, 721);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Controls.Add(this.statusStrip1);
|
||||
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.Name = "DLS_Copy";
|
||||
this.Text = "DLS 복본조사";
|
||||
this.Load += new System.EventHandler(this.DLS_Copy_Load);
|
||||
@@ -459,11 +448,11 @@
|
||||
this.panel5.PerformLayout();
|
||||
this.panel3.ResumeLayout(false);
|
||||
this.panel3.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudAddDelay)).EndInit();
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.panel2.PerformLayout();
|
||||
this.statusStrip1.ResumeLayout(false);
|
||||
this.statusStrip1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.nudAddDelay)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -504,5 +493,6 @@
|
||||
private System.Windows.Forms.DataGridViewTextBoxColumn dvc_Remark;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.NumericUpDown nudAddDelay;
|
||||
private System.Windows.Forms.Button btn_Close;
|
||||
}
|
||||
}
|
||||
@@ -412,5 +412,10 @@ namespace WindowsFormsApp1.Mac
|
||||
dv1.Rows[a].Cells[booknamecol].Value = st.RemoveWordInBracket(Target).Trim();
|
||||
}
|
||||
}
|
||||
|
||||
private void btn_Close_Click(object sender, EventArgs e)
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -129,6 +129,18 @@
|
||||
<metadata name="dvc_Remark.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Book_name.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="ISBN.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="dvc_count.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="dvc_Remark.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="statusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
|
||||
@@ -312,19 +312,14 @@ namespace WindowsFormsApp1.Mac
|
||||
int idx_col = e.ColumnIndex;
|
||||
if (3 <= idx_col && idx_col <= 8)
|
||||
{
|
||||
ExcelTest.Marc marc = new ExcelTest.Marc(this);
|
||||
marc.MdiParent = main;
|
||||
marc.WindowState = FormWindowState.Maximized;
|
||||
marc.Show();
|
||||
var marc = this.main.OpenFormInTab(() => new ExcelTest.Marc(this), allowMultiple: true);
|
||||
|
||||
marc.input_list(
|
||||
dataGridView1.Rows[idx_row].Cells["idx"].Value.ToString(),
|
||||
dataGridView1.Rows[idx_row].Cells["list_name"].Value.ToString(), compidx,
|
||||
(dataGridView1.Rows[idx_row].Cells["dvc_cust"]?.Value.ToString() ?? string.Empty),
|
||||
(dataGridView1.Rows[idx_row].Cells["dvc_custname"]?.Value.ToString() ?? string.Empty)
|
||||
);
|
||||
/// marc.input_list(
|
||||
/// dataGridView1.Rows[idx_row].Cells["idx"].Value.ToString(),
|
||||
/// dataGridView1.Rows[idx_row].Cells["list_name"].Value.ToString());
|
||||
}
|
||||
if (((DataGridView)sender).Columns[idx_col].Name == "check")
|
||||
{
|
||||
|
||||
@@ -210,6 +210,14 @@ namespace ExcelTest
|
||||
public void input_list(string l_idx, string value, string C_idx, string custidx, string custname)
|
||||
{
|
||||
db.DBcon();
|
||||
if (value.isEmpty() == false)
|
||||
{
|
||||
if (value.IndexOf("]") != -1)
|
||||
this.Text = $"마크 작성(1)-{value.Substring(value.IndexOf("]")+1)}";
|
||||
else
|
||||
this.Text = $"마크 작성(1){value}";
|
||||
}
|
||||
|
||||
this.l_idx = l_idx;
|
||||
this.c_idx = C_idx;
|
||||
string Area = "`idx`, `isbn_marc`, `header`, `num`, `book_name`, `author`, `book_comp`, `count`, `pay`, `image_url`, `m_idx`";
|
||||
@@ -269,7 +277,7 @@ namespace ExcelTest
|
||||
mLoadCompleted = true;
|
||||
|
||||
List_Book.ClearSelection();
|
||||
if(this.List_Book.RowCount > 0)
|
||||
if (this.List_Book.RowCount > 0)
|
||||
List_Book.Rows[0].Selected = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user