namespace SwAddInExample { partial class WinForm { /// /// 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 Windows Form 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.SuspendLayout(); // // lblMsg // this.lblMsg.AutoSize = true; this.lblMsg.Location = new System.Drawing.Point(199, 122); this.lblMsg.Name = "lblMsg"; this.lblMsg.Size = new System.Drawing.Size(100, 17); this.lblMsg.TabIndex = 0; this.lblMsg.Text = "Windows Form"; // // WinForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(523, 289); this.Controls.Add(this.lblMsg); this.Name = "WinForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "WinForm"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblMsg; } }