namespace SHNDecrypt.Tools { partial class toolSetEncoding { /// /// 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(toolSetEncoding)); this.tbSearchText = new System.Windows.Forms.TextBox(); this.lstEncoding = new System.Windows.Forms.ListBox(); this.btnChange = new System.Windows.Forms.Button(); this.btnDefault = new System.Windows.Forms.Button(); this.SuspendLayout(); // // tbSearchText // this.tbSearchText.Location = new System.Drawing.Point(12, 12); this.tbSearchText.Name = "tbSearchText"; this.tbSearchText.Size = new System.Drawing.Size(209, 20); this.tbSearchText.TabIndex = 0; this.tbSearchText.TextChanged += new System.EventHandler(this.tbSearchText_TextChanged); // // lstEncoding // this.lstEncoding.FormattingEnabled = true; this.lstEncoding.Location = new System.Drawing.Point(12, 38); this.lstEncoding.Name = "lstEncoding"; this.lstEncoding.Size = new System.Drawing.Size(209, 160); this.lstEncoding.TabIndex = 1; // // btnChange // this.btnChange.Location = new System.Drawing.Point(12, 204); this.btnChange.Name = "btnChange"; this.btnChange.Size = new System.Drawing.Size(100, 26); this.btnChange.TabIndex = 2; this.btnChange.Text = "Change"; this.btnChange.UseVisualStyleBackColor = true; this.btnChange.Click += new System.EventHandler(this.btnChange_Click); // // btnDefault // this.btnDefault.Location = new System.Drawing.Point(121, 204); this.btnDefault.Name = "btnDefault"; this.btnDefault.Size = new System.Drawing.Size(100, 26); this.btnDefault.TabIndex = 3; this.btnDefault.Text = "Default"; this.btnDefault.UseVisualStyleBackColor = true; this.btnDefault.Click += new System.EventHandler(this.btnDefault_Click); // // toolSetEncoding // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(231, 239); this.Controls.Add(this.btnDefault); this.Controls.Add(this.btnChange); this.Controls.Add(this.lstEncoding); this.Controls.Add(this.tbSearchText); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "toolSetEncoding"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Encoding Changer"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox tbSearchText; private System.Windows.Forms.ListBox lstEncoding; private System.Windows.Forms.Button btnChange; private System.Windows.Forms.Button btnDefault; } }