namespace OnDoc.Diverses { partial class frmMail { /// /// 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.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtbetreff = new System.Windows.Forms.TextBox(); this.cbboxEmpfaenger = new Syncfusion.WinForms.ListView.SfComboBox(); this.btncancel = new System.Windows.Forms.Button(); this.btnsend = new System.Windows.Forms.Button(); this.miniHTMLTextBox1 = new DG.MiniHTMLTextBox.MiniHTMLTextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtemail = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.cbboxEmpfaenger)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 13); this.label1.TabIndex = 0; this.label1.Text = "Empfänger"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(16, 72); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(38, 13); this.label2.TabIndex = 1; this.label2.Text = "Betreff"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(16, 111); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(33, 13); this.label3.TabIndex = 2; this.label3.Text = "Inhalt"; // // txtbetreff // this.txtbetreff.Location = new System.Drawing.Point(97, 72); this.txtbetreff.Name = "txtbetreff"; this.txtbetreff.Size = new System.Drawing.Size(806, 20); this.txtbetreff.TabIndex = 3; // // cbboxEmpfaenger // this.cbboxEmpfaenger.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest; this.cbboxEmpfaenger.DropDownPosition = Syncfusion.WinForms.Core.Enums.PopupRelativeAlignment.Center; this.cbboxEmpfaenger.Location = new System.Drawing.Point(97, 33); this.cbboxEmpfaenger.Name = "cbboxEmpfaenger"; this.cbboxEmpfaenger.Size = new System.Drawing.Size(287, 19); this.cbboxEmpfaenger.Style.DropDownStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100))))); this.cbboxEmpfaenger.Style.TokenStyle.CloseButtonBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.cbboxEmpfaenger.TabIndex = 12; this.cbboxEmpfaenger.TabStop = false; this.cbboxEmpfaenger.SelectedIndexChanged += new System.EventHandler(this.cbboxEmpfaenger_SelectedIndexChanged); // // btncancel // this.btncancel.Location = new System.Drawing.Point(12, 378); this.btncancel.Name = "btncancel"; this.btncancel.Size = new System.Drawing.Size(171, 23); this.btncancel.TabIndex = 21; this.btncancel.Text = "Abbrechen"; this.btncancel.UseVisualStyleBackColor = true; this.btncancel.Click += new System.EventHandler(this.btncancel_Click); // // btnsend // this.btnsend.Enabled = false; this.btnsend.Location = new System.Drawing.Point(732, 378); this.btnsend.Name = "btnsend"; this.btnsend.Size = new System.Drawing.Size(171, 23); this.btnsend.TabIndex = 20; this.btnsend.Text = "Senden"; this.btnsend.UseVisualStyleBackColor = true; this.btnsend.Click += new System.EventHandler(this.btntoapproval_Click); // // miniHTMLTextBox1 // this.miniHTMLTextBox1.IllegalPatterns = new string[] { "", "<\\w+\\s+.*?(j|java|vb|ecma)script:.*?>", "<\\w+(\\s+|\\s+.*?\\s+)on\\w+\\s*=.+?>", ""}; this.miniHTMLTextBox1.Location = new System.Drawing.Point(97, 122); this.miniHTMLTextBox1.Name = "miniHTMLTextBox1"; this.miniHTMLTextBox1.Padding = new System.Windows.Forms.Padding(1); this.miniHTMLTextBox1.ShowToolbar = true; this.miniHTMLTextBox1.Size = new System.Drawing.Size(806, 226); this.miniHTMLTextBox1.TabIndex = 22; this.miniHTMLTextBox1.Text = "miniHTMLTextBox1"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(407, 35); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(39, 13); this.label4.TabIndex = 23; this.label4.Text = "E-Mail:"; // // txtemail // this.txtemail.Location = new System.Drawing.Point(452, 33); this.txtemail.Name = "txtemail"; this.txtemail.Size = new System.Drawing.Size(451, 20); this.txtemail.TabIndex = 24; this.txtemail.Leave += new System.EventHandler(this.txtemail_Leave); // // frmMail // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(931, 416); this.Controls.Add(this.txtemail); this.Controls.Add(this.label4); this.Controls.Add(this.miniHTMLTextBox1); this.Controls.Add(this.btncancel); this.Controls.Add(this.btnsend); this.Controls.Add(this.cbboxEmpfaenger); this.Controls.Add(this.txtbetreff); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "frmMail"; this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center; this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center; this.Text = "Mail-Versand"; this.Load += new System.EventHandler(this.frmMail_Load); ((System.ComponentModel.ISupportInitialize)(this.cbboxEmpfaenger)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtbetreff; private Syncfusion.WinForms.ListView.SfComboBox cbboxEmpfaenger; private System.Windows.Forms.Button btncancel; private System.Windows.Forms.Button btnsend; private DG.MiniHTMLTextBox.MiniHTMLTextBox miniHTMLTextBox1; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtemail; } }