NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io


{
partial class Form1
{
/// <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();
this.metroTextBox1 = new MetroFramework.Controls.MetroTextBox();
this.metroLabel1 = new MetroFramework.Controls.MetroLabel();
this.metroLabel2 = new MetroFramework.Controls.MetroLabel();
this.metroLabel3 = new MetroFramework.Controls.MetroLabel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.metroLabel4 = new MetroFramework.Controls.MetroLabel();
this.metroTextBox2 = new MetroFramework.Controls.MetroTextBox();
this.metroLabel5 = new MetroFramework.Controls.MetroLabel();
this.metroTextBox3 = new MetroFramework.Controls.MetroTextBox();
this.metroLabel6 = new MetroFramework.Controls.MetroLabel();
this.metroTextBox4 = new MetroFramework.Controls.MetroTextBox();
this.metroTextBox5 = new MetroFramework.Controls.MetroTextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.metroTextBox6 = new MetroFramework.Controls.MetroTextBox();
this.metroLabel7 = new MetroFramework.Controls.MetroLabel();
this.metroLabel8 = new MetroFramework.Controls.MetroLabel();
this.metroTextBox7 = new MetroFramework.Controls.MetroTextBox();
this.metroCheckBox1 = new MetroFramework.Controls.MetroCheckBox();
this.metroCheckBox2 = new MetroFramework.Controls.MetroCheckBox();
this.metroLabel9 = new MetroFramework.Controls.MetroLabel();
this.metroTextBox8 = new MetroFramework.Controls.MetroTextBox();
this.metroLabel10 = new MetroFramework.Controls.MetroLabel();
this.metroTextBox9 = new MetroFramework.Controls.MetroTextBox();
this.pcbSettings = new System.Windows.Forms.PictureBox();
this.btnSend = new MetroFramework.Controls.MetroTile();
this.metroTile2 = new MetroFramework.Controls.MetroTile();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pcbSettings)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// metroTextBox1
//
//
//
//
this.metroTextBox1.CustomButton.Image = null;
this.metroTextBox1.CustomButton.Location = new System.Drawing.Point(580, 1);
this.metroTextBox1.CustomButton.Name = "";
this.metroTextBox1.CustomButton.Size = new System.Drawing.Size(21, 21);
this.metroTextBox1.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.metroTextBox1.CustomButton.TabIndex = 1;
this.metroTextBox1.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.metroTextBox1.CustomButton.UseSelectable = true;
this.metroTextBox1.CustomButton.Visible = false;
this.metroTextBox1.Lines = new string[0];
this.metroTextBox1.Location = new System.Drawing.Point(77, 38);
this.metroTextBox1.MaxLength = 32767;
this.metroTextBox1.Name = "metroTextBox1";
this.metroTextBox1.PasswordChar = '';
this.metroTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.metroTextBox1.SelectedText = "";
this.metroTextBox1.SelectionLength = 0;
this.metroTextBox1.SelectionStart = 0;
this.metroTextBox1.ShortcutsEnabled = true;
this.metroTextBox1.Size = new System.Drawing.Size(602, 23);
this.metroTextBox1.TabIndex = 0;
this.metroTextBox1.UseSelectable = true;
this.metroTextBox1.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.metroTextBox1.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// metroLabel1
//
this.metroLabel1.AutoSize = true;
this.metroLabel1.Location = new System.Drawing.Point(-15, -15);
this.metroLabel1.Name = "metroLabel1";
this.metroLabel1.Size = new System.Drawing.Size(81, 19);
this.metroLabel1.TabIndex = 1;
this.metroLabel1.Text = "metroLabel1";
//
// metroLabel2
//
this.metroLabel2.AutoSize = true;
this.metroLabel2.Location = new System.Drawing.Point(-15, -15);
this.metroLabel2.Name = "metroLabel2";
this.metroLabel2.Size = new System.Drawing.Size(83, 19);
this.metroLabel2.TabIndex = 2;
this.metroLabel2.Text = "metroLabel2";
//
// metroLabel3
//
this.metroLabel3.AutoSize = true;
this.metroLabel3.Location = new System.Drawing.Point(35, 38);
this.metroLabel3.Name = "metroLabel3";
this.metroLabel3.Size = new System.Drawing.Size(33, 19);
this.metroLabel3.TabIndex = 3;
this.metroLabel3.Text = "To : ";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnSend);
this.groupBox1.Controls.Add(this.metroTile2);
this.groupBox1.Controls.Add(this.metroTextBox4);
this.groupBox1.Controls.Add(this.metroLabel6);
this.groupBox1.Controls.Add(this.metroTextBox3);
this.groupBox1.Controls.Add(this.metroLabel5);
this.groupBox1.Controls.Add(this.metroTextBox2);
this.groupBox1.Controls.Add(this.metroLabel4);
this.groupBox1.Controls.Add(this.metroTextBox1);
this.groupBox1.Controls.Add(this.metroLabel3);
this.groupBox1.Location = new System.Drawing.Point(23, 73);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(716, 231);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Mail Gönder";
//
// metroLabel4
//
this.metroLabel4.AutoSize = true;
this.metroLabel4.Location = new System.Drawing.Point(31, 67);
this.metroLabel4.Name = "metroLabel4";
this.metroLabel4.Size = new System.Drawing.Size(37, 19);
this.metroLabel4.TabIndex = 3;
this.metroLabel4.Text = "CC : ";
//
// metroTextBox2
//
//
//
//
this.metroTextBox2.CustomButton.Image = null;
this.metroTextBox2.CustomButton.Location = new System.Drawing.Point(580, 1);
this.metroTextBox2.CustomButton.Name = "";
this.metroTextBox2.CustomButton.Size = new System.Drawing.Size(21, 21);
this.metroTextBox2.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.metroTextBox2.CustomButton.TabIndex = 1;
this.metroTextBox2.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.metroTextBox2.CustomButton.UseSelectable = true;
this.metroTextBox2.CustomButton.Visible = false;
this.metroTextBox2.Lines = new string[0];
this.metroTextBox2.Location = new System.Drawing.Point(77, 67);
this.metroTextBox2.MaxLength = 32767;
this.metroTextBox2.Name = "metroTextBox2";
this.metroTextBox2.PasswordChar = '';
this.metroTextBox2.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.metroTextBox2.SelectedText = "";
this.metroTextBox2.SelectionLength = 0;
this.metroTextBox2.SelectionStart = 0;
this.metroTextBox2.ShortcutsEnabled = true;
this.metroTextBox2.Size = new System.Drawing.Size(602, 23);
this.metroTextBox2.TabIndex = 1;
this.metroTextBox2.UseSelectable = true;
this.metroTextBox2.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.metroTextBox2.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// metroLabel5
//
this.metroLabel5.AutoSize = true;
this.metroLabel5.Location = new System.Drawing.Point(23, 96);
this.metroLabel5.Name = "metroLabel5";
this.metroLabel5.Size = new System.Drawing.Size(45, 19);
this.metroLabel5.TabIndex = 3;
this.metroLabel5.Text = "BCC : ";
//
// metroTextBox3
//
//
//
//
this.metroTextBox3.CustomButton.Image = null;
this.metroTextBox3.CustomButton.Location = new System.Drawing.Point(580, 1);
this.metroTextBox3.CustomButton.Name = "";
this.metroTextBox3.CustomButton.Size = new System.Drawing.Size(21, 21);
this.metroTextBox3.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.metroTextBox3.CustomButton.TabIndex = 1;
this.metroTextBox3.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.metroTextBox3.CustomButton.UseSelectable = true;
this.metroTextBox3.CustomButton.Visible = false;
this.metroTextBox3.Lines = new string[0];
this.metroTextBox3.Location = new System.Drawing.Point(77, 96);
this.metroTextBox3.MaxLength = 32767;
this.metroTextBox3.Name = "metroTextBox3";
this.metroTextBox3.PasswordChar = '';
this.metroTextBox3.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.metroTextBox3.SelectedText = "";
this.metroTextBox3.SelectionLength = 0;
this.metroTextBox3.SelectionStart = 0;
this.metroTextBox3.ShortcutsEnabled = true;
this.metroTextBox3.Size = new System.Drawing.Size(602, 23);
this.metroTextBox3.TabIndex = 2;
this.metroTextBox3.UseSelectable = true;
this.metroTextBox3.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.metroTextBox3.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// metroLabel6
//
this.metroLabel6.AutoSize = true;
this.metroLabel6.Location = new System.Drawing.Point(6, 125);
this.metroLabel6.Name = "metroLabel6";
this.metroLabel6.Size = new System.Drawing.Size(62, 19);
this.metroLabel6.TabIndex = 3;
this.metroLabel6.Text = "Subject : ";
//
// metroTextBox4
//
//
//
//
this.metroTextBox4.CustomButton.Image = null;
this.metroTextBox4.CustomButton.Location = new System.Drawing.Point(580, 1);
this.metroTextBox4.CustomButton.Name = "";
this.metroTextBox4.CustomButton.Size = new System.Drawing.Size(21, 21);
this.metroTextBox4.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.metroTextBox4.CustomButton.TabIndex = 1;
this.metroTextBox4.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.metroTextBox4.CustomButton.UseSelectable = true;
this.metroTextBox4.CustomButton.Visible = false;
this.metroTextBox4.Lines = new string[0];
this.metroTextBox4.Location = new System.Drawing.Point(77, 125);
this.metroTextBox4.MaxLength = 32767;
this.metroTextBox4.Name = "metroTextBox4";
this.metroTextBox4.PasswordChar = '';
this.metroTextBox4.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.metroTextBox4.SelectedText = "";
this.metroTextBox4.SelectionLength = 0;
this.metroTextBox4.SelectionStart = 0;
this.metroTextBox4.ShortcutsEnabled = true;
this.metroTextBox4.Size = new System.Drawing.Size(602, 23);
this.metroTextBox4.TabIndex = 3;
this.metroTextBox4.UseSelectable = true;
this.metroTextBox4.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.metroTextBox4.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// metroTextBox5
//
//
//
//
this.metroTextBox5.CustomButton.Image = null;
this.metroTextBox5.CustomButton.Location = new System.Drawing.Point(509, 2);
this.metroTextBox5.CustomButton.Name = "";
this.metroTextBox5.CustomButton.Size = new System.Drawing.Size(179, 179);
this.metroTextBox5.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.metroTextBox5.CustomButton.TabIndex = 1;
this.metroTextBox5.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.metroTextBox5.CustomButton.UseSelectable = true;
this.metroTextBox5.CustomButton.Visible = false;
this.metroTextBox5.Lines = new string[0];
this.metroTextBox5.Location = new System.Drawing.Point(14, 19);
this.metroTextBox5.MaxLength = 32767;
this.metroTextBox5.Multiline = true;
this.metroTextBox5.Name = "metroTextBox5";
this.metroTextBox5.PasswordChar = '';
this.metroTextBox5.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.metroTextBox5.SelectedText = "";
this.metroTextBox5.SelectionLength = 0;
this.metroTextBox5.SelectionStart = 0;
this.metroTextBox5.ShortcutsEnabled = true;
this.metroTextBox5.Size = new System.Drawing.Size(665, 184);
this.metroTextBox5.TabIndex = 0;
this.metroTextBox5.UseSelectable = true;
this.metroTextBox5.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.metroTextBox5.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.metroTextBox5);
this.groupBox2.Location = new System.Drawing.Point(23, 310);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(716, 209);
this.groupBox2.TabIndex = 6;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Mail Gönder";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.metroCheckBox2);
this.groupBox3.Controls.Add(this.metroCheckBox1);
this.groupBox3.Controls.Add(this.metroTextBox9);
this.groupBox3.Controls.Add(this.metroTextBox7);
this.groupBox3.Controls.Add(this.metroLabel10);
this.groupBox3.Controls.Add(this.metroLabel8);
this.groupBox3.Controls.Add(this.metroTextBox8);
this.groupBox3.Controls.Add(this.metroLabel9);
this.groupBox3.Controls.Add(this.metroTextBox6);
this.groupBox3.Controls.Add(this.metroLabel7);
this.groupBox3.Location = new System.Drawing.Point(22, 533);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(716, 152);
this.groupBox3.TabIndex = 7;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Settings";
//
// metroTextBox6
//
//
//
//
this.metroTextBox6.CustomButton.Image = null;
this.metroTextBox6.CustomButton.Location = new System.Drawing.Point(108, 1);
this.metroTextBox6.CustomButton.Name = "";
this.metroTextBox6.CustomButton.Size = new System.Drawing.Size(21, 21);
this.metroTextBox6.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.metroTextBox6.CustomButton.TabIndex = 1;
this.metroTextBox6.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.metroTextBox6.CustomButton.UseSelectable = true;
this.metroTextBox6.CustomButton.Visible = false;
this.metroTextBox6.Lines = new string[0];
this.metroTextBox6.Location = new System.Drawing.Point(77, 35);
this.metroTextBox6.MaxLength = 32767;
this.metroTextBox6.Name = "metroTextBox6";
this.metroTextBox6.PasswordChar = '';
this.metroTextBox6.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.metroTextBox6.SelectedText = "";
this.metroTextBox6.SelectionLength = 0;
this.metroTextBox6.SelectionStart = 0;
this.metroTextBox6.ShortcutsEnabled = true;
this.metroTextBox6.Size = new System.Drawing.Size(130, 23);
this.metroTextBox6.TabIndex = 0;
this.metroTextBox6.UseSelectable = true;
this.metroTextBox6.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.metroTextBox6.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// metroLabel7
//
this.metroLabel7.AutoSize = true;
this.metroLabel7.Location = new System.Drawing.Point(23, 35);
this.metroLabel7.Name = "metroLabel7";
this.metroLabel7.Size = new System.Drawing.Size(45, 19);
this.metroLabel7.TabIndex = 5;
this.metroLabel7.Text = "Port : ";
//
// metroLabel8
//
this.metroLabel8.AutoSize = true;
this.metroLabel8.Location = new System.Drawing.Point(14, 64);
this.metroLabel8.Name = "metroLabel8";
this.metroLabel8.Size = new System.Drawing.Size(54, 19);
this.metroLabel8.TabIndex = 5;
this.metroLabel8.Text = "SMTP : ";
//
// metroTextBox7
//
//
//
//
this.metroTextBox7.CustomButton.Image = null;
this.metroTextBox7.CustomButton.Location = new System.Drawing.Point(108, 1);
this.metroTextBox7.CustomButton.Name = "";
this.metroTextBox7.CustomButton.Size = new System.Drawing.Size(21, 21);
this.metroTextBox7.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.metroTextBox7.CustomButton.TabIndex = 1;
this.metroTextBox7.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.metroTextBox7.CustomButton.UseSelectable = true;
this.metroTextBox7.CustomButton.Visible = false;
this.metroTextBox7.Lines = new string[0];
this.metroTextBox7.Location = new System.Drawing.Point(77, 64);
this.metroTextBox7.MaxLength = 32767;
this.metroTextBox7.Name = "metroTextBox7";
this.metroTextBox7.PasswordChar = '';
this.metroTextBox7.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.metroTextBox7.SelectedText = "";
this.metroTextBox7.SelectionLength = 0;
this.metroTextBox7.SelectionStart = 0;
this.metroTextBox7.ShortcutsEnabled = true;
this.metroTextBox7.Size = new System.Drawing.Size(130, 23);
this.metroTextBox7.TabIndex = 1;
this.metroTextBox7.UseSelectable = true;
this.metroTextBox7.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.metroTextBox7.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// metroCheckBox1
//
this.metroCheckBox1.AutoSize = true;
this.metroCheckBox1.Location = new System.Drawing.Point(77, 114);
this.metroCheckBox1.Name = "metroCheckBox1";
this.metroCheckBox1.Size = new System.Drawing.Size(41, 15);
this.metroCheckBox1.TabIndex = 3;
this.metroCheckBox1.Text = "SSL";
this.metroCheckBox1.UseSelectable = true;
//
// metroCheckBox2
//
this.metroCheckBox2.AutoSize = true;
this.metroCheckBox2.Location = new System.Drawing.Point(77, 93);
this.metroCheckBox2.Name = "metroCheckBox2";
this.metroCheckBox2.Size = new System.Drawing.Size(93, 15);
this.metroCheckBox2.TabIndex = 2;
this.metroCheckBox2.Text = "IsBody HTML";
this.metroCheckBox2.UseSelectable = true;
//
// metroLabel9
//
this.metroLabel9.AutoSize = true;
this.metroLabel9.Location = new System.Drawing.Point(334, 35);
this.metroLabel9.Name = "metroLabel9";
this.metroLabel9.Size = new System.Drawing.Size(45, 19);
this.metroLabel9.TabIndex = 5;
this.metroLabel9.Text = "Mail : ";
//
// metroTextBox8
//
//
//
//
this.metroTextBox8.CustomButton.Image = null;
this.metroTextBox8.CustomButton.Location = new System.Drawing.Point(303, 1);
this.metroTextBox8.CustomButton.Name = "";
this.metroTextBox8.CustomButton.Size = new System.Drawing.Size(21, 21);
this.metroTextBox8.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.metroTextBox8.CustomButton.TabIndex = 1;
this.metroTextBox8.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.metroTextBox8.CustomButton.UseSelectable = true;
this.metroTextBox8.CustomButton.Visible = false;
this.metroTextBox8.Lines = new string[0];
this.metroTextBox8.Location = new System.Drawing.Point(385, 35);
this.metroTextBox8.MaxLength = 32767;
this.metroTextBox8.Name = "metroTextBox8";
this.metroTextBox8.PasswordChar = '';
this.metroTextBox8.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.metroTextBox8.SelectedText = "";
this.metroTextBox8.SelectionLength = 0;
this.metroTextBox8.SelectionStart = 0;
this.metroTextBox8.ShortcutsEnabled = true;
this.metroTextBox8.Size = new System.Drawing.Size(295, 23);
this.metroTextBox8.TabIndex = 4;
this.metroTextBox8.UseSelectable = true;
this.metroTextBox8.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.metroTextBox8.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// metroLabel10
//
this.metroLabel10.AutoSize = true;
this.metroLabel10.Location = new System.Drawing.Point(305, 64);
this.metroLabel10.Name = "metroLabel10";
this.metroLabel10.Size = new System.Drawing.Size(74, 19);
this.metroLabel10.TabIndex = 5;
this.metroLabel10.Text = "Password : ";
//
// metroTextBox9
//
//
//
//
this.metroTextBox9.CustomButton.Image = null;
this.metroTextBox9.CustomButton.Location = new System.Drawing.Point(303, 1);
this.metroTextBox9.CustomButton.Name = "";
this.metroTextBox9.CustomButton.Size = new System.Drawing.Size(21, 21);
this.metroTextBox9.CustomButton.Style = MetroFramework.MetroColorStyle.Blue;
this.metroTextBox9.CustomButton.TabIndex = 1;
this.metroTextBox9.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light;
this.metroTextBox9.CustomButton.UseSelectable = true;
this.metroTextBox9.CustomButton.Visible = false;
this.metroTextBox9.Lines = new string[0];
this.metroTextBox9.Location = new System.Drawing.Point(385, 64);
this.metroTextBox9.MaxLength = 32767;
this.metroTextBox9.Name = "metroTextBox9";
this.metroTextBox9.PasswordChar = '*';
this.metroTextBox9.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.metroTextBox9.SelectedText = "";
this.metroTextBox9.SelectionLength = 0;
this.metroTextBox9.SelectionStart = 0;
this.metroTextBox9.ShortcutsEnabled = true;
this.metroTextBox9.Size = new System.Drawing.Size(295, 23);
this.metroTextBox9.TabIndex = 5;
this.metroTextBox9.UseSelectable = true;
this.metroTextBox9.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
this.metroTextBox9.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
//
// pcbSettings
//
this.pcbSettings.Location = new System.Drawing.Point(713, 43);
this.pcbSettings.Name = "pcbSettings";
this.pcbSettings.Size = new System.Drawing.Size(25, 24);
this.pcbSettings.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pcbSettings.TabIndex = 8;
this.pcbSettings.TabStop = false;
//
// btnSend
//
this.btnSend.ActiveControl = null;
this.btnSend.Location = new System.Drawing.Point(175, 155);
this.btnSend.Name = "btnSend";
this.btnSend.Size = new System.Drawing.Size(504, 62);
this.btnSend.TabIndex = 5;
this.btnSend.TileImageAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnSend.UseSelectable = true;
this.btnSend.UseTileImage = true;
//
// metroTile2
//
this.metroTile2.ActiveControl = null;
this.metroTile2.Location = new System.Drawing.Point(77, 155);
this.metroTile2.Name = "metroTile2";
this.metroTile2.Size = new System.Drawing.Size(92, 62);
this.metroTile2.TabIndex = 4;
this.metroTile2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.metroTile2.TileImageAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.metroTile2.UseSelectable = true;
this.metroTile2.UseTileImage = true;
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(754, 703);
this.Controls.Add(this.pcbSettings);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.metroLabel2);
this.Controls.Add(this.metroLabel1);
this.Name = "Form1";
this.Text = "Bilge Adam Mail Formu";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pcbSettings)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();

}

#endregion

private MetroFramework.Controls.MetroTextBox metroTextBox1;
private MetroFramework.Controls.MetroLabel metroLabel1;
private MetroFramework.Controls.MetroLabel metroLabel2;
private MetroFramework.Controls.MetroLabel metroLabel3;
private System.Windows.Forms.GroupBox groupBox1;
private MetroFramework.Controls.MetroTextBox metroTextBox2;
private MetroFramework.Controls.MetroLabel metroLabel4;
private MetroFramework.Controls.MetroTextBox metroTextBox3;
private MetroFramework.Controls.MetroLabel metroLabel5;
private MetroFramework.Controls.MetroTextBox metroTextBox4;
private MetroFramework.Controls.MetroLabel metroLabel6;
private MetroFramework.Controls.MetroTextBox metroTextBox5;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private MetroFramework.Controls.MetroTextBox metroTextBox6;
private MetroFramework.Controls.MetroLabel metroLabel7;
private MetroFramework.Controls.MetroTextBox metroTextBox7;
private MetroFramework.Controls.MetroLabel metroLabel8;
private MetroFramework.Controls.MetroCheckBox metroCheckBox1;
private MetroFramework.Controls.MetroCheckBox metroCheckBox2;
private MetroFramework.Controls.MetroTextBox metroTextBox9;
private MetroFramework.Controls.MetroLabel metroLabel10;
private MetroFramework.Controls.MetroTextBox metroTextBox8;
private MetroFramework.Controls.MetroLabel metroLabel9;
private MetroFramework.Controls.MetroTile metroTile2;
private MetroFramework.Controls.MetroTile btnSend;
private System.Windows.Forms.PictureBox pcbSettings;
private System.Windows.Forms.ErrorProvider errorProvider1;
}
}
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.