123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- namespace LYFZ.Software.UI.CallerWizard
- {
- partial class FrmPlayer
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|