..
This commit is contained in:
235
SubProject/FEQ0000/Purchase/fMailForm.Designer.cs
generated
Normal file
235
SubProject/FEQ0000/Purchase/fMailForm.Designer.cs
generated
Normal file
@@ -0,0 +1,235 @@
|
||||
namespace FEQ0000.Purchase
|
||||
{
|
||||
partial class fMailForm
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fMailForm));
|
||||
this.cmbForm = new System.Windows.Forms.ComboBox();
|
||||
this.tbBcc = new System.Windows.Forms.TextBox();
|
||||
this.tbTo = new System.Windows.Forms.TextBox();
|
||||
this.tbCC = new System.Windows.Forms.TextBox();
|
||||
this.chkAttach = new System.Windows.Forms.CheckBox();
|
||||
this.chkList = new System.Windows.Forms.CheckBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.tbSubject = new System.Windows.Forms.TextBox();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.htmlEditor1 = new YARTE.UI.HtmlEditor();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// cmbForm
|
||||
//
|
||||
this.cmbForm.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cmbForm.FormattingEnabled = true;
|
||||
this.cmbForm.Location = new System.Drawing.Point(74, 11);
|
||||
this.cmbForm.Name = "cmbForm";
|
||||
this.cmbForm.Size = new System.Drawing.Size(763, 20);
|
||||
this.cmbForm.TabIndex = 0;
|
||||
this.cmbForm.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
|
||||
//
|
||||
// tbBcc
|
||||
//
|
||||
this.tbBcc.Location = new System.Drawing.Point(461, 128);
|
||||
this.tbBcc.Multiline = true;
|
||||
this.tbBcc.Name = "tbBcc";
|
||||
this.tbBcc.Size = new System.Drawing.Size(381, 63);
|
||||
this.tbBcc.TabIndex = 2;
|
||||
//
|
||||
// tbTo
|
||||
//
|
||||
this.tbTo.Location = new System.Drawing.Point(74, 38);
|
||||
this.tbTo.Multiline = true;
|
||||
this.tbTo.Name = "tbTo";
|
||||
this.tbTo.Size = new System.Drawing.Size(763, 68);
|
||||
this.tbTo.TabIndex = 3;
|
||||
//
|
||||
// tbCC
|
||||
//
|
||||
this.tbCC.Location = new System.Drawing.Point(74, 127);
|
||||
this.tbCC.Multiline = true;
|
||||
this.tbCC.Name = "tbCC";
|
||||
this.tbCC.Size = new System.Drawing.Size(381, 63);
|
||||
this.tbCC.TabIndex = 4;
|
||||
//
|
||||
// chkAttach
|
||||
//
|
||||
this.chkAttach.AutoSize = true;
|
||||
this.chkAttach.Checked = true;
|
||||
this.chkAttach.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkAttach.Location = new System.Drawing.Point(74, 572);
|
||||
this.chkAttach.Name = "chkAttach";
|
||||
this.chkAttach.Size = new System.Drawing.Size(104, 16);
|
||||
this.chkAttach.TabIndex = 5;
|
||||
this.chkAttach.Text = "목록 파일 첨부";
|
||||
this.chkAttach.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// chkList
|
||||
//
|
||||
this.chkList.AutoSize = true;
|
||||
this.chkList.Checked = true;
|
||||
this.chkList.CheckState = System.Windows.Forms.CheckState.Checked;
|
||||
this.chkList.Location = new System.Drawing.Point(74, 599);
|
||||
this.chkList.Name = "chkList";
|
||||
this.chkList.Size = new System.Drawing.Size(104, 16);
|
||||
this.chkList.TabIndex = 6;
|
||||
this.chkList.Text = "목록 본문 첨부";
|
||||
this.chkList.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(12, 10);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(53, 12);
|
||||
this.label1.TabIndex = 7;
|
||||
this.label1.Text = "메일양식";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(43, 40);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(22, 12);
|
||||
this.label2.TabIndex = 7;
|
||||
this.label2.Text = "TO";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new System.Drawing.Point(72, 113);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(23, 12);
|
||||
this.label3.TabIndex = 7;
|
||||
this.label3.Text = "CC";
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new System.Drawing.Point(461, 113);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(31, 12);
|
||||
this.label4.TabIndex = 7;
|
||||
this.label4.Text = "BCC";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(12, 233);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(53, 12);
|
||||
this.label5.TabIndex = 7;
|
||||
this.label5.Text = "본문양식";
|
||||
//
|
||||
// tbSubject
|
||||
//
|
||||
this.tbSubject.Location = new System.Drawing.Point(74, 200);
|
||||
this.tbSubject.Name = "tbSubject";
|
||||
this.tbSubject.Size = new System.Drawing.Size(768, 21);
|
||||
this.tbSubject.TabIndex = 8;
|
||||
//
|
||||
// label6
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(12, 203);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(53, 12);
|
||||
this.label6.TabIndex = 7;
|
||||
this.label6.Text = "제목양식";
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(74, 524);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(768, 42);
|
||||
this.button1.TabIndex = 9;
|
||||
this.button1.Text = "확인";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// htmlEditor1
|
||||
//
|
||||
this.htmlEditor1.Html = resources.GetString("htmlEditor1.Html");
|
||||
this.htmlEditor1.Location = new System.Drawing.Point(74, 227);
|
||||
this.htmlEditor1.Name = "htmlEditor1";
|
||||
this.htmlEditor1.ReadOnly = false;
|
||||
this.htmlEditor1.ShowToolbar = true;
|
||||
this.htmlEditor1.Size = new System.Drawing.Size(768, 291);
|
||||
this.htmlEditor1.TabIndex = 10;
|
||||
//
|
||||
// fMailForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(856, 633);
|
||||
this.Controls.Add(this.htmlEditor1);
|
||||
this.Controls.Add(this.button1);
|
||||
this.Controls.Add(this.tbSubject);
|
||||
this.Controls.Add(this.label5);
|
||||
this.Controls.Add(this.label6);
|
||||
this.Controls.Add(this.label4);
|
||||
this.Controls.Add(this.label3);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.chkList);
|
||||
this.Controls.Add(this.chkAttach);
|
||||
this.Controls.Add(this.tbCC);
|
||||
this.Controls.Add(this.tbTo);
|
||||
this.Controls.Add(this.tbBcc);
|
||||
this.Controls.Add(this.cmbForm);
|
||||
this.Name = "fMailForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "fMailForm";
|
||||
this.Load += new System.EventHandler(this.fMailForm_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.ComboBox cmbForm;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private System.Windows.Forms.Label label4;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.Button button1;
|
||||
public System.Windows.Forms.TextBox tbSubject;
|
||||
public System.Windows.Forms.TextBox tbBcc;
|
||||
public System.Windows.Forms.TextBox tbTo;
|
||||
public System.Windows.Forms.TextBox tbCC;
|
||||
public System.Windows.Forms.CheckBox chkAttach;
|
||||
public System.Windows.Forms.CheckBox chkList;
|
||||
public YARTE.UI.HtmlEditor htmlEditor1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user