namespace dccdc.Selfhelp { partial class frm_SpeakConfig { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_SpeakConfig)); this.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.btn_start = new System.Windows.Forms.Button(); this.btn_zt = new System.Windows.Forms.Button(); this.btn_stop = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.cbb_yyk = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.nud_yd = new System.Windows.Forms.NumericUpDown(); this.nud_ys = new System.Windows.Forms.NumericUpDown(); this.btn_save = new System.Windows.Forms.Button(); this.btn_exit = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.nud_yd)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.nud_ys)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 47); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(41, 12); this.label1.TabIndex = 0; this.label1.Text = "内容:"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(59, 12); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(382, 93); this.textBox1.TabIndex = 1; // // btn_start // this.btn_start.Location = new System.Drawing.Point(447, 12); this.btn_start.Name = "btn_start"; this.btn_start.Size = new System.Drawing.Size(75, 23); this.btn_start.TabIndex = 2; this.btn_start.Text = "开始"; this.btn_start.UseVisualStyleBackColor = true; this.btn_start.Click += new System.EventHandler(this.btn_start_Click); // // btn_zt // this.btn_zt.Location = new System.Drawing.Point(447, 47); this.btn_zt.Name = "btn_zt"; this.btn_zt.Size = new System.Drawing.Size(75, 23); this.btn_zt.TabIndex = 3; this.btn_zt.Text = "暂停"; this.btn_zt.UseVisualStyleBackColor = true; this.btn_zt.Click += new System.EventHandler(this.btn_zt_Click); // // btn_stop // this.btn_stop.Location = new System.Drawing.Point(447, 82); this.btn_stop.Name = "btn_stop"; this.btn_stop.Size = new System.Drawing.Size(75, 23); this.btn_stop.TabIndex = 4; this.btn_stop.Text = "停止"; this.btn_stop.UseVisualStyleBackColor = true; this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 146); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(47, 12); this.label2.TabIndex = 5; this.label2.Text = "语音库:"; // // cbb_yyk // this.cbb_yyk.FormattingEnabled = true; this.cbb_yyk.Location = new System.Drawing.Point(65, 143); this.cbb_yyk.Name = "cbb_yyk"; this.cbb_yyk.Size = new System.Drawing.Size(216, 20); this.cbb_yyk.TabIndex = 6; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(18, 182); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(35, 12); this.label3.TabIndex = 7; this.label3.Text = "语调:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(18, 218); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(35, 12); this.label4.TabIndex = 8; this.label4.Text = "语速:"; // // nud_yd // this.nud_yd.Location = new System.Drawing.Point(65, 180); this.nud_yd.Name = "nud_yd"; this.nud_yd.Size = new System.Drawing.Size(216, 21); this.nud_yd.TabIndex = 9; // // nud_ys // this.nud_ys.Location = new System.Drawing.Point(65, 218); this.nud_ys.Name = "nud_ys"; this.nud_ys.Size = new System.Drawing.Size(216, 21); this.nud_ys.TabIndex = 10; // // btn_save // this.btn_save.Location = new System.Drawing.Point(376, 278); this.btn_save.Name = "btn_save"; this.btn_save.Size = new System.Drawing.Size(75, 23); this.btn_save.TabIndex = 11; this.btn_save.Text = "保存"; this.btn_save.UseVisualStyleBackColor = true; this.btn_save.Click += new System.EventHandler(this.btn_save_Click); // // btn_exit // this.btn_exit.Location = new System.Drawing.Point(480, 278); this.btn_exit.Name = "btn_exit"; this.btn_exit.Size = new System.Drawing.Size(75, 23); this.btn_exit.TabIndex = 12; this.btn_exit.Text = "退出"; this.btn_exit.UseVisualStyleBackColor = true; this.btn_exit.Click += new System.EventHandler(this.btn_exit_Click); // // frm_SpeakConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(592, 313); this.Controls.Add(this.btn_exit); this.Controls.Add(this.btn_save); this.Controls.Add(this.nud_ys); this.Controls.Add(this.nud_yd); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.cbb_yyk); this.Controls.Add(this.label2); this.Controls.Add(this.btn_stop); this.Controls.Add(this.btn_zt); this.Controls.Add(this.btn_start); this.Controls.Add(this.textBox1); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frm_SpeakConfig"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "frm_SpeakConfig"; this.Load += new System.EventHandler(this.frm_SpeakConfig_Load); ((System.ComponentModel.ISupportInitialize)(this.nud_yd)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nud_ys)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button btn_start; private System.Windows.Forms.Button btn_zt; private System.Windows.Forms.Button btn_stop; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cbb_yyk; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown nud_yd; private System.Windows.Forms.NumericUpDown nud_ys; private System.Windows.Forms.Button btn_save; private System.Windows.Forms.Button btn_exit; } }