Inheritance: System.Windows.Forms.Panel
コード例 #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.status   = new System.Windows.Forms.Label();
     this.palPanel = new PckView.PalPanel();
     this.SuspendLayout();
     //
     // status
     //
     this.status.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.status.Dock        = System.Windows.Forms.DockStyle.Bottom;
     this.status.Location    = new System.Drawing.Point(0, 237);
     this.status.Name        = "status";
     this.status.Size        = new System.Drawing.Size(292, 16);
     this.status.TabIndex    = 0;
     //
     // palPanel
     //
     this.palPanel.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.palPanel.Name                 = "palPanel";
     this.palPanel.Size                 = new System.Drawing.Size(292, 237);
     this.palPanel.TabIndex             = 0;
     this.palPanel.PaletteIndexChanged += new PckView.PaletteClickDelegate(this.palClick);
     //
     // PalView
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(292, 253);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.palPanel,
         this.status
     });
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "PalView";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "PalView";
     this.ResumeLayout(false);
 }
コード例 #2
0
ファイル: PalView.cs プロジェクト: pmprog/OpenXCOM.Tools
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.status = new System.Windows.Forms.Label();
			this.palPanel = new PckView.PalPanel();
			this.SuspendLayout();
			// 
			// status
			// 
			this.status.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.status.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.status.Location = new System.Drawing.Point(0, 237);
			this.status.Name = "status";
			this.status.Size = new System.Drawing.Size(292, 16);
			this.status.TabIndex = 0;
			// 
			// palPanel
			// 
			this.palPanel.Dock = System.Windows.Forms.DockStyle.Fill;
			this.palPanel.Name = "palPanel";
			this.palPanel.Size = new System.Drawing.Size(292, 237);
			this.palPanel.TabIndex = 0;
			this.palPanel.PaletteIndexChanged += new PckView.PaletteClickDelegate(this.palClick);
			// 
			// PalView
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(292, 253);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.palPanel,
																		  this.status});
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "PalView";
			this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
			this.Text = "PalView";
			this.ResumeLayout(false);

		}