This commit is contained in:
chi
2022-03-07 20:13:58 +09:00
parent 06dbd92893
commit dd3fcf149f
13 changed files with 646 additions and 468 deletions

View File

@@ -724,11 +724,13 @@
//
// btMailAddr
//
this.btMailAddr.ForeColor = System.Drawing.Color.Red;
this.btMailAddr.Image = ((System.Drawing.Image)(resources.GetObject("btMailAddr.Image")));
this.btMailAddr.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btMailAddr.Name = "btMailAddr";
this.btMailAddr.Size = new System.Drawing.Size(99, 22);
this.btMailAddr.Text = "메일주소관리";
this.btMailAddr.Visible = false;
this.btMailAddr.Click += new System.EventHandler(this.btMailAddr_Click);
//
// btPath
@@ -742,11 +744,13 @@
//
// btSendMail
//
this.btSendMail.ForeColor = System.Drawing.Color.Red;
this.btSendMail.Image = ((System.Drawing.Image)(resources.GetObject("btSendMail.Image")));
this.btSendMail.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btSendMail.Name = "btSendMail";
this.btSendMail.Size = new System.Drawing.Size(99, 22);
this.btSendMail.Text = "알림메일발송";
this.btSendMail.Visible = false;
this.btSendMail.Click += new System.EventHandler(this.btSendMail_Click);
//
// dataGridView1