namespace TIProDevExtension { partial class ScalingTest { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScalingTest)); this.openFormsListBox = new System.Windows.Forms.ListBox(); this.refreshListButton = new System.Windows.Forms.Button(); this.newWidthTextBox = new System.Windows.Forms.TextBox(); this.newHeightTextBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.formScaleButton = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.performAutoScaleButton = new System.Windows.Forms.Button(); this.autoScaleModeComboBox = new System.Windows.Forms.ComboBox(); this.fontSizeTextBox = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.setFontSizeButton = new System.Windows.Forms.Button(); this.newFormButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // openFormsListBox // this.openFormsListBox.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.openFormsListBox.FormattingEnabled = true; this.openFormsListBox.ItemHeight = 29; this.openFormsListBox.Location = new System.Drawing.Point(28, 28); this.openFormsListBox.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7); this.openFormsListBox.Name = "openFormsListBox"; this.openFormsListBox.Size = new System.Drawing.Size(870, 410); this.openFormsListBox.TabIndex = 0; this.openFormsListBox.SelectedValueChanged += new System.EventHandler(this.openForsListBox_SelectedValueChanged); // // refreshListButton // this.refreshListButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.refreshListButton.Location = new System.Drawing.Point(28, 689); this.refreshListButton.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7); this.refreshListButton.Name = "refreshListButton"; this.refreshListButton.Size = new System.Drawing.Size(175, 53); this.refreshListButton.TabIndex = 1; this.refreshListButton.Text = "Refresh List"; this.refreshListButton.UseVisualStyleBackColor = true; this.refreshListButton.Click += new System.EventHandler(this.refreshListButton_Click); // // newWidthTextBox // this.newWidthTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.newWidthTextBox.Location = new System.Drawing.Point(154, 503); this.newWidthTextBox.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7); this.newWidthTextBox.Name = "newWidthTextBox"; this.newWidthTextBox.Size = new System.Drawing.Size(86, 35); this.newWidthTextBox.TabIndex = 6; this.newWidthTextBox.Text = "1.0"; this.newWidthTextBox.TextChanged += new System.EventHandler(this.NewSizeChanged); // // newHeightTextBox // this.newHeightTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.newHeightTextBox.Location = new System.Drawing.Point(392, 503); this.newHeightTextBox.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7); this.newHeightTextBox.Name = "newHeightTextBox"; this.newHeightTextBox.Size = new System.Drawing.Size(86, 35); this.newHeightTextBox.TabIndex = 7; this.newHeightTextBox.Text = "1.0"; this.newHeightTextBox.TextChanged += new System.EventHandler(this.NewSizeChanged); // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(28, 510); this.label3.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(104, 29); this.label3.TabIndex = 8; this.label3.Text = "Width *="; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(259, 510); this.label4.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(113, 29); this.label4.TabIndex = 9; this.label4.Text = "Height *="; // // formScaleButton // this.formScaleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.formScaleButton.Location = new System.Drawing.Point(497, 499); this.formScaleButton.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7); this.formScaleButton.Name = "formScaleButton"; this.formScaleButton.Size = new System.Drawing.Size(170, 53); this.formScaleButton.TabIndex = 10; this.formScaleButton.Text = "form.Scale()"; this.formScaleButton.UseVisualStyleBackColor = true; this.formScaleButton.Click += new System.EventHandler(this.updateThisWindowButton_Click); // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(28, 571); this.label5.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(190, 29); this.label5.TabIndex = 11; this.label5.Text = "AutoScaleMode:"; // // performAutoScaleButton // this.performAutoScaleButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.performAutoScaleButton.Location = new System.Drawing.Point(509, 689); this.performAutoScaleButton.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7); this.performAutoScaleButton.Name = "performAutoScaleButton"; this.performAutoScaleButton.Size = new System.Drawing.Size(259, 53); this.performAutoScaleButton.TabIndex = 13; this.performAutoScaleButton.Text = "Perform Auto Scale"; this.performAutoScaleButton.UseVisualStyleBackColor = true; this.performAutoScaleButton.Click += new System.EventHandler(this.performAutoScaleButton_Click); // // autoScaleModeComboBox // this.autoScaleModeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.autoScaleModeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.autoScaleModeComboBox.FormattingEnabled = true; this.autoScaleModeComboBox.Location = new System.Drawing.Point(243, 564); this.autoScaleModeComboBox.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7); this.autoScaleModeComboBox.Name = "autoScaleModeComboBox"; this.autoScaleModeComboBox.Size = new System.Drawing.Size(277, 37); this.autoScaleModeComboBox.TabIndex = 14; this.autoScaleModeComboBox.SelectedIndexChanged += new System.EventHandler(this.autoScaleModeComboBox_SelectedIndexChanged); // // fontSizeTextBox // this.fontSizeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.fontSizeTextBox.Location = new System.Drawing.Point(168, 629); this.fontSizeTextBox.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7); this.fontSizeTextBox.Name = "fontSizeTextBox"; this.fontSizeTextBox.Size = new System.Drawing.Size(228, 35); this.fontSizeTextBox.TabIndex = 15; this.fontSizeTextBox.TextChanged += new System.EventHandler(this.fontSizeTextBox_TextChanged); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(28, 636); this.label1.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(120, 29); this.label1.TabIndex = 16; this.label1.Text = "Font Size:"; // // setFontSizeButton // this.setFontSizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.setFontSizeButton.Location = new System.Drawing.Point(415, 626); this.setFontSizeButton.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7); this.setFontSizeButton.Name = "setFontSizeButton"; this.setFontSizeButton.Size = new System.Drawing.Size(84, 53); this.setFontSizeButton.TabIndex = 17; this.setFontSizeButton.Text = "Set"; this.setFontSizeButton.UseVisualStyleBackColor = true; this.setFontSizeButton.Click += new System.EventHandler(this.setFontSizeButton_Click); // // newFormButton // this.newFormButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.newFormButton.Location = new System.Drawing.Point(603, 602); this.newFormButton.Name = "newFormButton"; this.newFormButton.Size = new System.Drawing.Size(165, 53); this.newFormButton.TabIndex = 18; this.newFormButton.Text = "New Form"; this.newFormButton.UseVisualStyleBackColor = true; this.newFormButton.Click += new System.EventHandler(this.newFormButton_Click); // // ScalingTest // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(931, 770); this.Controls.Add(this.newFormButton); this.Controls.Add(this.setFontSizeButton); this.Controls.Add(this.label1); this.Controls.Add(this.fontSizeTextBox); this.Controls.Add(this.autoScaleModeComboBox); this.Controls.Add(this.performAutoScaleButton); this.Controls.Add(this.label5); this.Controls.Add(this.formScaleButton); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.newHeightTextBox); this.Controls.Add(this.newWidthTextBox); this.Controls.Add(this.refreshListButton); this.Controls.Add(this.openFormsListBox); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(7, 7, 7, 7); this.Name = "ScalingTest"; this.Text = "Scaling Test"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox openFormsListBox; private System.Windows.Forms.Button refreshListButton; private System.Windows.Forms.TextBox newWidthTextBox; private System.Windows.Forms.TextBox newHeightTextBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button formScaleButton; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button performAutoScaleButton; private System.Windows.Forms.ComboBox autoScaleModeComboBox; private System.Windows.Forms.TextBox fontSizeTextBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button setFontSizeButton; private System.Windows.Forms.Button newFormButton; } }