업무일지 등록시 메일 알림 기능 추가

This commit is contained in:
chi
2023-04-11 12:06:04 +09:00
parent b6f5351878
commit 90db05a366
22 changed files with 551 additions and 348 deletions

View File

@@ -34,6 +34,7 @@
this.dsMSSQL = new FPJ0000.dsPRJ();
this.cm = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ta = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
@@ -45,7 +46,6 @@
this.btSearch = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.ctlLayout1 = new FPJ0000.Project.ctlLayout();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
this.cm.SuspendLayout();
@@ -73,7 +73,7 @@
this.ToolStripMenuItem,
this.ToolStripMenuItem});
this.cm.Name = "contextMenuStrip1";
this.cm.Size = new System.Drawing.Size(243, 170);
this.cm.Size = new System.Drawing.Size(243, 148);
//
// 편집ToolStripMenuItem
//
@@ -82,6 +82,13 @@
this.ToolStripMenuItem.Text = "프로젝트 선택";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 프로젝트해제ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "프로젝트해제ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(242, 36);
this.ToolStripMenuItem.Text = "프로젝트 해제";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 엑셀파일로저장ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "엑셀파일로저장ToolStripMenuItem";
@@ -107,6 +114,7 @@
this.tam.EETGW_JobReport_EBoardTableAdapter = null;
this.tam.EETGW_NoteTableAdapter = null;
this.tam.EETGW_ProjecthistoryDTableAdapter = null;
this.tam.EETGW_ProjectResonTableAdapter = null;
this.tam.EETGW_ProjectsScheduleTableAdapter = null;
this.tam.EETGW_ProjectToDoTableAdapter = null;
this.tam.EETGW_SaveCostTableAdapter = null;
@@ -138,7 +146,7 @@
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(5);
this.panel1.Size = new System.Drawing.Size(1339, 55);
this.panel1.Size = new System.Drawing.Size(1184, 55);
this.panel1.TabIndex = 9;
//
// btSearch
@@ -146,7 +154,7 @@
this.btSearch.Dock = System.Windows.Forms.DockStyle.Right;
this.btSearch.Image = ((System.Drawing.Image)(resources.GetObject("btSearch.Image")));
this.btSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btSearch.Location = new System.Drawing.Point(1114, 5);
this.btSearch.Location = new System.Drawing.Point(959, 5);
this.btSearch.Name = "btSearch";
this.btSearch.Padding = new System.Windows.Forms.Padding(5, 0, 3, 0);
this.btSearch.Size = new System.Drawing.Size(122, 45);
@@ -161,7 +169,7 @@
this.button1.Dock = System.Windows.Forms.DockStyle.Right;
this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.Location = new System.Drawing.Point(1236, 5);
this.button1.Location = new System.Drawing.Point(1081, 5);
this.button1.Name = "button1";
this.button1.Padding = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.button1.Size = new System.Drawing.Size(98, 45);
@@ -184,21 +192,14 @@
this.ctlLayout1.Location = new System.Drawing.Point(0, 55);
this.ctlLayout1.Name = "ctlLayout1";
this.ctlLayout1.Padding = new System.Windows.Forms.Padding(10);
this.ctlLayout1.Size = new System.Drawing.Size(1339, 906);
this.ctlLayout1.Size = new System.Drawing.Size(1184, 656);
this.ctlLayout1.TabIndex = 11;
this.ctlLayout1.Text = "ctlLayout1";
//
// 프로젝트해제ToolStripMenuItem
//
this.ToolStripMenuItem.Name = "프로젝트해제ToolStripMenuItem";
this.ToolStripMenuItem.Size = new System.Drawing.Size(242, 36);
this.ToolStripMenuItem.Text = "프로젝트 해제";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// fProjectLayout
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(1339, 961);
this.ClientSize = new System.Drawing.Size(1184, 711);
this.Controls.Add(this.ctlLayout1);
this.Controls.Add(this.panel1);
this.Name = "fProjectLayout";