Form1.Designer.cs 6.9 KB

namespace UILanguageTooles
{
    partial class Form1
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.textBox_procjetdir = new System.Windows.Forms.TextBox();
            this.btn_analytis = new System.Windows.Forms.Button();
            this.richTextBox_result = new System.Windows.Forms.RichTextBox();
            this.combo_lngsel = new System.Windows.Forms.ComboBox();
            this.textBox_lngdir = new System.Windows.Forms.TextBox();
            this.checkBox_write = new System.Windows.Forms.CheckBox();
            this.comboBox_temp = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // textBox_procjetdir
            // 
            this.textBox_procjetdir.Location = new System.Drawing.Point(85, 12);
            this.textBox_procjetdir.Name = "textBox_procjetdir";
            this.textBox_procjetdir.Size = new System.Drawing.Size(321, 21);
            this.textBox_procjetdir.TabIndex = 0;
            // 
            // btn_analytis
            // 
            this.btn_analytis.Location = new System.Drawing.Point(798, 11);
            this.btn_analytis.Name = "btn_analytis";
            this.btn_analytis.Size = new System.Drawing.Size(75, 51);
            this.btn_analytis.TabIndex = 1;
            this.btn_analytis.Text = "处理";
            this.btn_analytis.UseVisualStyleBackColor = true;
            this.btn_analytis.Click += new System.EventHandler(this.btn_analytis_Click);
            // 
            // richTextBox_result
            // 
            this.richTextBox_result.Location = new System.Drawing.Point(39, 94);
            this.richTextBox_result.Name = "richTextBox_result";
            this.richTextBox_result.Size = new System.Drawing.Size(834, 458);
            this.richTextBox_result.TabIndex = 2;
            this.richTextBox_result.Text = "";
            // 
            // combo_lngsel
            // 
            this.combo_lngsel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combo_lngsel.FormattingEnabled = true;
            this.combo_lngsel.Items.AddRange(new object[] {
            "en-US",
            "ja-JP"});
            this.combo_lngsel.Location = new System.Drawing.Point(412, 12);
            this.combo_lngsel.Name = "combo_lngsel";
            this.combo_lngsel.Size = new System.Drawing.Size(121, 20);
            this.combo_lngsel.TabIndex = 3;
            // 
            // textBox_lngdir
            // 
            this.textBox_lngdir.Location = new System.Drawing.Point(85, 42);
            this.textBox_lngdir.Name = "textBox_lngdir";
            this.textBox_lngdir.Size = new System.Drawing.Size(321, 21);
            this.textBox_lngdir.TabIndex = 0;
            // 
            // checkBox_write
            // 
            this.checkBox_write.AutoSize = true;
            this.checkBox_write.Location = new System.Drawing.Point(413, 46);
            this.checkBox_write.Name = "checkBox_write";
            this.checkBox_write.Size = new System.Drawing.Size(72, 16);
            this.checkBox_write.TabIndex = 4;
            this.checkBox_write.Text = "写入文件";
            this.checkBox_write.UseVisualStyleBackColor = true;
            // 
            // comboBox_temp
            // 
            this.comboBox_temp.FormattingEnabled = true;
            this.comboBox_temp.Items.AddRange(new object[] {
            "crc\\s*\\.\\s*GetString\\s*\\(\\s*(\\S*?)\\s*,\\s*$",
            "ResourceCulture\\s*\\.\\s*GetString\\s*\\(\\s*(\\S*?)\\s*,\\s*$"});
            this.comboBox_temp.Location = new System.Drawing.Point(517, 46);
            this.comboBox_temp.Name = "comboBox_temp";
            this.comboBox_temp.Size = new System.Drawing.Size(275, 20);
            this.comboBox_temp.TabIndex = 5;
            this.comboBox_temp.Text = "crc\\s*\\.\\s*GetString\\s*\\(\\s*(\\S*?)\\s*,\\s*$";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(39, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(47, 12);
            this.label1.TabIndex = 6;
            this.label1.Text = "sln目录";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(39, 49);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(47, 12);
            this.label2.TabIndex = 6;
            this.label2.Text = "res目录";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(924, 578);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.comboBox_temp);
            this.Controls.Add(this.checkBox_write);
            this.Controls.Add(this.combo_lngsel);
            this.Controls.Add(this.richTextBox_result);
            this.Controls.Add(this.btn_analytis);
            this.Controls.Add(this.textBox_lngdir);
            this.Controls.Add(this.textBox_procjetdir);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox textBox_procjetdir;
        private System.Windows.Forms.Button btn_analytis;
        private System.Windows.Forms.RichTextBox richTextBox_result;
        private System.Windows.Forms.ComboBox combo_lngsel;
        private System.Windows.Forms.TextBox textBox_lngdir;
        private System.Windows.Forms.CheckBox checkBox_write;
        private System.Windows.Forms.ComboBox comboBox_temp;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
    }
}