195 lines
5.6 KiB
C#
195 lines
5.6 KiB
C#
namespace AutomobilePlantView
|
|
{
|
|
partial class FormMail
|
|
{
|
|
/// <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()
|
|
{
|
|
textBoxHead = new TextBox();
|
|
textBoxBody = new TextBox();
|
|
labelHead = new Label();
|
|
labelBody = new Label();
|
|
labelFrom = new Label();
|
|
labelHeadReply = new Label();
|
|
labelBoryReply = new Label();
|
|
labelMessage = new Label();
|
|
labelHeadMessage = new Label();
|
|
label1 = new Label();
|
|
buttonCancel = new Button();
|
|
buttonSave = new Button();
|
|
SuspendLayout();
|
|
//
|
|
// textBoxHead
|
|
//
|
|
textBoxHead.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
textBoxHead.Location = new Point(85, 256);
|
|
textBoxHead.Name = "textBoxHead";
|
|
textBoxHead.Size = new Size(703, 23);
|
|
textBoxHead.TabIndex = 0;
|
|
//
|
|
// textBoxBody
|
|
//
|
|
textBoxBody.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
textBoxBody.Location = new Point(85, 285);
|
|
textBoxBody.Multiline = true;
|
|
textBoxBody.Name = "textBoxBody";
|
|
textBoxBody.Size = new Size(703, 153);
|
|
textBoxBody.TabIndex = 1;
|
|
//
|
|
// labelHead
|
|
//
|
|
labelHead.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
labelHead.Location = new Point(103, 32);
|
|
labelHead.Name = "labelHead";
|
|
labelHead.Size = new Size(685, 61);
|
|
labelHead.TabIndex = 2;
|
|
labelHead.Text = "Head";
|
|
//
|
|
// labelBody
|
|
//
|
|
labelBody.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
labelBody.Location = new Point(103, 93);
|
|
labelBody.Name = "labelBody";
|
|
labelBody.Size = new Size(685, 160);
|
|
labelBody.TabIndex = 3;
|
|
labelBody.Text = "Body";
|
|
//
|
|
// labelFrom
|
|
//
|
|
labelFrom.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
labelFrom.Location = new Point(103, 9);
|
|
labelFrom.Name = "labelFrom";
|
|
labelFrom.Size = new Size(685, 23);
|
|
labelFrom.TabIndex = 4;
|
|
labelFrom.Text = "From";
|
|
//
|
|
// labelHeadReply
|
|
//
|
|
labelHeadReply.AutoSize = true;
|
|
labelHeadReply.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
labelHeadReply.Location = new Point(12, 259);
|
|
labelHeadReply.Name = "labelHeadReply";
|
|
labelHeadReply.Size = new Size(67, 15);
|
|
labelHeadReply.TabIndex = 5;
|
|
labelHeadReply.Text = "Head reply:";
|
|
//
|
|
// labelBoryReply
|
|
//
|
|
labelBoryReply.AutoSize = true;
|
|
labelBoryReply.Location = new Point(12, 288);
|
|
labelBoryReply.Name = "labelBoryReply";
|
|
labelBoryReply.Size = new Size(66, 15);
|
|
labelBoryReply.TabIndex = 6;
|
|
labelBoryReply.Text = "Body reply:";
|
|
//
|
|
// labelMessage
|
|
//
|
|
labelMessage.AutoSize = true;
|
|
labelMessage.Location = new Point(12, 93);
|
|
labelMessage.Name = "labelMessage";
|
|
labelMessage.Size = new Size(86, 15);
|
|
labelMessage.TabIndex = 8;
|
|
labelMessage.Text = "Body message:";
|
|
//
|
|
// labelHeadMessage
|
|
//
|
|
labelHeadMessage.AutoSize = true;
|
|
labelHeadMessage.Font = new Font("Segoe UI", 9F, FontStyle.Regular, GraphicsUnit.Point);
|
|
labelHeadMessage.Location = new Point(12, 32);
|
|
labelHeadMessage.Name = "labelHeadMessage";
|
|
labelHeadMessage.Size = new Size(87, 15);
|
|
labelHeadMessage.TabIndex = 7;
|
|
labelHeadMessage.Text = "Head message:";
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new Point(12, 9);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(85, 15);
|
|
label1.TabIndex = 9;
|
|
label1.Text = "Message from:";
|
|
//
|
|
// buttonCancel
|
|
//
|
|
buttonCancel.Location = new Point(713, 449);
|
|
buttonCancel.Name = "buttonCancel";
|
|
buttonCancel.Size = new Size(75, 23);
|
|
buttonCancel.TabIndex = 10;
|
|
buttonCancel.Text = "Cancel";
|
|
buttonCancel.UseVisualStyleBackColor = true;
|
|
buttonCancel.Click += buttonCancel_Click;
|
|
//
|
|
// buttonSave
|
|
//
|
|
buttonSave.Location = new Point(632, 449);
|
|
buttonSave.Name = "buttonSave";
|
|
buttonSave.Size = new Size(75, 23);
|
|
buttonSave.TabIndex = 11;
|
|
buttonSave.Text = "Save";
|
|
buttonSave.UseVisualStyleBackColor = true;
|
|
buttonSave.Click += buttonSave_Click;
|
|
//
|
|
// FormMail
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(800, 484);
|
|
Controls.Add(buttonSave);
|
|
Controls.Add(buttonCancel);
|
|
Controls.Add(label1);
|
|
Controls.Add(labelMessage);
|
|
Controls.Add(labelHeadMessage);
|
|
Controls.Add(labelBoryReply);
|
|
Controls.Add(labelHeadReply);
|
|
Controls.Add(labelFrom);
|
|
Controls.Add(labelBody);
|
|
Controls.Add(labelHead);
|
|
Controls.Add(textBoxBody);
|
|
Controls.Add(textBoxHead);
|
|
Name = "FormMail";
|
|
Text = "Mail";
|
|
Load += FormMail_Load;
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private TextBox textBoxHead;
|
|
private TextBox textBoxBody;
|
|
private Label labelHead;
|
|
private Label labelBody;
|
|
private Label labelFrom;
|
|
private Label labelHeadReply;
|
|
private Label labelBoryReply;
|
|
private Label labelMessage;
|
|
private Label labelHeadMessage;
|
|
private Label label1;
|
|
private Button buttonCancel;
|
|
private Button buttonSave;
|
|
}
|
|
} |