namespace Xarial.XCad.Examples.PMPage.CSharp.Controls { partial class WinFormsUserControl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lblMsg = new System.Windows.Forms.Label(); this.pnlMain = new System.Windows.Forms.TableLayoutPanel(); this.pnlMain.SuspendLayout(); this.SuspendLayout(); // // lblMsg // this.lblMsg.Anchor = System.Windows.Forms.AnchorStyles.None; this.lblMsg.AutoSize = true; this.lblMsg.Location = new System.Drawing.Point(21, 59); this.lblMsg.Name = "lblMsg"; this.lblMsg.Size = new System.Drawing.Size(107, 32); this.lblMsg.TabIndex = 0; this.lblMsg.Text = "Windows Forms Control"; this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblMsg.Click += new System.EventHandler(this.OnClick); // // pnlMain // this.pnlMain.BackColor = System.Drawing.SystemColors.ActiveCaption; this.pnlMain.ColumnCount = 1; this.pnlMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.pnlMain.Controls.Add(this.lblMsg, 0, 0); this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlMain.Location = new System.Drawing.Point(0, 0); this.pnlMain.Name = "pnlMain"; this.pnlMain.RowCount = 1; this.pnlMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.pnlMain.Size = new System.Drawing.Size(150, 150); this.pnlMain.TabIndex = 1; // // WinFormsUserControl // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.pnlMain); this.Name = "WinFormsUserControl"; this.pnlMain.ResumeLayout(false); this.pnlMain.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblMsg; private System.Windows.Forms.TableLayoutPanel pnlMain; } }