namespace LYFZ.Software.UI.CallerWizard
{
partial class FrmPlayer
{
///
/// 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPlayer));
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.lbSum = new System.Windows.Forms.ToolStripStatusLabel();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.tsbOpen = new System.Windows.Forms.ToolStripButton();
this.trackBar1 = new System.Windows.Forms.TrackBar();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbPlay = new System.Windows.Forms.ToolStripButton();
this.tsbPause = new System.Windows.Forms.ToolStripButton();
this.tsbStop = new System.Windows.Forms.ToolStripButton();
this.trackBar2 = new System.Windows.Forms.TrackBar();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.statusStrip1);
this.plExMainContainer.Controls.Add(this.trackBar1);
this.plExMainContainer.Controls.Add(this.toolStrip1);
this.plExMainContainer.Controls.Add(this.trackBar2);
this.plExMainContainer.Size = new System.Drawing.Size(582, 90);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(582, 90);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(523, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.Location = new System.Drawing.Point(550, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.Location = new System.Drawing.Point(523, 0);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lbSum});
this.statusStrip1.Location = new System.Drawing.Point(0, 68);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(582, 22);
this.statusStrip1.TabIndex = 6;
this.statusStrip1.Text = "statusStrip1";
//
// lbSum
//
this.lbSum.Name = "lbSum";
this.lbSum.Size = new System.Drawing.Size(567, 17);
this.lbSum.Spring = true;
this.lbSum.Text = "0/0";
this.lbSum.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// timer1
//
this.timer1.Enabled = true;
//
// tsbOpen
//
this.tsbOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbOpen.Image = ((System.Drawing.Image)(resources.GetObject("tsbOpen.Image")));
this.tsbOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbOpen.Name = "tsbOpen";
this.tsbOpen.Size = new System.Drawing.Size(23, 22);
this.tsbOpen.Text = "Open";
this.tsbOpen.Visible = false;
//
// trackBar1
//
this.trackBar1.AutoSize = false;
this.trackBar1.Location = new System.Drawing.Point(12, 10);
this.trackBar1.Name = "trackBar1";
this.trackBar1.Size = new System.Drawing.Size(564, 23);
this.trackBar1.TabIndex = 4;
this.trackBar1.TabStop = false;
this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
this.toolStripSeparator1.Visible = false;
//
// toolStrip1
//
this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbPlay,
this.tsbPause,
this.tsbStop,
this.toolStripSeparator1,
this.tsbOpen});
this.toolStrip1.Location = new System.Drawing.Point(12, 39);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.toolStrip1.Size = new System.Drawing.Size(72, 25);
this.toolStrip1.TabIndex = 5;
this.toolStrip1.Text = "toolStrip1";
//
// tsbPlay
//
this.tsbPlay.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbPlay.Image = ((System.Drawing.Image)(resources.GetObject("tsbPlay.Image")));
this.tsbPlay.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbPlay.Name = "tsbPlay";
this.tsbPlay.Size = new System.Drawing.Size(23, 22);
this.tsbPlay.Text = "播放";
//
// tsbPause
//
this.tsbPause.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbPause.Image = ((System.Drawing.Image)(resources.GetObject("tsbPause.Image")));
this.tsbPause.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbPause.Name = "tsbPause";
this.tsbPause.Size = new System.Drawing.Size(23, 22);
this.tsbPause.Text = "暂停";
//
// tsbStop
//
this.tsbStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbStop.Image = ((System.Drawing.Image)(resources.GetObject("tsbStop.Image")));
this.tsbStop.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbStop.Name = "tsbStop";
this.tsbStop.Size = new System.Drawing.Size(23, 22);
this.tsbStop.Text = "中止";
//
// trackBar2
//
this.trackBar2.AutoSize = false;
this.trackBar2.Location = new System.Drawing.Point(472, 39);
this.trackBar2.Maximum = 0;
this.trackBar2.Minimum = -100;
this.trackBar2.Name = "trackBar2";
this.trackBar2.Size = new System.Drawing.Size(104, 20);
this.trackBar2.TabIndex = 7;
this.trackBar2.TickStyle = System.Windows.Forms.TickStyle.None;
//
// FrmPlayer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(582, 155);
this.MaximizeBox = false;
this.Name = "FrmPlayer";
this.Text = "录音回放播放器";
this.plExMainContainer.ResumeLayout(false);
this.plExMainContainer.PerformLayout();
this.plFormMainContent.ResumeLayout(false);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
protected System.Windows.Forms.ToolStripStatusLabel lbSum;
protected System.Windows.Forms.TrackBar trackBar1;
protected System.Windows.Forms.ToolStripButton tsbPlay;
protected System.Windows.Forms.ToolStripButton tsbPause;
protected System.Windows.Forms.ToolStripButton tsbStop;
protected System.Windows.Forms.ToolStripButton tsbOpen;
protected System.Windows.Forms.TrackBar trackBar2;
protected System.Windows.Forms.Timer timer1;
}
}