in #U5b9e#U8df5#U6848#U4f8b/B05-#U6587#U672c#U6717#U8bfb#U5e94#U7528/src/TTS_Demo/Form1.Designer.cs [29:147]
private void InitializeComponent()
{
this.textBox1 = new System.Windows.Forms.TextBox();
this.transferButton = new System.Windows.Forms.Button();
this.playButton = new System.Windows.Forms.Button();
this.saveButton = new System.Windows.Forms.Button();
this.tips = new System.Windows.Forms.Label();
this.title = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.openButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox1.Location = new System.Drawing.Point(35, 95);
this.textBox1.MaxLength = 5000;
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox1.Size = new System.Drawing.Size(557, 218);
this.textBox1.TabIndex = 0;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// transferButton
//
this.transferButton.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.transferButton.Location = new System.Drawing.Point(35, 334);
this.transferButton.Name = "transferButton";
this.transferButton.Size = new System.Drawing.Size(110, 35);
this.transferButton.TabIndex = 1;
this.transferButton.Text = "生成";
this.transferButton.UseVisualStyleBackColor = true;
this.transferButton.Click += new System.EventHandler(this.transferButton_Click);
//
// playButton
//
this.playButton.Enabled = false;
this.playButton.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.playButton.Location = new System.Drawing.Point(425, 334);
this.playButton.Name = "playButton";
this.playButton.Size = new System.Drawing.Size(75, 35);
this.playButton.TabIndex = 2;
this.playButton.Text = "播放";
this.playButton.UseVisualStyleBackColor = true;
this.playButton.Click += new System.EventHandler(this.playButton_Click);
//
// saveButton
//
this.saveButton.Enabled = false;
this.saveButton.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.saveButton.Location = new System.Drawing.Point(517, 334);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(75, 35);
this.saveButton.TabIndex = 3;
this.saveButton.Text = "保存";
this.saveButton.UseVisualStyleBackColor = true;
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
//
// tips
//
this.tips.AutoSize = true;
this.tips.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tips.Location = new System.Drawing.Point(316, 35);
this.tips.Name = "tips";
this.tips.Size = new System.Drawing.Size(0, 25);
this.tips.TabIndex = 4;
//
// title
//
this.title.AutoSize = true;
this.title.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.title.Location = new System.Drawing.Point(30, 17);
this.title.Name = "title";
this.title.Size = new System.Drawing.Size(167, 30);
this.title.TabIndex = 6;
this.title.Text = "文本转语音服务";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.SystemColors.ControlDark;
this.label1.Location = new System.Drawing.Point(31, 65);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(138, 21);
this.label1.TabIndex = 8;
this.label1.Text = "请在下方输入内容";
//
// openButton
//
this.openButton.Font = new System.Drawing.Font("微软雅黑", 8F);
this.openButton.Location = new System.Drawing.Point(517, 56);
this.openButton.Name = "openButton";
this.openButton.Size = new System.Drawing.Size(75, 30);
this.openButton.TabIndex = 9;
this.openButton.Text = "打开文件";
this.openButton.UseVisualStyleBackColor = true;
this.openButton.Click += new System.EventHandler(this.openButton_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(628, 393);
this.Controls.Add(this.openButton);
this.Controls.Add(this.label1);
this.Controls.Add(this.title);
this.Controls.Add(this.tips);
this.Controls.Add(this.saveButton);
this.Controls.Add(this.playButton);
this.Controls.Add(this.transferButton);
this.Controls.Add(this.textBox1);
this.Name = "Form1";
this.Text = "文本转语音";
this.ResumeLayout(false);
this.PerformLayout();
}