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

139 lines
5.7 KiB
C#

namespace LanguageExtractTool
{
partial class F_LanguageExcel
{
/// <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.btn_import = new System.Windows.Forms.Button();
this.cbx_languages = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.btn_export = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.txt_src = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.ofd = new System.Windows.Forms.OpenFileDialog();
this.SuspendLayout();
//
// btn_import
//
this.btn_import.Location = new System.Drawing.Point(356, 128);
this.btn_import.Name = "btn_import";
this.btn_import.Size = new System.Drawing.Size(84, 28);
this.btn_import.TabIndex = 53;
this.btn_import.Text = "导入Excel";
this.btn_import.UseVisualStyleBackColor = true;
this.btn_import.Click += new System.EventHandler(this.btn_import_Click);
//
// cbx_languages
//
this.cbx_languages.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbx_languages.FormattingEnabled = true;
this.cbx_languages.Location = new System.Drawing.Point(82, 27);
this.cbx_languages.Name = "cbx_languages";
this.cbx_languages.Size = new System.Drawing.Size(362, 21);
this.cbx_languages.TabIndex = 52;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(43, 30);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(31, 13);
this.label2.TabIndex = 51;
this.label2.Text = "语言";
//
// btn_export
//
this.btn_export.Location = new System.Drawing.Point(251, 128);
this.btn_export.Name = "btn_export";
this.btn_export.Size = new System.Drawing.Size(99, 28);
this.btn_export.TabIndex = 50;
this.btn_export.Text = "导出Excel";
this.btn_export.UseVisualStyleBackColor = true;
this.btn_export.Click += new System.EventHandler(this.btn_export_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(463, 70);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(116, 23);
this.button1.TabIndex = 49;
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(82, 72);
this.txt_src.Name = "txt_src";
this.txt_src.Size = new System.Drawing.Size(362, 20);
this.txt_src.TabIndex = 48;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(31, 75);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(43, 13);
this.label1.TabIndex = 47;
this.label1.Text = "源文件";
//
// ofd
//
this.ofd.Filter = "xml files|*.xml|All files|*.*";
//
// F_LanguageExcel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(615, 192);
this.Controls.Add(this.btn_import);
this.Controls.Add(this.cbx_languages);
this.Controls.Add(this.label2);
this.Controls.Add(this.btn_export);
this.Controls.Add(this.button1);
this.Controls.Add(this.txt_src);
this.Controls.Add(this.label1);
this.Name = "F_LanguageExcel";
this.Text = "多语言Excel导入导出";
this.Load += new System.EventHandler(this.F_LanguageExcel_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btn_import;
private System.Windows.Forms.ComboBox cbx_languages;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btn_export;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txt_src;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.OpenFileDialog ofd;
}
}