namespace SHNDecrypt { partial class rowReplace { /// /// 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(rowReplace)); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.btnGo = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtForItems = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtValue = new System.Windows.Forms.TextBox(); this.cmbSearcher = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(51, 12); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(504, 21); this.comboBox1.TabIndex = 0; // // btnGo // this.btnGo.Location = new System.Drawing.Point(648, 4); this.btnGo.Name = "btnGo"; this.btnGo.Size = new System.Drawing.Size(304, 76); this.btnGo.TabIndex = 4; this.btnGo.Text = "Go"; this.btnGo.UseVisualStyleBackColor = true; this.btnGo.Click += new System.EventHandler(this.btnGo_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 67); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(42, 13); this.label1.TabIndex = 4; this.label1.Text = "Where:"; // // txtForItems // this.txtForItems.Location = new System.Drawing.Point(12, 92); this.txtForItems.Multiline = true; this.txtForItems.Name = "txtForItems"; this.txtForItems.Size = new System.Drawing.Size(940, 559); this.txtForItems.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(22, 15); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(26, 13); this.label2.TabIndex = 6; this.label2.Text = "Set:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(22, 42); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(23, 13); this.label3.TabIndex = 7; this.label3.Text = "To:"; // // txtValue // this.txtValue.Location = new System.Drawing.Point(51, 39); this.txtValue.Name = "txtValue"; this.txtValue.Size = new System.Drawing.Size(504, 20); this.txtValue.TabIndex = 1; // // cmbSearcher // this.cmbSearcher.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbSearcher.FormattingEnabled = true; this.cmbSearcher.Location = new System.Drawing.Point(51, 65); this.cmbSearcher.Name = "cmbSearcher"; this.cmbSearcher.Size = new System.Drawing.Size(504, 21); this.cmbSearcher.TabIndex = 2; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(1031, 419); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(13, 13); this.label4.TabIndex = 10; this.label4.Text = "="; // // rowReplace // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(968, 704); this.Controls.Add(this.label4); this.Controls.Add(this.cmbSearcher); this.Controls.Add(this.txtValue); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.txtForItems); this.Controls.Add(this.label1); this.Controls.Add(this.btnGo); this.Controls.Add(this.comboBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "rowReplace"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Row Replace"; this.Load += new System.EventHandler(this.ColMultiplier_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button btnGo; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtForItems; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtValue; private System.Windows.Forms.ComboBox cmbSearcher; private System.Windows.Forms.Label label4; } }