/// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     CSharpWin.TrackBarColorTable trackBarColorTable1 = new CSharpWin.TrackBarColorTable();
     FYJ.Winform.Util.HSLColor    hslColor1           = new FYJ.Winform.Util.HSLColor();
     this.trackBarEx1        = new CSharpWin.TrackBarEx();
     this.colorSkin1         = new FYJ.Winform.Controls.ColorSkin();
     this.pictureBoxEx_color = new FYJ.Winform.Controls.PictureBoxEx();
     this.pictureBoxEx_pic   = new FYJ.Winform.Controls.PictureBoxEx();
     this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.trackBarEx1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx_color)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx_pic)).BeginInit();
     this.SuspendLayout();
     //
     // trackBarEx1
     //
     this.trackBarEx1.BackgroundImage = global::FYJ.Winform.Properties.Resources.透明度;
     this.trackBarEx1.ColorTable      = trackBarColorTable1;
     this.trackBarEx1.Location        = new System.Drawing.Point(4, 181);
     this.trackBarEx1.Maximum         = 80;
     this.trackBarEx1.Name            = "trackBarEx1";
     this.trackBarEx1.Size            = new System.Drawing.Size(349, 45);
     this.trackBarEx1.TabIndex        = 3;
     this.trackBarEx1.Value           = 20;
     this.trackBarEx1.Scroll         += new System.EventHandler(this.trackBarEx1_Scroll);
     //
     // colorSkin1
     //
     this.colorSkin1.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.colorSkin1.CurrentColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(235)))), ((int)(((byte)(236)))));
     hslColor1.Alpha            = 255;
     hslColor1.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(235)))), ((int)(((byte)(236)))));
     hslColor1.Hue              = 356;
     hslColor1.Lightness        = 0.96D;
     hslColor1.Saturation       = 0.91388888888888886D;
     this.colorSkin1.CurrentHSL = hslColor1;
     this.colorSkin1.Location   = new System.Drawing.Point(4, 40);
     this.colorSkin1.Name       = "colorSkin1";
     this.colorSkin1.Size       = new System.Drawing.Size(358, 135);
     this.colorSkin1.TabIndex   = 2;
     //
     // pictureBoxEx_color
     //
     this.pictureBoxEx_color.BackColor        = System.Drawing.Color.Transparent;
     this.pictureBoxEx_color.BackgroundImage  = global::FYJ.Winform.Properties.Resources.TbAdjustColorNormal;
     this.pictureBoxEx_color.Location         = new System.Drawing.Point(18, 10);
     this.pictureBoxEx_color.MouseDownImage   = global::FYJ.Winform.Properties.Resources.TbAdjustColorPushed;
     this.pictureBoxEx_color.MouseEnterImage  = global::FYJ.Winform.Properties.Resources.TbAdjustColorPushed;
     this.pictureBoxEx_color.MouseNormalImage = global::FYJ.Winform.Properties.Resources.TbAdjustColorNormal;
     this.pictureBoxEx_color.Name             = "pictureBoxEx_color";
     this.pictureBoxEx_color.Size             = new System.Drawing.Size(30, 30);
     this.pictureBoxEx_color.TabIndex         = 1;
     this.pictureBoxEx_color.TabStop          = false;
     this.pictureBoxEx_color.ToolTipString    = "";
     this.pictureBoxEx_color.Click           += new System.EventHandler(this.pictureBoxExColor_Click);
     //
     // pictureBoxEx_pic
     //
     this.pictureBoxEx_pic.BackColor        = System.Drawing.Color.Transparent;
     this.pictureBoxEx_pic.BackgroundImage  = global::FYJ.Winform.Properties.Resources.TbShadingNormal;
     this.pictureBoxEx_pic.Location         = new System.Drawing.Point(57, 10);
     this.pictureBoxEx_pic.MouseDownImage   = global::FYJ.Winform.Properties.Resources.TbShadingPushed;
     this.pictureBoxEx_pic.MouseEnterImage  = global::FYJ.Winform.Properties.Resources.TbShadingPushed;
     this.pictureBoxEx_pic.MouseNormalImage = global::FYJ.Winform.Properties.Resources.TbShadingNormal;
     this.pictureBoxEx_pic.Name             = "pictureBoxEx_pic";
     this.pictureBoxEx_pic.Size             = new System.Drawing.Size(30, 30);
     this.pictureBoxEx_pic.TabIndex         = 0;
     this.pictureBoxEx_pic.TabStop          = false;
     this.pictureBoxEx_pic.ToolTipString    = "";
     this.pictureBoxEx_pic.Click           += new System.EventHandler(this.pictureBoxExPic_Click);
     //
     // SkinForm
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.WhiteSmoke;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(365, 204);
     this.Controls.Add(this.trackBarEx1);
     this.Controls.Add(this.colorSkin1);
     this.Controls.Add(this.pictureBoxEx_color);
     this.Controls.Add(this.pictureBoxEx_pic);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "SkinForm";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     ((System.ComponentModel.ISupportInitialize)(this.trackBarEx1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx_color)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx_pic)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     CSharpWin.TrackBarColorTable trackBarColorTable1 = new CSharpWin.TrackBarColorTable();
     this.label1          = new System.Windows.Forms.Label();
     this.cmbVoices       = new CSharpWin.ComboBoxEx();
     this.label2          = new System.Windows.Forms.Label();
     this.trVolume        = new CSharpWin.TrackBarEx();
     this.txtSpeach       = new bxyztSkin.CControls.CTextBox();
     this.start_Read      = new CSharpWin.ButtonEx();
     this.btSave          = new CSharpWin.ButtonEx();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this.trVolume)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 20);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(89, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "选择声音引擎:";
     //
     // cmbVoices
     //
     this.cmbVoices.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbVoices.FormattingEnabled = true;
     this.cmbVoices.Location          = new System.Drawing.Point(111, 17);
     this.cmbVoices.Name     = "cmbVoices";
     this.cmbVoices.Size     = new System.Drawing.Size(353, 20);
     this.cmbVoices.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(16, 58);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(65, 12);
     this.label2.TabIndex = 0;
     this.label2.Text     = "音量大小:";
     //
     // trVolume
     //
     this.trVolume.ColorTable    = trackBarColorTable1;
     this.trVolume.Location      = new System.Drawing.Point(101, 58);
     this.trVolume.Maximum       = 100;
     this.trVolume.Minimum       = 10;
     this.trVolume.Name          = "trVolume";
     this.trVolume.Size          = new System.Drawing.Size(371, 45);
     this.trVolume.TabIndex      = 2;
     this.trVolume.TickFrequency = 10;
     this.trVolume.Value         = 100;
     this.trVolume.Scroll       += new System.EventHandler(this.trVolume_Scroll);
     //
     // txtSpeach
     //
     this.txtSpeach.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSpeach.Location    = new System.Drawing.Point(18, 99);
     this.txtSpeach.Multiline   = true;
     this.txtSpeach.Name        = "txtSpeach";
     this.txtSpeach.Size        = new System.Drawing.Size(446, 152);
     this.txtSpeach.TabIndex    = 3;
     //
     // start_Read
     //
     this.start_Read.Location = new System.Drawing.Point(44, 257);
     this.start_Read.Name     = "start_Read";
     this.start_Read.Size     = new System.Drawing.Size(75, 23);
     this.start_Read.TabIndex = 4;
     this.start_Read.Text     = "阅 读";
     this.start_Read.UseVisualStyleBackColor = true;
     this.start_Read.Click += new System.EventHandler(this.start_Read_Click);
     //
     // btSave
     //
     this.btSave.Location = new System.Drawing.Point(350, 257);
     this.btSave.Name     = "btSave";
     this.btSave.Size     = new System.Drawing.Size(75, 23);
     this.btSave.TabIndex = 4;
     this.btSave.Text     = "保存wav";
     this.btSave.UseVisualStyleBackColor = true;
     this.btSave.Click += new System.EventHandler(this.btSave_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Window;
     this.ClientSize          = new System.Drawing.Size(484, 289);
     this.Controls.Add(this.btSave);
     this.Controls.Add(this.start_Read);
     this.Controls.Add(this.txtSpeach);
     this.Controls.Add(this.trVolume);
     this.Controls.Add(this.cmbVoices);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "Form1";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "语音朗读机 v1.0.5";
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.trVolume)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            CSharpWin.TrackBarColorTable trackBarColorTable1 = new CSharpWin.TrackBarColorTable();
            this.label1 = new System.Windows.Forms.Label();
            this.cmbVoices = new CSharpWin.ComboBoxEx();
            this.label2 = new System.Windows.Forms.Label();
            this.trVolume = new CSharpWin.TrackBarEx();
            this.txtSpeach = new bxyztSkin.CControls.CTextBox();
            this.start_Read = new CSharpWin.ButtonEx();
            this.btSave = new CSharpWin.ButtonEx();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            ((System.ComponentModel.ISupportInitialize)(this.trVolume)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(16, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "选择声音引擎:";
            // 
            // cmbVoices
            // 
            this.cmbVoices.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbVoices.FormattingEnabled = true;
            this.cmbVoices.Location = new System.Drawing.Point(111, 17);
            this.cmbVoices.Name = "cmbVoices";
            this.cmbVoices.Size = new System.Drawing.Size(353, 20);
            this.cmbVoices.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(16, 58);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "音量大小:";
            // 
            // trVolume
            // 
            this.trVolume.ColorTable = trackBarColorTable1;
            this.trVolume.Location = new System.Drawing.Point(101, 58);
            this.trVolume.Maximum = 100;
            this.trVolume.Minimum = 10;
            this.trVolume.Name = "trVolume";
            this.trVolume.Size = new System.Drawing.Size(371, 45);
            this.trVolume.TabIndex = 2;
            this.trVolume.TickFrequency = 10;
            this.trVolume.Value = 100;
            this.trVolume.Scroll += new System.EventHandler(this.trVolume_Scroll);
            // 
            // txtSpeach
            // 
            this.txtSpeach.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtSpeach.Location = new System.Drawing.Point(18, 99);
            this.txtSpeach.Multiline = true;
            this.txtSpeach.Name = "txtSpeach";
            this.txtSpeach.Size = new System.Drawing.Size(446, 152);
            this.txtSpeach.TabIndex = 3;
            // 
            // start_Read
            // 
            this.start_Read.Location = new System.Drawing.Point(44, 257);
            this.start_Read.Name = "start_Read";
            this.start_Read.Size = new System.Drawing.Size(75, 23);
            this.start_Read.TabIndex = 4;
            this.start_Read.Text = "阅 读";
            this.start_Read.UseVisualStyleBackColor = true;
            this.start_Read.Click += new System.EventHandler(this.start_Read_Click);
            // 
            // btSave
            // 
            this.btSave.Location = new System.Drawing.Point(350, 257);
            this.btSave.Name = "btSave";
            this.btSave.Size = new System.Drawing.Size(75, 23);
            this.btSave.TabIndex = 4;
            this.btSave.Text = "保存wav";
            this.btSave.UseVisualStyleBackColor = true;
            this.btSave.Click += new System.EventHandler(this.btSave_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Window;
            this.ClientSize = new System.Drawing.Size(484, 289);
            this.Controls.Add(this.btSave);
            this.Controls.Add(this.start_Read);
            this.Controls.Add(this.txtSpeach);
            this.Controls.Add(this.trVolume);
            this.Controls.Add(this.cmbVoices);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "Form1";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "语音朗读机 v1.0.5";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.trVolume)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }