OnlineLyricsDialog.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. namespace BeatLyrics.Tool.Dialogs
  2. {
  3. partial class OnlineLyricsForm
  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. System.Windows.Forms.RadioButton radioButton1;
  29. System.Windows.Forms.Label label3;
  30. System.Windows.Forms.Label label2;
  31. System.Windows.Forms.Label label1;
  32. System.Windows.Forms.TabPage tabPage1;
  33. System.Windows.Forms.TabPage tabPage2;
  34. System.Windows.Forms.Label label4;
  35. System.Windows.Forms.Panel panel1;
  36. BrightIdeasSoftware.OLVColumn olvColumn2;
  37. BrightIdeasSoftware.OLVColumn olvColumn1;
  38. BrightIdeasSoftware.OLVColumn olvColumn3;
  39. BrightIdeasSoftware.OLVColumn olvColumn4;
  40. this.NcmKeywordTextBox = new System.Windows.Forms.TextBox();
  41. this.NcmSearchButton = new System.Windows.Forms.Button();
  42. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  43. this.SongInfoTextBox = new System.Windows.Forms.RichTextBox();
  44. this.AppendSelectionButton = new System.Windows.Forms.Button();
  45. this.AppendHiraganaButton = new System.Windows.Forms.Button();
  46. this.AppendKanButton = new System.Windows.Forms.Button();
  47. this.SelectionTextBox = new System.Windows.Forms.TextBox();
  48. this.HiraTextBox = new System.Windows.Forms.TextBox();
  49. this.KanTextBox = new System.Windows.Forms.TextBox();
  50. this.OnlineTabControl = new System.Windows.Forms.TabControl();
  51. this.SearchResultTabPage = new System.Windows.Forms.TabPage();
  52. this.ResultObjectListView = new BrightIdeasSoftware.ObjectListView();
  53. this.SearchResultTabControl = new System.Windows.Forms.TabControl();
  54. this.LyricDetailTabPage = new System.Windows.Forms.TabPage();
  55. this.EditorControl = new BeatLyrics.Tool.UserControls.TextArrangeUserControl();
  56. this.DetailsRemarkTextBox = new System.Windows.Forms.TextBox();
  57. this.DetailsInfoTextBox = new System.Windows.Forms.TextBox();
  58. this.SaveTextBox = new System.Windows.Forms.TextBox();
  59. this.SaveButton = new System.Windows.Forms.Button();
  60. radioButton1 = new System.Windows.Forms.RadioButton();
  61. label3 = new System.Windows.Forms.Label();
  62. label2 = new System.Windows.Forms.Label();
  63. label1 = new System.Windows.Forms.Label();
  64. tabPage1 = new System.Windows.Forms.TabPage();
  65. tabPage2 = new System.Windows.Forms.TabPage();
  66. label4 = new System.Windows.Forms.Label();
  67. panel1 = new System.Windows.Forms.Panel();
  68. olvColumn2 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
  69. olvColumn1 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
  70. olvColumn3 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
  71. olvColumn4 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
  72. tabPage1.SuspendLayout();
  73. tabPage2.SuspendLayout();
  74. panel1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  76. this.splitContainer1.Panel1.SuspendLayout();
  77. this.splitContainer1.Panel2.SuspendLayout();
  78. this.splitContainer1.SuspendLayout();
  79. this.OnlineTabControl.SuspendLayout();
  80. this.SearchResultTabPage.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.ResultObjectListView)).BeginInit();
  82. this.SearchResultTabControl.SuspendLayout();
  83. this.LyricDetailTabPage.SuspendLayout();
  84. this.SuspendLayout();
  85. //
  86. // radioButton1
  87. //
  88. radioButton1.Checked = true;
  89. radioButton1.Location = new System.Drawing.Point(3, 6);
  90. radioButton1.Name = "radioButton1";
  91. radioButton1.Size = new System.Drawing.Size(68, 21);
  92. radioButton1.TabIndex = 2;
  93. radioButton1.TabStop = true;
  94. radioButton1.Text = "Keyword";
  95. radioButton1.UseVisualStyleBackColor = true;
  96. //
  97. // label3
  98. //
  99. label3.Location = new System.Drawing.Point(1, 84);
  100. label3.Name = "label3";
  101. label3.Size = new System.Drawing.Size(72, 21);
  102. label3.TabIndex = 3;
  103. label3.Text = "Kanji";
  104. label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  105. //
  106. // label2
  107. //
  108. label2.Location = new System.Drawing.Point(2, 57);
  109. label2.Name = "label2";
  110. label2.Size = new System.Drawing.Size(72, 21);
  111. label2.TabIndex = 3;
  112. label2.Text = "Hiragana";
  113. label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  114. //
  115. // label1
  116. //
  117. label1.Location = new System.Drawing.Point(3, 30);
  118. label1.Name = "label1";
  119. label1.Size = new System.Drawing.Size(72, 21);
  120. label1.TabIndex = 3;
  121. label1.Text = "Selection";
  122. label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  123. //
  124. // tabPage1
  125. //
  126. tabPage1.Controls.Add(radioButton1);
  127. tabPage1.Controls.Add(this.NcmKeywordTextBox);
  128. tabPage1.Controls.Add(this.NcmSearchButton);
  129. tabPage1.Location = new System.Drawing.Point(4, 22);
  130. tabPage1.Name = "tabPage1";
  131. tabPage1.Padding = new System.Windows.Forms.Padding(3);
  132. tabPage1.Size = new System.Drawing.Size(389, 94);
  133. tabPage1.TabIndex = 0;
  134. tabPage1.Text = "NeteaseCloudMusic";
  135. tabPage1.UseVisualStyleBackColor = true;
  136. //
  137. // NcmKeywordTextBox
  138. //
  139. this.NcmKeywordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  140. | System.Windows.Forms.AnchorStyles.Right)));
  141. this.NcmKeywordTextBox.HideSelection = false;
  142. this.NcmKeywordTextBox.Location = new System.Drawing.Point(77, 6);
  143. this.NcmKeywordTextBox.Name = "NcmKeywordTextBox";
  144. this.NcmKeywordTextBox.Size = new System.Drawing.Size(231, 21);
  145. this.NcmKeywordTextBox.TabIndex = 0;
  146. //
  147. // NcmSearchButton
  148. //
  149. this.NcmSearchButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  150. this.NcmSearchButton.Location = new System.Drawing.Point(314, 6);
  151. this.NcmSearchButton.Name = "NcmSearchButton";
  152. this.NcmSearchButton.Size = new System.Drawing.Size(72, 21);
  153. this.NcmSearchButton.TabIndex = 1;
  154. this.NcmSearchButton.Text = "Search";
  155. this.NcmSearchButton.UseVisualStyleBackColor = true;
  156. this.NcmSearchButton.Click += new System.EventHandler(this.NcmSearchButton_Click);
  157. //
  158. // tabPage2
  159. //
  160. tabPage2.Controls.Add(label4);
  161. tabPage2.Location = new System.Drawing.Point(4, 22);
  162. tabPage2.Name = "tabPage2";
  163. tabPage2.Padding = new System.Windows.Forms.Padding(3);
  164. tabPage2.Size = new System.Drawing.Size(389, 94);
  165. tabPage2.TabIndex = 1;
  166. tabPage2.Text = "More(TODO)";
  167. tabPage2.UseVisualStyleBackColor = true;
  168. //
  169. // label4
  170. //
  171. label4.Dock = System.Windows.Forms.DockStyle.Fill;
  172. label4.Location = new System.Drawing.Point(3, 3);
  173. label4.Name = "label4";
  174. label4.Size = new System.Drawing.Size(383, 88);
  175. label4.TabIndex = 0;
  176. label4.Text = "More Online Lyrics\r\ne.g. musixmatch\r\ne.g. lyrics.kugou.com\r\ne.g. c.y.qq.com\r\ne.g." +
  177. " music.baidu.com\r\ne.g. sou.kuwo.cn\r\ne.g. www.xiami.com";
  178. label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  179. //
  180. // panel1
  181. //
  182. panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  183. panel1.Controls.Add(this.splitContainer1);
  184. panel1.Dock = System.Windows.Forms.DockStyle.Top;
  185. panel1.Location = new System.Drawing.Point(0, 0);
  186. panel1.Name = "panel1";
  187. panel1.Size = new System.Drawing.Size(832, 122);
  188. panel1.TabIndex = 2;
  189. //
  190. // splitContainer1
  191. //
  192. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  193. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  194. this.splitContainer1.Name = "splitContainer1";
  195. //
  196. // splitContainer1.Panel1
  197. //
  198. this.splitContainer1.Panel1.Controls.Add(this.SongInfoTextBox);
  199. this.splitContainer1.Panel1.Controls.Add(this.AppendSelectionButton);
  200. this.splitContainer1.Panel1.Controls.Add(this.AppendHiraganaButton);
  201. this.splitContainer1.Panel1.Controls.Add(label3);
  202. this.splitContainer1.Panel1.Controls.Add(this.AppendKanButton);
  203. this.splitContainer1.Panel1.Controls.Add(label2);
  204. this.splitContainer1.Panel1.Controls.Add(this.SelectionTextBox);
  205. this.splitContainer1.Panel1.Controls.Add(label1);
  206. this.splitContainer1.Panel1.Controls.Add(this.HiraTextBox);
  207. this.splitContainer1.Panel1.Controls.Add(this.KanTextBox);
  208. //
  209. // splitContainer1.Panel2
  210. //
  211. this.splitContainer1.Panel2.Controls.Add(this.OnlineTabControl);
  212. this.splitContainer1.Size = new System.Drawing.Size(830, 120);
  213. this.splitContainer1.SplitterDistance = 429;
  214. this.splitContainer1.TabIndex = 5;
  215. //
  216. // SongInfoTextBox
  217. //
  218. this.SongInfoTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  219. | System.Windows.Forms.AnchorStyles.Right)));
  220. this.SongInfoTextBox.HideSelection = false;
  221. this.SongInfoTextBox.Location = new System.Drawing.Point(3, 3);
  222. this.SongInfoTextBox.Multiline = false;
  223. this.SongInfoTextBox.Name = "SongInfoTextBox";
  224. this.SongInfoTextBox.ReadOnly = true;
  225. this.SongInfoTextBox.Size = new System.Drawing.Size(423, 22);
  226. this.SongInfoTextBox.TabIndex = 4;
  227. this.SongInfoTextBox.Text = "";
  228. this.SongInfoTextBox.SelectionChanged += new System.EventHandler(this.SongInfoTextBox_SelectionChanged);
  229. //
  230. // AppendSelectionButton
  231. //
  232. this.AppendSelectionButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  233. this.AppendSelectionButton.Location = new System.Drawing.Point(351, 31);
  234. this.AppendSelectionButton.Name = "AppendSelectionButton";
  235. this.AppendSelectionButton.Size = new System.Drawing.Size(75, 21);
  236. this.AppendSelectionButton.TabIndex = 1;
  237. this.AppendSelectionButton.Text = "Append";
  238. this.AppendSelectionButton.UseVisualStyleBackColor = true;
  239. this.AppendSelectionButton.Click += new System.EventHandler(this.AppendSelectionButton_Click);
  240. //
  241. // AppendHiraganaButton
  242. //
  243. this.AppendHiraganaButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  244. this.AppendHiraganaButton.Location = new System.Drawing.Point(351, 58);
  245. this.AppendHiraganaButton.Name = "AppendHiraganaButton";
  246. this.AppendHiraganaButton.Size = new System.Drawing.Size(75, 21);
  247. this.AppendHiraganaButton.TabIndex = 1;
  248. this.AppendHiraganaButton.Text = "Append";
  249. this.AppendHiraganaButton.UseVisualStyleBackColor = true;
  250. this.AppendHiraganaButton.Click += new System.EventHandler(this.AppendHiraganaButton_Click);
  251. //
  252. // AppendKanButton
  253. //
  254. this.AppendKanButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  255. this.AppendKanButton.Location = new System.Drawing.Point(351, 85);
  256. this.AppendKanButton.Name = "AppendKanButton";
  257. this.AppendKanButton.Size = new System.Drawing.Size(75, 21);
  258. this.AppendKanButton.TabIndex = 1;
  259. this.AppendKanButton.Text = "Append";
  260. this.AppendKanButton.UseVisualStyleBackColor = true;
  261. this.AppendKanButton.Click += new System.EventHandler(this.AppendKanButton_Click);
  262. //
  263. // SelectionTextBox
  264. //
  265. this.SelectionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  266. | System.Windows.Forms.AnchorStyles.Right)));
  267. this.SelectionTextBox.HideSelection = false;
  268. this.SelectionTextBox.Location = new System.Drawing.Point(81, 31);
  269. this.SelectionTextBox.Name = "SelectionTextBox";
  270. this.SelectionTextBox.ReadOnly = true;
  271. this.SelectionTextBox.Size = new System.Drawing.Size(264, 21);
  272. this.SelectionTextBox.TabIndex = 2;
  273. this.SelectionTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  274. //
  275. // HiraTextBox
  276. //
  277. this.HiraTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  278. | System.Windows.Forms.AnchorStyles.Right)));
  279. this.HiraTextBox.HideSelection = false;
  280. this.HiraTextBox.Location = new System.Drawing.Point(81, 58);
  281. this.HiraTextBox.Name = "HiraTextBox";
  282. this.HiraTextBox.ReadOnly = true;
  283. this.HiraTextBox.Size = new System.Drawing.Size(264, 21);
  284. this.HiraTextBox.TabIndex = 2;
  285. this.HiraTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  286. //
  287. // KanTextBox
  288. //
  289. this.KanTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  290. | System.Windows.Forms.AnchorStyles.Right)));
  291. this.KanTextBox.HideSelection = false;
  292. this.KanTextBox.Location = new System.Drawing.Point(81, 85);
  293. this.KanTextBox.Name = "KanTextBox";
  294. this.KanTextBox.ReadOnly = true;
  295. this.KanTextBox.Size = new System.Drawing.Size(264, 21);
  296. this.KanTextBox.TabIndex = 2;
  297. this.KanTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  298. //
  299. // OnlineTabControl
  300. //
  301. this.OnlineTabControl.Controls.Add(tabPage1);
  302. this.OnlineTabControl.Controls.Add(tabPage2);
  303. this.OnlineTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  304. this.OnlineTabControl.Location = new System.Drawing.Point(0, 0);
  305. this.OnlineTabControl.Name = "OnlineTabControl";
  306. this.OnlineTabControl.SelectedIndex = 0;
  307. this.OnlineTabControl.Size = new System.Drawing.Size(397, 120);
  308. this.OnlineTabControl.TabIndex = 1;
  309. //
  310. // olvColumn2
  311. //
  312. olvColumn2.AspectName = "Name";
  313. olvColumn2.Text = "Name";
  314. olvColumn2.Width = 240;
  315. //
  316. // olvColumn1
  317. //
  318. olvColumn1.AspectName = "DurationText";
  319. olvColumn1.Text = "Duration";
  320. //
  321. // olvColumn3
  322. //
  323. olvColumn3.AspectName = "Artists";
  324. olvColumn3.Text = "Artists";
  325. olvColumn3.Width = 120;
  326. //
  327. // olvColumn4
  328. //
  329. olvColumn4.AspectName = "Remarks";
  330. olvColumn4.Text = "Remarks";
  331. olvColumn4.Width = 320;
  332. //
  333. // SearchResultTabPage
  334. //
  335. this.SearchResultTabPage.Controls.Add(this.ResultObjectListView);
  336. this.SearchResultTabPage.Location = new System.Drawing.Point(4, 22);
  337. this.SearchResultTabPage.Name = "SearchResultTabPage";
  338. this.SearchResultTabPage.Padding = new System.Windows.Forms.Padding(3);
  339. this.SearchResultTabPage.Size = new System.Drawing.Size(824, 462);
  340. this.SearchResultTabPage.TabIndex = 0;
  341. this.SearchResultTabPage.Text = "Result";
  342. this.SearchResultTabPage.UseVisualStyleBackColor = true;
  343. //
  344. // ResultObjectListView
  345. //
  346. this.ResultObjectListView.AllColumns.Add(olvColumn2);
  347. this.ResultObjectListView.AllColumns.Add(olvColumn1);
  348. this.ResultObjectListView.AllColumns.Add(olvColumn3);
  349. this.ResultObjectListView.AllColumns.Add(olvColumn4);
  350. this.ResultObjectListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  351. olvColumn2,
  352. olvColumn1,
  353. olvColumn3,
  354. olvColumn4});
  355. this.ResultObjectListView.Cursor = System.Windows.Forms.Cursors.Default;
  356. this.ResultObjectListView.Dock = System.Windows.Forms.DockStyle.Fill;
  357. this.ResultObjectListView.FullRowSelect = true;
  358. this.ResultObjectListView.GridLines = true;
  359. this.ResultObjectListView.HideSelection = false;
  360. this.ResultObjectListView.Location = new System.Drawing.Point(3, 3);
  361. this.ResultObjectListView.Name = "ResultObjectListView";
  362. this.ResultObjectListView.ShowGroups = false;
  363. this.ResultObjectListView.Size = new System.Drawing.Size(818, 456);
  364. this.ResultObjectListView.TabIndex = 0;
  365. this.ResultObjectListView.UseCompatibleStateImageBehavior = false;
  366. this.ResultObjectListView.View = System.Windows.Forms.View.Details;
  367. this.ResultObjectListView.DoubleClick += new System.EventHandler(this.ResultObjectListView_DoubleClick);
  368. //
  369. // SearchResultTabControl
  370. //
  371. this.SearchResultTabControl.Controls.Add(this.SearchResultTabPage);
  372. this.SearchResultTabControl.Controls.Add(this.LyricDetailTabPage);
  373. this.SearchResultTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  374. this.SearchResultTabControl.Location = new System.Drawing.Point(0, 122);
  375. this.SearchResultTabControl.Name = "SearchResultTabControl";
  376. this.SearchResultTabControl.SelectedIndex = 0;
  377. this.SearchResultTabControl.Size = new System.Drawing.Size(832, 488);
  378. this.SearchResultTabControl.TabIndex = 3;
  379. //
  380. // LyricDetailTabPage
  381. //
  382. this.LyricDetailTabPage.Controls.Add(this.EditorControl);
  383. this.LyricDetailTabPage.Controls.Add(this.DetailsRemarkTextBox);
  384. this.LyricDetailTabPage.Controls.Add(this.DetailsInfoTextBox);
  385. this.LyricDetailTabPage.Controls.Add(this.SaveTextBox);
  386. this.LyricDetailTabPage.Controls.Add(this.SaveButton);
  387. this.LyricDetailTabPage.Location = new System.Drawing.Point(4, 22);
  388. this.LyricDetailTabPage.Name = "LyricDetailTabPage";
  389. this.LyricDetailTabPage.Padding = new System.Windows.Forms.Padding(3);
  390. this.LyricDetailTabPage.Size = new System.Drawing.Size(824, 462);
  391. this.LyricDetailTabPage.TabIndex = 1;
  392. this.LyricDetailTabPage.Text = "Details";
  393. this.LyricDetailTabPage.UseVisualStyleBackColor = true;
  394. //
  395. // EditorControl
  396. //
  397. this.EditorControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  398. | System.Windows.Forms.AnchorStyles.Left)
  399. | System.Windows.Forms.AnchorStyles.Right)));
  400. this.EditorControl.Location = new System.Drawing.Point(9, 61);
  401. this.EditorControl.Name = "EditorControl";
  402. this.EditorControl.Size = new System.Drawing.Size(807, 366);
  403. this.EditorControl.TabIndex = 2;
  404. //
  405. // DetailsRemarkTextBox
  406. //
  407. this.DetailsRemarkTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  408. | System.Windows.Forms.AnchorStyles.Right)));
  409. this.DetailsRemarkTextBox.HideSelection = false;
  410. this.DetailsRemarkTextBox.Location = new System.Drawing.Point(8, 33);
  411. this.DetailsRemarkTextBox.Name = "DetailsRemarkTextBox";
  412. this.DetailsRemarkTextBox.ReadOnly = true;
  413. this.DetailsRemarkTextBox.Size = new System.Drawing.Size(808, 21);
  414. this.DetailsRemarkTextBox.TabIndex = 0;
  415. //
  416. // DetailsInfoTextBox
  417. //
  418. this.DetailsInfoTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  419. | System.Windows.Forms.AnchorStyles.Right)));
  420. this.DetailsInfoTextBox.HideSelection = false;
  421. this.DetailsInfoTextBox.Location = new System.Drawing.Point(8, 6);
  422. this.DetailsInfoTextBox.Name = "DetailsInfoTextBox";
  423. this.DetailsInfoTextBox.ReadOnly = true;
  424. this.DetailsInfoTextBox.Size = new System.Drawing.Size(808, 21);
  425. this.DetailsInfoTextBox.TabIndex = 0;
  426. //
  427. // SaveTextBox
  428. //
  429. this.SaveTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  430. | System.Windows.Forms.AnchorStyles.Right)));
  431. this.SaveTextBox.HideSelection = false;
  432. this.SaveTextBox.Location = new System.Drawing.Point(9, 434);
  433. this.SaveTextBox.Name = "SaveTextBox";
  434. this.SaveTextBox.Size = new System.Drawing.Size(726, 21);
  435. this.SaveTextBox.TabIndex = 0;
  436. //
  437. // SaveButton
  438. //
  439. this.SaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  440. this.SaveButton.Location = new System.Drawing.Point(741, 434);
  441. this.SaveButton.Name = "SaveButton";
  442. this.SaveButton.Size = new System.Drawing.Size(75, 21);
  443. this.SaveButton.TabIndex = 1;
  444. this.SaveButton.Text = "Save";
  445. this.SaveButton.UseVisualStyleBackColor = true;
  446. this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
  447. //
  448. // OnlineLyricsForm
  449. //
  450. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  451. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  452. this.ClientSize = new System.Drawing.Size(832, 610);
  453. this.Controls.Add(this.SearchResultTabControl);
  454. this.Controls.Add(panel1);
  455. this.KeyPreview = true;
  456. this.MinimizeBox = false;
  457. this.Name = "OnlineLyricsForm";
  458. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  459. this.Text = "Online Lyrics";
  460. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OnlineLyricsForm_FormClosed);
  461. tabPage1.ResumeLayout(false);
  462. tabPage1.PerformLayout();
  463. tabPage2.ResumeLayout(false);
  464. panel1.ResumeLayout(false);
  465. this.splitContainer1.Panel1.ResumeLayout(false);
  466. this.splitContainer1.Panel1.PerformLayout();
  467. this.splitContainer1.Panel2.ResumeLayout(false);
  468. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  469. this.splitContainer1.ResumeLayout(false);
  470. this.OnlineTabControl.ResumeLayout(false);
  471. this.SearchResultTabPage.ResumeLayout(false);
  472. ((System.ComponentModel.ISupportInitialize)(this.ResultObjectListView)).EndInit();
  473. this.SearchResultTabControl.ResumeLayout(false);
  474. this.LyricDetailTabPage.ResumeLayout(false);
  475. this.LyricDetailTabPage.PerformLayout();
  476. this.ResumeLayout(false);
  477. }
  478. #endregion
  479. private System.Windows.Forms.TabControl OnlineTabControl;
  480. private System.Windows.Forms.Button AppendSelectionButton;
  481. private System.Windows.Forms.TextBox KanTextBox;
  482. private System.Windows.Forms.TextBox HiraTextBox;
  483. private System.Windows.Forms.TextBox SelectionTextBox;
  484. private System.Windows.Forms.Button AppendKanButton;
  485. private System.Windows.Forms.Button AppendHiraganaButton;
  486. private System.Windows.Forms.TextBox NcmKeywordTextBox;
  487. private System.Windows.Forms.Button NcmSearchButton;
  488. private System.Windows.Forms.TabControl SearchResultTabControl;
  489. private System.Windows.Forms.TabPage LyricDetailTabPage;
  490. private System.Windows.Forms.RichTextBox SongInfoTextBox;
  491. private BrightIdeasSoftware.ObjectListView ResultObjectListView;
  492. private System.Windows.Forms.TextBox SaveTextBox;
  493. private System.Windows.Forms.Button SaveButton;
  494. private System.Windows.Forms.TextBox DetailsRemarkTextBox;
  495. private System.Windows.Forms.TextBox DetailsInfoTextBox;
  496. private UserControls.TextArrangeUserControl EditorControl;
  497. private System.Windows.Forms.SplitContainer splitContainer1;
  498. private System.Windows.Forms.TabPage SearchResultTabPage;
  499. }
  500. }