MainForm.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574
  1. namespace BeatLyrics.Tool
  2. {
  3. partial class MainForm
  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.Windows.Forms.Label label1;
  30. System.Windows.Forms.Label label2;
  31. System.Windows.Forms.Label label3;
  32. System.Windows.Forms.Label label4;
  33. System.Windows.Forms.Label label5;
  34. System.Windows.Forms.Label label6;
  35. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  36. this.MainObjectListView = new BrightIdeasSoftware.ObjectListView();
  37. this.MainImageList = new System.Windows.Forms.ImageList(this.components);
  38. this.VerifyCheckBox = new System.Windows.Forms.CheckBox();
  39. this.LocalLyricObjectListView = new BrightIdeasSoftware.ObjectListView();
  40. this.olvColumn2 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
  41. this.olvColumn1 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
  42. this.HashExploreHereLinkLabel = new System.Windows.Forms.LinkLabel();
  43. this.DirExploreHereLinkLabel = new System.Windows.Forms.LinkLabel();
  44. this.EditButton = new System.Windows.Forms.Button();
  45. this.SetButton = new System.Windows.Forms.Button();
  46. this.NewButton = new System.Windows.Forms.Button();
  47. this.OnlineButton = new System.Windows.Forms.Button();
  48. this.HashTextBox = new System.Windows.Forms.TextBox();
  49. this.LevelAuthorTextBox = new System.Windows.Forms.TextBox();
  50. this.SongAuthorTextBox = new System.Windows.Forms.TextBox();
  51. this.SubNameTextBox = new System.Windows.Forms.TextBox();
  52. this.DirTimeLabel = new System.Windows.Forms.Label();
  53. this.SongNameTextBox = new System.Windows.Forms.TextBox();
  54. this.DirTextBox = new System.Windows.Forms.TextBox();
  55. this.CoverPictureBox = new System.Windows.Forms.PictureBox();
  56. this.MainProgressBar = new System.Windows.Forms.ProgressBar();
  57. this.panel1 = new System.Windows.Forms.Panel();
  58. this.panel3 = new System.Windows.Forms.Panel();
  59. this.All2RadioButton = new System.Windows.Forms.RadioButton();
  60. this.VerifyRadioButton = new System.Windows.Forms.RadioButton();
  61. this.Others2RadioButton = new System.Windows.Forms.RadioButton();
  62. this.panel2 = new System.Windows.Forms.Panel();
  63. this.AllRadioButton = new System.Windows.Forms.RadioButton();
  64. this.SetOnlyRadioButton = new System.Windows.Forms.RadioButton();
  65. this.OtherRadioButton = new System.Windows.Forms.RadioButton();
  66. this.SearchTextBox = new System.Windows.Forms.TextBox();
  67. label1 = new System.Windows.Forms.Label();
  68. label2 = new System.Windows.Forms.Label();
  69. label3 = new System.Windows.Forms.Label();
  70. label4 = new System.Windows.Forms.Label();
  71. label5 = new System.Windows.Forms.Label();
  72. label6 = new System.Windows.Forms.Label();
  73. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  74. this.splitContainer1.Panel1.SuspendLayout();
  75. this.splitContainer1.Panel2.SuspendLayout();
  76. this.splitContainer1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.MainObjectListView)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.LocalLyricObjectListView)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.CoverPictureBox)).BeginInit();
  80. this.panel1.SuspendLayout();
  81. this.panel3.SuspendLayout();
  82. this.panel2.SuspendLayout();
  83. this.SuspendLayout();
  84. //
  85. // label1
  86. //
  87. label1.AutoSize = true;
  88. label1.Location = new System.Drawing.Point(6, 271);
  89. label1.Name = "label1";
  90. label1.Size = new System.Drawing.Size(23, 12);
  91. label1.TabIndex = 3;
  92. label1.Text = "Dir";
  93. //
  94. // label2
  95. //
  96. label2.AutoSize = true;
  97. label2.Location = new System.Drawing.Point(6, 310);
  98. label2.Name = "label2";
  99. label2.Size = new System.Drawing.Size(53, 12);
  100. label2.TabIndex = 3;
  101. label2.Text = "SongName";
  102. //
  103. // label3
  104. //
  105. label3.AutoSize = true;
  106. label3.Location = new System.Drawing.Point(6, 349);
  107. label3.Name = "label3";
  108. label3.Size = new System.Drawing.Size(47, 12);
  109. label3.TabIndex = 3;
  110. label3.Text = "SubName";
  111. //
  112. // label4
  113. //
  114. label4.AutoSize = true;
  115. label4.Location = new System.Drawing.Point(6, 388);
  116. label4.Name = "label4";
  117. label4.Size = new System.Drawing.Size(65, 12);
  118. label4.TabIndex = 3;
  119. label4.Text = "SongAuthor";
  120. //
  121. // label5
  122. //
  123. label5.AutoSize = true;
  124. label5.Location = new System.Drawing.Point(6, 427);
  125. label5.Name = "label5";
  126. label5.Size = new System.Drawing.Size(71, 12);
  127. label5.TabIndex = 3;
  128. label5.Text = "LevelAuthor";
  129. //
  130. // label6
  131. //
  132. label6.AutoSize = true;
  133. label6.Location = new System.Drawing.Point(6, 466);
  134. label6.Name = "label6";
  135. label6.Size = new System.Drawing.Size(29, 12);
  136. label6.TabIndex = 3;
  137. label6.Text = "Hash";
  138. //
  139. // splitContainer1
  140. //
  141. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  142. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  143. this.splitContainer1.IsSplitterFixed = true;
  144. this.splitContainer1.Location = new System.Drawing.Point(0, 48);
  145. this.splitContainer1.Name = "splitContainer1";
  146. //
  147. // splitContainer1.Panel1
  148. //
  149. this.splitContainer1.Panel1.Controls.Add(this.MainObjectListView);
  150. //
  151. // splitContainer1.Panel2
  152. //
  153. this.splitContainer1.Panel2.Controls.Add(this.VerifyCheckBox);
  154. this.splitContainer1.Panel2.Controls.Add(this.LocalLyricObjectListView);
  155. this.splitContainer1.Panel2.Controls.Add(this.HashExploreHereLinkLabel);
  156. this.splitContainer1.Panel2.Controls.Add(this.DirExploreHereLinkLabel);
  157. this.splitContainer1.Panel2.Controls.Add(this.EditButton);
  158. this.splitContainer1.Panel2.Controls.Add(this.SetButton);
  159. this.splitContainer1.Panel2.Controls.Add(this.NewButton);
  160. this.splitContainer1.Panel2.Controls.Add(this.OnlineButton);
  161. this.splitContainer1.Panel2.Controls.Add(label6);
  162. this.splitContainer1.Panel2.Controls.Add(label5);
  163. this.splitContainer1.Panel2.Controls.Add(label4);
  164. this.splitContainer1.Panel2.Controls.Add(this.HashTextBox);
  165. this.splitContainer1.Panel2.Controls.Add(label3);
  166. this.splitContainer1.Panel2.Controls.Add(this.LevelAuthorTextBox);
  167. this.splitContainer1.Panel2.Controls.Add(this.SongAuthorTextBox);
  168. this.splitContainer1.Panel2.Controls.Add(label2);
  169. this.splitContainer1.Panel2.Controls.Add(this.SubNameTextBox);
  170. this.splitContainer1.Panel2.Controls.Add(this.DirTimeLabel);
  171. this.splitContainer1.Panel2.Controls.Add(label1);
  172. this.splitContainer1.Panel2.Controls.Add(this.SongNameTextBox);
  173. this.splitContainer1.Panel2.Controls.Add(this.DirTextBox);
  174. this.splitContainer1.Panel2.Controls.Add(this.CoverPictureBox);
  175. this.splitContainer1.Panel2.Padding = new System.Windows.Forms.Padding(3);
  176. this.splitContainer1.Size = new System.Drawing.Size(1082, 681);
  177. this.splitContainer1.SplitterDistance = 805;
  178. this.splitContainer1.TabIndex = 2;
  179. //
  180. // MainObjectListView
  181. //
  182. this.MainObjectListView.Cursor = System.Windows.Forms.Cursors.Default;
  183. this.MainObjectListView.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.MainObjectListView.FullRowSelect = true;
  185. this.MainObjectListView.HideSelection = false;
  186. this.MainObjectListView.LargeImageList = this.MainImageList;
  187. this.MainObjectListView.Location = new System.Drawing.Point(0, 0);
  188. this.MainObjectListView.MultiSelect = false;
  189. this.MainObjectListView.Name = "MainObjectListView";
  190. this.MainObjectListView.ShowGroups = false;
  191. this.MainObjectListView.Size = new System.Drawing.Size(805, 681);
  192. this.MainObjectListView.SmallImageList = this.MainImageList;
  193. this.MainObjectListView.TabIndex = 2;
  194. this.MainObjectListView.TileSize = new System.Drawing.Size(192, 96);
  195. this.MainObjectListView.UseCompatibleStateImageBehavior = false;
  196. this.MainObjectListView.View = System.Windows.Forms.View.Tile;
  197. this.MainObjectListView.SelectedIndexChanged += new System.EventHandler(this.MainObjectListView_SelectedIndexChanged);
  198. //
  199. // MainImageList
  200. //
  201. this.MainImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  202. this.MainImageList.ImageSize = new System.Drawing.Size(64, 64);
  203. this.MainImageList.TransparentColor = System.Drawing.Color.Transparent;
  204. //
  205. // VerifyCheckBox
  206. //
  207. this.VerifyCheckBox.AutoSize = true;
  208. this.VerifyCheckBox.Location = new System.Drawing.Point(201, 512);
  209. this.VerifyCheckBox.Name = "VerifyCheckBox";
  210. this.VerifyCheckBox.Size = new System.Drawing.Size(60, 16);
  211. this.VerifyCheckBox.TabIndex = 8;
  212. this.VerifyCheckBox.Text = "Verify";
  213. this.VerifyCheckBox.UseVisualStyleBackColor = true;
  214. this.VerifyCheckBox.CheckedChanged += new System.EventHandler(this.VerifyCheckBox_CheckedChanged);
  215. //
  216. // LocalLyricObjectListView
  217. //
  218. this.LocalLyricObjectListView.AllColumns.Add(this.olvColumn2);
  219. this.LocalLyricObjectListView.AllColumns.Add(this.olvColumn1);
  220. this.LocalLyricObjectListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  221. | System.Windows.Forms.AnchorStyles.Left)
  222. | System.Windows.Forms.AnchorStyles.Right)));
  223. this.LocalLyricObjectListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  224. this.olvColumn2,
  225. this.olvColumn1});
  226. this.LocalLyricObjectListView.Cursor = System.Windows.Forms.Cursors.Default;
  227. this.LocalLyricObjectListView.FullRowSelect = true;
  228. this.LocalLyricObjectListView.GridLines = true;
  229. this.LocalLyricObjectListView.HideSelection = false;
  230. this.LocalLyricObjectListView.Location = new System.Drawing.Point(6, 537);
  231. this.LocalLyricObjectListView.Name = "LocalLyricObjectListView";
  232. this.LocalLyricObjectListView.ShowGroups = false;
  233. this.LocalLyricObjectListView.Size = new System.Drawing.Size(259, 138);
  234. this.LocalLyricObjectListView.TabIndex = 7;
  235. this.LocalLyricObjectListView.UseCompatibleStateImageBehavior = false;
  236. this.LocalLyricObjectListView.View = System.Windows.Forms.View.Details;
  237. this.LocalLyricObjectListView.DoubleClick += new System.EventHandler(this.LocalLyricObjectListView_DoubleClick);
  238. //
  239. // olvColumn2
  240. //
  241. this.olvColumn2.AspectName = "IsDefault";
  242. this.olvColumn2.Text = "Set";
  243. this.olvColumn2.Width = 40;
  244. //
  245. // olvColumn1
  246. //
  247. this.olvColumn1.AspectName = "FileName";
  248. this.olvColumn1.Text = "FileName";
  249. this.olvColumn1.Width = 512;
  250. //
  251. // HashExploreHereLinkLabel
  252. //
  253. this.HashExploreHereLinkLabel.AutoSize = true;
  254. this.HashExploreHereLinkLabel.Location = new System.Drawing.Point(176, 466);
  255. this.HashExploreHereLinkLabel.Name = "HashExploreHereLinkLabel";
  256. this.HashExploreHereLinkLabel.Size = new System.Drawing.Size(89, 12);
  257. this.HashExploreHereLinkLabel.TabIndex = 6;
  258. this.HashExploreHereLinkLabel.TabStop = true;
  259. this.HashExploreHereLinkLabel.Text = "Explosion Here";
  260. this.HashExploreHereLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.HashExploreHereLinkLabel_LinkClicked);
  261. //
  262. // DirExploreHereLinkLabel
  263. //
  264. this.DirExploreHereLinkLabel.AutoSize = true;
  265. this.DirExploreHereLinkLabel.Location = new System.Drawing.Point(176, 271);
  266. this.DirExploreHereLinkLabel.Name = "DirExploreHereLinkLabel";
  267. this.DirExploreHereLinkLabel.Size = new System.Drawing.Size(89, 12);
  268. this.DirExploreHereLinkLabel.TabIndex = 6;
  269. this.DirExploreHereLinkLabel.TabStop = true;
  270. this.DirExploreHereLinkLabel.Text = "Explosion Here";
  271. this.DirExploreHereLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.DirExploreHereLinkLabel_LinkClicked);
  272. //
  273. // EditButton
  274. //
  275. this.EditButton.Location = new System.Drawing.Point(121, 508);
  276. this.EditButton.Name = "EditButton";
  277. this.EditButton.Size = new System.Drawing.Size(37, 23);
  278. this.EditButton.TabIndex = 5;
  279. this.EditButton.Text = "Edit";
  280. this.EditButton.UseVisualStyleBackColor = true;
  281. this.EditButton.Click += new System.EventHandler(this.EditButton_Click);
  282. //
  283. // SetButton
  284. //
  285. this.SetButton.Location = new System.Drawing.Point(164, 508);
  286. this.SetButton.Name = "SetButton";
  287. this.SetButton.Size = new System.Drawing.Size(31, 23);
  288. this.SetButton.TabIndex = 5;
  289. this.SetButton.Text = "Set";
  290. this.SetButton.UseVisualStyleBackColor = true;
  291. this.SetButton.Click += new System.EventHandler(this.SetButton_Click);
  292. //
  293. // NewButton
  294. //
  295. this.NewButton.Location = new System.Drawing.Point(67, 508);
  296. this.NewButton.Name = "NewButton";
  297. this.NewButton.Size = new System.Drawing.Size(48, 23);
  298. this.NewButton.TabIndex = 5;
  299. this.NewButton.Text = "&New";
  300. this.NewButton.UseVisualStyleBackColor = true;
  301. this.NewButton.Click += new System.EventHandler(this.NewButton_Click);
  302. //
  303. // OnlineButton
  304. //
  305. this.OnlineButton.Location = new System.Drawing.Point(6, 508);
  306. this.OnlineButton.Name = "OnlineButton";
  307. this.OnlineButton.Size = new System.Drawing.Size(55, 23);
  308. this.OnlineButton.TabIndex = 5;
  309. this.OnlineButton.Text = "&Online";
  310. this.OnlineButton.UseVisualStyleBackColor = true;
  311. this.OnlineButton.Click += new System.EventHandler(this.OnlineButton_Click);
  312. //
  313. // HashTextBox
  314. //
  315. this.HashTextBox.Location = new System.Drawing.Point(6, 481);
  316. this.HashTextBox.Name = "HashTextBox";
  317. this.HashTextBox.ReadOnly = true;
  318. this.HashTextBox.Size = new System.Drawing.Size(259, 21);
  319. this.HashTextBox.TabIndex = 2;
  320. //
  321. // LevelAuthorTextBox
  322. //
  323. this.LevelAuthorTextBox.Location = new System.Drawing.Point(6, 442);
  324. this.LevelAuthorTextBox.Name = "LevelAuthorTextBox";
  325. this.LevelAuthorTextBox.ReadOnly = true;
  326. this.LevelAuthorTextBox.Size = new System.Drawing.Size(259, 21);
  327. this.LevelAuthorTextBox.TabIndex = 2;
  328. //
  329. // SongAuthorTextBox
  330. //
  331. this.SongAuthorTextBox.Location = new System.Drawing.Point(6, 403);
  332. this.SongAuthorTextBox.Name = "SongAuthorTextBox";
  333. this.SongAuthorTextBox.ReadOnly = true;
  334. this.SongAuthorTextBox.Size = new System.Drawing.Size(259, 21);
  335. this.SongAuthorTextBox.TabIndex = 2;
  336. //
  337. // SubNameTextBox
  338. //
  339. this.SubNameTextBox.Location = new System.Drawing.Point(6, 364);
  340. this.SubNameTextBox.Name = "SubNameTextBox";
  341. this.SubNameTextBox.ReadOnly = true;
  342. this.SubNameTextBox.Size = new System.Drawing.Size(259, 21);
  343. this.SubNameTextBox.TabIndex = 2;
  344. //
  345. // DirTimeLabel
  346. //
  347. this.DirTimeLabel.AutoSize = true;
  348. this.DirTimeLabel.Location = new System.Drawing.Point(35, 271);
  349. this.DirTimeLabel.Name = "DirTimeLabel";
  350. this.DirTimeLabel.Size = new System.Drawing.Size(119, 12);
  351. this.DirTimeLabel.TabIndex = 3;
  352. this.DirTimeLabel.Text = "0000-00-00 00:00:00";
  353. //
  354. // SongNameTextBox
  355. //
  356. this.SongNameTextBox.Location = new System.Drawing.Point(6, 325);
  357. this.SongNameTextBox.Name = "SongNameTextBox";
  358. this.SongNameTextBox.ReadOnly = true;
  359. this.SongNameTextBox.Size = new System.Drawing.Size(259, 21);
  360. this.SongNameTextBox.TabIndex = 2;
  361. //
  362. // DirTextBox
  363. //
  364. this.DirTextBox.Location = new System.Drawing.Point(6, 286);
  365. this.DirTextBox.Name = "DirTextBox";
  366. this.DirTextBox.ReadOnly = true;
  367. this.DirTextBox.Size = new System.Drawing.Size(259, 21);
  368. this.DirTextBox.TabIndex = 2;
  369. //
  370. // CoverPictureBox
  371. //
  372. this.CoverPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  373. | System.Windows.Forms.AnchorStyles.Right)));
  374. this.CoverPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  375. this.CoverPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  376. this.CoverPictureBox.Location = new System.Drawing.Point(3, 6);
  377. this.CoverPictureBox.Name = "CoverPictureBox";
  378. this.CoverPictureBox.Size = new System.Drawing.Size(262, 262);
  379. this.CoverPictureBox.TabIndex = 1;
  380. this.CoverPictureBox.TabStop = false;
  381. //
  382. // MainProgressBar
  383. //
  384. this.MainProgressBar.Dock = System.Windows.Forms.DockStyle.Top;
  385. this.MainProgressBar.Location = new System.Drawing.Point(0, 0);
  386. this.MainProgressBar.Name = "MainProgressBar";
  387. this.MainProgressBar.Size = new System.Drawing.Size(1082, 10);
  388. this.MainProgressBar.TabIndex = 3;
  389. this.MainProgressBar.Visible = false;
  390. //
  391. // panel1
  392. //
  393. this.panel1.Controls.Add(this.panel3);
  394. this.panel1.Controls.Add(this.panel2);
  395. this.panel1.Controls.Add(this.SearchTextBox);
  396. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  397. this.panel1.Location = new System.Drawing.Point(0, 10);
  398. this.panel1.Name = "panel1";
  399. this.panel1.Size = new System.Drawing.Size(1082, 38);
  400. this.panel1.TabIndex = 4;
  401. //
  402. // panel3
  403. //
  404. this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  405. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  406. this.panel3.Controls.Add(this.All2RadioButton);
  407. this.panel3.Controls.Add(this.VerifyRadioButton);
  408. this.panel3.Controls.Add(this.Others2RadioButton);
  409. this.panel3.Location = new System.Drawing.Point(890, 6);
  410. this.panel3.Name = "panel3";
  411. this.panel3.Size = new System.Drawing.Size(189, 22);
  412. this.panel3.TabIndex = 10;
  413. //
  414. // All2RadioButton
  415. //
  416. this.All2RadioButton.AutoSize = true;
  417. this.All2RadioButton.Checked = true;
  418. this.All2RadioButton.Location = new System.Drawing.Point(3, 3);
  419. this.All2RadioButton.Name = "All2RadioButton";
  420. this.All2RadioButton.Size = new System.Drawing.Size(41, 16);
  421. this.All2RadioButton.TabIndex = 1;
  422. this.All2RadioButton.TabStop = true;
  423. this.All2RadioButton.Text = "All";
  424. this.All2RadioButton.UseVisualStyleBackColor = true;
  425. this.All2RadioButton.CheckedChanged += new System.EventHandler(this.AllRadioButton_CheckedChanged);
  426. //
  427. // VerifyRadioButton
  428. //
  429. this.VerifyRadioButton.AutoSize = true;
  430. this.VerifyRadioButton.Location = new System.Drawing.Point(50, 3);
  431. this.VerifyRadioButton.Name = "VerifyRadioButton";
  432. this.VerifyRadioButton.Size = new System.Drawing.Size(59, 16);
  433. this.VerifyRadioButton.TabIndex = 2;
  434. this.VerifyRadioButton.Text = "Verify";
  435. this.VerifyRadioButton.UseVisualStyleBackColor = true;
  436. this.VerifyRadioButton.CheckedChanged += new System.EventHandler(this.AllRadioButton_CheckedChanged);
  437. //
  438. // Others2RadioButton
  439. //
  440. this.Others2RadioButton.AutoSize = true;
  441. this.Others2RadioButton.Location = new System.Drawing.Point(121, 3);
  442. this.Others2RadioButton.Name = "Others2RadioButton";
  443. this.Others2RadioButton.Size = new System.Drawing.Size(59, 16);
  444. this.Others2RadioButton.TabIndex = 2;
  445. this.Others2RadioButton.Text = "Others";
  446. this.Others2RadioButton.UseVisualStyleBackColor = true;
  447. this.Others2RadioButton.CheckedChanged += new System.EventHandler(this.AllRadioButton_CheckedChanged);
  448. //
  449. // panel2
  450. //
  451. this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  452. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  453. this.panel2.Controls.Add(this.AllRadioButton);
  454. this.panel2.Controls.Add(this.SetOnlyRadioButton);
  455. this.panel2.Controls.Add(this.OtherRadioButton);
  456. this.panel2.Location = new System.Drawing.Point(695, 6);
  457. this.panel2.Name = "panel2";
  458. this.panel2.Size = new System.Drawing.Size(189, 22);
  459. this.panel2.TabIndex = 10;
  460. //
  461. // AllRadioButton
  462. //
  463. this.AllRadioButton.AutoSize = true;
  464. this.AllRadioButton.Checked = true;
  465. this.AllRadioButton.Location = new System.Drawing.Point(3, 3);
  466. this.AllRadioButton.Name = "AllRadioButton";
  467. this.AllRadioButton.Size = new System.Drawing.Size(41, 16);
  468. this.AllRadioButton.TabIndex = 1;
  469. this.AllRadioButton.TabStop = true;
  470. this.AllRadioButton.Text = "All";
  471. this.AllRadioButton.UseVisualStyleBackColor = true;
  472. this.AllRadioButton.CheckedChanged += new System.EventHandler(this.AllRadioButton_CheckedChanged);
  473. //
  474. // SetOnlyRadioButton
  475. //
  476. this.SetOnlyRadioButton.AutoSize = true;
  477. this.SetOnlyRadioButton.Location = new System.Drawing.Point(50, 3);
  478. this.SetOnlyRadioButton.Name = "SetOnlyRadioButton";
  479. this.SetOnlyRadioButton.Size = new System.Drawing.Size(65, 16);
  480. this.SetOnlyRadioButton.TabIndex = 2;
  481. this.SetOnlyRadioButton.Text = "SetOnly";
  482. this.SetOnlyRadioButton.UseVisualStyleBackColor = true;
  483. this.SetOnlyRadioButton.CheckedChanged += new System.EventHandler(this.AllRadioButton_CheckedChanged);
  484. //
  485. // OtherRadioButton
  486. //
  487. this.OtherRadioButton.AutoSize = true;
  488. this.OtherRadioButton.Location = new System.Drawing.Point(121, 3);
  489. this.OtherRadioButton.Name = "OtherRadioButton";
  490. this.OtherRadioButton.Size = new System.Drawing.Size(59, 16);
  491. this.OtherRadioButton.TabIndex = 2;
  492. this.OtherRadioButton.Text = "Others";
  493. this.OtherRadioButton.UseVisualStyleBackColor = true;
  494. this.OtherRadioButton.CheckedChanged += new System.EventHandler(this.AllRadioButton_CheckedChanged);
  495. //
  496. // SearchTextBox
  497. //
  498. this.SearchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  499. | System.Windows.Forms.AnchorStyles.Right)));
  500. this.SearchTextBox.Location = new System.Drawing.Point(3, 7);
  501. this.SearchTextBox.Name = "SearchTextBox";
  502. this.SearchTextBox.Size = new System.Drawing.Size(686, 21);
  503. this.SearchTextBox.TabIndex = 0;
  504. this.SearchTextBox.TextChanged += new System.EventHandler(this.SearchTextBox_TextChanged);
  505. //
  506. // MainForm
  507. //
  508. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  509. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  510. this.ClientSize = new System.Drawing.Size(1082, 729);
  511. this.Controls.Add(this.splitContainer1);
  512. this.Controls.Add(this.panel1);
  513. this.Controls.Add(this.MainProgressBar);
  514. this.KeyPreview = true;
  515. this.Name = "MainForm";
  516. this.Text = "BeatLyrics Tool";
  517. this.Shown += new System.EventHandler(this.MainForm_Shown);
  518. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
  519. this.splitContainer1.Panel1.ResumeLayout(false);
  520. this.splitContainer1.Panel2.ResumeLayout(false);
  521. this.splitContainer1.Panel2.PerformLayout();
  522. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  523. this.splitContainer1.ResumeLayout(false);
  524. ((System.ComponentModel.ISupportInitialize)(this.MainObjectListView)).EndInit();
  525. ((System.ComponentModel.ISupportInitialize)(this.LocalLyricObjectListView)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.CoverPictureBox)).EndInit();
  527. this.panel1.ResumeLayout(false);
  528. this.panel1.PerformLayout();
  529. this.panel3.ResumeLayout(false);
  530. this.panel3.PerformLayout();
  531. this.panel2.ResumeLayout(false);
  532. this.panel2.PerformLayout();
  533. this.ResumeLayout(false);
  534. }
  535. #endregion
  536. private System.Windows.Forms.SplitContainer splitContainer1;
  537. private System.Windows.Forms.ProgressBar MainProgressBar;
  538. private BrightIdeasSoftware.ObjectListView MainObjectListView;
  539. private System.Windows.Forms.ImageList MainImageList;
  540. private System.Windows.Forms.Panel panel1;
  541. private System.Windows.Forms.TextBox SearchTextBox;
  542. private System.Windows.Forms.PictureBox CoverPictureBox;
  543. private System.Windows.Forms.TextBox SongAuthorTextBox;
  544. private System.Windows.Forms.TextBox SubNameTextBox;
  545. private System.Windows.Forms.TextBox SongNameTextBox;
  546. private System.Windows.Forms.TextBox DirTextBox;
  547. private System.Windows.Forms.TextBox LevelAuthorTextBox;
  548. private System.Windows.Forms.Button SetButton;
  549. private System.Windows.Forms.Button OnlineButton;
  550. private System.Windows.Forms.LinkLabel DirExploreHereLinkLabel;
  551. private System.Windows.Forms.TextBox HashTextBox;
  552. private System.Windows.Forms.Button EditButton;
  553. private BrightIdeasSoftware.ObjectListView LocalLyricObjectListView;
  554. private BrightIdeasSoftware.OLVColumn olvColumn1;
  555. private BrightIdeasSoftware.OLVColumn olvColumn2;
  556. private System.Windows.Forms.RadioButton OtherRadioButton;
  557. private System.Windows.Forms.RadioButton SetOnlyRadioButton;
  558. private System.Windows.Forms.RadioButton AllRadioButton;
  559. private System.Windows.Forms.LinkLabel HashExploreHereLinkLabel;
  560. private System.Windows.Forms.CheckBox VerifyCheckBox;
  561. private System.Windows.Forms.Panel panel3;
  562. private System.Windows.Forms.RadioButton All2RadioButton;
  563. private System.Windows.Forms.RadioButton VerifyRadioButton;
  564. private System.Windows.Forms.RadioButton Others2RadioButton;
  565. private System.Windows.Forms.Panel panel2;
  566. private System.Windows.Forms.Label DirTimeLabel;
  567. private System.Windows.Forms.Button NewButton;
  568. }
  569. }