/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.rtSend = new System.Windows.Forms.RichTextBox(); this.splitter1 = new System.Windows.Forms.Splitter(); this.rtDebug = new muzzle.BottomScrollRichText(); this.SuspendLayout(); // // rtSend // this.rtSend.Dock = System.Windows.Forms.DockStyle.Bottom; this.rtSend.Location = new System.Drawing.Point(0, 110); this.rtSend.Name = "rtSend"; this.rtSend.Size = new System.Drawing.Size(150, 40); this.rtSend.TabIndex = 0; this.rtSend.Text = ""; this.rtSend.KeyUp += new System.Windows.Forms.KeyEventHandler(this.rtSend_KeyUp); // // splitter1 // this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom; this.splitter1.Location = new System.Drawing.Point(0, 107); this.splitter1.Name = "splitter1"; this.splitter1.Size = new System.Drawing.Size(150, 3); this.splitter1.TabIndex = 1; this.splitter1.TabStop = false; // // rtDebug // this.rtDebug.BackColor = System.Drawing.SystemColors.Window; this.rtDebug.Dock = System.Windows.Forms.DockStyle.Fill; this.rtDebug.Location = new System.Drawing.Point(0, 0); this.rtDebug.Name = "rtDebug"; this.rtDebug.ReadOnly = true; this.rtDebug.Size = new System.Drawing.Size(150, 107); this.rtDebug.TabIndex = 2; this.rtDebug.Text = ""; this.rtDebug.KeyUp += new System.Windows.Forms.KeyEventHandler(this.rtDebug_KeyUp); // // XmppDebugger // this.Controls.Add(this.rtDebug); this.Controls.Add(this.splitter1); this.Controls.Add(this.rtSend); this.Name = "XmppDebugger"; this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.XmppDebugger_KeyUp); this.ResumeLayout(false); }