namespace InputLanguagesSample { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// 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.inputLanguagesList = new System.Windows.Forms.ListBox(); this.listInputLanguagesButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // inputLanguagesList // this.inputLanguagesList.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.inputLanguagesList.FormattingEnabled = true; this.inputLanguagesList.IntegralHeight = false; this.inputLanguagesList.Location = new System.Drawing.Point(13, 13); this.inputLanguagesList.Name = "inputLanguagesList"; this.inputLanguagesList.Size = new System.Drawing.Size(492, 263); this.inputLanguagesList.TabIndex = 0; // // listInputLanguagesButton // this.listInputLanguagesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.listInputLanguagesButton.Location = new System.Drawing.Point(378, 283); this.listInputLanguagesButton.Name = "listInputLanguagesButton"; this.listInputLanguagesButton.Size = new System.Drawing.Size(127, 23); this.listInputLanguagesButton.TabIndex = 1; this.listInputLanguagesButton.Text = "List Input Languages"; this.listInputLanguagesButton.Click += new System.EventHandler(this.listInputLanguagesButton_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(517, 318); this.Controls.Add(this.listInputLanguagesButton); this.Controls.Add(this.inputLanguagesList); this.Name = "MainForm"; this.Text = "Input Languages Sample"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button listInputLanguagesButton; private System.Windows.Forms.ListBox inputLanguagesList; } }