00001 namespace MarekMailSystem2SimpleWinUI
00002 {
00003 partial class FormMarekMailSystem2SimpleWinUI
00004 {
00008 private System.ComponentModel.IContainer components = null;
00009
00014 protected override void Dispose(bool disposing)
00015 {
00016 if (disposing && (components != null))
00017 {
00018 components.Dispose();
00019 }
00020 base.Dispose(disposing);
00021 }
00022
00023 #region Windows Form Designer generated code
00024
00029 private void InitializeComponent()
00030 {
00031 this.groupBox1 = new System.Windows.Forms.GroupBox();
00032 this.checkBoxSmtpFromConf = new System.Windows.Forms.CheckBox();
00033 this.checkBoxSsl = new System.Windows.Forms.CheckBox();
00034 this.textBoxPort = new System.Windows.Forms.TextBox();
00035 this.label4 = new System.Windows.Forms.Label();
00036 this.textBoxHost = new System.Windows.Forms.TextBox();
00037 this.label3 = new System.Windows.Forms.Label();
00038 this.textBoxPassword = new System.Windows.Forms.TextBox();
00039 this.label2 = new System.Windows.Forms.Label();
00040 this.textBoxUserName = new System.Windows.Forms.TextBox();
00041 this.label1 = new System.Windows.Forms.Label();
00042 this.groupBox2 = new System.Windows.Forms.GroupBox();
00043 this.buttonReset = new System.Windows.Forms.Button();
00044 this.buttonSend = new System.Windows.Forms.Button();
00045 this.groupBox4 = new System.Windows.Forms.GroupBox();
00046 this.buttonAtt3 = new System.Windows.Forms.Button();
00047 this.textBoxAtt3 = new System.Windows.Forms.TextBox();
00048 this.buttonAtt2 = new System.Windows.Forms.Button();
00049 this.textBoxAtt2 = new System.Windows.Forms.TextBox();
00050 this.buttonAtt1 = new System.Windows.Forms.Button();
00051 this.textBoxAtt1 = new System.Windows.Forms.TextBox();
00052 this.checkBoxHtml = new System.Windows.Forms.CheckBox();
00053 this.groupBox3 = new System.Windows.Forms.GroupBox();
00054 this.textBoxBody = new System.Windows.Forms.TextBox();
00055 this.textBoxSubject = new System.Windows.Forms.TextBox();
00056 this.label9 = new System.Windows.Forms.Label();
00057 this.textBoxBcc = new System.Windows.Forms.TextBox();
00058 this.label8 = new System.Windows.Forms.Label();
00059 this.textBoxCc = new System.Windows.Forms.TextBox();
00060 this.label7 = new System.Windows.Forms.Label();
00061 this.textBoxTo = new System.Windows.Forms.TextBox();
00062 this.label6 = new System.Windows.Forms.Label();
00063 this.textBoxFrom = new System.Windows.Forms.TextBox();
00064 this.label5 = new System.Windows.Forms.Label();
00065 this.openFileDialogAtt = new System.Windows.Forms.OpenFileDialog();
00066 this.checkBoxFromFromConf = new System.Windows.Forms.CheckBox();
00067 this.groupBox1.SuspendLayout();
00068 this.groupBox2.SuspendLayout();
00069 this.groupBox4.SuspendLayout();
00070 this.groupBox3.SuspendLayout();
00071 this.SuspendLayout();
00072
00073
00074
00075 this.groupBox1.Controls.Add(this.checkBoxSmtpFromConf);
00076 this.groupBox1.Controls.Add(this.checkBoxSsl);
00077 this.groupBox1.Controls.Add(this.textBoxPort);
00078 this.groupBox1.Controls.Add(this.label4);
00079 this.groupBox1.Controls.Add(this.textBoxHost);
00080 this.groupBox1.Controls.Add(this.label3);
00081 this.groupBox1.Controls.Add(this.textBoxPassword);
00082 this.groupBox1.Controls.Add(this.label2);
00083 this.groupBox1.Controls.Add(this.textBoxUserName);
00084 this.groupBox1.Controls.Add(this.label1);
00085 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
00086 this.groupBox1.Location = new System.Drawing.Point(0, 0);
00087 this.groupBox1.Name = "groupBox1";
00088 this.groupBox1.Size = new System.Drawing.Size(442, 159);
00089 this.groupBox1.TabIndex = 0;
00090 this.groupBox1.TabStop = false;
00091 this.groupBox1.Text = "SMTP Server parameters";
00092
00093
00094
00095 this.checkBoxSmtpFromConf.AutoSize = true;
00096 this.checkBoxSmtpFromConf.Location = new System.Drawing.Point(67, 19);
00097 this.checkBoxSmtpFromConf.Name = "checkBoxSmtpFromConf";
00098 this.checkBoxSmtpFromConf.Size = new System.Drawing.Size(193, 17);
00099 this.checkBoxSmtpFromConf.TabIndex = 9;
00100 this.checkBoxSmtpFromConf.Text = "Use SMTP properties from conf. file";
00101 this.checkBoxSmtpFromConf.UseVisualStyleBackColor = true;
00102 this.checkBoxSmtpFromConf.CheckedChanged += new System.EventHandler(this.checkBoxSmtpFromConf_CheckedChanged);
00103
00104
00105
00106 this.checkBoxSsl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
00107 this.checkBoxSsl.AutoSize = true;
00108 this.checkBoxSsl.Checked = true;
00109 this.checkBoxSsl.CheckState = System.Windows.Forms.CheckState.Checked;
00110 this.checkBoxSsl.Location = new System.Drawing.Point(375, 131);
00111 this.checkBoxSsl.Name = "checkBoxSsl";
00112 this.checkBoxSsl.Size = new System.Drawing.Size(46, 17);
00113 this.checkBoxSsl.TabIndex = 8;
00114 this.checkBoxSsl.Text = "SSL";
00115 this.checkBoxSsl.UseVisualStyleBackColor = true;
00116
00117
00118
00119 this.textBoxPort.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00120 | System.Windows.Forms.AnchorStyles.Right)));
00121 this.textBoxPort.Location = new System.Drawing.Point(67, 128);
00122 this.textBoxPort.Name = "textBoxPort";
00123 this.textBoxPort.Size = new System.Drawing.Size(267, 20);
00124 this.textBoxPort.TabIndex = 7;
00125 this.textBoxPort.Text = "587";
00126
00127
00128
00129 this.label4.AutoSize = true;
00130 this.label4.Location = new System.Drawing.Point(35, 131);
00131 this.label4.Name = "label4";
00132 this.label4.Size = new System.Drawing.Size(26, 13);
00133 this.label4.TabIndex = 6;
00134 this.label4.Text = "Port";
00135
00136
00137
00138 this.textBoxHost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00139 | System.Windows.Forms.AnchorStyles.Right)));
00140 this.textBoxHost.Location = new System.Drawing.Point(67, 101);
00141 this.textBoxHost.Name = "textBoxHost";
00142 this.textBoxHost.Size = new System.Drawing.Size(366, 20);
00143 this.textBoxHost.TabIndex = 5;
00144 this.textBoxHost.Text = "smtp.gmail.com";
00145
00146
00147
00148 this.label3.AutoSize = true;
00149 this.label3.Location = new System.Drawing.Point(32, 104);
00150 this.label3.Name = "label3";
00151 this.label3.Size = new System.Drawing.Size(29, 13);
00152 this.label3.TabIndex = 4;
00153 this.label3.Text = "Host";
00154
00155
00156
00157 this.textBoxPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00158 | System.Windows.Forms.AnchorStyles.Right)));
00159 this.textBoxPassword.Location = new System.Drawing.Point(67, 74);
00160 this.textBoxPassword.Name = "textBoxPassword";
00161 this.textBoxPassword.Size = new System.Drawing.Size(366, 20);
00162 this.textBoxPassword.TabIndex = 3;
00163 this.textBoxPassword.Text = "pasfort689";
00164 this.textBoxPassword.UseSystemPasswordChar = true;
00165
00166
00167
00168 this.label2.AutoSize = true;
00169 this.label2.Location = new System.Drawing.Point(8, 77);
00170 this.label2.Name = "label2";
00171 this.label2.Size = new System.Drawing.Size(53, 13);
00172 this.label2.TabIndex = 2;
00173 this.label2.Text = "Password";
00174
00175
00176
00177 this.textBoxUserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00178 | System.Windows.Forms.AnchorStyles.Right)));
00179 this.textBoxUserName.Location = new System.Drawing.Point(67, 48);
00180 this.textBoxUserName.Name = "textBoxUserName";
00181 this.textBoxUserName.Size = new System.Drawing.Size(366, 20);
00182 this.textBoxUserName.TabIndex = 1;
00183 this.textBoxUserName.Text = "dummy667@gmail.com";
00184
00185
00186
00187 this.label1.AutoSize = true;
00188 this.label1.Location = new System.Drawing.Point(3, 51);
00189 this.label1.Name = "label1";
00190 this.label1.Size = new System.Drawing.Size(58, 13);
00191 this.label1.TabIndex = 0;
00192 this.label1.Text = "User name";
00193
00194
00195
00196 this.groupBox2.Controls.Add(this.checkBoxFromFromConf);
00197 this.groupBox2.Controls.Add(this.buttonReset);
00198 this.groupBox2.Controls.Add(this.buttonSend);
00199 this.groupBox2.Controls.Add(this.groupBox4);
00200 this.groupBox2.Controls.Add(this.checkBoxHtml);
00201 this.groupBox2.Controls.Add(this.groupBox3);
00202 this.groupBox2.Controls.Add(this.textBoxSubject);
00203 this.groupBox2.Controls.Add(this.label9);
00204 this.groupBox2.Controls.Add(this.textBoxBcc);
00205 this.groupBox2.Controls.Add(this.label8);
00206 this.groupBox2.Controls.Add(this.textBoxCc);
00207 this.groupBox2.Controls.Add(this.label7);
00208 this.groupBox2.Controls.Add(this.textBoxTo);
00209 this.groupBox2.Controls.Add(this.label6);
00210 this.groupBox2.Controls.Add(this.textBoxFrom);
00211 this.groupBox2.Controls.Add(this.label5);
00212 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
00213 this.groupBox2.Location = new System.Drawing.Point(0, 159);
00214 this.groupBox2.Name = "groupBox2";
00215 this.groupBox2.Size = new System.Drawing.Size(442, 413);
00216 this.groupBox2.TabIndex = 1;
00217 this.groupBox2.TabStop = false;
00218 this.groupBox2.Text = "Message parameters";
00219
00220
00221
00222 this.buttonReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
00223 this.buttonReset.Location = new System.Drawing.Point(361, 384);
00224 this.buttonReset.Name = "buttonReset";
00225 this.buttonReset.Size = new System.Drawing.Size(75, 23);
00226 this.buttonReset.TabIndex = 16;
00227 this.buttonReset.Text = "Reset";
00228 this.buttonReset.UseVisualStyleBackColor = true;
00229 this.buttonReset.Click += new System.EventHandler(this.buttonReset_Click);
00230
00231
00232
00233 this.buttonSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
00234 this.buttonSend.Location = new System.Drawing.Point(6, 384);
00235 this.buttonSend.Name = "buttonSend";
00236 this.buttonSend.Size = new System.Drawing.Size(75, 23);
00237 this.buttonSend.TabIndex = 15;
00238 this.buttonSend.Text = "Send";
00239 this.buttonSend.UseVisualStyleBackColor = true;
00240 this.buttonSend.Click += new System.EventHandler(this.buttonSend_Click);
00241
00242
00243
00244 this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
00245 | System.Windows.Forms.AnchorStyles.Right)));
00246 this.groupBox4.Controls.Add(this.buttonAtt3);
00247 this.groupBox4.Controls.Add(this.textBoxAtt3);
00248 this.groupBox4.Controls.Add(this.buttonAtt2);
00249 this.groupBox4.Controls.Add(this.textBoxAtt2);
00250 this.groupBox4.Controls.Add(this.buttonAtt1);
00251 this.groupBox4.Controls.Add(this.textBoxAtt1);
00252 this.groupBox4.Location = new System.Drawing.Point(6, 270);
00253 this.groupBox4.Name = "groupBox4";
00254 this.groupBox4.Size = new System.Drawing.Size(430, 108);
00255 this.groupBox4.TabIndex = 14;
00256 this.groupBox4.TabStop = false;
00257 this.groupBox4.Text = "Attachments";
00258
00259
00260
00261 this.buttonAtt3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
00262 this.buttonAtt3.Location = new System.Drawing.Point(397, 70);
00263 this.buttonAtt3.Name = "buttonAtt3";
00264 this.buttonAtt3.Size = new System.Drawing.Size(27, 20);
00265 this.buttonAtt3.TabIndex = 5;
00266 this.buttonAtt3.Text = "...";
00267 this.buttonAtt3.UseVisualStyleBackColor = true;
00268 this.buttonAtt3.Click += new System.EventHandler(this.buttonAtt3_Click);
00269
00270
00271
00272 this.textBoxAtt3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00273 | System.Windows.Forms.AnchorStyles.Right)));
00274 this.textBoxAtt3.Location = new System.Drawing.Point(8, 70);
00275 this.textBoxAtt3.Name = "textBoxAtt3";
00276 this.textBoxAtt3.Size = new System.Drawing.Size(383, 20);
00277 this.textBoxAtt3.TabIndex = 4;
00278
00279
00280
00281 this.buttonAtt2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
00282 this.buttonAtt2.Location = new System.Drawing.Point(397, 43);
00283 this.buttonAtt2.Name = "buttonAtt2";
00284 this.buttonAtt2.Size = new System.Drawing.Size(27, 20);
00285 this.buttonAtt2.TabIndex = 3;
00286 this.buttonAtt2.Text = "...";
00287 this.buttonAtt2.UseVisualStyleBackColor = true;
00288 this.buttonAtt2.Click += new System.EventHandler(this.buttonAtt2_Click);
00289
00290
00291
00292 this.textBoxAtt2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00293 | System.Windows.Forms.AnchorStyles.Right)));
00294 this.textBoxAtt2.Location = new System.Drawing.Point(8, 44);
00295 this.textBoxAtt2.Name = "textBoxAtt2";
00296 this.textBoxAtt2.Size = new System.Drawing.Size(383, 20);
00297 this.textBoxAtt2.TabIndex = 2;
00298
00299
00300
00301 this.buttonAtt1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
00302 this.buttonAtt1.Location = new System.Drawing.Point(397, 19);
00303 this.buttonAtt1.Name = "buttonAtt1";
00304 this.buttonAtt1.Size = new System.Drawing.Size(27, 20);
00305 this.buttonAtt1.TabIndex = 1;
00306 this.buttonAtt1.Text = "...";
00307 this.buttonAtt1.UseVisualStyleBackColor = true;
00308 this.buttonAtt1.Click += new System.EventHandler(this.buttonAtt1_Click);
00309
00310
00311
00312 this.textBoxAtt1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00313 | System.Windows.Forms.AnchorStyles.Right)));
00314 this.textBoxAtt1.Location = new System.Drawing.Point(8, 19);
00315 this.textBoxAtt1.Name = "textBoxAtt1";
00316 this.textBoxAtt1.Size = new System.Drawing.Size(383, 20);
00317 this.textBoxAtt1.TabIndex = 0;
00318
00319
00320
00321 this.checkBoxHtml.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
00322 this.checkBoxHtml.AutoSize = true;
00323 this.checkBoxHtml.Location = new System.Drawing.Point(12, 247);
00324 this.checkBoxHtml.Name = "checkBoxHtml";
00325 this.checkBoxHtml.Size = new System.Drawing.Size(170, 17);
00326 this.checkBoxHtml.TabIndex = 13;
00327 this.checkBoxHtml.Text = "Message body is in html format";
00328 this.checkBoxHtml.UseVisualStyleBackColor = true;
00329
00330
00331
00332 this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00333 | System.Windows.Forms.AnchorStyles.Left)
00334 | System.Windows.Forms.AnchorStyles.Right)));
00335 this.groupBox3.Controls.Add(this.textBoxBody);
00336 this.groupBox3.Location = new System.Drawing.Point(6, 143);
00337 this.groupBox3.Name = "groupBox3";
00338 this.groupBox3.Size = new System.Drawing.Size(430, 94);
00339 this.groupBox3.TabIndex = 12;
00340 this.groupBox3.TabStop = false;
00341 this.groupBox3.Text = "Body";
00342
00343
00344
00345 this.textBoxBody.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
00346 | System.Windows.Forms.AnchorStyles.Left)
00347 | System.Windows.Forms.AnchorStyles.Right)));
00348 this.textBoxBody.Location = new System.Drawing.Point(3, 16);
00349 this.textBoxBody.Multiline = true;
00350 this.textBoxBody.Name = "textBoxBody";
00351 this.textBoxBody.Size = new System.Drawing.Size(424, 75);
00352 this.textBoxBody.TabIndex = 0;
00353
00354
00355
00356 this.textBoxSubject.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00357 | System.Windows.Forms.AnchorStyles.Right)));
00358 this.textBoxSubject.Location = new System.Drawing.Point(70, 117);
00359 this.textBoxSubject.Name = "textBoxSubject";
00360 this.textBoxSubject.Size = new System.Drawing.Size(366, 20);
00361 this.textBoxSubject.TabIndex = 11;
00362
00363
00364
00365 this.label9.AutoSize = true;
00366 this.label9.Location = new System.Drawing.Point(21, 120);
00367 this.label9.Name = "label9";
00368 this.label9.Size = new System.Drawing.Size(43, 13);
00369 this.label9.TabIndex = 10;
00370 this.label9.Text = "Subject";
00371
00372
00373
00374 this.textBoxBcc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00375 | System.Windows.Forms.AnchorStyles.Right)));
00376 this.textBoxBcc.Location = new System.Drawing.Point(70, 91);
00377 this.textBoxBcc.Name = "textBoxBcc";
00378 this.textBoxBcc.Size = new System.Drawing.Size(366, 20);
00379 this.textBoxBcc.TabIndex = 9;
00380
00381
00382
00383 this.label8.AutoSize = true;
00384 this.label8.Location = new System.Drawing.Point(36, 94);
00385 this.label8.Name = "label8";
00386 this.label8.Size = new System.Drawing.Size(28, 13);
00387 this.label8.TabIndex = 8;
00388 this.label8.Text = "BCC";
00389
00390
00391
00392 this.textBoxCc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00393 | System.Windows.Forms.AnchorStyles.Right)));
00394 this.textBoxCc.Location = new System.Drawing.Point(70, 65);
00395 this.textBoxCc.Name = "textBoxCc";
00396 this.textBoxCc.Size = new System.Drawing.Size(366, 20);
00397 this.textBoxCc.TabIndex = 7;
00398
00399
00400
00401 this.label7.AutoSize = true;
00402 this.label7.Location = new System.Drawing.Point(43, 68);
00403 this.label7.Name = "label7";
00404 this.label7.Size = new System.Drawing.Size(21, 13);
00405 this.label7.TabIndex = 6;
00406 this.label7.Text = "CC";
00407
00408
00409
00410 this.textBoxTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00411 | System.Windows.Forms.AnchorStyles.Right)));
00412 this.textBoxTo.Location = new System.Drawing.Point(70, 39);
00413 this.textBoxTo.Name = "textBoxTo";
00414 this.textBoxTo.Size = new System.Drawing.Size(366, 20);
00415 this.textBoxTo.TabIndex = 5;
00416
00417
00418
00419 this.label6.AutoSize = true;
00420 this.label6.Location = new System.Drawing.Point(44, 42);
00421 this.label6.Name = "label6";
00422 this.label6.Size = new System.Drawing.Size(20, 13);
00423 this.label6.TabIndex = 4;
00424 this.label6.Text = "To";
00425
00426
00427
00428 this.textBoxFrom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
00429 | System.Windows.Forms.AnchorStyles.Right)));
00430 this.textBoxFrom.Location = new System.Drawing.Point(70, 13);
00431 this.textBoxFrom.Name = "textBoxFrom";
00432 this.textBoxFrom.Size = new System.Drawing.Size(242, 20);
00433 this.textBoxFrom.TabIndex = 3;
00434 this.textBoxFrom.Text = "dummy667@gmail.com";
00435
00436
00437
00438 this.label5.AutoSize = true;
00439 this.label5.Location = new System.Drawing.Point(34, 16);
00440 this.label5.Name = "label5";
00441 this.label5.Size = new System.Drawing.Size(30, 13);
00442 this.label5.TabIndex = 2;
00443 this.label5.Text = "From";
00444
00445
00446
00447 this.openFileDialogAtt.FileName = "openFileDialog1";
00448
00449
00450
00451 this.checkBoxFromFromConf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
00452 this.checkBoxFromFromConf.AutoSize = true;
00453 this.checkBoxFromFromConf.Location = new System.Drawing.Point(318, 15);
00454 this.checkBoxFromFromConf.Name = "checkBoxFromFromConf";
00455 this.checkBoxFromFromConf.Size = new System.Drawing.Size(118, 17);
00456 this.checkBoxFromFromConf.TabIndex = 17;
00457 this.checkBoxFromFromConf.Text = "Read from conf. file";
00458 this.checkBoxFromFromConf.UseVisualStyleBackColor = true;
00459 this.checkBoxFromFromConf.CheckedChanged += new System.EventHandler(this.checkBoxFromFromConf_CheckedChanged);
00460
00461
00462
00463 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00464 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00465 this.ClientSize = new System.Drawing.Size(442, 572);
00466 this.Controls.Add(this.groupBox2);
00467 this.Controls.Add(this.groupBox1);
00468 this.Name = "FormWinMarekMailSystem";
00469 this.Text = "Marek Mail System";
00470 this.groupBox1.ResumeLayout(false);
00471 this.groupBox1.PerformLayout();
00472 this.groupBox2.ResumeLayout(false);
00473 this.groupBox2.PerformLayout();
00474 this.groupBox4.ResumeLayout(false);
00475 this.groupBox4.PerformLayout();
00476 this.groupBox3.ResumeLayout(false);
00477 this.groupBox3.PerformLayout();
00478 this.ResumeLayout(false);
00479
00480 }
00481
00482 #endregion
00483
00484 private System.Windows.Forms.GroupBox groupBox1;
00485 private System.Windows.Forms.GroupBox groupBox2;
00486 private System.Windows.Forms.Label label1;
00487 private System.Windows.Forms.TextBox textBoxPassword;
00488 private System.Windows.Forms.Label label2;
00489 private System.Windows.Forms.TextBox textBoxUserName;
00490 private System.Windows.Forms.TextBox textBoxHost;
00491 private System.Windows.Forms.Label label3;
00492 private System.Windows.Forms.TextBox textBoxPort;
00493 private System.Windows.Forms.Label label4;
00494 private System.Windows.Forms.CheckBox checkBoxSsl;
00495 private System.Windows.Forms.TextBox textBoxCc;
00496 private System.Windows.Forms.Label label7;
00497 private System.Windows.Forms.TextBox textBoxTo;
00498 private System.Windows.Forms.Label label6;
00499 private System.Windows.Forms.TextBox textBoxFrom;
00500 private System.Windows.Forms.Label label5;
00501 private System.Windows.Forms.TextBox textBoxBcc;
00502 private System.Windows.Forms.Label label8;
00503 private System.Windows.Forms.TextBox textBoxSubject;
00504 private System.Windows.Forms.Label label9;
00505 private System.Windows.Forms.GroupBox groupBox3;
00506 private System.Windows.Forms.TextBox textBoxBody;
00507 private System.Windows.Forms.CheckBox checkBoxHtml;
00508 private System.Windows.Forms.OpenFileDialog openFileDialogAtt;
00509 private System.Windows.Forms.GroupBox groupBox4;
00510 private System.Windows.Forms.Button buttonReset;
00511 private System.Windows.Forms.Button buttonAtt1;
00512 private System.Windows.Forms.TextBox textBoxAtt1;
00513 private System.Windows.Forms.Button buttonAtt3;
00514 private System.Windows.Forms.TextBox textBoxAtt3;
00515 private System.Windows.Forms.Button buttonAtt2;
00516 private System.Windows.Forms.TextBox textBoxAtt2;
00517 private System.Windows.Forms.Button buttonSend;
00518 private System.Windows.Forms.CheckBox checkBoxSmtpFromConf;
00519 private System.Windows.Forms.CheckBox checkBoxFromFromConf;
00520 }
00521 }
00522