| 1 | namespace BazaZamowien
|
|---|
| 2 | {
|
|---|
| 3 | partial class MailForm
|
|---|
| 4 | {
|
|---|
| 5 | /// <summary>
|
|---|
| 6 | /// Required designer variable.
|
|---|
| 7 | /// </summary>
|
|---|
| 8 | private System.ComponentModel.IContainer components = null;
|
|---|
| 9 |
|
|---|
| 10 | /// <summary>
|
|---|
| 11 | /// Clean up any resources being used.
|
|---|
| 12 | /// </summary>
|
|---|
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|---|
| 14 | protected override void Dispose(bool disposing)
|
|---|
| 15 | {
|
|---|
| 16 | if (disposing && (components != null))
|
|---|
| 17 | {
|
|---|
| 18 | components.Dispose();
|
|---|
| 19 | }
|
|---|
| 20 | base.Dispose(disposing);
|
|---|
| 21 | }
|
|---|
| 22 |
|
|---|
| 23 | #region Windows Form Designer generated code
|
|---|
| 24 |
|
|---|
| 25 | /// <summary>
|
|---|
| 26 | /// Required method for Designer support - do not modify
|
|---|
| 27 | /// the contents of this method with the code editor.
|
|---|
| 28 | /// </summary>
|
|---|
| 29 | private void InitializeComponent()
|
|---|
| 30 | {
|
|---|
| 31 | this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|---|
| 32 | this.doComboBox = new System.Windows.Forms.ComboBox();
|
|---|
| 33 | this.WylijButton = new System.Windows.Forms.Button();
|
|---|
| 34 | this.label5 = new System.Windows.Forms.Label();
|
|---|
| 35 | this.trescTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 36 | this.label4 = new System.Windows.Forms.Label();
|
|---|
| 37 | this.label3 = new System.Windows.Forms.Label();
|
|---|
| 38 | this.tematTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 39 | this.doWiadomosciTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 40 | this.label2 = new System.Windows.Forms.Label();
|
|---|
| 41 | this.label1 = new System.Windows.Forms.Label();
|
|---|
| 42 | this.doEmailTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 43 | this.odEmailTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 44 | this.odTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 45 | this.groupBox2.SuspendLayout();
|
|---|
| 46 | this.SuspendLayout();
|
|---|
| 47 | //
|
|---|
| 48 | // groupBox2
|
|---|
| 49 | //
|
|---|
| 50 | this.groupBox2.Controls.Add(this.doComboBox);
|
|---|
| 51 | this.groupBox2.Controls.Add(this.WylijButton);
|
|---|
| 52 | this.groupBox2.Controls.Add(this.label5);
|
|---|
| 53 | this.groupBox2.Controls.Add(this.trescTextBox);
|
|---|
| 54 | this.groupBox2.Controls.Add(this.label4);
|
|---|
| 55 | this.groupBox2.Controls.Add(this.label3);
|
|---|
| 56 | this.groupBox2.Controls.Add(this.tematTextBox);
|
|---|
| 57 | this.groupBox2.Controls.Add(this.doWiadomosciTextBox);
|
|---|
| 58 | this.groupBox2.Controls.Add(this.label2);
|
|---|
| 59 | this.groupBox2.Controls.Add(this.label1);
|
|---|
| 60 | this.groupBox2.Controls.Add(this.doEmailTextBox);
|
|---|
| 61 | this.groupBox2.Controls.Add(this.odEmailTextBox);
|
|---|
| 62 | this.groupBox2.Controls.Add(this.odTextBox);
|
|---|
| 63 | this.groupBox2.Location = new System.Drawing.Point(12, 2);
|
|---|
| 64 | this.groupBox2.Name = "groupBox2";
|
|---|
| 65 | this.groupBox2.Size = new System.Drawing.Size(540, 353);
|
|---|
| 66 | this.groupBox2.TabIndex = 2;
|
|---|
| 67 | this.groupBox2.TabStop = false;
|
|---|
| 68 | //
|
|---|
| 69 | // doComboBox
|
|---|
| 70 | //
|
|---|
| 71 | this.doComboBox.Location = new System.Drawing.Point(106, 54);
|
|---|
| 72 | this.doComboBox.Name = "doComboBox";
|
|---|
| 73 | this.doComboBox.Size = new System.Drawing.Size(197, 21);
|
|---|
| 74 | this.doComboBox.TabIndex = 33;
|
|---|
| 75 | this.doComboBox.SelectedIndexChanged += new System.EventHandler(this.doComboBox_SelectedIndexChanged);
|
|---|
| 76 | //
|
|---|
| 77 | // WylijButton
|
|---|
| 78 | //
|
|---|
| 79 | this.WylijButton.Location = new System.Drawing.Point(432, 316);
|
|---|
| 80 | this.WylijButton.Name = "WylijButton";
|
|---|
| 81 | this.WylijButton.Size = new System.Drawing.Size(75, 23);
|
|---|
| 82 | this.WylijButton.TabIndex = 29;
|
|---|
| 83 | this.WylijButton.Text = "Wylij";
|
|---|
| 84 | this.WylijButton.UseVisualStyleBackColor = true;
|
|---|
| 85 | this.WylijButton.Click += new System.EventHandler(this.WylijButton_Click);
|
|---|
| 86 | //
|
|---|
| 87 | // label5
|
|---|
| 88 | //
|
|---|
| 89 | this.label5.AutoSize = true;
|
|---|
| 90 | this.label5.Location = new System.Drawing.Point(60, 139);
|
|---|
| 91 | this.label5.Name = "label5";
|
|---|
| 92 | this.label5.Size = new System.Drawing.Size(37, 13);
|
|---|
| 93 | this.label5.TabIndex = 11;
|
|---|
| 94 | this.label5.Text = "Treæ:";
|
|---|
| 95 | //
|
|---|
| 96 | // trescTextBox
|
|---|
| 97 | //
|
|---|
| 98 | this.trescTextBox.Location = new System.Drawing.Point(105, 136);
|
|---|
| 99 | this.trescTextBox.Multiline = true;
|
|---|
| 100 | this.trescTextBox.Name = "trescTextBox";
|
|---|
| 101 | this.trescTextBox.Size = new System.Drawing.Size(402, 174);
|
|---|
| 102 | this.trescTextBox.TabIndex = 10;
|
|---|
| 103 | //
|
|---|
| 104 | // label4
|
|---|
| 105 | //
|
|---|
| 106 | this.label4.AutoSize = true;
|
|---|
| 107 | this.label4.Location = new System.Drawing.Point(57, 112);
|
|---|
| 108 | this.label4.Name = "label4";
|
|---|
| 109 | this.label4.Size = new System.Drawing.Size(40, 13);
|
|---|
| 110 | this.label4.TabIndex = 9;
|
|---|
| 111 | this.label4.Text = "Temat:";
|
|---|
| 112 | //
|
|---|
| 113 | // label3
|
|---|
| 114 | //
|
|---|
| 115 | this.label3.AutoSize = true;
|
|---|
| 116 | this.label3.Location = new System.Drawing.Point(15, 85);
|
|---|
| 117 | this.label3.Name = "label3";
|
|---|
| 118 | this.label3.Size = new System.Drawing.Size(82, 13);
|
|---|
| 119 | this.label3.TabIndex = 8;
|
|---|
| 120 | this.label3.Text = "Do wiadomoci:";
|
|---|
| 121 | //
|
|---|
| 122 | // tematTextBox
|
|---|
| 123 | //
|
|---|
| 124 | this.tematTextBox.Location = new System.Drawing.Point(105, 109);
|
|---|
| 125 | this.tematTextBox.Name = "tematTextBox";
|
|---|
| 126 | this.tematTextBox.Size = new System.Drawing.Size(402, 20);
|
|---|
| 127 | this.tematTextBox.TabIndex = 7;
|
|---|
| 128 | //
|
|---|
| 129 | // doWiadomosciTextBox
|
|---|
| 130 | //
|
|---|
| 131 | this.doWiadomosciTextBox.Location = new System.Drawing.Point(105, 82);
|
|---|
| 132 | this.doWiadomosciTextBox.Name = "doWiadomosciTextBox";
|
|---|
| 133 | this.doWiadomosciTextBox.Size = new System.Drawing.Size(402, 20);
|
|---|
| 134 | this.doWiadomosciTextBox.TabIndex = 6;
|
|---|
| 135 | //
|
|---|
| 136 | // label2
|
|---|
| 137 | //
|
|---|
| 138 | this.label2.AutoSize = true;
|
|---|
| 139 | this.label2.Location = new System.Drawing.Point(73, 58);
|
|---|
| 140 | this.label2.Name = "label2";
|
|---|
| 141 | this.label2.Size = new System.Drawing.Size(26, 13);
|
|---|
| 142 | this.label2.TabIndex = 5;
|
|---|
| 143 | this.label2.Text = "DO:";
|
|---|
| 144 | //
|
|---|
| 145 | // label1
|
|---|
| 146 | //
|
|---|
| 147 | this.label1.AutoSize = true;
|
|---|
| 148 | this.label1.Location = new System.Drawing.Point(73, 32);
|
|---|
| 149 | this.label1.Name = "label1";
|
|---|
| 150 | this.label1.Size = new System.Drawing.Size(26, 13);
|
|---|
| 151 | this.label1.TabIndex = 4;
|
|---|
| 152 | this.label1.Text = "OD:";
|
|---|
| 153 | //
|
|---|
| 154 | // doEmailTextBox
|
|---|
| 155 | //
|
|---|
| 156 | this.doEmailTextBox.Location = new System.Drawing.Point(309, 55);
|
|---|
| 157 | this.doEmailTextBox.Name = "doEmailTextBox";
|
|---|
| 158 | this.doEmailTextBox.Size = new System.Drawing.Size(198, 20);
|
|---|
| 159 | this.doEmailTextBox.TabIndex = 3;
|
|---|
| 160 | //
|
|---|
| 161 | // odEmailTextBox
|
|---|
| 162 | //
|
|---|
| 163 | this.odEmailTextBox.Location = new System.Drawing.Point(309, 29);
|
|---|
| 164 | this.odEmailTextBox.Name = "odEmailTextBox";
|
|---|
| 165 | this.odEmailTextBox.Size = new System.Drawing.Size(198, 20);
|
|---|
| 166 | this.odEmailTextBox.TabIndex = 1;
|
|---|
| 167 | //
|
|---|
| 168 | // odTextBox
|
|---|
| 169 | //
|
|---|
| 170 | this.odTextBox.Location = new System.Drawing.Point(105, 29);
|
|---|
| 171 | this.odTextBox.Name = "odTextBox";
|
|---|
| 172 | this.odTextBox.Size = new System.Drawing.Size(198, 20);
|
|---|
| 173 | this.odTextBox.TabIndex = 0;
|
|---|
| 174 | //
|
|---|
| 175 | // MailForm
|
|---|
| 176 | //
|
|---|
| 177 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 178 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 179 | this.ClientSize = new System.Drawing.Size(562, 367);
|
|---|
| 180 | this.Controls.Add(this.groupBox2);
|
|---|
| 181 | this.Name = "MailForm";
|
|---|
| 182 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|---|
| 183 | this.Text = "E-mail";
|
|---|
| 184 | this.groupBox2.ResumeLayout(false);
|
|---|
| 185 | this.groupBox2.PerformLayout();
|
|---|
| 186 | this.ResumeLayout(false);
|
|---|
| 187 |
|
|---|
| 188 | }
|
|---|
| 189 |
|
|---|
| 190 | #endregion
|
|---|
| 191 |
|
|---|
| 192 | private System.Windows.Forms.GroupBox groupBox2;
|
|---|
| 193 | private System.Windows.Forms.Button WylijButton;
|
|---|
| 194 | private System.Windows.Forms.Label label5;
|
|---|
| 195 | private System.Windows.Forms.Label label4;
|
|---|
| 196 | private System.Windows.Forms.Label label3;
|
|---|
| 197 | private System.Windows.Forms.Label label2;
|
|---|
| 198 | private System.Windows.Forms.Label label1;
|
|---|
| 199 | private System.Windows.Forms.BindingSource kLIENCIOSOBYDOKONTAKTUBindingSource;
|
|---|
| 200 | public System.Windows.Forms.TextBox trescTextBox;
|
|---|
| 201 | public System.Windows.Forms.TextBox tematTextBox;
|
|---|
| 202 | public System.Windows.Forms.TextBox doWiadomosciTextBox;
|
|---|
| 203 | public System.Windows.Forms.TextBox odEmailTextBox;
|
|---|
| 204 | public System.Windows.Forms.TextBox odTextBox;
|
|---|
| 205 | public System.Windows.Forms.TextBox doEmailTextBox;
|
|---|
| 206 | public System.Windows.Forms.ComboBox doComboBox;
|
|---|
| 207 | }
|
|---|
| 208 | } |
|---|