namespace BiskLog_Point_Of_Sale { partial class Emailer { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.password = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.email = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.server = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.serverPort = new System.Windows.Forms.TextBox(); this.serverClient = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // button3 // this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.button3.Cursor = System.Windows.Forms.Cursors.Hand; this.button3.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button3.FlatAppearance.BorderSize = 3; this.button3.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue; this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button3.ForeColor = System.Drawing.SystemColors.Control; this.button3.Location = new System.Drawing.Point(591, 430); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(129, 36); this.button3.TabIndex = 9; this.button3.Text = "Done"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.Button3_Click); // // button2 // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.button2.Cursor = System.Windows.Forms.Cursors.Hand; this.button2.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button2.FlatAppearance.BorderSize = 3; this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.ForeColor = System.Drawing.SystemColors.Control; this.button2.Location = new System.Drawing.Point(447, 430); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(129, 36); this.button2.TabIndex = 8; this.button2.Text = "Next"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.Button2_Click); // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(158)))), ((int)(((byte)(132))))); this.button1.Cursor = System.Windows.Forms.Cursors.Hand; this.button1.FlatAppearance.BorderColor = System.Drawing.Color.White; this.button1.FlatAppearance.BorderSize = 3; this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.ForeColor = System.Drawing.SystemColors.Control; this.button1.Location = new System.Drawing.Point(304, 430); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(129, 36); this.button1.TabIndex = 7; this.button1.Text = "Previous"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.Button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label1.Location = new System.Drawing.Point(9, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(191, 21); this.label1.TabIndex = 9; this.label1.Text = "Set up your email client"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Segoe UI", 13F); this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label3.Location = new System.Drawing.Point(39, 230); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(87, 25); this.label3.TabIndex = 9; this.label3.Text = "Password"; // // password // this.password.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.password.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.password.Location = new System.Drawing.Point(193, 230); this.password.Name = "password"; this.password.Size = new System.Drawing.Size(313, 29); this.password.TabIndex = 5; this.password.UseSystemPasswordChar = true; // // label6 // this.label6.AutoSize = true; this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label6.Location = new System.Drawing.Point(138, 60); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(509, 42); this.label6.TabIndex = 9; this.label6.Text = "Note: The correct configuration of the email client would\r\nallow BISKILOG POS to " + "send delivery notification to customers via email."; // // email // this.email.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.email.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.email.Location = new System.Drawing.Point(193, 191); this.email.Name = "email"; this.email.Size = new System.Drawing.Size(313, 29); this.email.TabIndex = 4; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Segoe UI", 13F); this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label8.Location = new System.Drawing.Point(36, 195); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(112, 25); this.label8.TabIndex = 15; this.label8.Text = "Branch email"; // // groupBox1 // this.groupBox1.BackColor = System.Drawing.SystemColors.Control; this.groupBox1.Controls.Add(this.server); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.serverPort); this.groupBox1.Controls.Add(this.serverClient); this.groupBox1.Controls.Add(this.email); this.groupBox1.Controls.Add(this.password); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold); this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.groupBox1.Location = new System.Drawing.Point(117, 109); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(557, 291); this.groupBox1.TabIndex = 16; this.groupBox1.TabStop = false; this.groupBox1.Text = "Email Details"; // // server // this.server.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.server.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.server.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.server.FormattingEnabled = true; this.server.Items.AddRange(new object[] { "Gmail", "Outlook", "Yahoomail", "Other"}); this.server.Location = new System.Drawing.Point(193, 36); this.server.Name = "server"; this.server.Size = new System.Drawing.Size(311, 29); this.server.TabIndex = 1; this.server.TextChanged += new System.EventHandler(this.Server_TextChanged); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Segoe UI", 12F); this.label4.Location = new System.Drawing.Point(40, 155); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(131, 21); this.label4.TabIndex = 16; this.label4.Text = "SMTP Server Port"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Segoe UI", 12F); this.label5.Location = new System.Drawing.Point(39, 39); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(99, 21); this.label5.TabIndex = 16; this.label5.Text = "SMTP Server"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Segoe UI", 12F); this.label2.Location = new System.Drawing.Point(40, 118); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(94, 21); this.label2.TabIndex = 16; this.label2.Text = "SMTP Client"; // // serverPort // this.serverPort.Enabled = false; this.serverPort.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.serverPort.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.serverPort.Location = new System.Drawing.Point(193, 152); this.serverPort.Name = "serverPort"; this.serverPort.Size = new System.Drawing.Size(313, 29); this.serverPort.TabIndex = 3; // // serverClient // this.serverClient.Enabled = false; this.serverClient.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.serverClient.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.serverClient.Location = new System.Drawing.Point(193, 115); this.serverClient.Name = "serverClient"; this.serverClient.Size = new System.Drawing.Size(313, 29); this.serverClient.TabIndex = 2; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Segoe UI", 10F); this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(69))))); this.label7.Location = new System.Drawing.Point(56, 68); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(357, 38); this.label7.TabIndex = 9; this.label7.Text = "Note: Some smtp server block third party from signing in\r\nwith gmail you can allo" + "w them in account settings\r\n"; // // Emailer // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Gainsboro; this.ClientSize = new System.Drawing.Size(732, 478); this.ControlBox = false; this.Controls.Add(this.groupBox1); this.Controls.Add(this.label6); this.Controls.Add(this.label1); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Font = new System.Drawing.Font("Segoe UI", 12F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "Emailer"; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "SalesTax"; this.Load += new System.EventHandler(this.SalesTax_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox password; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox email; private System.Windows.Forms.Label label8; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ComboBox server; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox serverPort; private System.Windows.Forms.TextBox serverClient; private System.Windows.Forms.Label label7; } }