示例#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.myView = new SIL.FieldWorks.Samples.HelloView.HelloViewView();
     this.SuspendLayout();
     //
     // myView
     //
     this.myView.BackColor = System.Drawing.SystemColors.Window;
     this.myView.ForeColor = System.Drawing.SystemColors.WindowText;
     this.myView.Location  = new System.Drawing.Point(16, 32);
     this.myView.Name      = "myView";
     this.myView.Size      = new System.Drawing.Size(232, 192);
     this.myView.TabIndex  = 0;
     //
     // HelloView
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(292, 273);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.myView
     });
     this.Name = "HelloView";
     this.Text = "HelloView.NET";
     this.ResumeLayout(false);
 }
示例#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.myView = new SIL.FieldWorks.Samples.HelloView.HelloViewView();
			this.SuspendLayout();
			//
			// myView
			//
			this.myView.BackColor = System.Drawing.SystemColors.Window;
			this.myView.ForeColor = System.Drawing.SystemColors.WindowText;
			this.myView.Location = new System.Drawing.Point(16, 32);
			this.myView.Name = "myView";
			this.myView.Size = new System.Drawing.Size(232, 192);
			this.myView.TabIndex = 0;
			//
			// HelloView
			//
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(292, 273);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.myView});
			this.Name = "HelloView";
			this.Text = "HelloView.NET";
			this.ResumeLayout(false);

		}