Files
Groupware/SubProject/FCM0000/Mail/fMailAutoAdd.Designer.cs
chikyun.kim 40946fb746 1910108 chi 열저장방식 변경(필드명으로 저장)
파트리스트 열 순서를 기존 사용 엑셀과 동일하게 정렬
   파트리스트 적용부위 납기일 항목 추가
   파트리스트 가져오기 메뉴에 적용부위, 납기일 항목 추가
   파트리스트 내보내기 기능 - 파일명을 프로젝트 명으로 자동 입력
2019-10-08 14:42:59 +09:00

595 lines
28 KiB
C#

namespace FCM0000
{
partial class fMailAutoAdd
{
/// <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.Label tolistLabel;
System.Windows.Forms.Label bccLabel;
System.Windows.Forms.Label ccLabel;
System.Windows.Forms.Label subjectLabel;
System.Windows.Forms.Label bodyLabel;
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label5;
System.Windows.Forms.Label label4;
System.Windows.Forms.Label label6;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fMailAutoAdd));
this.dsMSSQL = new FCM0000.DSMail();
this.panel1 = new System.Windows.Forms.Panel();
this.tbFrom = new System.Windows.Forms.TextBox();
this.bsForm = new System.Windows.Forms.BindingSource(this.components);
this.btOK = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.dtSd = new System.Windows.Forms.DateTimePicker();
this.dtEd = new System.Windows.Forms.DateTimePicker();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.chkMon = new System.Windows.Forms.CheckBox();
this.chkTue = new System.Windows.Forms.CheckBox();
this.chkWend = new System.Windows.Forms.CheckBox();
this.cmbDay = new System.Windows.Forms.ComboBox();
this.chkThjur = new System.Windows.Forms.CheckBox();
this.chkFri = new System.Windows.Forms.CheckBox();
this.radWeek = new System.Windows.Forms.RadioButton();
this.chkSat = new System.Windows.Forms.CheckBox();
this.radMon = new System.Windows.Forms.RadioButton();
this.chkSun = new System.Windows.Forms.CheckBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cmbMinute = new System.Windows.Forms.ComboBox();
this.cmbHour = new System.Windows.Forms.ComboBox();
this.tbBody = new YARTE.UI.HtmlEditor();
this.chkEnb = new System.Windows.Forms.CheckBox();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.tbTo = new System.Windows.Forms.TextBox();
this.tbBcc = new System.Windows.Forms.TextBox();
this.tbCC = new System.Windows.Forms.TextBox();
this.tbSubject = new System.Windows.Forms.TextBox();
this.tam = new FCM0000.DSMailTableAdapters.TableAdapterManager();
this.ta = new FCM0000.DSMailTableAdapters.MailAutoTableAdapter();
this.taf = new FCM0000.DSMailTableAdapters.MailFormTableAdapter();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
tolistLabel = new System.Windows.Forms.Label();
bccLabel = new System.Windows.Forms.Label();
ccLabel = new System.Windows.Forms.Label();
subjectLabel = new System.Windows.Forms.Label();
bodyLabel = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
label5 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
label6 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsForm)).BeginInit();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
this.SuspendLayout();
//
// tolistLabel
//
tolistLabel.AutoSize = true;
tolistLabel.Location = new System.Drawing.Point(46, 192);
tolistLabel.Name = "tolistLabel";
tolistLabel.Size = new System.Drawing.Size(29, 12);
tolistLabel.TabIndex = 6;
tolistLabel.Text = "수신";
//
// bccLabel
//
bccLabel.AutoSize = true;
bccLabel.Location = new System.Drawing.Point(22, 219);
bccLabel.Name = "bccLabel";
bccLabel.Size = new System.Drawing.Size(53, 12);
bccLabel.TabIndex = 8;
bccLabel.Text = "숨은참조";
//
// ccLabel
//
ccLabel.AutoSize = true;
ccLabel.Location = new System.Drawing.Point(46, 246);
ccLabel.Name = "ccLabel";
ccLabel.Size = new System.Drawing.Size(29, 12);
ccLabel.TabIndex = 10;
ccLabel.Text = "참조";
//
// subjectLabel
//
subjectLabel.AutoSize = true;
subjectLabel.Location = new System.Drawing.Point(46, 272);
subjectLabel.Name = "subjectLabel";
subjectLabel.Size = new System.Drawing.Size(29, 12);
subjectLabel.TabIndex = 12;
subjectLabel.Text = "제목";
//
// bodyLabel
//
bodyLabel.AutoSize = true;
bodyLabel.Location = new System.Drawing.Point(46, 301);
bodyLabel.Name = "bodyLabel";
bodyLabel.Size = new System.Drawing.Size(29, 12);
bodyLabel.TabIndex = 16;
bodyLabel.Text = "내용";
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(100, 26);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(17, 12);
label1.TabIndex = 31;
label1.Text = "시";
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(187, 28);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(14, 12);
label2.TabIndex = 34;
label2.Text = "~";
//
// label5
//
label5.AutoSize = true;
label5.Location = new System.Drawing.Point(163, 25);
label5.Name = "label5";
label5.Size = new System.Drawing.Size(17, 12);
label5.TabIndex = 41;
label5.Text = "일";
//
// label4
//
label4.AutoSize = true;
label4.Location = new System.Drawing.Point(101, 52);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(17, 12);
label4.TabIndex = 32;
label4.Text = "분";
//
// label6
//
label6.AutoSize = true;
label6.Location = new System.Drawing.Point(46, 166);
label6.Name = "label6";
label6.Size = new System.Drawing.Size(29, 12);
label6.TabIndex = 48;
label6.Text = "발신";
//
// dsMSSQL
//
this.dsMSSQL.DataSetName = "dsMail";
this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// panel1
//
this.panel1.Controls.Add(this.linkLabel2);
this.panel1.Controls.Add(label6);
this.panel1.Controls.Add(this.tbFrom);
this.panel1.Controls.Add(this.btOK);
this.panel1.Controls.Add(this.groupBox3);
this.panel1.Controls.Add(this.groupBox2);
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Controls.Add(this.tbBody);
this.panel1.Controls.Add(this.chkEnb);
this.panel1.Controls.Add(tolistLabel);
this.panel1.Controls.Add(this.tbTo);
this.panel1.Controls.Add(bccLabel);
this.panel1.Controls.Add(this.tbBcc);
this.panel1.Controls.Add(ccLabel);
this.panel1.Controls.Add(this.tbCC);
this.panel1.Controls.Add(subjectLabel);
this.panel1.Controls.Add(this.tbSubject);
this.panel1.Controls.Add(bodyLabel);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(685, 607);
this.panel1.TabIndex = 3;
//
// tbFrom
//
this.tbFrom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbFrom.Location = new System.Drawing.Point(82, 163);
this.tbFrom.Name = "tbFrom";
this.tbFrom.Size = new System.Drawing.Size(593, 21);
this.tbFrom.TabIndex = 49;
//
// bsForm
//
this.bsForm.DataMember = "MailForm";
this.bsForm.DataSource = this.dsMSSQL;
//
// btOK
//
this.btOK.Dock = System.Windows.Forms.DockStyle.Bottom;
this.btOK.Location = new System.Drawing.Point(0, 574);
this.btOK.Name = "btOK";
this.btOK.Size = new System.Drawing.Size(685, 33);
this.btOK.TabIndex = 45;
this.btOK.Text = "확 인";
this.btOK.UseVisualStyleBackColor = true;
this.btOK.Click += new System.EventHandler(this.button1_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.dtSd);
this.groupBox3.Controls.Add(this.dtEd);
this.groupBox3.Controls.Add(label2);
this.groupBox3.Controls.Add(this.linkLabel1);
this.groupBox3.Location = new System.Drawing.Point(77, 12);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(598, 60);
this.groupBox3.TabIndex = 44;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "적용 기간";
//
// dtSd
//
this.dtSd.Location = new System.Drawing.Point(15, 24);
this.dtSd.Name = "dtSd";
this.dtSd.Size = new System.Drawing.Size(166, 21);
this.dtSd.TabIndex = 32;
//
// dtEd
//
this.dtEd.Location = new System.Drawing.Point(207, 24);
this.dtEd.Name = "dtEd";
this.dtEd.Size = new System.Drawing.Size(166, 21);
this.dtEd.TabIndex = 33;
this.dtEd.Value = new System.DateTime(2099, 12, 31, 15, 35, 0, 0);
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(380, 30);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(41, 12);
this.linkLabel1.TabIndex = 36;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "한번만";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.chkMon);
this.groupBox2.Controls.Add(this.chkTue);
this.groupBox2.Controls.Add(label5);
this.groupBox2.Controls.Add(this.chkWend);
this.groupBox2.Controls.Add(this.cmbDay);
this.groupBox2.Controls.Add(this.chkThjur);
this.groupBox2.Controls.Add(this.chkFri);
this.groupBox2.Controls.Add(this.radWeek);
this.groupBox2.Controls.Add(this.chkSat);
this.groupBox2.Controls.Add(this.radMon);
this.groupBox2.Controls.Add(this.chkSun);
this.groupBox2.Location = new System.Drawing.Point(77, 80);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(467, 79);
this.groupBox2.TabIndex = 43;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "전송 간격";
//
// chkMon
//
this.chkMon.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkMon.AutoSize = true;
this.chkMon.Location = new System.Drawing.Point(123, 47);
this.chkMon.Name = "chkMon";
this.chkMon.Size = new System.Drawing.Size(36, 16);
this.chkMon.TabIndex = 19;
this.chkMon.Text = "월";
this.chkMon.UseVisualStyleBackColor = true;
//
// chkTue
//
this.chkTue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkTue.AutoSize = true;
this.chkTue.Location = new System.Drawing.Point(174, 47);
this.chkTue.Name = "chkTue";
this.chkTue.Size = new System.Drawing.Size(36, 16);
this.chkTue.TabIndex = 20;
this.chkTue.Text = "화";
this.chkTue.UseVisualStyleBackColor = true;
//
// chkWend
//
this.chkWend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkWend.AutoSize = true;
this.chkWend.Location = new System.Drawing.Point(225, 47);
this.chkWend.Name = "chkWend";
this.chkWend.Size = new System.Drawing.Size(36, 16);
this.chkWend.TabIndex = 24;
this.chkWend.Text = "수";
this.chkWend.UseVisualStyleBackColor = true;
//
// cmbDay
//
this.cmbDay.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbDay.FormattingEnabled = true;
this.cmbDay.Location = new System.Drawing.Point(79, 20);
this.cmbDay.Name = "cmbDay";
this.cmbDay.Size = new System.Drawing.Size(78, 20);
this.cmbDay.TabIndex = 40;
//
// chkThjur
//
this.chkThjur.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkThjur.AutoSize = true;
this.chkThjur.Location = new System.Drawing.Point(276, 47);
this.chkThjur.Name = "chkThjur";
this.chkThjur.Size = new System.Drawing.Size(36, 16);
this.chkThjur.TabIndex = 25;
this.chkThjur.Text = "목";
this.chkThjur.UseVisualStyleBackColor = true;
//
// chkFri
//
this.chkFri.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkFri.AutoSize = true;
this.chkFri.Location = new System.Drawing.Point(327, 47);
this.chkFri.Name = "chkFri";
this.chkFri.Size = new System.Drawing.Size(36, 16);
this.chkFri.TabIndex = 26;
this.chkFri.Text = "금";
this.chkFri.UseVisualStyleBackColor = true;
//
// radWeek
//
this.radWeek.AutoSize = true;
this.radWeek.Location = new System.Drawing.Point(19, 48);
this.radWeek.Name = "radWeek";
this.radWeek.Size = new System.Drawing.Size(47, 16);
this.radWeek.TabIndex = 38;
this.radWeek.TabStop = true;
this.radWeek.Text = "매주";
this.radWeek.UseVisualStyleBackColor = true;
//
// chkSat
//
this.chkSat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkSat.AutoSize = true;
this.chkSat.Location = new System.Drawing.Point(378, 47);
this.chkSat.Name = "chkSat";
this.chkSat.Size = new System.Drawing.Size(36, 16);
this.chkSat.TabIndex = 27;
this.chkSat.Text = "토";
this.chkSat.UseVisualStyleBackColor = true;
//
// radMon
//
this.radMon.AutoSize = true;
this.radMon.Location = new System.Drawing.Point(19, 24);
this.radMon.Name = "radMon";
this.radMon.Size = new System.Drawing.Size(47, 16);
this.radMon.TabIndex = 37;
this.radMon.TabStop = true;
this.radMon.Text = "매월";
this.radMon.UseVisualStyleBackColor = true;
//
// chkSun
//
this.chkSun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkSun.AutoSize = true;
this.chkSun.Location = new System.Drawing.Point(79, 47);
this.chkSun.Name = "chkSun";
this.chkSun.Size = new System.Drawing.Size(36, 16);
this.chkSun.TabIndex = 28;
this.chkSun.Text = "일";
this.chkSun.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(label4);
this.groupBox1.Controls.Add(this.cmbMinute);
this.groupBox1.Controls.Add(this.cmbHour);
this.groupBox1.Controls.Add(label1);
this.groupBox1.Location = new System.Drawing.Point(550, 80);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(125, 79);
this.groupBox1.TabIndex = 42;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "전송 시간";
//
// cmbMinute
//
this.cmbMinute.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbMinute.FormattingEnabled = true;
this.cmbMinute.Location = new System.Drawing.Point(17, 48);
this.cmbMinute.Name = "cmbMinute";
this.cmbMinute.Size = new System.Drawing.Size(78, 20);
this.cmbMinute.TabIndex = 30;
//
// cmbHour
//
this.cmbHour.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbHour.FormattingEnabled = true;
this.cmbHour.Location = new System.Drawing.Point(17, 22);
this.cmbHour.Name = "cmbHour";
this.cmbHour.Size = new System.Drawing.Size(78, 20);
this.cmbHour.TabIndex = 29;
//
// tbBody
//
this.tbBody.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbBody.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbBody.Html = resources.GetString("tbBody.Html");
this.tbBody.Location = new System.Drawing.Point(82, 296);
this.tbBody.Name = "tbBody";
this.tbBody.ReadOnly = false;
this.tbBody.ShowToolbar = true;
this.tbBody.Size = new System.Drawing.Size(593, 272);
this.tbBody.TabIndex = 23;
//
// chkEnb
//
this.chkEnb.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkEnb.AutoSize = true;
this.chkEnb.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "enable", true));
this.chkEnb.Location = new System.Drawing.Point(11, 20);
this.chkEnb.Name = "chkEnb";
this.chkEnb.Size = new System.Drawing.Size(60, 16);
this.chkEnb.TabIndex = 18;
this.chkEnb.Text = "활성화";
this.chkEnb.UseVisualStyleBackColor = true;
//
// bs
//
this.bs.DataMember = "MailAuto";
this.bs.DataSource = this.dsMSSQL;
//
// tbTo
//
this.tbTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbTo.Location = new System.Drawing.Point(82, 189);
this.tbTo.Name = "tbTo";
this.tbTo.Size = new System.Drawing.Size(593, 21);
this.tbTo.TabIndex = 7;
//
// tbBcc
//
this.tbBcc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbBcc.Location = new System.Drawing.Point(82, 216);
this.tbBcc.Name = "tbBcc";
this.tbBcc.Size = new System.Drawing.Size(593, 21);
this.tbBcc.TabIndex = 9;
//
// tbCC
//
this.tbCC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbCC.Location = new System.Drawing.Point(82, 243);
this.tbCC.Name = "tbCC";
this.tbCC.Size = new System.Drawing.Size(593, 21);
this.tbCC.TabIndex = 11;
//
// tbSubject
//
this.tbSubject.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tbSubject.Location = new System.Drawing.Point(82, 269);
this.tbSubject.Name = "tbSubject";
this.tbSubject.Size = new System.Drawing.Size(593, 21);
this.tbSubject.TabIndex = 13;
//
// tam
//
this.tam.BackupDataSetBeforeUpdate = false;
this.tam.MailAutoTableAdapter = this.ta;
this.tam.MailDataTableAdapter = null;
this.tam.MailFormTableAdapter = null;
this.tam.UpdateOrder = FCM0000.DSMailTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
//
// ta
//
this.ta.ClearBeforeFill = true;
//
// taf
//
this.taf.ClearBeforeFill = true;
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Location = new System.Drawing.Point(22, 325);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(53, 12);
this.linkLabel2.TabIndex = 50;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "양식선택";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// fMailAutoAdd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(685, 607);
this.Controls.Add(this.panel1);
this.Name = "fMailAutoAdd";
this.Text = "메일 자동 발신 설정";
this.Load += new System.EventHandler(this.fMailform_Load);
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bsForm)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DSMail dsMSSQL;
private DSMailTableAdapters.TableAdapterManager tam;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox tbTo;
private System.Windows.Forms.TextBox tbBcc;
private System.Windows.Forms.TextBox tbCC;
private System.Windows.Forms.TextBox tbSubject;
private System.Windows.Forms.CheckBox chkEnb;
private System.Windows.Forms.CheckBox chkTue;
private System.Windows.Forms.CheckBox chkMon;
private YARTE.UI.HtmlEditor tbBody;
private System.Windows.Forms.CheckBox chkSun;
private System.Windows.Forms.CheckBox chkSat;
private System.Windows.Forms.CheckBox chkFri;
private System.Windows.Forms.CheckBox chkThjur;
private System.Windows.Forms.CheckBox chkWend;
private System.Windows.Forms.ComboBox cmbHour;
private System.Windows.Forms.ComboBox cmbMinute;
private System.Windows.Forms.DateTimePicker dtEd;
private System.Windows.Forms.DateTimePicker dtSd;
private System.Windows.Forms.BindingSource bs;
private DSMailTableAdapters.MailAutoTableAdapter ta;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.ComboBox cmbDay;
private System.Windows.Forms.RadioButton radWeek;
private System.Windows.Forms.RadioButton radMon;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button btOK;
private DSMailTableAdapters.MailFormTableAdapter taf;
private System.Windows.Forms.BindingSource bsForm;
private System.Windows.Forms.TextBox tbFrom;
private System.Windows.Forms.LinkLabel linkLabel2;
}
}