FrmPlayer.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. namespace LYFZ.Software.UI.CallerWizard
  2. {
  3. partial class FrmPlayer
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPlayer));
  30. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  31. this.lbSum = new System.Windows.Forms.ToolStripStatusLabel();
  32. this.timer1 = new System.Windows.Forms.Timer(this.components);
  33. this.tsbOpen = new System.Windows.Forms.ToolStripButton();
  34. this.trackBar1 = new System.Windows.Forms.TrackBar();
  35. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  36. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  37. this.tsbPlay = new System.Windows.Forms.ToolStripButton();
  38. this.tsbPause = new System.Windows.Forms.ToolStripButton();
  39. this.tsbStop = new System.Windows.Forms.ToolStripButton();
  40. this.trackBar2 = new System.Windows.Forms.TrackBar();
  41. this.plExMainContainer.SuspendLayout();
  42. this.plFormMainContent.SuspendLayout();
  43. this.statusStrip1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
  45. this.toolStrip1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // plExMainContainer
  50. //
  51. this.plExMainContainer.Controls.Add(this.statusStrip1);
  52. this.plExMainContainer.Controls.Add(this.trackBar1);
  53. this.plExMainContainer.Controls.Add(this.toolStrip1);
  54. this.plExMainContainer.Controls.Add(this.trackBar2);
  55. this.plExMainContainer.Size = new System.Drawing.Size(582, 90);
  56. //
  57. // plFormMainContent
  58. //
  59. this.plFormMainContent.Size = new System.Drawing.Size(582, 90);
  60. //
  61. // btnAppFormMaximize
  62. //
  63. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  64. this.btnAppFormMaximize.Location = new System.Drawing.Point(523, 0);
  65. //
  66. // btnAppFormExit
  67. //
  68. this.btnAppFormExit.Location = new System.Drawing.Point(550, 0);
  69. //
  70. // btnAppFormMinimize
  71. //
  72. this.btnAppFormMinimize.Location = new System.Drawing.Point(523, 0);
  73. //
  74. // statusStrip1
  75. //
  76. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  77. this.lbSum});
  78. this.statusStrip1.Location = new System.Drawing.Point(0, 68);
  79. this.statusStrip1.Name = "statusStrip1";
  80. this.statusStrip1.Size = new System.Drawing.Size(582, 22);
  81. this.statusStrip1.TabIndex = 6;
  82. this.statusStrip1.Text = "statusStrip1";
  83. //
  84. // lbSum
  85. //
  86. this.lbSum.Name = "lbSum";
  87. this.lbSum.Size = new System.Drawing.Size(567, 17);
  88. this.lbSum.Spring = true;
  89. this.lbSum.Text = "0/0";
  90. this.lbSum.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  91. //
  92. // timer1
  93. //
  94. this.timer1.Enabled = true;
  95. //
  96. // tsbOpen
  97. //
  98. this.tsbOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  99. this.tsbOpen.Image = ((System.Drawing.Image)(resources.GetObject("tsbOpen.Image")));
  100. this.tsbOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
  101. this.tsbOpen.Name = "tsbOpen";
  102. this.tsbOpen.Size = new System.Drawing.Size(23, 22);
  103. this.tsbOpen.Text = "Open";
  104. this.tsbOpen.Visible = false;
  105. //
  106. // trackBar1
  107. //
  108. this.trackBar1.AutoSize = false;
  109. this.trackBar1.Location = new System.Drawing.Point(12, 10);
  110. this.trackBar1.Name = "trackBar1";
  111. this.trackBar1.Size = new System.Drawing.Size(564, 23);
  112. this.trackBar1.TabIndex = 4;
  113. this.trackBar1.TabStop = false;
  114. this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None;
  115. //
  116. // toolStripSeparator1
  117. //
  118. this.toolStripSeparator1.Name = "toolStripSeparator1";
  119. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  120. this.toolStripSeparator1.Visible = false;
  121. //
  122. // toolStrip1
  123. //
  124. this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
  125. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  126. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  127. this.tsbPlay,
  128. this.tsbPause,
  129. this.tsbStop,
  130. this.toolStripSeparator1,
  131. this.tsbOpen});
  132. this.toolStrip1.Location = new System.Drawing.Point(12, 39);
  133. this.toolStrip1.Name = "toolStrip1";
  134. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  135. this.toolStrip1.Size = new System.Drawing.Size(72, 25);
  136. this.toolStrip1.TabIndex = 5;
  137. this.toolStrip1.Text = "toolStrip1";
  138. //
  139. // tsbPlay
  140. //
  141. this.tsbPlay.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  142. this.tsbPlay.Image = ((System.Drawing.Image)(resources.GetObject("tsbPlay.Image")));
  143. this.tsbPlay.ImageTransparentColor = System.Drawing.Color.Magenta;
  144. this.tsbPlay.Name = "tsbPlay";
  145. this.tsbPlay.Size = new System.Drawing.Size(23, 22);
  146. this.tsbPlay.Text = "播放";
  147. //
  148. // tsbPause
  149. //
  150. this.tsbPause.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  151. this.tsbPause.Image = ((System.Drawing.Image)(resources.GetObject("tsbPause.Image")));
  152. this.tsbPause.ImageTransparentColor = System.Drawing.Color.Magenta;
  153. this.tsbPause.Name = "tsbPause";
  154. this.tsbPause.Size = new System.Drawing.Size(23, 22);
  155. this.tsbPause.Text = "暂停";
  156. //
  157. // tsbStop
  158. //
  159. this.tsbStop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  160. this.tsbStop.Image = ((System.Drawing.Image)(resources.GetObject("tsbStop.Image")));
  161. this.tsbStop.ImageTransparentColor = System.Drawing.Color.Magenta;
  162. this.tsbStop.Name = "tsbStop";
  163. this.tsbStop.Size = new System.Drawing.Size(23, 22);
  164. this.tsbStop.Text = "中止";
  165. //
  166. // trackBar2
  167. //
  168. this.trackBar2.AutoSize = false;
  169. this.trackBar2.Location = new System.Drawing.Point(472, 39);
  170. this.trackBar2.Maximum = 0;
  171. this.trackBar2.Minimum = -100;
  172. this.trackBar2.Name = "trackBar2";
  173. this.trackBar2.Size = new System.Drawing.Size(104, 20);
  174. this.trackBar2.TabIndex = 7;
  175. this.trackBar2.TickStyle = System.Windows.Forms.TickStyle.None;
  176. //
  177. // FrmPlayer
  178. //
  179. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  180. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  181. this.ClientSize = new System.Drawing.Size(582, 155);
  182. this.MaximizeBox = false;
  183. this.Name = "FrmPlayer";
  184. this.Text = "录音回放播放器";
  185. this.plExMainContainer.ResumeLayout(false);
  186. this.plExMainContainer.PerformLayout();
  187. this.plFormMainContent.ResumeLayout(false);
  188. this.statusStrip1.ResumeLayout(false);
  189. this.statusStrip1.PerformLayout();
  190. ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
  191. this.toolStrip1.ResumeLayout(false);
  192. this.toolStrip1.PerformLayout();
  193. ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
  194. this.ResumeLayout(false);
  195. }
  196. #endregion
  197. private System.Windows.Forms.StatusStrip statusStrip1;
  198. private System.Windows.Forms.ToolStrip toolStrip1;
  199. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  200. protected System.Windows.Forms.ToolStripStatusLabel lbSum;
  201. protected System.Windows.Forms.TrackBar trackBar1;
  202. protected System.Windows.Forms.ToolStripButton tsbPlay;
  203. protected System.Windows.Forms.ToolStripButton tsbPause;
  204. protected System.Windows.Forms.ToolStripButton tsbStop;
  205. protected System.Windows.Forms.ToolStripButton tsbOpen;
  206. protected System.Windows.Forms.TrackBar trackBar2;
  207. protected System.Windows.Forms.Timer timer1;
  208. }
  209. }