namespace PAFAXClient { partial class Form1 { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Windows Form-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.bAddRecv = new System.Windows.Forms.Button(); this.tbReceiver = new System.Windows.Forms.TextBox(); this.lbReceiver = new System.Windows.Forms.ListBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.tbSource = new System.Windows.Forms.TextBox(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.groupBox1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tbSource); this.splitContainer1.Panel2.Controls.Add(this.groupBox2); this.splitContainer1.Size = new System.Drawing.Size(1043, 632); this.splitContainer1.SplitterDistance = 340; this.splitContainer1.TabIndex = 1; // // groupBox1 // this.groupBox1.Controls.Add(this.bAddRecv); this.groupBox1.Controls.Add(this.tbReceiver); this.groupBox1.Controls.Add(this.lbReceiver); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(340, 632); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Empfänger"; // // bAddRecv // this.bAddRecv.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.bAddRecv.Location = new System.Drawing.Point(240, 17); this.bAddRecv.Name = "bAddRecv"; this.bAddRecv.Size = new System.Drawing.Size(94, 23); this.bAddRecv.TabIndex = 2; this.bAddRecv.Text = "hinzufügen"; this.bAddRecv.UseVisualStyleBackColor = true; this.bAddRecv.Click += new System.EventHandler(this.bAddRecv_Click); // // tbReceiver // this.tbReceiver.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbReceiver.Location = new System.Drawing.Point(6, 19); this.tbReceiver.Name = "tbReceiver"; this.tbReceiver.Size = new System.Drawing.Size(228, 20); this.tbReceiver.TabIndex = 1; this.tbReceiver.TextChanged += new System.EventHandler(this.tbReceiver_TextChanged); this.tbReceiver.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tbReceiver_KeyUp); // // lbReceiver // this.lbReceiver.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lbReceiver.FormattingEnabled = true; this.lbReceiver.Location = new System.Drawing.Point(6, 45); this.lbReceiver.Name = "lbReceiver"; this.lbReceiver.Size = new System.Drawing.Size(328, 576); this.lbReceiver.TabIndex = 0; // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.button1); this.groupBox2.Controls.Add(this.textBox1); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Location = new System.Drawing.Point(3, 3); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(684, 197); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "Druckjob"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 13); this.label1.TabIndex = 0; this.label1.Text = "Job Bezeichnung"; // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.Location = new System.Drawing.Point(121, 21); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(557, 20); this.textBox1.TabIndex = 1; // // tbSource // this.tbSource.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tbSource.Location = new System.Drawing.Point(3, 206); this.tbSource.Multiline = true; this.tbSource.Name = "tbSource"; this.tbSource.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.tbSource.Size = new System.Drawing.Size(684, 414); this.tbSource.TabIndex = 2; // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // button1 // this.button1.Location = new System.Drawing.Point(603, 168); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 2; this.button1.Text = "button1"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1043, 632); this.Controls.Add(this.splitContainer1); this.DoubleBuffered = true; this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "PAFax Client - FAX senden..."; this.Shown += new System.EventHandler(this.Form1_Shown); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button bAddRecv; private System.Windows.Forms.TextBox tbReceiver; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; public System.Windows.Forms.TextBox tbSource; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Button button1; public System.Windows.Forms.ListBox lbReceiver; } }