TextArrangeUserControl.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  1. namespace BeatLyrics.Tool.UserControls
  2. {
  3. partial class TextArrangeUserControl
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.SplitContainer splitContainer1;
  30. this.LeftLyricsObjectListView = new BrightIdeasSoftware.ObjectListView();
  31. this.olvColumn5 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
  32. this.olvColumn6 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
  33. this.olvColumn7 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
  34. this.RightLyricsObjectListView = new BrightIdeasSoftware.ObjectListView();
  35. this.olvColumn8 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
  36. this.olvColumn9 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
  37. this.olvColumn10 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
  38. this.RightSelectAllButton = new System.Windows.Forms.Button();
  39. this.MoveMsUpDown = new System.Windows.Forms.NumericUpDown();
  40. this.RightDeleteButton = new System.Windows.Forms.Button();
  41. this.LeftDeleteButton = new System.Windows.Forms.Button();
  42. this.LeftSelectAllButton = new System.Windows.Forms.Button();
  43. this.RemoveRubyButton = new System.Windows.Forms.Button();
  44. this.ZhCnButton = new System.Windows.Forms.Button();
  45. this.TrimButton = new System.Windows.Forms.Button();
  46. this.SetEndButton = new System.Windows.Forms.Button();
  47. this.SetBeginButton = new System.Windows.Forms.Button();
  48. this.MoveForwardButton = new System.Windows.Forms.Button();
  49. this.MoveBackwardButton = new System.Windows.Forms.Button();
  50. this.InsertRubyButton = new System.Windows.Forms.Button();
  51. this.CurrentTranslatedLabel = new System.Windows.Forms.Label();
  52. this.CurrentLabel = new System.Windows.Forms.Label();
  53. this.PlayButton = new System.Windows.Forms.Button();
  54. this.PosLabel = new System.Windows.Forms.Label();
  55. this.PlayPosTrackBar = new System.Windows.Forms.TrackBar();
  56. this.UpdateTimer = new System.Windows.Forms.Timer(this.components);
  57. this.LeftTextButton = new System.Windows.Forms.Button();
  58. this.RightTextButton = new System.Windows.Forms.Button();
  59. splitContainer1 = new System.Windows.Forms.SplitContainer();
  60. ((System.ComponentModel.ISupportInitialize)(splitContainer1)).BeginInit();
  61. splitContainer1.Panel1.SuspendLayout();
  62. splitContainer1.Panel2.SuspendLayout();
  63. splitContainer1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.LeftLyricsObjectListView)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.RightLyricsObjectListView)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.MoveMsUpDown)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.PlayPosTrackBar)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // splitContainer1
  71. //
  72. splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  73. | System.Windows.Forms.AnchorStyles.Left)
  74. | System.Windows.Forms.AnchorStyles.Right)));
  75. splitContainer1.Location = new System.Drawing.Point(3, 125);
  76. splitContainer1.Name = "splitContainer1";
  77. //
  78. // splitContainer1.Panel1
  79. //
  80. splitContainer1.Panel1.Controls.Add(this.LeftLyricsObjectListView);
  81. //
  82. // splitContainer1.Panel2
  83. //
  84. splitContainer1.Panel2.Controls.Add(this.RightLyricsObjectListView);
  85. splitContainer1.Size = new System.Drawing.Size(818, 298);
  86. splitContainer1.SplitterDistance = 398;
  87. splitContainer1.TabIndex = 17;
  88. //
  89. // LeftLyricsObjectListView
  90. //
  91. this.LeftLyricsObjectListView.AllColumns.Add(this.olvColumn5);
  92. this.LeftLyricsObjectListView.AllColumns.Add(this.olvColumn6);
  93. this.LeftLyricsObjectListView.AllColumns.Add(this.olvColumn7);
  94. this.LeftLyricsObjectListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  95. this.olvColumn5,
  96. this.olvColumn6,
  97. this.olvColumn7});
  98. this.LeftLyricsObjectListView.Cursor = System.Windows.Forms.Cursors.Default;
  99. this.LeftLyricsObjectListView.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.LeftLyricsObjectListView.FullRowSelect = true;
  101. this.LeftLyricsObjectListView.GridLines = true;
  102. this.LeftLyricsObjectListView.HideSelection = false;
  103. this.LeftLyricsObjectListView.Location = new System.Drawing.Point(0, 0);
  104. this.LeftLyricsObjectListView.Name = "LeftLyricsObjectListView";
  105. this.LeftLyricsObjectListView.ShowGroups = false;
  106. this.LeftLyricsObjectListView.Size = new System.Drawing.Size(398, 298);
  107. this.LeftLyricsObjectListView.TabIndex = 0;
  108. this.LeftLyricsObjectListView.UseCompatibleStateImageBehavior = false;
  109. this.LeftLyricsObjectListView.View = System.Windows.Forms.View.Details;
  110. this.LeftLyricsObjectListView.DoubleClick += new System.EventHandler(this.LyricsObjectListView_DoubleClick);
  111. this.LeftLyricsObjectListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LyricsObjectListView_KeyDown);
  112. //
  113. // olvColumn5
  114. //
  115. this.olvColumn5.AspectName = "TimeText";
  116. this.olvColumn5.Text = "Time";
  117. //
  118. // olvColumn6
  119. //
  120. this.olvColumn6.AspectName = "DurationMs";
  121. this.olvColumn6.Text = "Duration";
  122. this.olvColumn6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  123. //
  124. // olvColumn7
  125. //
  126. this.olvColumn7.AspectName = "Text";
  127. this.olvColumn7.Text = "Text";
  128. this.olvColumn7.Width = 240;
  129. //
  130. // RightLyricsObjectListView
  131. //
  132. this.RightLyricsObjectListView.AllColumns.Add(this.olvColumn8);
  133. this.RightLyricsObjectListView.AllColumns.Add(this.olvColumn9);
  134. this.RightLyricsObjectListView.AllColumns.Add(this.olvColumn10);
  135. this.RightLyricsObjectListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  136. this.olvColumn8,
  137. this.olvColumn9,
  138. this.olvColumn10});
  139. this.RightLyricsObjectListView.Cursor = System.Windows.Forms.Cursors.Default;
  140. this.RightLyricsObjectListView.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.RightLyricsObjectListView.FullRowSelect = true;
  142. this.RightLyricsObjectListView.GridLines = true;
  143. this.RightLyricsObjectListView.HideSelection = false;
  144. this.RightLyricsObjectListView.Location = new System.Drawing.Point(0, 0);
  145. this.RightLyricsObjectListView.Name = "RightLyricsObjectListView";
  146. this.RightLyricsObjectListView.ShowGroups = false;
  147. this.RightLyricsObjectListView.Size = new System.Drawing.Size(416, 298);
  148. this.RightLyricsObjectListView.TabIndex = 1;
  149. this.RightLyricsObjectListView.UseCompatibleStateImageBehavior = false;
  150. this.RightLyricsObjectListView.View = System.Windows.Forms.View.Details;
  151. this.RightLyricsObjectListView.DoubleClick += new System.EventHandler(this.LyricsObjectListView_DoubleClick);
  152. this.RightLyricsObjectListView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LyricsObjectListView_KeyDown);
  153. //
  154. // olvColumn8
  155. //
  156. this.olvColumn8.AspectName = "TimeText";
  157. this.olvColumn8.Text = "Time";
  158. this.olvColumn8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  159. //
  160. // olvColumn9
  161. //
  162. this.olvColumn9.AspectName = "DurationMs";
  163. this.olvColumn9.Text = "Duration";
  164. //
  165. // olvColumn10
  166. //
  167. this.olvColumn10.AspectName = "Text";
  168. this.olvColumn10.Text = "Text";
  169. this.olvColumn10.Width = 240;
  170. //
  171. // RightSelectAllButton
  172. //
  173. this.RightSelectAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  174. this.RightSelectAllButton.Location = new System.Drawing.Point(774, 98);
  175. this.RightSelectAllButton.Name = "RightSelectAllButton";
  176. this.RightSelectAllButton.Size = new System.Drawing.Size(20, 21);
  177. this.RightSelectAllButton.TabIndex = 30;
  178. this.RightSelectAllButton.Text = "✔";
  179. this.RightSelectAllButton.UseVisualStyleBackColor = true;
  180. this.RightSelectAllButton.Click += new System.EventHandler(this.RightSelectAllButton_Click);
  181. //
  182. // MoveMsUpDown
  183. //
  184. this.MoveMsUpDown.Anchor = System.Windows.Forms.AnchorStyles.Top;
  185. this.MoveMsUpDown.Location = new System.Drawing.Point(381, 98);
  186. this.MoveMsUpDown.Maximum = new decimal(new int[] {
  187. 10000,
  188. 0,
  189. 0,
  190. 0});
  191. this.MoveMsUpDown.Minimum = new decimal(new int[] {
  192. 20,
  193. 0,
  194. 0,
  195. 0});
  196. this.MoveMsUpDown.Name = "MoveMsUpDown";
  197. this.MoveMsUpDown.Size = new System.Drawing.Size(58, 21);
  198. this.MoveMsUpDown.TabIndex = 29;
  199. this.MoveMsUpDown.ThousandsSeparator = true;
  200. this.MoveMsUpDown.Value = new decimal(new int[] {
  201. 100,
  202. 0,
  203. 0,
  204. 0});
  205. //
  206. // RightDeleteButton
  207. //
  208. this.RightDeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  209. this.RightDeleteButton.Location = new System.Drawing.Point(800, 98);
  210. this.RightDeleteButton.Name = "RightDeleteButton";
  211. this.RightDeleteButton.Size = new System.Drawing.Size(21, 21);
  212. this.RightDeleteButton.TabIndex = 27;
  213. this.RightDeleteButton.Text = "🗑︎";
  214. this.RightDeleteButton.UseVisualStyleBackColor = true;
  215. this.RightDeleteButton.Click += new System.EventHandler(this.RightDeleteButton_Click);
  216. //
  217. // LeftDeleteButton
  218. //
  219. this.LeftDeleteButton.Location = new System.Drawing.Point(31, 98);
  220. this.LeftDeleteButton.Name = "LeftDeleteButton";
  221. this.LeftDeleteButton.Size = new System.Drawing.Size(22, 21);
  222. this.LeftDeleteButton.TabIndex = 26;
  223. this.LeftDeleteButton.Text = "🗑︎";
  224. this.LeftDeleteButton.UseVisualStyleBackColor = true;
  225. this.LeftDeleteButton.Click += new System.EventHandler(this.LeftDeleteButton_Click);
  226. //
  227. // LeftSelectAllButton
  228. //
  229. this.LeftSelectAllButton.Location = new System.Drawing.Point(3, 98);
  230. this.LeftSelectAllButton.Name = "LeftSelectAllButton";
  231. this.LeftSelectAllButton.Size = new System.Drawing.Size(22, 21);
  232. this.LeftSelectAllButton.TabIndex = 25;
  233. this.LeftSelectAllButton.Text = "✔";
  234. this.LeftSelectAllButton.UseVisualStyleBackColor = true;
  235. this.LeftSelectAllButton.Click += new System.EventHandler(this.LeftSelectAllButton_Click);
  236. //
  237. // RemoveRubyButton
  238. //
  239. this.RemoveRubyButton.Location = new System.Drawing.Point(59, 98);
  240. this.RemoveRubyButton.Name = "RemoveRubyButton";
  241. this.RemoveRubyButton.Size = new System.Drawing.Size(46, 21);
  242. this.RemoveRubyButton.TabIndex = 24;
  243. this.RemoveRubyButton.Text = "-Ruby";
  244. this.RemoveRubyButton.UseVisualStyleBackColor = true;
  245. this.RemoveRubyButton.Click += new System.EventHandler(this.RemoveRubyButton_Click);
  246. //
  247. // ZhCnButton
  248. //
  249. this.ZhCnButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  250. this.ZhCnButton.Location = new System.Drawing.Point(719, 98);
  251. this.ZhCnButton.Name = "ZhCnButton";
  252. this.ZhCnButton.Size = new System.Drawing.Size(49, 21);
  253. this.ZhCnButton.TabIndex = 23;
  254. this.ZhCnButton.Text = "ChiSim";
  255. this.ZhCnButton.UseVisualStyleBackColor = true;
  256. this.ZhCnButton.Click += new System.EventHandler(this.ZhCnButton_Click);
  257. //
  258. // TrimButton
  259. //
  260. this.TrimButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  261. this.TrimButton.Location = new System.Drawing.Point(662, 98);
  262. this.TrimButton.Name = "TrimButton";
  263. this.TrimButton.Size = new System.Drawing.Size(51, 21);
  264. this.TrimButton.TabIndex = 22;
  265. this.TrimButton.Text = "Trim";
  266. this.TrimButton.UseVisualStyleBackColor = true;
  267. this.TrimButton.Click += new System.EventHandler(this.TrimButton_Click);
  268. //
  269. // SetEndButton
  270. //
  271. this.SetEndButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
  272. this.SetEndButton.Location = new System.Drawing.Point(484, 98);
  273. this.SetEndButton.Name = "SetEndButton";
  274. this.SetEndButton.Size = new System.Drawing.Size(40, 21);
  275. this.SetEndButton.TabIndex = 28;
  276. this.SetEndButton.Text = "Set|";
  277. this.SetEndButton.UseVisualStyleBackColor = true;
  278. this.SetEndButton.Click += new System.EventHandler(this.SetEndButton_Click);
  279. //
  280. // SetBeginButton
  281. //
  282. this.SetBeginButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
  283. this.SetBeginButton.Location = new System.Drawing.Point(300, 98);
  284. this.SetBeginButton.Name = "SetBeginButton";
  285. this.SetBeginButton.Size = new System.Drawing.Size(38, 21);
  286. this.SetBeginButton.TabIndex = 21;
  287. this.SetBeginButton.Text = "|Set";
  288. this.SetBeginButton.UseVisualStyleBackColor = true;
  289. this.SetBeginButton.Click += new System.EventHandler(this.SetBeginButton_Click);
  290. //
  291. // MoveForwardButton
  292. //
  293. this.MoveForwardButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
  294. this.MoveForwardButton.Location = new System.Drawing.Point(445, 98);
  295. this.MoveForwardButton.Name = "MoveForwardButton";
  296. this.MoveForwardButton.Size = new System.Drawing.Size(33, 21);
  297. this.MoveForwardButton.TabIndex = 20;
  298. this.MoveForwardButton.Text = ">>";
  299. this.MoveForwardButton.UseVisualStyleBackColor = true;
  300. this.MoveForwardButton.Click += new System.EventHandler(this.MoveForwardButton_Click);
  301. //
  302. // MoveBackwardButton
  303. //
  304. this.MoveBackwardButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
  305. this.MoveBackwardButton.Location = new System.Drawing.Point(344, 98);
  306. this.MoveBackwardButton.Name = "MoveBackwardButton";
  307. this.MoveBackwardButton.Size = new System.Drawing.Size(33, 21);
  308. this.MoveBackwardButton.TabIndex = 19;
  309. this.MoveBackwardButton.Text = "<<";
  310. this.MoveBackwardButton.UseVisualStyleBackColor = true;
  311. this.MoveBackwardButton.Click += new System.EventHandler(this.MoveBackwardButton_Click);
  312. //
  313. // InsertRubyButton
  314. //
  315. this.InsertRubyButton.Location = new System.Drawing.Point(111, 98);
  316. this.InsertRubyButton.Name = "InsertRubyButton";
  317. this.InsertRubyButton.Size = new System.Drawing.Size(53, 21);
  318. this.InsertRubyButton.TabIndex = 18;
  319. this.InsertRubyButton.Text = "+Ruby";
  320. this.InsertRubyButton.UseVisualStyleBackColor = true;
  321. this.InsertRubyButton.Click += new System.EventHandler(this.InsertRubyButton_Click);
  322. //
  323. // CurrentTranslatedLabel
  324. //
  325. this.CurrentTranslatedLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  326. | System.Windows.Forms.AnchorStyles.Right)));
  327. this.CurrentTranslatedLabel.Location = new System.Drawing.Point(5, 72);
  328. this.CurrentTranslatedLabel.Name = "CurrentTranslatedLabel";
  329. this.CurrentTranslatedLabel.Size = new System.Drawing.Size(816, 19);
  330. this.CurrentTranslatedLabel.TabIndex = 16;
  331. this.CurrentTranslatedLabel.Text = "此处应有歌词翻译";
  332. this.CurrentTranslatedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  333. //
  334. // CurrentLabel
  335. //
  336. this.CurrentLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  337. | System.Windows.Forms.AnchorStyles.Right)));
  338. this.CurrentLabel.Location = new System.Drawing.Point(5, 53);
  339. this.CurrentLabel.Name = "CurrentLabel";
  340. this.CurrentLabel.Size = new System.Drawing.Size(816, 19);
  341. this.CurrentLabel.TabIndex = 15;
  342. this.CurrentLabel.Text = "此处应有歌词";
  343. this.CurrentLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  344. //
  345. // PlayButton
  346. //
  347. this.PlayButton.Location = new System.Drawing.Point(3, 3);
  348. this.PlayButton.Name = "PlayButton";
  349. this.PlayButton.Size = new System.Drawing.Size(59, 23);
  350. this.PlayButton.TabIndex = 14;
  351. this.PlayButton.Text = "▶/■";
  352. this.PlayButton.UseVisualStyleBackColor = true;
  353. this.PlayButton.Click += new System.EventHandler(this.PlayButton_Click);
  354. //
  355. // PosLabel
  356. //
  357. this.PosLabel.AutoSize = true;
  358. this.PosLabel.Location = new System.Drawing.Point(3, 36);
  359. this.PosLabel.Name = "PosLabel";
  360. this.PosLabel.Size = new System.Drawing.Size(59, 12);
  361. this.PosLabel.TabIndex = 13;
  362. this.PosLabel.Text = "00:00.000";
  363. //
  364. // PlayPosTrackBar
  365. //
  366. this.PlayPosTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  367. | System.Windows.Forms.AnchorStyles.Right)));
  368. this.PlayPosTrackBar.Location = new System.Drawing.Point(78, 3);
  369. this.PlayPosTrackBar.Maximum = 300000;
  370. this.PlayPosTrackBar.Name = "PlayPosTrackBar";
  371. this.PlayPosTrackBar.Size = new System.Drawing.Size(743, 45);
  372. this.PlayPosTrackBar.TabIndex = 12;
  373. this.PlayPosTrackBar.TickFrequency = 10000;
  374. this.PlayPosTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both;
  375. this.PlayPosTrackBar.Value = 50;
  376. this.PlayPosTrackBar.Scroll += new System.EventHandler(this.PlayPosTrackBar_Scroll);
  377. this.PlayPosTrackBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PlayPosTrackBar_MouseDown);
  378. this.PlayPosTrackBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PlayPosTrackBar_MouseUp);
  379. //
  380. // UpdateTimer
  381. //
  382. this.UpdateTimer.Interval = 20;
  383. this.UpdateTimer.Tick += new System.EventHandler(this.UpdateTimer_Tick);
  384. //
  385. // LeftTextButton
  386. //
  387. this.LeftTextButton.Location = new System.Drawing.Point(198, 98);
  388. this.LeftTextButton.Name = "LeftTextButton";
  389. this.LeftTextButton.Size = new System.Drawing.Size(53, 21);
  390. this.LeftTextButton.TabIndex = 18;
  391. this.LeftTextButton.Text = "Text";
  392. this.LeftTextButton.Click += new System.EventHandler(this.LeftTextButton_Click);
  393. //
  394. // RightTextButton
  395. //
  396. this.RightTextButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  397. this.RightTextButton.Location = new System.Drawing.Point(583, 98);
  398. this.RightTextButton.Name = "RightTextButton";
  399. this.RightTextButton.Size = new System.Drawing.Size(51, 21);
  400. this.RightTextButton.TabIndex = 22;
  401. this.RightTextButton.Text = "Text";
  402. this.RightTextButton.UseVisualStyleBackColor = true;
  403. this.RightTextButton.Click += new System.EventHandler(this.RightTextButton_Click);
  404. //
  405. // TextArrangeUserControl
  406. //
  407. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  408. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  409. this.Controls.Add(this.RightSelectAllButton);
  410. this.Controls.Add(this.MoveMsUpDown);
  411. this.Controls.Add(this.RightDeleteButton);
  412. this.Controls.Add(this.LeftDeleteButton);
  413. this.Controls.Add(this.LeftSelectAllButton);
  414. this.Controls.Add(this.RemoveRubyButton);
  415. this.Controls.Add(this.ZhCnButton);
  416. this.Controls.Add(this.RightTextButton);
  417. this.Controls.Add(this.TrimButton);
  418. this.Controls.Add(this.SetEndButton);
  419. this.Controls.Add(this.SetBeginButton);
  420. this.Controls.Add(this.MoveForwardButton);
  421. this.Controls.Add(this.MoveBackwardButton);
  422. this.Controls.Add(this.LeftTextButton);
  423. this.Controls.Add(this.InsertRubyButton);
  424. this.Controls.Add(splitContainer1);
  425. this.Controls.Add(this.CurrentTranslatedLabel);
  426. this.Controls.Add(this.CurrentLabel);
  427. this.Controls.Add(this.PlayButton);
  428. this.Controls.Add(this.PosLabel);
  429. this.Controls.Add(this.PlayPosTrackBar);
  430. this.Name = "TextArrangeUserControl";
  431. this.Size = new System.Drawing.Size(824, 426);
  432. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextArrangeUserControl_KeyDown);
  433. splitContainer1.Panel1.ResumeLayout(false);
  434. splitContainer1.Panel2.ResumeLayout(false);
  435. ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
  436. splitContainer1.ResumeLayout(false);
  437. ((System.ComponentModel.ISupportInitialize)(this.LeftLyricsObjectListView)).EndInit();
  438. ((System.ComponentModel.ISupportInitialize)(this.RightLyricsObjectListView)).EndInit();
  439. ((System.ComponentModel.ISupportInitialize)(this.MoveMsUpDown)).EndInit();
  440. ((System.ComponentModel.ISupportInitialize)(this.PlayPosTrackBar)).EndInit();
  441. this.ResumeLayout(false);
  442. this.PerformLayout();
  443. }
  444. #endregion
  445. private System.Windows.Forms.Button RightSelectAllButton;
  446. private System.Windows.Forms.NumericUpDown MoveMsUpDown;
  447. private System.Windows.Forms.Button RightDeleteButton;
  448. private System.Windows.Forms.Button LeftDeleteButton;
  449. private System.Windows.Forms.Button LeftSelectAllButton;
  450. private System.Windows.Forms.Button RemoveRubyButton;
  451. private System.Windows.Forms.Button ZhCnButton;
  452. private System.Windows.Forms.Button TrimButton;
  453. private System.Windows.Forms.Button SetEndButton;
  454. private System.Windows.Forms.Button SetBeginButton;
  455. private System.Windows.Forms.Button MoveForwardButton;
  456. private System.Windows.Forms.Button MoveBackwardButton;
  457. private System.Windows.Forms.Button InsertRubyButton;
  458. private BrightIdeasSoftware.ObjectListView LeftLyricsObjectListView;
  459. private BrightIdeasSoftware.OLVColumn olvColumn5;
  460. private BrightIdeasSoftware.OLVColumn olvColumn6;
  461. private BrightIdeasSoftware.OLVColumn olvColumn7;
  462. private BrightIdeasSoftware.ObjectListView RightLyricsObjectListView;
  463. private BrightIdeasSoftware.OLVColumn olvColumn8;
  464. private BrightIdeasSoftware.OLVColumn olvColumn9;
  465. private BrightIdeasSoftware.OLVColumn olvColumn10;
  466. private System.Windows.Forms.Label CurrentTranslatedLabel;
  467. private System.Windows.Forms.Label CurrentLabel;
  468. private System.Windows.Forms.Button PlayButton;
  469. private System.Windows.Forms.Label PosLabel;
  470. private System.Windows.Forms.TrackBar PlayPosTrackBar;
  471. private System.Windows.Forms.Timer UpdateTimer;
  472. private System.Windows.Forms.Button LeftTextButton;
  473. private System.Windows.Forms.Button RightTextButton;
  474. }
  475. }