123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574 |
- namespace BeatLyrics.Tool
- {
- partial class MainForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.Windows.Forms.Label label1;
- System.Windows.Forms.Label label2;
- System.Windows.Forms.Label label3;
- System.Windows.Forms.Label label4;
- System.Windows.Forms.Label label5;
- System.Windows.Forms.Label label6;
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.MainObjectListView = new BrightIdeasSoftware.ObjectListView();
- this.MainImageList = new System.Windows.Forms.ImageList(this.components);
- this.VerifyCheckBox = new System.Windows.Forms.CheckBox();
- this.LocalLyricObjectListView = new BrightIdeasSoftware.ObjectListView();
- this.olvColumn2 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
- this.olvColumn1 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
- this.HashExploreHereLinkLabel = new System.Windows.Forms.LinkLabel();
- this.DirExploreHereLinkLabel = new System.Windows.Forms.LinkLabel();
- this.EditButton = new System.Windows.Forms.Button();
- this.SetButton = new System.Windows.Forms.Button();
- this.NewButton = new System.Windows.Forms.Button();
- this.OnlineButton = new System.Windows.Forms.Button();
- this.HashTextBox = new System.Windows.Forms.TextBox();
- this.LevelAuthorTextBox = new System.Windows.Forms.TextBox();
- this.SongAuthorTextBox = new System.Windows.Forms.TextBox();
- this.SubNameTextBox = new System.Windows.Forms.TextBox();
- this.DirTimeLabel = new System.Windows.Forms.Label();
- this.SongNameTextBox = new System.Windows.Forms.TextBox();
- this.DirTextBox = new System.Windows.Forms.TextBox();
- this.CoverPictureBox = new System.Windows.Forms.PictureBox();
- this.MainProgressBar = new System.Windows.Forms.ProgressBar();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.All2RadioButton = new System.Windows.Forms.RadioButton();
- this.VerifyRadioButton = new System.Windows.Forms.RadioButton();
- this.Others2RadioButton = new System.Windows.Forms.RadioButton();
- this.panel2 = new System.Windows.Forms.Panel();
- this.AllRadioButton = new System.Windows.Forms.RadioButton();
- this.SetOnlyRadioButton = new System.Windows.Forms.RadioButton();
- this.OtherRadioButton = new System.Windows.Forms.RadioButton();
- this.SearchTextBox = new System.Windows.Forms.TextBox();
- label1 = new System.Windows.Forms.Label();
- label2 = new System.Windows.Forms.Label();
- label3 = new System.Windows.Forms.Label();
- label4 = new System.Windows.Forms.Label();
- label5 = new System.Windows.Forms.Label();
- label6 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.MainObjectListView)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.LocalLyricObjectListView)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.CoverPictureBox)).BeginInit();
- this.panel1.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- label1.AutoSize = true;
- label1.Location = new System.Drawing.Point(6, 271);
- label1.Name = "label1";
- label1.Size = new System.Drawing.Size(23, 12);
- label1.TabIndex = 3;
- label1.Text = "Dir";
- //
- // label2
- //
- label2.AutoSize = true;
- label2.Location = new System.Drawing.Point(6, 310);
- label2.Name = "label2";
- label2.Size = new System.Drawing.Size(53, 12);
- label2.TabIndex = 3;
- label2.Text = "SongName";
- //
- // label3
- //
- label3.AutoSize = true;
- label3.Location = new System.Drawing.Point(6, 349);
- label3.Name = "label3";
- label3.Size = new System.Drawing.Size(47, 12);
- label3.TabIndex = 3;
- label3.Text = "SubName";
- //
- // label4
- //
- label4.AutoSize = true;
- label4.Location = new System.Drawing.Point(6, 388);
- label4.Name = "label4";
- label4.Size = new System.Drawing.Size(65, 12);
- label4.TabIndex = 3;
- label4.Text = "SongAuthor";
- //
- // label5
- //
- label5.AutoSize = true;
- label5.Location = new System.Drawing.Point(6, 427);
- label5.Name = "label5";
- label5.Size = new System.Drawing.Size(71, 12);
- label5.TabIndex = 3;
- label5.Text = "LevelAuthor";
- //
- // label6
- //
- label6.AutoSize = true;
- label6.Location = new System.Drawing.Point(6, 466);
- label6.Name = "label6";
- label6.Size = new System.Drawing.Size(29, 12);
- label6.TabIndex = 3;
- label6.Text = "Hash";
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
- this.splitContainer1.IsSplitterFixed = true;
- this.splitContainer1.Location = new System.Drawing.Point(0, 48);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.MainObjectListView);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.VerifyCheckBox);
- this.splitContainer1.Panel2.Controls.Add(this.LocalLyricObjectListView);
- this.splitContainer1.Panel2.Controls.Add(this.HashExploreHereLinkLabel);
- this.splitContainer1.Panel2.Controls.Add(this.DirExploreHereLinkLabel);
- this.splitContainer1.Panel2.Controls.Add(this.EditButton);
- this.splitContainer1.Panel2.Controls.Add(this.SetButton);
- this.splitContainer1.Panel2.Controls.Add(this.NewButton);
- this.splitContainer1.Panel2.Controls.Add(this.OnlineButton);
- this.splitContainer1.Panel2.Controls.Add(label6);
- this.splitContainer1.Panel2.Controls.Add(label5);
- this.splitContainer1.Panel2.Controls.Add(label4);
- this.splitContainer1.Panel2.Controls.Add(this.HashTextBox);
- this.splitContainer1.Panel2.Controls.Add(label3);
- this.splitContainer1.Panel2.Controls.Add(this.LevelAuthorTextBox);
- this.splitContainer1.Panel2.Controls.Add(this.SongAuthorTextBox);
- this.splitContainer1.Panel2.Controls.Add(label2);
- this.splitContainer1.Panel2.Controls.Add(this.SubNameTextBox);
- this.splitContainer1.Panel2.Controls.Add(this.DirTimeLabel);
- this.splitContainer1.Panel2.Controls.Add(label1);
- this.splitContainer1.Panel2.Controls.Add(this.SongNameTextBox);
- this.splitContainer1.Panel2.Controls.Add(this.DirTextBox);
- this.splitContainer1.Panel2.Controls.Add(this.CoverPictureBox);
- this.splitContainer1.Panel2.Padding = new System.Windows.Forms.Padding(3);
- this.splitContainer1.Size = new System.Drawing.Size(1082, 681);
- this.splitContainer1.SplitterDistance = 805;
- this.splitContainer1.TabIndex = 2;
- //
- // MainObjectListView
- //
- this.MainObjectListView.Cursor = System.Windows.Forms.Cursors.Default;
- this.MainObjectListView.Dock = System.Windows.Forms.DockStyle.Fill;
- this.MainObjectListView.FullRowSelect = true;
- this.MainObjectListView.HideSelection = false;
- this.MainObjectListView.LargeImageList = this.MainImageList;
- this.MainObjectListView.Location = new System.Drawing.Point(0, 0);
- this.MainObjectListView.MultiSelect = false;
- this.MainObjectListView.Name = "MainObjectListView";
- this.MainObjectListView.ShowGroups = false;
- this.MainObjectListView.Size = new System.Drawing.Size(805, 681);
- this.MainObjectListView.SmallImageList = this.MainImageList;
- this.MainObjectListView.TabIndex = 2;
- this.MainObjectListView.TileSize = new System.Drawing.Size(192, 96);
- this.MainObjectListView.UseCompatibleStateImageBehavior = false;
- this.MainObjectListView.View = System.Windows.Forms.View.Tile;
- this.MainObjectListView.SelectedIndexChanged += new System.EventHandler(this.MainObjectListView_SelectedIndexChanged);
- //
- // MainImageList
- //
- this.MainImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
- this.MainImageList.ImageSize = new System.Drawing.Size(64, 64);
- this.MainImageList.TransparentColor = System.Drawing.Color.Transparent;
- //
- // VerifyCheckBox
- //
- this.VerifyCheckBox.AutoSize = true;
- this.VerifyCheckBox.Location = new System.Drawing.Point(201, 512);
- this.VerifyCheckBox.Name = "VerifyCheckBox";
- this.VerifyCheckBox.Size = new System.Drawing.Size(60, 16);
- this.VerifyCheckBox.TabIndex = 8;
- this.VerifyCheckBox.Text = "Verify";
- this.VerifyCheckBox.UseVisualStyleBackColor = true;
- this.VerifyCheckBox.CheckedChanged += new System.EventHandler(this.VerifyCheckBox_CheckedChanged);
- //
- // LocalLyricObjectListView
- //
- this.LocalLyricObjectListView.AllColumns.Add(this.olvColumn2);
- this.LocalLyricObjectListView.AllColumns.Add(this.olvColumn1);
- this.LocalLyricObjectListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.LocalLyricObjectListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.olvColumn2,
- this.olvColumn1});
- this.LocalLyricObjectListView.Cursor = System.Windows.Forms.Cursors.Default;
- this.LocalLyricObjectListView.FullRowSelect = true;
- this.LocalLyricObjectListView.GridLines = true;
- this.LocalLyricObjectListView.HideSelection = false;
- this.LocalLyricObjectListView.Location = new System.Drawing.Point(6, 537);
- this.LocalLyricObjectListView.Name = "LocalLyricObjectListView";
- this.LocalLyricObjectListView.ShowGroups = false;
- this.LocalLyricObjectListView.Size = new System.Drawing.Size(259, 138);
- this.LocalLyricObjectListView.TabIndex = 7;
- this.LocalLyricObjectListView.UseCompatibleStateImageBehavior = false;
- this.LocalLyricObjectListView.View = System.Windows.Forms.View.Details;
- this.LocalLyricObjectListView.DoubleClick += new System.EventHandler(this.LocalLyricObjectListView_DoubleClick);
- //
- // olvColumn2
- //
- this.olvColumn2.AspectName = "IsDefault";
- this.olvColumn2.Text = "Set";
- this.olvColumn2.Width = 40;
- //
- // olvColumn1
- //
- this.olvColumn1.AspectName = "FileName";
- this.olvColumn1.Text = "FileName";
- this.olvColumn1.Width = 512;
- //
- // HashExploreHereLinkLabel
- //
- this.HashExploreHereLinkLabel.AutoSize = true;
- this.HashExploreHereLinkLabel.Location = new System.Drawing.Point(176, 466);
- this.HashExploreHereLinkLabel.Name = "HashExploreHereLinkLabel";
- this.HashExploreHereLinkLabel.Size = new System.Drawing.Size(89, 12);
- this.HashExploreHereLinkLabel.TabIndex = 6;
- this.HashExploreHereLinkLabel.TabStop = true;
- this.HashExploreHereLinkLabel.Text = "Explosion Here";
- this.HashExploreHereLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.HashExploreHereLinkLabel_LinkClicked);
- //
- // DirExploreHereLinkLabel
- //
- this.DirExploreHereLinkLabel.AutoSize = true;
- this.DirExploreHereLinkLabel.Location = new System.Drawing.Point(176, 271);
- this.DirExploreHereLinkLabel.Name = "DirExploreHereLinkLabel";
- this.DirExploreHereLinkLabel.Size = new System.Drawing.Size(89, 12);
- this.DirExploreHereLinkLabel.TabIndex = 6;
- this.DirExploreHereLinkLabel.TabStop = true;
- this.DirExploreHereLinkLabel.Text = "Explosion Here";
- this.DirExploreHereLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.DirExploreHereLinkLabel_LinkClicked);
- //
- // EditButton
- //
- this.EditButton.Location = new System.Drawing.Point(121, 508);
- this.EditButton.Name = "EditButton";
- this.EditButton.Size = new System.Drawing.Size(37, 23);
- this.EditButton.TabIndex = 5;
- this.EditButton.Text = "Edit";
- this.EditButton.UseVisualStyleBackColor = true;
- this.EditButton.Click += new System.EventHandler(this.EditButton_Click);
- //
- // SetButton
- //
- this.SetButton.Location = new System.Drawing.Point(164, 508);
- this.SetButton.Name = "SetButton";
- this.SetButton.Size = new System.Drawing.Size(31, 23);
- this.SetButton.TabIndex = 5;
- this.SetButton.Text = "Set";
- this.SetButton.UseVisualStyleBackColor = true;
- this.SetButton.Click += new System.EventHandler(this.SetButton_Click);
- //
- // NewButton
- //
- this.NewButton.Location = new System.Drawing.Point(67, 508);
- this.NewButton.Name = "NewButton";
- this.NewButton.Size = new System.Drawing.Size(48, 23);
- this.NewButton.TabIndex = 5;
- this.NewButton.Text = "&New";
- this.NewButton.UseVisualStyleBackColor = true;
- this.NewButton.Click += new System.EventHandler(this.NewButton_Click);
- //
- // OnlineButton
- //
- this.OnlineButton.Location = new System.Drawing.Point(6, 508);
- this.OnlineButton.Name = "OnlineButton";
- this.OnlineButton.Size = new System.Drawing.Size(55, 23);
- this.OnlineButton.TabIndex = 5;
- this.OnlineButton.Text = "&Online";
- this.OnlineButton.UseVisualStyleBackColor = true;
- this.OnlineButton.Click += new System.EventHandler(this.OnlineButton_Click);
- //
- // HashTextBox
- //
- this.HashTextBox.Location = new System.Drawing.Point(6, 481);
- this.HashTextBox.Name = "HashTextBox";
- this.HashTextBox.ReadOnly = true;
- this.HashTextBox.Size = new System.Drawing.Size(259, 21);
- this.HashTextBox.TabIndex = 2;
- //
- // LevelAuthorTextBox
- //
- this.LevelAuthorTextBox.Location = new System.Drawing.Point(6, 442);
- this.LevelAuthorTextBox.Name = "LevelAuthorTextBox";
- this.LevelAuthorTextBox.ReadOnly = true;
- this.LevelAuthorTextBox.Size = new System.Drawing.Size(259, 21);
- this.LevelAuthorTextBox.TabIndex = 2;
- //
- // SongAuthorTextBox
- //
- this.SongAuthorTextBox.Location = new System.Drawing.Point(6, 403);
- this.SongAuthorTextBox.Name = "SongAuthorTextBox";
- this.SongAuthorTextBox.ReadOnly = true;
- this.SongAuthorTextBox.Size = new System.Drawing.Size(259, 21);
- this.SongAuthorTextBox.TabIndex = 2;
- //
- // SubNameTextBox
- //
- this.SubNameTextBox.Location = new System.Drawing.Point(6, 364);
- this.SubNameTextBox.Name = "SubNameTextBox";
- this.SubNameTextBox.ReadOnly = true;
- this.SubNameTextBox.Size = new System.Drawing.Size(259, 21);
- this.SubNameTextBox.TabIndex = 2;
- //
- // DirTimeLabel
- //
- this.DirTimeLabel.AutoSize = true;
- this.DirTimeLabel.Location = new System.Drawing.Point(35, 271);
- this.DirTimeLabel.Name = "DirTimeLabel";
- this.DirTimeLabel.Size = new System.Drawing.Size(119, 12);
- this.DirTimeLabel.TabIndex = 3;
- this.DirTimeLabel.Text = "0000-00-00 00:00:00";
- //
- // SongNameTextBox
- //
- this.SongNameTextBox.Location = new System.Drawing.Point(6, 325);
- this.SongNameTextBox.Name = "SongNameTextBox";
- this.SongNameTextBox.ReadOnly = true;
- this.SongNameTextBox.Size = new System.Drawing.Size(259, 21);
- this.SongNameTextBox.TabIndex = 2;
- //
- // DirTextBox
- //
- this.DirTextBox.Location = new System.Drawing.Point(6, 286);
- this.DirTextBox.Name = "DirTextBox";
- this.DirTextBox.ReadOnly = true;
- this.DirTextBox.Size = new System.Drawing.Size(259, 21);
- this.DirTextBox.TabIndex = 2;
- //
- // CoverPictureBox
- //
- this.CoverPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.CoverPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.CoverPictureBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.CoverPictureBox.Location = new System.Drawing.Point(3, 6);
- this.CoverPictureBox.Name = "CoverPictureBox";
- this.CoverPictureBox.Size = new System.Drawing.Size(262, 262);
- this.CoverPictureBox.TabIndex = 1;
- this.CoverPictureBox.TabStop = false;
- //
- // MainProgressBar
- //
- this.MainProgressBar.Dock = System.Windows.Forms.DockStyle.Top;
- this.MainProgressBar.Location = new System.Drawing.Point(0, 0);
- this.MainProgressBar.Name = "MainProgressBar";
- this.MainProgressBar.Size = new System.Drawing.Size(1082, 10);
- this.MainProgressBar.TabIndex = 3;
- this.MainProgressBar.Visible = false;
- //
- // panel1
- //
- this.panel1.Controls.Add(this.panel3);
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Controls.Add(this.SearchTextBox);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 10);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1082, 38);
- this.panel1.TabIndex = 4;
- //
- // panel3
- //
- this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel3.Controls.Add(this.All2RadioButton);
- this.panel3.Controls.Add(this.VerifyRadioButton);
- this.panel3.Controls.Add(this.Others2RadioButton);
- this.panel3.Location = new System.Drawing.Point(890, 6);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(189, 22);
- this.panel3.TabIndex = 10;
- //
- // All2RadioButton
- //
- this.All2RadioButton.AutoSize = true;
- this.All2RadioButton.Checked = true;
- this.All2RadioButton.Location = new System.Drawing.Point(3, 3);
- this.All2RadioButton.Name = "All2RadioButton";
- this.All2RadioButton.Size = new System.Drawing.Size(41, 16);
- this.All2RadioButton.TabIndex = 1;
- this.All2RadioButton.TabStop = true;
- this.All2RadioButton.Text = "All";
- this.All2RadioButton.UseVisualStyleBackColor = true;
- this.All2RadioButton.CheckedChanged += new System.EventHandler(this.AllRadioButton_CheckedChanged);
- //
- // VerifyRadioButton
- //
- this.VerifyRadioButton.AutoSize = true;
- this.VerifyRadioButton.Location = new System.Drawing.Point(50, 3);
- this.VerifyRadioButton.Name = "VerifyRadioButton";
- this.VerifyRadioButton.Size = new System.Drawing.Size(59, 16);
- this.VerifyRadioButton.TabIndex = 2;
- this.VerifyRadioButton.Text = "Verify";
- this.VerifyRadioButton.UseVisualStyleBackColor = true;
- this.VerifyRadioButton.CheckedChanged += new System.EventHandler(this.AllRadioButton_CheckedChanged);
- //
- // Others2RadioButton
- //
- this.Others2RadioButton.AutoSize = true;
- this.Others2RadioButton.Location = new System.Drawing.Point(121, 3);
- this.Others2RadioButton.Name = "Others2RadioButton";
- this.Others2RadioButton.Size = new System.Drawing.Size(59, 16);
- this.Others2RadioButton.TabIndex = 2;
- this.Others2RadioButton.Text = "Others";
- this.Others2RadioButton.UseVisualStyleBackColor = true;
- this.Others2RadioButton.CheckedChanged += new System.EventHandler(this.AllRadioButton_CheckedChanged);
- //
- // panel2
- //
- this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel2.Controls.Add(this.AllRadioButton);
- this.panel2.Controls.Add(this.SetOnlyRadioButton);
- this.panel2.Controls.Add(this.OtherRadioButton);
- this.panel2.Location = new System.Drawing.Point(695, 6);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(189, 22);
- this.panel2.TabIndex = 10;
- //
- // AllRadioButton
- //
- this.AllRadioButton.AutoSize = true;
- this.AllRadioButton.Checked = true;
- this.AllRadioButton.Location = new System.Drawing.Point(3, 3);
- this.AllRadioButton.Name = "AllRadioButton";
- this.AllRadioButton.Size = new System.Drawing.Size(41, 16);
- this.AllRadioButton.TabIndex = 1;
- this.AllRadioButton.TabStop = true;
- this.AllRadioButton.Text = "All";
- this.AllRadioButton.UseVisualStyleBackColor = true;
- this.AllRadioButton.CheckedChanged += new System.EventHandler(this.AllRadioButton_CheckedChanged);
- //
- // SetOnlyRadioButton
- //
- this.SetOnlyRadioButton.AutoSize = true;
- this.SetOnlyRadioButton.Location = new System.Drawing.Point(50, 3);
- this.SetOnlyRadioButton.Name = "SetOnlyRadioButton";
- this.SetOnlyRadioButton.Size = new System.Drawing.Size(65, 16);
- this.SetOnlyRadioButton.TabIndex = 2;
- this.SetOnlyRadioButton.Text = "SetOnly";
- this.SetOnlyRadioButton.UseVisualStyleBackColor = true;
- this.SetOnlyRadioButton.CheckedChanged += new System.EventHandler(this.AllRadioButton_CheckedChanged);
- //
- // OtherRadioButton
- //
- this.OtherRadioButton.AutoSize = true;
- this.OtherRadioButton.Location = new System.Drawing.Point(121, 3);
- this.OtherRadioButton.Name = "OtherRadioButton";
- this.OtherRadioButton.Size = new System.Drawing.Size(59, 16);
- this.OtherRadioButton.TabIndex = 2;
- this.OtherRadioButton.Text = "Others";
- this.OtherRadioButton.UseVisualStyleBackColor = true;
- this.OtherRadioButton.CheckedChanged += new System.EventHandler(this.AllRadioButton_CheckedChanged);
- //
- // SearchTextBox
- //
- this.SearchTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.SearchTextBox.Location = new System.Drawing.Point(3, 7);
- this.SearchTextBox.Name = "SearchTextBox";
- this.SearchTextBox.Size = new System.Drawing.Size(686, 21);
- this.SearchTextBox.TabIndex = 0;
- this.SearchTextBox.TextChanged += new System.EventHandler(this.SearchTextBox_TextChanged);
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1082, 729);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.MainProgressBar);
- this.KeyPreview = true;
- this.Name = "MainForm";
- this.Text = "BeatLyrics Tool";
- this.Shown += new System.EventHandler(this.MainForm_Shown);
- this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- this.splitContainer1.Panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.MainObjectListView)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.LocalLyricObjectListView)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.CoverPictureBox)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.ProgressBar MainProgressBar;
- private BrightIdeasSoftware.ObjectListView MainObjectListView;
- private System.Windows.Forms.ImageList MainImageList;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.TextBox SearchTextBox;
- private System.Windows.Forms.PictureBox CoverPictureBox;
- private System.Windows.Forms.TextBox SongAuthorTextBox;
- private System.Windows.Forms.TextBox SubNameTextBox;
- private System.Windows.Forms.TextBox SongNameTextBox;
- private System.Windows.Forms.TextBox DirTextBox;
- private System.Windows.Forms.TextBox LevelAuthorTextBox;
- private System.Windows.Forms.Button SetButton;
- private System.Windows.Forms.Button OnlineButton;
- private System.Windows.Forms.LinkLabel DirExploreHereLinkLabel;
- private System.Windows.Forms.TextBox HashTextBox;
- private System.Windows.Forms.Button EditButton;
- private BrightIdeasSoftware.ObjectListView LocalLyricObjectListView;
- private BrightIdeasSoftware.OLVColumn olvColumn1;
- private BrightIdeasSoftware.OLVColumn olvColumn2;
- private System.Windows.Forms.RadioButton OtherRadioButton;
- private System.Windows.Forms.RadioButton SetOnlyRadioButton;
- private System.Windows.Forms.RadioButton AllRadioButton;
- private System.Windows.Forms.LinkLabel HashExploreHereLinkLabel;
- private System.Windows.Forms.CheckBox VerifyCheckBox;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.RadioButton All2RadioButton;
- private System.Windows.Forms.RadioButton VerifyRadioButton;
- private System.Windows.Forms.RadioButton Others2RadioButton;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Label DirTimeLabel;
- private System.Windows.Forms.Button NewButton;
- }
- }
|