fleet-contractor/LanguageExtractTool/F_AddNewLanguage.Designer.cs
2024-03-26 15:56:31 +08:00

124 lines
4.8 KiB
C#

namespace LanguageExtractTool
{
partial class F_AddNewLanguage
{
/// <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.btn_addnewlang = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.txt_langcode = new System.Windows.Forms.TextBox();
this.ofd = new System.Windows.Forms.OpenFileDialog();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(459, 81);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(116, 23);
this.button1.TabIndex = 3;
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(78, 83);
this.txt_src.Name = "txt_src";
this.txt_src.Size = new System.Drawing.Size(362, 20);
this.txt_src.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(27, 86);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(43, 13);
this.label1.TabIndex = 44;
this.label1.Text = "源文件";
//
// btn_addnewlang
//
this.btn_addnewlang.Location = new System.Drawing.Point(314, 124);
this.btn_addnewlang.Name = "btn_addnewlang";
this.btn_addnewlang.Size = new System.Drawing.Size(126, 23);
this.btn_addnewlang.TabIndex = 4;
this.btn_addnewlang.Text = "添加新语种";
this.btn_addnewlang.UseVisualStyleBackColor = true;
this.btn_addnewlang.Click += new System.EventHandler(this.btn_addnewlang_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(15, 36);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 13);
this.label2.TabIndex = 49;
this.label2.Text = "语言代号";
//
// txt_langcode
//
this.txt_langcode.Location = new System.Drawing.Point(78, 33);
this.txt_langcode.Name = "txt_langcode";
this.txt_langcode.Size = new System.Drawing.Size(362, 20);
this.txt_langcode.TabIndex = 1;
//
// ofd
//
this.ofd.Filter = "xml files|*.xml|All files|*.*";
//
// F_AddNewLanguage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(587, 172);
this.Controls.Add(this.txt_langcode);
this.Controls.Add(this.label2);
this.Controls.Add(this.btn_addnewlang);
this.Controls.Add(this.button1);
this.Controls.Add(this.txt_src);
this.Controls.Add(this.label1);
this.Name = "F_AddNewLanguage";
this.Text = "根据en添加新语种";
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 btn_addnewlang;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_langcode;
private System.Windows.Forms.OpenFileDialog ofd;
}
}