Initial commit – alle alten Commits entfernt
This commit is contained in:
235
MailSend_Lesebestätigung/Form1.Designer.cs
generated
Normal file
235
MailSend_Lesebestätigung/Form1.Designer.cs
generated
Normal file
@@ -0,0 +1,235 @@
|
||||
|
||||
namespace MailSend_Lesebestätigung
|
||||
{
|
||||
partial class Form1
|
||||
{
|
||||
/// <summary>
|
||||
/// Erforderliche Designervariable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Verwendete Ressourcen bereinigen.
|
||||
/// </summary>
|
||||
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Vom Windows Form-Designer generierter Code
|
||||
|
||||
/// <summary>
|
||||
/// Erforderliche Methode für die Designerunterstützung.
|
||||
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.abtnShowMails = new System.Windows.Forms.AnimationButton();
|
||||
this.listViewEx1 = new System.Windows.Forms.ListViewEx();
|
||||
this.lADload = new System.Windows.Forms.Label();
|
||||
this.abtnAD = new System.Windows.Forms.AnimationButton();
|
||||
this.abtnSend = new System.Windows.Forms.AnimationButton();
|
||||
this.abtnPath = new System.Windows.Forms.AnimationButton();
|
||||
this.abtnHelp = new System.Windows.Forms.AnimationButton();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
//
|
||||
this.tableLayoutPanel1.ColumnCount = 5;
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
|
||||
this.tableLayoutPanel1.Controls.Add(this.abtnShowMails, 1, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.listViewEx1, 0, 1);
|
||||
this.tableLayoutPanel1.Controls.Add(this.lADload, 2, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.abtnAD, 0, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.abtnSend, 3, 2);
|
||||
this.tableLayoutPanel1.Controls.Add(this.abtnPath, 3, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.abtnHelp, 4, 0);
|
||||
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(10, 39);
|
||||
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 3;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 49F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 62F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(1047, 505);
|
||||
this.tableLayoutPanel1.TabIndex = 3;
|
||||
//
|
||||
// abtnShowMails
|
||||
//
|
||||
this.abtnShowMails.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||||
this.abtnShowMails.AutoSizeWidth = false;
|
||||
this.abtnShowMails.Image = null;
|
||||
this.abtnShowMails.ImageAutoSize = System.Windows.Forms.ImageAutoSizeDirection.Manual;
|
||||
this.abtnShowMails.ImageBackColor = System.Drawing.Color.Empty;
|
||||
this.abtnShowMails.ImageBounds = new System.Drawing.Rectangle(0, 0, 0, 0);
|
||||
this.abtnShowMails.ImageMargin = 3;
|
||||
this.abtnShowMails.ImagePadding = 0;
|
||||
this.abtnShowMails.Location = new System.Drawing.Point(206, 4);
|
||||
this.abtnShowMails.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.abtnShowMails.Name = "abtnShowMails";
|
||||
this.abtnShowMails.Size = new System.Drawing.Size(188, 41);
|
||||
this.abtnShowMails.TabIndex = 7;
|
||||
this.abtnShowMails.Text = "Zeige Serienbriefe";
|
||||
this.abtnShowMails.TextBounds = new System.Drawing.Rectangle(2, 2, 184, 37);
|
||||
this.abtnShowMails.ToolTipText = "";
|
||||
this.abtnShowMails.Click += new System.EventHandler(this.abtnShowMails_Click);
|
||||
//
|
||||
// listViewEx1
|
||||
//
|
||||
this.listViewEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.listViewEx1.ColumnFont = new System.Drawing.Font("Segoe UI", 9F);
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.listViewEx1, 5);
|
||||
this.listViewEx1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.listViewEx1.DrawHeaderColors = true;
|
||||
this.listViewEx1.FullRowSelect = true;
|
||||
this.listViewEx1.GridLines = true;
|
||||
this.listViewEx1.HideSelection = false;
|
||||
this.listViewEx1.ItemLeftPadding = 5;
|
||||
this.listViewEx1.Location = new System.Drawing.Point(0, 49);
|
||||
this.listViewEx1.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.listViewEx1.Name = "listViewEx1";
|
||||
this.listViewEx1.OwnerDraw = true;
|
||||
this.listViewEx1.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
|
||||
this.listViewEx1.SelectionLine = false;
|
||||
this.listViewEx1.Size = new System.Drawing.Size(1047, 394);
|
||||
this.listViewEx1.TabIndex = 2;
|
||||
this.listViewEx1.UseCompatibleStateImageBehavior = false;
|
||||
this.listViewEx1.View = System.Windows.Forms.View.Details;
|
||||
//
|
||||
// lADload
|
||||
//
|
||||
this.lADload.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
||||
this.lADload.AutoSize = true;
|
||||
this.lADload.Location = new System.Drawing.Point(404, 16);
|
||||
this.lADload.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.lADload.Name = "lADload";
|
||||
this.lADload.Size = new System.Drawing.Size(42, 16);
|
||||
this.lADload.TabIndex = 4;
|
||||
this.lADload.Text = "Bereit";
|
||||
//
|
||||
// abtnAD
|
||||
//
|
||||
this.abtnAD.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||||
this.abtnAD.AutoSizeWidth = false;
|
||||
this.abtnAD.Image = null;
|
||||
this.abtnAD.ImageAutoSize = System.Windows.Forms.ImageAutoSizeDirection.Manual;
|
||||
this.abtnAD.ImageBackColor = System.Drawing.Color.Empty;
|
||||
this.abtnAD.ImageBounds = new System.Drawing.Rectangle(0, 0, 0, 0);
|
||||
this.abtnAD.ImageMargin = 3;
|
||||
this.abtnAD.ImagePadding = 0;
|
||||
this.abtnAD.Location = new System.Drawing.Point(4, 4);
|
||||
this.abtnAD.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.abtnAD.Name = "abtnAD";
|
||||
this.abtnAD.Size = new System.Drawing.Size(192, 41);
|
||||
this.abtnAD.TabIndex = 3;
|
||||
this.abtnAD.Text = "AD auslesen";
|
||||
this.abtnAD.TextBounds = new System.Drawing.Rectangle(2, 2, 188, 37);
|
||||
this.abtnAD.ToolTipText = "";
|
||||
this.abtnAD.Click += new System.EventHandler(this.abtnAD_Click);
|
||||
//
|
||||
// abtnSend
|
||||
//
|
||||
this.abtnSend.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
||||
this.abtnSend.AutoSizeWidth = false;
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.abtnSend, 2);
|
||||
this.abtnSend.Image = null;
|
||||
this.abtnSend.ImageAutoSize = System.Windows.Forms.ImageAutoSizeDirection.Manual;
|
||||
this.abtnSend.ImageBackColor = System.Drawing.Color.Empty;
|
||||
this.abtnSend.ImageBounds = new System.Drawing.Rectangle(0, 0, 0, 0);
|
||||
this.abtnSend.ImageMargin = 3;
|
||||
this.abtnSend.ImagePadding = 0;
|
||||
this.abtnSend.Location = new System.Drawing.Point(916, 452);
|
||||
this.abtnSend.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.abtnSend.Name = "abtnSend";
|
||||
this.abtnSend.Size = new System.Drawing.Size(127, 43);
|
||||
this.abtnSend.TabIndex = 1;
|
||||
this.abtnSend.Text = "Versenden";
|
||||
this.abtnSend.TextBounds = new System.Drawing.Rectangle(2, 2, 123, 39);
|
||||
this.abtnSend.ToolTipText = "";
|
||||
this.abtnSend.Click += new System.EventHandler(this.animationButton1_Click);
|
||||
//
|
||||
// abtnPath
|
||||
//
|
||||
this.abtnPath.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||||
this.abtnPath.AutoSizeWidth = false;
|
||||
this.abtnPath.Image = null;
|
||||
this.abtnPath.ImageAutoSize = System.Windows.Forms.ImageAutoSizeDirection.Manual;
|
||||
this.abtnPath.ImageBackColor = System.Drawing.Color.Empty;
|
||||
this.abtnPath.ImageBounds = new System.Drawing.Rectangle(0, 0, 0, 0);
|
||||
this.abtnPath.ImageMargin = 3;
|
||||
this.abtnPath.ImagePadding = 0;
|
||||
this.abtnPath.Location = new System.Drawing.Point(657, 4);
|
||||
this.abtnPath.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.abtnPath.Name = "abtnPath";
|
||||
this.abtnPath.Size = new System.Drawing.Size(180, 41);
|
||||
this.abtnPath.TabIndex = 5;
|
||||
this.abtnPath.Text = "Öffne Serienbriefe im Explorer";
|
||||
this.abtnPath.TextBounds = new System.Drawing.Rectangle(2, 2, 176, 37);
|
||||
this.abtnPath.ToolTipText = "";
|
||||
this.abtnPath.WordWrap = true;
|
||||
this.abtnPath.Click += new System.EventHandler(this.abtnPath_Click);
|
||||
//
|
||||
// abtnHelp
|
||||
//
|
||||
this.abtnHelp.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||||
this.abtnHelp.AutoSizeWidth = false;
|
||||
this.abtnHelp.Image = null;
|
||||
this.abtnHelp.ImageAutoSize = System.Windows.Forms.ImageAutoSizeDirection.Manual;
|
||||
this.abtnHelp.ImageBackColor = System.Drawing.Color.Empty;
|
||||
this.abtnHelp.ImageBounds = new System.Drawing.Rectangle(0, 0, 0, 0);
|
||||
this.abtnHelp.ImageMargin = 3;
|
||||
this.abtnHelp.ImagePadding = 0;
|
||||
this.abtnHelp.Location = new System.Drawing.Point(855, 4);
|
||||
this.abtnHelp.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.abtnHelp.Name = "abtnHelp";
|
||||
this.abtnHelp.Size = new System.Drawing.Size(184, 41);
|
||||
this.abtnHelp.TabIndex = 6;
|
||||
this.abtnHelp.Text = "Bedienungsanleitung";
|
||||
this.abtnHelp.TextBounds = new System.Drawing.Rectangle(2, 2, 180, 37);
|
||||
this.abtnHelp.ToolTipText = "";
|
||||
this.abtnHelp.Click += new System.EventHandler(this.abtnHelp_Click);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1067, 554);
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
||||
this.Name = "Form1";
|
||||
this.Padding = new System.Windows.Forms.Padding(10, 39, 10, 10);
|
||||
this.RegionBounds = new System.Drawing.Rectangle(19, 19, 1067, 554);
|
||||
this.Text = "Form1";
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
this.tableLayoutPanel1.PerformLayout();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.AnimationButton abtnSend;
|
||||
private System.Windows.Forms.ListViewEx listViewEx1;
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||||
private System.Windows.Forms.AnimationButton abtnAD;
|
||||
private System.Windows.Forms.Label lADload;
|
||||
private System.Windows.Forms.AnimationButton abtnPath;
|
||||
private System.Windows.Forms.AnimationButton abtnHelp;
|
||||
private System.Windows.Forms.AnimationButton abtnShowMails;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user