namespace NavigateurWeb { partial class MailTo { /// /// 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.txt_subject = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.btnSend = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.txt_from = new System.Windows.Forms.TextBox(); this.txt_to = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.txt_password = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txt_smtpserver = new System.Windows.Forms.TextBox(); this.dgvAtach = new System.Windows.Forms.DataGridView(); this.pbDellAtach = new System.Windows.Forms.PictureBox(); this.pbAddAtach = new System.Windows.Forms.PictureBox(); this.FilePath = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvAtach)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbDellAtach)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbAddAtach)).BeginInit(); this.SuspendLayout(); // // txt_subject // this.txt_subject.Location = new System.Drawing.Point(151, 154); this.txt_subject.Name = "txt_subject"; this.txt_subject.Size = new System.Drawing.Size(254, 20); this.txt_subject.TabIndex = 23; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(12, 154); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(63, 20); this.label5.TabIndex = 22; this.label5.Text = "Subject"; // // btnSend // this.btnSend.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.btnSend.Location = new System.Drawing.Point(477, 405); this.btnSend.Name = "btnSend"; this.btnSend.Size = new System.Drawing.Size(133, 33); this.btnSend.TabIndex = 21; this.btnSend.Text = "Send"; this.btnSend.UseVisualStyleBackColor = true; this.btnSend.Click += new System.EventHandler(this.btnSend_Click_1); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(12, 182); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(74, 20); this.label4.TabIndex = 20; this.label4.Text = "Message"; // // richTextBox1 // this.richTextBox1.Location = new System.Drawing.Point(16, 204); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(783, 194); this.richTextBox1.TabIndex = 19; this.richTextBox1.Text = ""; // // txt_from // this.txt_from.Location = new System.Drawing.Point(151, 53); this.txt_from.Name = "txt_from"; this.txt_from.Size = new System.Drawing.Size(254, 20); this.txt_from.TabIndex = 17; // // txt_to // this.txt_to.Location = new System.Drawing.Point(151, 9); this.txt_to.Name = "txt_to"; this.txt_to.Size = new System.Drawing.Size(254, 20); this.txt_to.TabIndex = 16; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(12, 51); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(129, 20); this.label2.TabIndex = 14; this.label2.Text = "From / your email"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(12, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(27, 20); this.label1.TabIndex = 13; this.label1.Text = "To"; // // txt_password // this.txt_password.Location = new System.Drawing.Point(151, 79); this.txt_password.Name = "txt_password"; this.txt_password.Size = new System.Drawing.Size(254, 20); this.txt_password.TabIndex = 18; this.txt_password.UseSystemPasswordChar = true; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(12, 80); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(78, 20); this.label3.TabIndex = 15; this.label3.Text = "Password"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(12, 112); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(94, 20); this.label6.TabIndex = 24; this.label6.Text = "Smtp server"; // // txt_smtpserver // this.txt_smtpserver.Location = new System.Drawing.Point(151, 112); this.txt_smtpserver.Name = "txt_smtpserver"; this.txt_smtpserver.Size = new System.Drawing.Size(254, 20); this.txt_smtpserver.TabIndex = 25; // // dgvAtach // this.dgvAtach.AllowUserToAddRows = false; this.dgvAtach.AllowUserToDeleteRows = false; this.dgvAtach.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvAtach.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.FilePath}); this.dgvAtach.Location = new System.Drawing.Point(439, 37); this.dgvAtach.Name = "dgvAtach"; this.dgvAtach.ReadOnly = true; this.dgvAtach.RowHeadersVisible = false; this.dgvAtach.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvAtach.Size = new System.Drawing.Size(360, 137); this.dgvAtach.TabIndex = 26; // // pbDellAtach // this.pbDellAtach.Image = global::NavigateurWeb.Properties.Resources.trash; this.pbDellAtach.Location = new System.Drawing.Point(774, 7); this.pbDellAtach.Name = "pbDellAtach"; this.pbDellAtach.Size = new System.Drawing.Size(25, 22); this.pbDellAtach.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbDellAtach.TabIndex = 28; this.pbDellAtach.TabStop = false; this.pbDellAtach.Click += new System.EventHandler(this.pbDellAtach_Click); // // pbAddAtach // this.pbAddAtach.Image = global::NavigateurWeb.Properties.Resources.UI_07_512; this.pbAddAtach.Location = new System.Drawing.Point(744, 9); this.pbAddAtach.Name = "pbAddAtach"; this.pbAddAtach.Size = new System.Drawing.Size(25, 22); this.pbAddAtach.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbAddAtach.TabIndex = 27; this.pbAddAtach.TabStop = false; this.pbAddAtach.Click += new System.EventHandler(this.pbAddAtach_Click); // // FilePath // this.FilePath.DataPropertyName = "FilePath"; this.FilePath.Frozen = true; this.FilePath.HeaderText = "FilePath"; this.FilePath.Name = "FilePath"; this.FilePath.ReadOnly = true; this.FilePath.Width = 300; // // MailTo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(811, 450); this.Controls.Add(this.pbDellAtach); this.Controls.Add(this.pbAddAtach); this.Controls.Add(this.dgvAtach); this.Controls.Add(this.txt_smtpserver); this.Controls.Add(this.label6); this.Controls.Add(this.txt_subject); this.Controls.Add(this.label5); this.Controls.Add(this.btnSend); this.Controls.Add(this.label4); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.txt_password); this.Controls.Add(this.txt_from); this.Controls.Add(this.txt_to); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "MailTo"; this.Text = "MailTo"; ((System.ComponentModel.ISupportInitialize)(this.dgvAtach)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbDellAtach)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pbAddAtach)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txt_subject; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btnSend; private System.Windows.Forms.Label label4; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.TextBox txt_from; private System.Windows.Forms.TextBox txt_to; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txt_password; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txt_smtpserver; private System.Windows.Forms.DataGridView dgvAtach; private System.Windows.Forms.PictureBox pbAddAtach; private System.Windows.Forms.PictureBox pbDellAtach; private System.Windows.Forms.DataGridViewTextBoxColumn FilePath; } }