fleet-contractor/LanguageExtractTool/LanguageMerge.Designer.cs
2023-04-28 12:21:24 +08:00

116 lines
4.4 KiB
C#

namespace LanguageExtractTool
{
partial class LanguageMerge
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.txt_src = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.ofd = new System.Windows.Forms.OpenFileDialog();
this.button4 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(485, 45);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(116, 23);
this.button1.TabIndex = 43;
this.button1.Text = "选择源文件";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txt_src
//
this.txt_src.Location = new System.Drawing.Point(104, 47);
this.txt_src.Name = "txt_src";
this.txt_src.Size = new System.Drawing.Size(362, 20);
this.txt_src.TabIndex = 42;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(53, 50);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(43, 13);
this.label1.TabIndex = 41;
this.label1.Text = "源文件";
//
// button3
//
this.button3.Location = new System.Drawing.Point(160, 107);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 44;
this.button3.Text = "开始合并";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// ofd
//
this.ofd.Filter = "xml files|*.xml|All files|*.*";
//
// button4
//
this.button4.Location = new System.Drawing.Point(356, 107);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(126, 23);
this.button4.TabIndex = 46;
this.button4.Text = "添加en-components";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// LanguageMerge
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(680, 163);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button1);
this.Controls.Add(this.txt_src);
this.Controls.Add(this.label1);
this.Name = "LanguageMerge";
this.Text = "多语言合并";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txt_src;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.OpenFileDialog ofd;
private System.Windows.Forms.Button button4;
}
}