namespace BazaZamowien { partial class MailForm { /// /// 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.groupBox2 = new System.Windows.Forms.GroupBox(); this.doComboBox = new System.Windows.Forms.ComboBox(); this.WyślijButton = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.trescTextBox = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.tematTextBox = new System.Windows.Forms.TextBox(); this.doWiadomosciTextBox = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.doEmailTextBox = new System.Windows.Forms.TextBox(); this.odEmailTextBox = new System.Windows.Forms.TextBox(); this.odTextBox = new System.Windows.Forms.TextBox(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Controls.Add(this.doComboBox); this.groupBox2.Controls.Add(this.WyślijButton); this.groupBox2.Controls.Add(this.label5); this.groupBox2.Controls.Add(this.trescTextBox); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.tematTextBox); this.groupBox2.Controls.Add(this.doWiadomosciTextBox); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.doEmailTextBox); this.groupBox2.Controls.Add(this.odEmailTextBox); this.groupBox2.Controls.Add(this.odTextBox); this.groupBox2.Location = new System.Drawing.Point(12, 2); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(540, 353); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; // // doComboBox // this.doComboBox.Location = new System.Drawing.Point(106, 54); this.doComboBox.Name = "doComboBox"; this.doComboBox.Size = new System.Drawing.Size(197, 21); this.doComboBox.TabIndex = 33; this.doComboBox.SelectedIndexChanged += new System.EventHandler(this.doComboBox_SelectedIndexChanged); // // WyślijButton // this.WyślijButton.Location = new System.Drawing.Point(432, 316); this.WyślijButton.Name = "WyślijButton"; this.WyślijButton.Size = new System.Drawing.Size(75, 23); this.WyślijButton.TabIndex = 29; this.WyślijButton.Text = "Wyślij"; this.WyślijButton.UseVisualStyleBackColor = true; this.WyślijButton.Click += new System.EventHandler(this.WyślijButton_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(60, 139); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(37, 13); this.label5.TabIndex = 11; this.label5.Text = "Treść:"; // // trescTextBox // this.trescTextBox.Location = new System.Drawing.Point(105, 136); this.trescTextBox.Multiline = true; this.trescTextBox.Name = "trescTextBox"; this.trescTextBox.Size = new System.Drawing.Size(402, 174); this.trescTextBox.TabIndex = 10; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(57, 112); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(40, 13); this.label4.TabIndex = 9; this.label4.Text = "Temat:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(15, 85); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(82, 13); this.label3.TabIndex = 8; this.label3.Text = "Do wiadomości:"; // // tematTextBox // this.tematTextBox.Location = new System.Drawing.Point(105, 109); this.tematTextBox.Name = "tematTextBox"; this.tematTextBox.Size = new System.Drawing.Size(402, 20); this.tematTextBox.TabIndex = 7; // // doWiadomosciTextBox // this.doWiadomosciTextBox.Location = new System.Drawing.Point(105, 82); this.doWiadomosciTextBox.Name = "doWiadomosciTextBox"; this.doWiadomosciTextBox.Size = new System.Drawing.Size(402, 20); this.doWiadomosciTextBox.TabIndex = 6; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(73, 58); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(26, 13); this.label2.TabIndex = 5; this.label2.Text = "DO:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(73, 32); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(26, 13); this.label1.TabIndex = 4; this.label1.Text = "OD:"; // // doEmailTextBox // this.doEmailTextBox.Location = new System.Drawing.Point(309, 55); this.doEmailTextBox.Name = "doEmailTextBox"; this.doEmailTextBox.Size = new System.Drawing.Size(198, 20); this.doEmailTextBox.TabIndex = 3; // // odEmailTextBox // this.odEmailTextBox.Location = new System.Drawing.Point(309, 29); this.odEmailTextBox.Name = "odEmailTextBox"; this.odEmailTextBox.Size = new System.Drawing.Size(198, 20); this.odEmailTextBox.TabIndex = 1; // // odTextBox // this.odTextBox.Location = new System.Drawing.Point(105, 29); this.odTextBox.Name = "odTextBox"; this.odTextBox.Size = new System.Drawing.Size(198, 20); this.odTextBox.TabIndex = 0; // // MailForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(562, 367); this.Controls.Add(this.groupBox2); this.Name = "MailForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "E-mail"; this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button WyślijButton; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.BindingSource kLIENCIOSOBYDOKONTAKTUBindingSource; public System.Windows.Forms.TextBox trescTextBox; public System.Windows.Forms.TextBox tematTextBox; public System.Windows.Forms.TextBox doWiadomosciTextBox; public System.Windows.Forms.TextBox odEmailTextBox; public System.Windows.Forms.TextBox odTextBox; public System.Windows.Forms.TextBox doEmailTextBox; public System.Windows.Forms.ComboBox doComboBox; } }