コード例 #1
0
ファイル: Command.cs プロジェクト: 628426/Strive.NET
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.Input = new Strive.Client.WinForms.Windows.Controls.CommandInput();
     this.SuspendLayout();
     //
     // Input
     //
     this.Input.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                          | System.Windows.Forms.AnchorStyles.Right);
     this.Input.Name     = "Input";
     this.Input.Size     = new System.Drawing.Size(688, 28);
     this.Input.TabIndex = 0;
     //
     // Command
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(688, 273);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.Input
     });
     this.Name = "Command";
     this.Text = "Command";
     this.ResumeLayout(false);
 }
コード例 #2
0
ファイル: Command.cs プロジェクト: 628426/Strive.NET
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.Input = new Strive.Client.WinForms.Windows.Controls.CommandInput();
			this.SuspendLayout();
			// 
			// Input
			// 
			this.Input.Anchor = ((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right);
			this.Input.Name = "Input";
			this.Input.Size = new System.Drawing.Size(688, 28);
			this.Input.TabIndex = 0;
			// 
			// Command
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(688, 273);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.Input});
			this.Name = "Command";
			this.Text = "Command";
			this.ResumeLayout(false);

		}