Ejemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ChatOutput = new Strive.Client.WinForms.Windows.Controls.RichScrollBox();
     this.ChatInput  = new System.Windows.Forms.RichTextBox();
     this.Send       = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // ChatOutput
     //
     this.ChatOutput.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                | System.Windows.Forms.AnchorStyles.Left)
                               | System.Windows.Forms.AnchorStyles.Right);
     this.ChatOutput.ImeMode           = System.Windows.Forms.ImeMode.NoControl;
     this.ChatOutput.IsBottomPreferred = true;
     this.ChatOutput.Name       = "ChatOutput";
     this.ChatOutput.ReadOnly   = true;
     this.ChatOutput.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
     this.ChatOutput.Size       = new System.Drawing.Size(648, 184);
     this.ChatOutput.TabIndex   = 0;
     this.ChatOutput.Text       = "";
     //
     // ChatInput
     //
     this.ChatInput.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                              | System.Windows.Forms.AnchorStyles.Right);
     this.ChatInput.Location  = new System.Drawing.Point(0, 184);
     this.ChatInput.Multiline = false;
     this.ChatInput.Name      = "ChatInput";
     this.ChatInput.Size      = new System.Drawing.Size(600, 23);
     this.ChatInput.TabIndex  = 1;
     this.ChatInput.Text      = "";
     //
     // Send
     //
     this.Send.Anchor    = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
     this.Send.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.Send.Location  = new System.Drawing.Point(608, 184);
     this.Send.Name      = "Send";
     this.Send.Size      = new System.Drawing.Size(40, 23);
     this.Send.TabIndex  = 2;
     this.Send.Text      = "Send";
     this.Send.Click    += new System.EventHandler(this.Send_Click);
     //
     // Chat
     //
     this.AcceptButton      = this.Send;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(648, 221);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.Send,
         this.ChatInput,
         this.ChatOutput
     });
     this.Name   = "Chat";
     this.Text   = "Chat";
     this.Enter += new System.EventHandler(this.Chat_Enter);
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.ChatOutput = new Strive.Client.WinForms.Windows.Controls.RichScrollBox();
			this.ChatInput = new System.Windows.Forms.RichTextBox();
			this.Send = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// ChatOutput
			// 
			this.ChatOutput.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right);
			this.ChatOutput.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.ChatOutput.IsBottomPreferred = true;
			this.ChatOutput.Name = "ChatOutput";
			this.ChatOutput.ReadOnly = true;
			this.ChatOutput.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
			this.ChatOutput.Size = new System.Drawing.Size(648, 184);
			this.ChatOutput.TabIndex = 0;
			this.ChatOutput.Text = "";
			// 
			// ChatInput
			// 
			this.ChatInput.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right);
			this.ChatInput.Location = new System.Drawing.Point(0, 184);
			this.ChatInput.Multiline = false;
			this.ChatInput.Name = "ChatInput";
			this.ChatInput.Size = new System.Drawing.Size(600, 23);
			this.ChatInput.TabIndex = 1;
			this.ChatInput.Text = "";
			// 
			// Send
			// 
			this.Send.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right);
			this.Send.FlatStyle = System.Windows.Forms.FlatStyle.System;
			this.Send.Location = new System.Drawing.Point(608, 184);
			this.Send.Name = "Send";
			this.Send.Size = new System.Drawing.Size(40, 23);
			this.Send.TabIndex = 2;
			this.Send.Text = "Send";
			this.Send.Click += new System.EventHandler(this.Send_Click);
			// 
			// Chat
			// 
			this.AcceptButton = this.Send;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(648, 221);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.Send,
																		  this.ChatInput,
																		  this.ChatOutput});
			this.Name = "Chat";
			this.Text = "Chat";
			this.Enter += new System.EventHandler(this.Chat_Enter);
			this.ResumeLayout(false);

		}