namespace XmdsBattleClientWin32.Func { partial class FormChat { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.textSending = new System.Windows.Forms.TextBox(); this.btnSend = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPageAll = new System.Windows.Forms.TabPage(); this.richTextBoxAll = new System.Windows.Forms.RichTextBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.sendStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.comboChannel = new System.Windows.Forms.ComboBox(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPageAll.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // textSending // this.textSending.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textSending.ImeMode = System.Windows.Forms.ImeMode.On; this.textSending.Location = new System.Drawing.Point(139, 34); this.textSending.Name = "textSending"; this.textSending.Size = new System.Drawing.Size(769, 21); this.textSending.TabIndex = 0; // // btnSend // this.btnSend.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSend.Location = new System.Drawing.Point(914, 32); this.btnSend.Name = "btnSend"; this.btnSend.Size = new System.Drawing.Size(75, 23); this.btnSend.TabIndex = 1; this.btnSend.Text = "Send"; this.btnSend.UseVisualStyleBackColor = true; this.btnSend.Click += new System.EventHandler(this.btnSend_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.tabControl1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.statusStrip1); this.splitContainer1.Panel2.Controls.Add(this.comboChannel); this.splitContainer1.Panel2.Controls.Add(this.btnSend); this.splitContainer1.Panel2.Controls.Add(this.textSending); this.splitContainer1.Size = new System.Drawing.Size(1006, 511); this.splitContainer1.SplitterDistance = 419; this.splitContainer1.TabIndex = 2; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPageAll); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Multiline = true; this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1006, 419); this.tabControl1.TabIndex = 0; // // tabPageAll // this.tabPageAll.Controls.Add(this.richTextBoxAll); this.tabPageAll.Location = new System.Drawing.Point(4, 22); this.tabPageAll.Name = "tabPageAll"; this.tabPageAll.Padding = new System.Windows.Forms.Padding(3); this.tabPageAll.Size = new System.Drawing.Size(998, 393); this.tabPageAll.TabIndex = 0; this.tabPageAll.Text = "全部"; this.tabPageAll.UseVisualStyleBackColor = true; // // richTextBoxAll // this.richTextBoxAll.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBoxAll.Location = new System.Drawing.Point(3, 3); this.richTextBoxAll.Name = "richTextBoxAll"; this.richTextBoxAll.ReadOnly = true; this.richTextBoxAll.Size = new System.Drawing.Size(992, 387); this.richTextBoxAll.TabIndex = 0; this.richTextBoxAll.Text = ""; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.sendStatus}); this.statusStrip1.Location = new System.Drawing.Point(0, 66); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(1006, 22); this.statusStrip1.TabIndex = 3; this.statusStrip1.Text = "statusStrip1"; // // sendStatus // this.sendStatus.Name = "sendStatus"; this.sendStatus.Size = new System.Drawing.Size(23, 17); this.sendStatus.Text = "ok"; // // comboChannel // this.comboChannel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.comboChannel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboChannel.FormattingEnabled = true; this.comboChannel.Location = new System.Drawing.Point(12, 34); this.comboChannel.Name = "comboChannel"; this.comboChannel.Size = new System.Drawing.Size(121, 20); this.comboChannel.TabIndex = 2; // // FormChat // this.AcceptButton = this.btnSend; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1006, 511); this.Controls.Add(this.splitContainer1); this.Name = "FormChat"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FormChat"; 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.tabControl1.ResumeLayout(false); this.tabPageAll.ResumeLayout(false); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnSend; private System.Windows.Forms.TextBox textSending; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.ComboBox comboChannel; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPageAll; private System.Windows.Forms.RichTextBox richTextBoxAll; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel sendStatus; } }