TextArrangeUserControl.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  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. this.olvColumn9.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  165. //
  166. // olvColumn10
  167. //
  168. this.olvColumn10.AspectName = "Text";
  169. this.olvColumn10.Text = "Text";
  170. this.olvColumn10.Width = 240;
  171. //
  172. // RightSelectAllButton
  173. //
  174. this.RightSelectAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  175. this.RightSelectAllButton.Location = new System.Drawing.Point(774, 98);
  176. this.RightSelectAllButton.Name = "RightSelectAllButton";
  177. this.RightSelectAllButton.Size = new System.Drawing.Size(20, 21);
  178. this.RightSelectAllButton.TabIndex = 30;
  179. this.RightSelectAllButton.Text = "✔";
  180. this.RightSelectAllButton.UseVisualStyleBackColor = true;
  181. this.RightSelectAllButton.Click += new System.EventHandler(this.RightSelectAllButton_Click);
  182. //
  183. // MoveMsUpDown
  184. //
  185. this.MoveMsUpDown.Anchor = System.Windows.Forms.AnchorStyles.Top;
  186. this.MoveMsUpDown.Location = new System.Drawing.Point(381, 98);
  187. this.MoveMsUpDown.Maximum = new decimal(new int[] {
  188. 10000,
  189. 0,
  190. 0,
  191. 0});
  192. this.MoveMsUpDown.Minimum = new decimal(new int[] {
  193. 20,
  194. 0,
  195. 0,
  196. 0});
  197. this.MoveMsUpDown.Name = "MoveMsUpDown";
  198. this.MoveMsUpDown.Size = new System.Drawing.Size(58, 21);
  199. this.MoveMsUpDown.TabIndex = 29;
  200. this.MoveMsUpDown.ThousandsSeparator = true;
  201. this.MoveMsUpDown.Value = new decimal(new int[] {
  202. 100,
  203. 0,
  204. 0,
  205. 0});
  206. //
  207. // RightDeleteButton
  208. //
  209. this.RightDeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  210. this.RightDeleteButton.Location = new System.Drawing.Point(800, 98);
  211. this.RightDeleteButton.Name = "RightDeleteButton";
  212. this.RightDeleteButton.Size = new System.Drawing.Size(21, 21);
  213. this.RightDeleteButton.TabIndex = 27;
  214. this.RightDeleteButton.Text = "🗑︎";
  215. this.RightDeleteButton.UseVisualStyleBackColor = true;
  216. this.RightDeleteButton.Click += new System.EventHandler(this.RightDeleteButton_Click);
  217. //
  218. // LeftDeleteButton
  219. //
  220. this.LeftDeleteButton.Location = new System.Drawing.Point(31, 98);
  221. this.LeftDeleteButton.Name = "LeftDeleteButton";
  222. this.LeftDeleteButton.Size = new System.Drawing.Size(22, 21);
  223. this.LeftDeleteButton.TabIndex = 26;
  224. this.LeftDeleteButton.Text = "🗑︎";
  225. this.LeftDeleteButton.UseVisualStyleBackColor = true;
  226. this.LeftDeleteButton.Click += new System.EventHandler(this.LeftDeleteButton_Click);
  227. //
  228. // LeftSelectAllButton
  229. //
  230. this.LeftSelectAllButton.Location = new System.Drawing.Point(3, 98);
  231. this.LeftSelectAllButton.Name = "LeftSelectAllButton";
  232. this.LeftSelectAllButton.Size = new System.Drawing.Size(22, 21);
  233. this.LeftSelectAllButton.TabIndex = 25;
  234. this.LeftSelectAllButton.Text = "✔";
  235. this.LeftSelectAllButton.UseVisualStyleBackColor = true;
  236. this.LeftSelectAllButton.Click += new System.EventHandler(this.LeftSelectAllButton_Click);
  237. //
  238. // RemoveRubyButton
  239. //
  240. this.RemoveRubyButton.Location = new System.Drawing.Point(59, 98);
  241. this.RemoveRubyButton.Name = "RemoveRubyButton";
  242. this.RemoveRubyButton.Size = new System.Drawing.Size(46, 21);
  243. this.RemoveRubyButton.TabIndex = 24;
  244. this.RemoveRubyButton.Text = "-Ruby";
  245. this.RemoveRubyButton.UseVisualStyleBackColor = true;
  246. this.RemoveRubyButton.Click += new System.EventHandler(this.RemoveRubyButton_Click);
  247. //
  248. // ZhCnButton
  249. //
  250. this.ZhCnButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  251. this.ZhCnButton.Location = new System.Drawing.Point(719, 98);
  252. this.ZhCnButton.Name = "ZhCnButton";
  253. this.ZhCnButton.Size = new System.Drawing.Size(49, 21);
  254. this.ZhCnButton.TabIndex = 23;
  255. this.ZhCnButton.Text = "ChiSim";
  256. this.ZhCnButton.UseVisualStyleBackColor = true;
  257. this.ZhCnButton.Click += new System.EventHandler(this.ZhCnButton_Click);
  258. //
  259. // TrimButton
  260. //
  261. this.TrimButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  262. this.TrimButton.Location = new System.Drawing.Point(662, 98);
  263. this.TrimButton.Name = "TrimButton";
  264. this.TrimButton.Size = new System.Drawing.Size(51, 21);
  265. this.TrimButton.TabIndex = 22;
  266. this.TrimButton.Text = "Trim";
  267. this.TrimButton.UseVisualStyleBackColor = true;
  268. this.TrimButton.Click += new System.EventHandler(this.TrimButton_Click);
  269. //
  270. // SetEndButton
  271. //
  272. this.SetEndButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
  273. this.SetEndButton.Location = new System.Drawing.Point(484, 98);
  274. this.SetEndButton.Name = "SetEndButton";
  275. this.SetEndButton.Size = new System.Drawing.Size(40, 21);
  276. this.SetEndButton.TabIndex = 28;
  277. this.SetEndButton.Text = "Set|";
  278. this.SetEndButton.UseVisualStyleBackColor = true;
  279. this.SetEndButton.Click += new System.EventHandler(this.SetEndButton_Click);
  280. //
  281. // SetBeginButton
  282. //
  283. this.SetBeginButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
  284. this.SetBeginButton.Location = new System.Drawing.Point(300, 98);
  285. this.SetBeginButton.Name = "SetBeginButton";
  286. this.SetBeginButton.Size = new System.Drawing.Size(38, 21);
  287. this.SetBeginButton.TabIndex = 21;
  288. this.SetBeginButton.Text = "|Set";
  289. this.SetBeginButton.UseVisualStyleBackColor = true;
  290. this.SetBeginButton.Click += new System.EventHandler(this.SetBeginButton_Click);
  291. //
  292. // MoveForwardButton
  293. //
  294. this.MoveForwardButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
  295. this.MoveForwardButton.Location = new System.Drawing.Point(445, 98);
  296. this.MoveForwardButton.Name = "MoveForwardButton";
  297. this.MoveForwardButton.Size = new System.Drawing.Size(33, 21);
  298. this.MoveForwardButton.TabIndex = 20;
  299. this.MoveForwardButton.Text = ">>";
  300. this.MoveForwardButton.UseVisualStyleBackColor = true;
  301. this.MoveForwardButton.Click += new System.EventHandler(this.MoveForwardButton_Click);
  302. //
  303. // MoveBackwardButton
  304. //
  305. this.MoveBackwardButton.Anchor = System.Windows.Forms.AnchorStyles.Top;
  306. this.MoveBackwardButton.Location = new System.Drawing.Point(344, 98);
  307. this.MoveBackwardButton.Name = "MoveBackwardButton";
  308. this.MoveBackwardButton.Size = new System.Drawing.Size(33, 21);
  309. this.MoveBackwardButton.TabIndex = 19;
  310. this.MoveBackwardButton.Text = "<<";
  311. this.MoveBackwardButton.UseVisualStyleBackColor = true;
  312. this.MoveBackwardButton.Click += new System.EventHandler(this.MoveBackwardButton_Click);
  313. //
  314. // InsertRubyButton
  315. //
  316. this.InsertRubyButton.Location = new System.Drawing.Point(111, 98);
  317. this.InsertRubyButton.Name = "InsertRubyButton";
  318. this.InsertRubyButton.Size = new System.Drawing.Size(53, 21);
  319. this.InsertRubyButton.TabIndex = 18;
  320. this.InsertRubyButton.Text = "+Ruby";
  321. this.InsertRubyButton.UseVisualStyleBackColor = true;
  322. this.InsertRubyButton.Click += new System.EventHandler(this.InsertRubyButton_Click);
  323. //
  324. // CurrentTranslatedLabel
  325. //
  326. this.CurrentTranslatedLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  327. | System.Windows.Forms.AnchorStyles.Right)));
  328. this.CurrentTranslatedLabel.Location = new System.Drawing.Point(5, 72);
  329. this.CurrentTranslatedLabel.Name = "CurrentTranslatedLabel";
  330. this.CurrentTranslatedLabel.Size = new System.Drawing.Size(816, 19);
  331. this.CurrentTranslatedLabel.TabIndex = 16;
  332. this.CurrentTranslatedLabel.Text = "此处应有歌词翻译";
  333. this.CurrentTranslatedLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  334. //
  335. // CurrentLabel
  336. //
  337. this.CurrentLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  338. | System.Windows.Forms.AnchorStyles.Right)));
  339. this.CurrentLabel.Location = new System.Drawing.Point(5, 53);
  340. this.CurrentLabel.Name = "CurrentLabel";
  341. this.CurrentLabel.Size = new System.Drawing.Size(816, 19);
  342. this.CurrentLabel.TabIndex = 15;
  343. this.CurrentLabel.Text = "此处应有歌词";
  344. this.CurrentLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  345. //
  346. // PlayButton
  347. //
  348. this.PlayButton.Location = new System.Drawing.Point(3, 3);
  349. this.PlayButton.Name = "PlayButton";
  350. this.PlayButton.Size = new System.Drawing.Size(59, 23);
  351. this.PlayButton.TabIndex = 14;
  352. this.PlayButton.Text = "▶/■";
  353. this.PlayButton.UseVisualStyleBackColor = true;
  354. this.PlayButton.Click += new System.EventHandler(this.PlayButton_Click);
  355. //
  356. // PosLabel
  357. //
  358. this.PosLabel.AutoSize = true;
  359. this.PosLabel.Location = new System.Drawing.Point(3, 36);
  360. this.PosLabel.Name = "PosLabel";
  361. this.PosLabel.Size = new System.Drawing.Size(59, 12);
  362. this.PosLabel.TabIndex = 13;
  363. this.PosLabel.Text = "00:00.000";
  364. //
  365. // PlayPosTrackBar
  366. //
  367. this.PlayPosTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  368. | System.Windows.Forms.AnchorStyles.Right)));
  369. this.PlayPosTrackBar.Location = new System.Drawing.Point(78, 3);
  370. this.PlayPosTrackBar.Maximum = 300000;
  371. this.PlayPosTrackBar.Name = "PlayPosTrackBar";
  372. this.PlayPosTrackBar.Size = new System.Drawing.Size(743, 45);
  373. this.PlayPosTrackBar.TabIndex = 12;
  374. this.PlayPosTrackBar.TickFrequency = 10000;
  375. this.PlayPosTrackBar.TickStyle = System.Windows.Forms.TickStyle.Both;
  376. this.PlayPosTrackBar.Value = 50;
  377. this.PlayPosTrackBar.Scroll += new System.EventHandler(this.PlayPosTrackBar_Scroll);
  378. this.PlayPosTrackBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PlayPosTrackBar_MouseDown);
  379. this.PlayPosTrackBar.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PlayPosTrackBar_MouseUp);
  380. //
  381. // UpdateTimer
  382. //
  383. this.UpdateTimer.Interval = 20;
  384. this.UpdateTimer.Tick += new System.EventHandler(this.UpdateTimer_Tick);
  385. //
  386. // LeftTextButton
  387. //
  388. this.LeftTextButton.Location = new System.Drawing.Point(198, 98);
  389. this.LeftTextButton.Name = "LeftTextButton";
  390. this.LeftTextButton.Size = new System.Drawing.Size(53, 21);
  391. this.LeftTextButton.TabIndex = 18;
  392. this.LeftTextButton.Text = "Text";
  393. this.LeftTextButton.Click += new System.EventHandler(this.LeftTextButton_Click);
  394. //
  395. // RightTextButton
  396. //
  397. this.RightTextButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  398. this.RightTextButton.Location = new System.Drawing.Point(583, 98);
  399. this.RightTextButton.Name = "RightTextButton";
  400. this.RightTextButton.Size = new System.Drawing.Size(51, 21);
  401. this.RightTextButton.TabIndex = 22;
  402. this.RightTextButton.Text = "Text";
  403. this.RightTextButton.UseVisualStyleBackColor = true;
  404. this.RightTextButton.Click += new System.EventHandler(this.RightTextButton_Click);
  405. //
  406. // TextArrangeUserControl
  407. //
  408. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  409. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  410. this.Controls.Add(this.RightSelectAllButton);
  411. this.Controls.Add(this.MoveMsUpDown);
  412. this.Controls.Add(this.RightDeleteButton);
  413. this.Controls.Add(this.LeftDeleteButton);
  414. this.Controls.Add(this.LeftSelectAllButton);
  415. this.Controls.Add(this.RemoveRubyButton);
  416. this.Controls.Add(this.ZhCnButton);
  417. this.Controls.Add(this.RightTextButton);
  418. this.Controls.Add(this.TrimButton);
  419. this.Controls.Add(this.SetEndButton);
  420. this.Controls.Add(this.SetBeginButton);
  421. this.Controls.Add(this.MoveForwardButton);
  422. this.Controls.Add(this.MoveBackwardButton);
  423. this.Controls.Add(this.LeftTextButton);
  424. this.Controls.Add(this.InsertRubyButton);
  425. this.Controls.Add(splitContainer1);
  426. this.Controls.Add(this.CurrentTranslatedLabel);
  427. this.Controls.Add(this.CurrentLabel);
  428. this.Controls.Add(this.PlayButton);
  429. this.Controls.Add(this.PosLabel);
  430. this.Controls.Add(this.PlayPosTrackBar);
  431. this.Name = "TextArrangeUserControl";
  432. this.Size = new System.Drawing.Size(824, 426);
  433. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextArrangeUserControl_KeyDown);
  434. splitContainer1.Panel1.ResumeLayout(false);
  435. splitContainer1.Panel2.ResumeLayout(false);
  436. ((System.ComponentModel.ISupportInitialize)(splitContainer1)).EndInit();
  437. splitContainer1.ResumeLayout(false);
  438. ((System.ComponentModel.ISupportInitialize)(this.LeftLyricsObjectListView)).EndInit();
  439. ((System.ComponentModel.ISupportInitialize)(this.RightLyricsObjectListView)).EndInit();
  440. ((System.ComponentModel.ISupportInitialize)(this.MoveMsUpDown)).EndInit();
  441. ((System.ComponentModel.ISupportInitialize)(this.PlayPosTrackBar)).EndInit();
  442. this.ResumeLayout(false);
  443. this.PerformLayout();
  444. }
  445. #endregion
  446. private System.Windows.Forms.Button RightSelectAllButton;
  447. private System.Windows.Forms.NumericUpDown MoveMsUpDown;
  448. private System.Windows.Forms.Button RightDeleteButton;
  449. private System.Windows.Forms.Button LeftDeleteButton;
  450. private System.Windows.Forms.Button LeftSelectAllButton;
  451. private System.Windows.Forms.Button RemoveRubyButton;
  452. private System.Windows.Forms.Button ZhCnButton;
  453. private System.Windows.Forms.Button TrimButton;
  454. private System.Windows.Forms.Button SetEndButton;
  455. private System.Windows.Forms.Button SetBeginButton;
  456. private System.Windows.Forms.Button MoveForwardButton;
  457. private System.Windows.Forms.Button MoveBackwardButton;
  458. private System.Windows.Forms.Button InsertRubyButton;
  459. private BrightIdeasSoftware.ObjectListView LeftLyricsObjectListView;
  460. private BrightIdeasSoftware.OLVColumn olvColumn5;
  461. private BrightIdeasSoftware.OLVColumn olvColumn6;
  462. private BrightIdeasSoftware.OLVColumn olvColumn7;
  463. private BrightIdeasSoftware.ObjectListView RightLyricsObjectListView;
  464. private BrightIdeasSoftware.OLVColumn olvColumn8;
  465. private BrightIdeasSoftware.OLVColumn olvColumn9;
  466. private BrightIdeasSoftware.OLVColumn olvColumn10;
  467. private System.Windows.Forms.Label CurrentTranslatedLabel;
  468. private System.Windows.Forms.Label CurrentLabel;
  469. private System.Windows.Forms.Button PlayButton;
  470. private System.Windows.Forms.Label PosLabel;
  471. private System.Windows.Forms.TrackBar PlayPosTrackBar;
  472. private System.Windows.Forms.Timer UpdateTimer;
  473. private System.Windows.Forms.Button LeftTextButton;
  474. private System.Windows.Forms.Button RightTextButton;
  475. }
  476. }