namespace LanguageExtractTool { partial class Form2 { /// /// 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() { this.ofd = new System.Windows.Forms.OpenFileDialog(); 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.label2 = new System.Windows.Forms.Label(); this.cbx_languages = new System.Windows.Forms.ComboBox(); this.btn_import_mobile = new System.Windows.Forms.Button(); this.btn_export_mobile = new System.Windows.Forms.Button(); this.btn_import = new System.Windows.Forms.Button(); this.SuspendLayout(); // // ofd // this.ofd.Filter = "xml files|*.xml|All files|*.*"; // // btn_export // this.btn_export.Location = new System.Drawing.Point(63, 133); this.btn_export.Name = "btn_export"; this.btn_export.Size = new System.Drawing.Size(99, 28); this.btn_export.TabIndex = 41; 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(492, 66); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(116, 23); this.button1.TabIndex = 40; this.button1.Text = "选择源文件"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click_1); // // txt_src // this.txt_src.Location = new System.Drawing.Point(111, 68); this.txt_src.Name = "txt_src"; this.txt_src.Size = new System.Drawing.Size(362, 20); this.txt_src.TabIndex = 39; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(60, 71); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(43, 13); this.label1.TabIndex = 38; this.label1.Text = "源文件"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(72, 26); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(31, 13); this.label2.TabIndex = 42; this.label2.Text = "语言"; // // cbx_languages // this.cbx_languages.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbx_languages.FormattingEnabled = true; this.cbx_languages.Location = new System.Drawing.Point(111, 23); this.cbx_languages.Name = "cbx_languages"; this.cbx_languages.Size = new System.Drawing.Size(362, 21); this.cbx_languages.TabIndex = 43; // // btn_import_mobile // this.btn_import_mobile.Location = new System.Drawing.Point(451, 133); this.btn_import_mobile.Name = "btn_import_mobile"; this.btn_import_mobile.Size = new System.Drawing.Size(112, 28); this.btn_import_mobile.TabIndex = 46; this.btn_import_mobile.Text = "导入Excel (Mobile)"; this.btn_import_mobile.UseVisualStyleBackColor = true; this.btn_import_mobile.Click += new System.EventHandler(this.btn_import_mobile_Click); // // btn_export_mobile // this.btn_export_mobile.Location = new System.Drawing.Point(324, 133); this.btn_export_mobile.Name = "btn_export_mobile"; this.btn_export_mobile.Size = new System.Drawing.Size(121, 28); this.btn_export_mobile.TabIndex = 45; this.btn_export_mobile.Text = "导出Excel (Mobile)"; this.btn_export_mobile.UseVisualStyleBackColor = true; this.btn_export_mobile.Click += new System.EventHandler(this.btn_export_mobile_Click); // // btn_import // this.btn_import.Location = new System.Drawing.Point(168, 133); this.btn_import.Name = "btn_import"; this.btn_import.Size = new System.Drawing.Size(84, 28); this.btn_import.TabIndex = 44; this.btn_import.Text = "导入Excel"; this.btn_import.UseVisualStyleBackColor = true; this.btn_import.Click += new System.EventHandler(this.btn_import_Click); // // Form2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(675, 195); this.Controls.Add(this.btn_import_mobile); this.Controls.Add(this.btn_export_mobile); 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 = "Form2"; this.Text = "多语言Excel导入导出"; this.Load += new System.EventHandler(this.Form2_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.OpenFileDialog ofd; 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.Label label2; private System.Windows.Forms.ComboBox cbx_languages; private System.Windows.Forms.Button btn_import_mobile; private System.Windows.Forms.Button btn_export_mobile; private System.Windows.Forms.Button btn_import; } }