...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user