namespace CSFrameworkV5.Language
{
partial class frmBaiduTrans
{
///
/// 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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtLanTo = new System.Windows.Forms.ComboBox();
this.txtLanFrom = new System.Windows.Forms.ComboBox();
this.btnTran = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(23, 70);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 20);
this.label1.TabIndex = 0;
this.label1.Text = "源语言:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(264, 70);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(79, 20);
this.label2.TabIndex = 0;
this.label2.Text = "目标语言:";
//
// txtLanTo
//
this.txtLanTo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtLanTo.FormattingEnabled = true;
this.txtLanTo.Items.AddRange(new object[] {
"中文繁体",
"英文",
"越南文"});
this.txtLanTo.Location = new System.Drawing.Point(349, 68);
this.txtLanTo.Name = "txtLanTo";
this.txtLanTo.Size = new System.Drawing.Size(145, 27);
this.txtLanTo.TabIndex = 1;
//
// txtLanFrom
//
this.txtLanFrom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtLanFrom.Enabled = false;
this.txtLanFrom.FormattingEnabled = true;
this.txtLanFrom.Items.AddRange(new object[] {
"中文简体"});
this.txtLanFrom.Location = new System.Drawing.Point(94, 68);
this.txtLanFrom.Name = "txtLanFrom";
this.txtLanFrom.Size = new System.Drawing.Size(145, 27);
this.txtLanFrom.TabIndex = 1;
//
// btnTran
//
this.btnTran.Location = new System.Drawing.Point(195, 183);
this.btnTran.Name = "btnTran";
this.btnTran.Size = new System.Drawing.Size(131, 39);
this.btnTran.TabIndex = 2;
this.btnTran.Text = "开始翻译";
this.btnTran.UseVisualStyleBackColor = true;
this.btnTran.Click += new System.EventHandler(this.btnTran_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtLanTo);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtLanFrom);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(521, 161);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
//
// frmBaiduTrans
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(521, 264);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnTran);
this.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmBaiduTrans";
this.Text = "百度翻译接口";
this.Load += new System.EventHandler(this.frmBaiduTrans_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox txtLanTo;
private System.Windows.Forms.ComboBox txtLanFrom;
private System.Windows.Forms.Button btnTran;
private System.Windows.Forms.GroupBox groupBox1;
}
}