namespace SHNDecrypt { partial class columnMultiply { /// /// 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(columnMultiply)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnGo = new System.Windows.Forms.Button(); this.txtFactor = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.txtFactor); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.comboBox1); this.groupBox1.Location = new System.Drawing.Point(12, 39); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(295, 137); this.groupBox1.TabIndex = 9; this.groupBox1.TabStop = false; this.groupBox1.Text = "Multiply:"; // // btnGo // this.btnGo.Location = new System.Drawing.Point(21, 182); this.btnGo.Name = "btnGo"; this.btnGo.Size = new System.Drawing.Size(280, 26); this.btnGo.TabIndex = 6; this.btnGo.Text = "Go"; this.btnGo.UseVisualStyleBackColor = true; this.btnGo.Click += new System.EventHandler(this.btnGo_Click); // // txtFactor // this.txtFactor.Location = new System.Drawing.Point(9, 111); this.txtFactor.Name = "txtFactor"; this.txtFactor.Size = new System.Drawing.Size(280, 20); this.txtFactor.TabIndex = 5; this.txtFactor.Text = "1"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(125, 95); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 13); this.label1.TabIndex = 4; this.label1.Text = "Factor:"; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(9, 19); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(280, 21); this.comboBox1.TabIndex = 8; // // columnMultiply // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(319, 220); this.Controls.Add(this.btnGo); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "columnMultiply"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Column Multiplier"; this.Load += new System.EventHandler(this.columnMultiply_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnGo; private System.Windows.Forms.TextBox txtFactor; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox comboBox1; } }