MainForm.Designer.cs 26 KB

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