namespace Xarial.XCad.Documentation.Extension.Panels { partial class WinFormControl { /// /// 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.tlpMain = new System.Windows.Forms.TableLayoutPanel(); this.lblMessage = new System.Windows.Forms.Label(); this.tlpMain.SuspendLayout(); this.SuspendLayout(); // // tlpMain // this.tlpMain.ColumnCount = 1; this.tlpMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tlpMain.Controls.Add(this.lblMessage, 0, 0); this.tlpMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tlpMain.Location = new System.Drawing.Point(0, 0); this.tlpMain.Name = "tlpMain"; this.tlpMain.RowCount = 1; this.tlpMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tlpMain.Size = new System.Drawing.Size(150, 150); this.tlpMain.TabIndex = 3; // // lblMessage // this.lblMessage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblMessage.Location = new System.Drawing.Point(3, 0); this.lblMessage.Name = "lblMessage"; this.lblMessage.Size = new System.Drawing.Size(144, 150); this.lblMessage.TabIndex = 0; this.lblMessage.Text = "WinForms User Control"; this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // WinFormControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ActiveCaption; this.Controls.Add(this.tlpMain); this.Name = "WinFormControl"; this.tlpMain.ResumeLayout(false); this.ResumeLayout(false); } #endregion internal System.Windows.Forms.TableLayoutPanel tlpMain; internal System.Windows.Forms.Label lblMessage; } }