Example #1
0
 public string method_3()
 {
     if (!this.bool_3)
     {
         return(string.Format(this.string_0, this.method_13()));
     }
     return(Control1.smethod_4(TimeSpan.FromSeconds((double)this.method_13()), this.string_0));
 }
Example #2
0
        protected override void OnMouseMove(MouseEventArgs e)
        {
            base.OnMouseMove(e);
            this.int_5  = e.X;
            this.int_6  = e.Y;
            this.bool_7 = Control1.smethod_3(e.Location, this.rectangleF_0);
            Point location = e.Location;
            int   num      = (this.orientation_0 == Orientation.Horizontal) ? location.X : location.Y;
            int   num2     = this.int_1 >> 1;

            num -= num2;
            float num3 = (float)(this.int_4 - this.int_3) / (float)(((this.orientation_0 == Orientation.Horizontal) ? base.ClientSize.Width : base.ClientSize.Height) - 2 * num2);

            this.int_7 = (int)((float)num * num3 + (float)this.int_3);
            if (base.Capture & e.Button == MouseButtons.Left)
            {
                ScrollEventType type = ScrollEventType.ThumbPosition;
                this.int_2 = this.int_7;
                if (this.int_2 <= this.int_3)
                {
                    this.int_2 = this.int_3;
                    type       = ScrollEventType.First;
                }
                else if (this.int_2 >= this.int_4)
                {
                    this.int_2 = this.int_4;
                    type       = ScrollEventType.Last;
                }
                if (this.scrollEventHandler_0 != null)
                {
                    this.scrollEventHandler_0(this, new ScrollEventArgs(type, this.int_2));
                }
                if (this.eventHandler_0 != null)
                {
                    this.eventHandler_0(this, new EventArgs());
                }
            }
            if (this.int_7 < this.int_3)
            {
                this.int_7 = this.int_3;
            }
            else if (this.int_7 > this.int_4)
            {
                this.int_7 = this.int_4;
            }
            if (this.bool_0)
            {
                this.int_7 = this.int_4 - this.int_7 + this.int_3;
            }
            base.Invalidate();
        }
Example #3
0
 protected override void OnMouseUp(MouseEventArgs e)
 {
     base.OnMouseUp(e);
     base.Capture = false;
     this.bool_7  = Control1.smethod_3(e.Location, this.rectangleF_0);
     if (this.scrollEventHandler_0 != null)
     {
         this.scrollEventHandler_0(this, new ScrollEventArgs(ScrollEventType.EndScroll, this.int_2));
     }
     if (this.eventHandler_0 != null)
     {
         this.eventHandler_0(this, new EventArgs());
     }
     base.Invalidate();
 }
Example #4
0
 protected override void OnPaint(PaintEventArgs e)
 {
     if (!base.Enabled)
     {
         Color[] array = Control1.smethod_1(new Color[]
         {
             this.color_0,
             this.color_1,
             this.color_2,
             this.bool_0 ? this.color_6 : this.color_3,
             this.bool_0 ? this.color_7 : this.color_4,
             this.color_5,
             this.bool_0 ? this.color_3 : this.color_6,
             this.bool_0 ? this.color_4 : this.color_7
         });
         this.method_22(e, array[0], array[1], array[2], array[3], array[4], array[5], array[6], array[7]);
         return;
     }
     if (this.bool_4 && this.bool_6)
     {
         Color[] array2 = Control1.smethod_2(new Color[]
         {
             this.color_0,
             this.color_1,
             this.color_2,
             this.bool_0 ? this.color_6 : this.color_3,
             this.bool_0 ? this.color_7 : this.color_4,
             this.color_5,
             this.bool_0 ? this.color_3 : this.color_6,
             this.bool_0 ? this.color_4 : this.color_7
         });
         this.method_22(e, array2[0], array2[1], array2[2], array2[3], array2[4], array2[5], array2[6], array2[7]);
         return;
     }
     this.method_22(e, this.color_0, this.color_1, this.color_2, this.bool_0 ? this.color_6 : this.color_3, this.bool_0 ? this.color_7 : this.color_4, this.color_5, this.bool_0 ? this.color_3 : this.color_6, this.bool_0 ? this.color_4 : this.color_7);
 }
Example #5
0
 private void method_22(PaintEventArgs paintEventArgs_0, Color color_9, Color color_10, Color color_11, Color color_12, Color color_13, Color color_14, Color color_15, Color color_16)
 {
     try
     {
         if (this.orientation_0 == Orientation.Horizontal)
         {
             float x = (float)((this.int_2 - this.int_3) * (base.ClientRectangle.Width - this.int_1)) / (float)(this.int_4 - this.int_3);
             this.rectangleF_0 = new RectangleF(x, 1f, (float)(this.int_1 - 1), (float)(base.ClientRectangle.Height - 2));
         }
         else
         {
             float y = (float)((this.int_2 - this.int_3) * (base.ClientRectangle.Height - this.int_1)) / (float)(this.int_4 - this.int_3);
             this.rectangleF_0 = new RectangleF(1f, y, (float)(base.ClientRectangle.Width - 2), (float)(this.int_1 - 1));
         }
         this.rectangleF_1 = base.ClientRectangle;
         this.rectangleF_3 = this.rectangleF_0;
         LinearGradientMode linearGradientMode;
         SizeF sizeF_;
         if (this.orientation_0 == Orientation.Horizontal)
         {
             this.rectangleF_1.Inflate(-1f, -this.rectangleF_1.Height * (100f - this.float_1) / 200f - 1f);
             this.rectangleF_2        = this.rectangleF_1;
             this.rectangleF_2.Height = this.rectangleF_2.Height / 2f;
             linearGradientMode       = LinearGradientMode.Vertical;
             this.rectangleF_3.Height = this.rectangleF_3.Height / 2f;
             this.rectangleF_4        = this.rectangleF_1;
             this.rectangleF_4.Width  = this.rectangleF_0.Left + (float)this.int_1 / 2f;
             sizeF_ = new SizeF(this.rectangleF_1.Height * this.float_0 / 50f, this.rectangleF_1.Height * this.float_0 / 50f);
         }
         else
         {
             this.rectangleF_1.Inflate(-this.rectangleF_1.Width * (100f - this.float_1) / 200f - 1f, -1f);
             this.rectangleF_2        = this.rectangleF_1;
             this.rectangleF_2.Width  = this.rectangleF_2.Width / 2f;
             linearGradientMode       = LinearGradientMode.Horizontal;
             this.rectangleF_3.Width  = this.rectangleF_3.Width / 2f;
             this.rectangleF_4        = this.rectangleF_1;
             this.rectangleF_4.Height = this.rectangleF_0.Top + (float)this.int_1 / 2f;
             sizeF_ = new SizeF(this.rectangleF_1.Width * this.float_0 / 50f, this.rectangleF_1.Width * this.float_0 / 50f);
         }
         if (this.string_0.Length > 0 && (base.Capture || this.bool_7))
         {
             if (this.orientation_0 == Orientation.Horizontal)
             {
                 if (this.rectangleF_0.X != this.float_2)
                 {
                     this.toolTip_0.Show(this.method_3(), this, (int)((this.float_2 = this.rectangleF_0.X) + this.rectangleF_0.Width * 5f / 4f), (int)this.rectangleF_0.Y);
                 }
             }
             else if (this.rectangleF_0.Y != this.float_2)
             {
                 this.toolTip_0.Show(this.method_3(), this, (int)(this.rectangleF_0.X + this.rectangleF_0.Width * 5f / 4f), (int)(this.float_2 = this.rectangleF_0.Y));
             }
         }
         else if (this.string_0.Length > 0 && this.bool_6)
         {
             string text = this.bool_3 ? Control1.smethod_4(TimeSpan.FromSeconds((double)this.int_7), this.string_0) : string.Format(this.string_0, this.int_7);
             if (this.orientation_0 == Orientation.Horizontal)
             {
                 if ((float)this.int_5 != this.float_2)
                 {
                     this.toolTip_0.Show(text, this, (int)((this.float_2 = (float)this.int_5) + 25f), this.int_6);
                 }
             }
             else if ((float)this.int_5 != this.float_2)
             {
                 this.toolTip_0.Show(text, this, this.int_5 + 25, (int)(this.float_2 = (float)this.int_6));
             }
         }
         else
         {
             this.toolTip_0.Hide(this);
             this.float_2 = -1f;
         }
         GraphicsPath graphicsPath;
         if (this.graphicsPath_0 == null)
         {
             graphicsPath = Control1.smethod_0(this.rectangleF_0, new SizeF(this.rectangleF_0.Width * this.sizeF_0.Width / 50f, this.rectangleF_0.Height * this.sizeF_0.Height / 50f));
         }
         else
         {
             graphicsPath = this.graphicsPath_0;
             Matrix matrix = new Matrix();
             matrix.Translate(this.rectangleF_0.Left - graphicsPath.GetBounds().Left, this.rectangleF_0.Top - graphicsPath.GetBounds().Top);
             graphicsPath.Transform(matrix);
         }
         paintEventArgs_0.Graphics.SmoothingMode = SmoothingMode.AntiAlias;
         using (GraphicsPath graphicsPath2 = Control1.smethod_0(this.rectangleF_1, sizeF_))
         {
             using (LinearGradientBrush linearGradientBrush = new LinearGradientBrush(this.rectangleF_2, color_12, color_13, linearGradientMode))
             {
                 linearGradientBrush.WrapMode = WrapMode.TileFlipXY;
                 paintEventArgs_0.Graphics.FillPath(linearGradientBrush, graphicsPath2);
                 using (GraphicsPath graphicsPath3 = Control1.smethod_0(this.rectangleF_4, sizeF_))
                 {
                     using (LinearGradientBrush linearGradientBrush2 = new LinearGradientBrush(this.rectangleF_2, color_15, color_16, linearGradientMode))
                     {
                         linearGradientBrush2.WrapMode = WrapMode.TileFlipXY;
                         if (base.Capture && this.bool_5)
                         {
                             Region region = new Region(graphicsPath3);
                             region.Exclude(graphicsPath);
                             paintEventArgs_0.Graphics.FillRegion(linearGradientBrush2, region);
                         }
                         else
                         {
                             paintEventArgs_0.Graphics.FillPath(linearGradientBrush2, graphicsPath3);
                         }
                     }
                 }
                 using (Pen pen = new Pen(color_14, 0.5f))
                 {
                     paintEventArgs_0.Graphics.DrawPath(pen, graphicsPath2);
                 }
             }
         }
         Color color  = color_9;
         Color color2 = color_10;
         if (base.Capture && this.bool_5)
         {
             color  = Color.FromArgb(175, color_9);
             color2 = Color.FromArgb(175, color_10);
         }
         using (LinearGradientBrush linearGradientBrush3 = new LinearGradientBrush(this.rectangleF_3, color, color2, linearGradientMode))
         {
             linearGradientBrush3.WrapMode           = WrapMode.TileFlipXY;
             paintEventArgs_0.Graphics.SmoothingMode = SmoothingMode.AntiAlias;
             Color color3 = color_11;
             if (this.bool_4 && (base.Capture || this.bool_7))
             {
                 color3 = ControlPaint.Dark(color3);
             }
             using (Pen pen2 = new Pen(color3))
             {
                 if (this.image_0 != null)
                 {
                     paintEventArgs_0.Graphics.DrawImage(this.image_0, this.rectangleF_0);
                 }
                 else
                 {
                     paintEventArgs_0.Graphics.FillPath(linearGradientBrush3, graphicsPath);
                     paintEventArgs_0.Graphics.DrawPath(pen2, graphicsPath);
                 }
             }
         }
         if (this.Focused & this.bool_1)
         {
             using (Pen pen3 = new Pen(Color.FromArgb(200, color_14)))
             {
                 pen3.DashStyle = DashStyle.Dot;
                 RectangleF rectangleF_ = base.ClientRectangle;
                 rectangleF_.Width  -= 2f;
                 rectangleF_.Height -= 1f;
                 rectangleF_.X      += 1f;
                 using (GraphicsPath graphicsPath4 = Control1.smethod_0(rectangleF_, sizeF_))
                 {
                     paintEventArgs_0.Graphics.DrawPath(pen3, graphicsPath4);
                 }
             }
         }
     }
     catch (Exception ex)
     {
         Console.WriteLine("DrawBackGround Error in " + base.Name + ":" + ex.Message);
     }
 }
Example #6
0
 private void InitializeComponent()
 {
     this.GuitarAudioTxt = new TextBox();
     this.label6 = new Label();
     this.AudioGroupBox = new GroupBox();
     this.Stop_Btn = new Button();
     this.Pause_Btn = new Button();
     this.Play_Btn = new Button();
     this.DualAudioBtn = new RadioButton();
     this.CoopAudioBtn = new RadioButton();
     this.BandCoopBtn = new Button();
     this.RhythmCoopBtn = new Button();
     this.GuitarCoopBtn = new Button();
     this.BandCoopTxt = new TextBox();
     this.RhythmCoopTxt = new TextBox();
     this.GuitarCoopTxt = new TextBox();
     this.label11 = new Label();
     this.BandAudioBtn = new Button();
     this.RhythmAudioBtn = new Button();
     this.GuitarAudioBtn = new Button();
     this.label1 = new Label();
     this.MultiAudioBtn = new RadioButton();
     this.SingleAudioBtn = new RadioButton();
     this.label3 = new Label();
     this.BandAudioTxt = new TextBox();
     this.label2 = new Label();
     this.RhythmAudioTxt = new TextBox();
     this.ChartGroupBox = new GroupBox();
     this.groupBox7 = new GroupBox();
     this.BossBattleP2Box = new ComboBox();
     this.groupBox2 = new GroupBox();
     this.FaceOffP2Box = new ComboBox();
     this.groupBox8 = new GroupBox();
     this.BossBattleP1Box = new ComboBox();
     this.groupBox1 = new GroupBox();
     this.FaceOffP1Box = new ComboBox();
     this.label13 = new Label();
     this.ResetBtn = new Button();
     this.AutoConfigBtn = new Button();
     this.groupBox5 = new GroupBox();
     this.ExpertCoop2Box = new ComboBox();
     this.HardCoop2Box = new ComboBox();
     this.MediumCoop2Box = new ComboBox();
     this.EasyCoop2Box = new ComboBox();
     this.groupBox4 = new GroupBox();
     this.ExpertRhythmBox = new ComboBox();
     this.HardRhythmBox = new ComboBox();
     this.MediumRhythmBox = new ComboBox();
     this.EasyRhythmBox = new ComboBox();
     this.groupBox6 = new GroupBox();
     this.ExpertCoopBox = new ComboBox();
     this.HardCoopBox = new ComboBox();
     this.MediumCoopBox = new ComboBox();
     this.EasyCoopBox = new ComboBox();
     this.groupBox3 = new GroupBox();
     this.ExpertGuitarBox = new ComboBox();
     this.HardGuitarBox = new ComboBox();
     this.MediumGuitarBox = new ComboBox();
     this.EasyGuitarBox = new ComboBox();
     this.label9 = new Label();
     this.label8 = new Label();
     this.label7 = new Label();
     this.label5 = new Label();
     this.ChartFileBtn = new Button();
     this.label4 = new Label();
     this.ChartFileTxt = new TextBox();
     this.label10 = new Label();
     this.SongNameTxt = new TextBox();
     this.MainGroupBox = new GroupBox();
     this.label12 = new Label();
     this.CancelBtn = new Button();
     this.ApplyBtn = new Button();
     this.Chart_CheckBox = new CheckBox();
     this.Audio_CheckBox = new CheckBox();
     this.VolumeSlider = new Control1();
     this.PreviewSlider = new Control1();
     this.AudioGroupBox.SuspendLayout();
     this.ChartGroupBox.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox8.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.MainGroupBox.SuspendLayout();
     base.SuspendLayout();
     this.GuitarAudioTxt.Location = new Point(113, 39);
     this.GuitarAudioTxt.Name = "GuitarAudioTxt";
     this.GuitarAudioTxt.ReadOnly = true;
     this.GuitarAudioTxt.Size = new Size(180, 20);
     this.GuitarAudioTxt.TabIndex = 39;
     this.label6.AutoSize = true;
     this.label6.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label6.Location = new Point(6, 38);
     this.label6.Name = "label6";
     this.label6.Size = new Size(101, 19);
     this.label6.TabIndex = 39;
     this.label6.Text = "Guitar Track:";
     this.label6.TextAlign = ContentAlignment.MiddleCenter;
     this.AudioGroupBox.Controls.Add(this.VolumeSlider);
     this.AudioGroupBox.Controls.Add(this.Stop_Btn);
     this.AudioGroupBox.Controls.Add(this.Pause_Btn);
     this.AudioGroupBox.Controls.Add(this.Play_Btn);
     this.AudioGroupBox.Controls.Add(this.DualAudioBtn);
     this.AudioGroupBox.Controls.Add(this.CoopAudioBtn);
     this.AudioGroupBox.Controls.Add(this.BandCoopBtn);
     this.AudioGroupBox.Controls.Add(this.RhythmCoopBtn);
     this.AudioGroupBox.Controls.Add(this.GuitarCoopBtn);
     this.AudioGroupBox.Controls.Add(this.BandCoopTxt);
     this.AudioGroupBox.Controls.Add(this.RhythmCoopTxt);
     this.AudioGroupBox.Controls.Add(this.GuitarCoopTxt);
     this.AudioGroupBox.Controls.Add(this.PreviewSlider);
     this.AudioGroupBox.Controls.Add(this.label11);
     this.AudioGroupBox.Controls.Add(this.BandAudioBtn);
     this.AudioGroupBox.Controls.Add(this.RhythmAudioBtn);
     this.AudioGroupBox.Controls.Add(this.GuitarAudioBtn);
     this.AudioGroupBox.Controls.Add(this.label1);
     this.AudioGroupBox.Controls.Add(this.MultiAudioBtn);
     this.AudioGroupBox.Controls.Add(this.SingleAudioBtn);
     this.AudioGroupBox.Controls.Add(this.label3);
     this.AudioGroupBox.Controls.Add(this.BandAudioTxt);
     this.AudioGroupBox.Controls.Add(this.label2);
     this.AudioGroupBox.Controls.Add(this.RhythmAudioTxt);
     this.AudioGroupBox.Controls.Add(this.label6);
     this.AudioGroupBox.Controls.Add(this.GuitarAudioTxt);
     this.AudioGroupBox.Location = new Point(12, 96);
     this.AudioGroupBox.Name = "AudioGroupBox";
     this.AudioGroupBox.Size = new Size(566, 168);
     this.AudioGroupBox.TabIndex = 36;
     this.AudioGroupBox.TabStop = false;
     this.AudioGroupBox.Text = "Audio Track";
     this.Stop_Btn.FlatStyle = FlatStyle.Popup;
     this.Stop_Btn.Location = new Point(205, 137);
     this.Stop_Btn.Name = "Stop_Btn";
     this.Stop_Btn.Size = new Size(37, 20);
     this.Stop_Btn.TabIndex = 50;
     this.Stop_Btn.Text = "Stop";
     this.Stop_Btn.UseVisualStyleBackColor = true;
     this.Stop_Btn.Click += new EventHandler(this.Stop_Btn_Click);
     this.Pause_Btn.FlatStyle = FlatStyle.Popup;
     this.Pause_Btn.Location = new Point(160, 137);
     this.Pause_Btn.Name = "Pause_Btn";
     this.Pause_Btn.Size = new Size(45, 20);
     this.Pause_Btn.TabIndex = 49;
     this.Pause_Btn.Text = "Pause";
     this.Pause_Btn.UseVisualStyleBackColor = true;
     this.Pause_Btn.Click += new EventHandler(this.Pause_Btn_Click);
     this.Play_Btn.FlatStyle = FlatStyle.Popup;
     this.Play_Btn.Location = new Point(123, 137);
     this.Play_Btn.Name = "Play_Btn";
     this.Play_Btn.Size = new Size(37, 20);
     this.Play_Btn.TabIndex = 48;
     this.Play_Btn.Text = "Play";
     this.Play_Btn.UseVisualStyleBackColor = true;
     this.Play_Btn.Click += new EventHandler(this.Play_Btn_Click);
     this.DualAudioBtn.AutoSize = true;
     this.DualAudioBtn.Location = new Point(194, 18);
     this.DualAudioBtn.Name = "DualAudioBtn";
     this.DualAudioBtn.Size = new Size(84, 17);
     this.DualAudioBtn.TabIndex = 5;
     this.DualAudioBtn.Text = "Guitar Track";
     this.DualAudioBtn.UseVisualStyleBackColor = true;
     this.DualAudioBtn.CheckedChanged += new EventHandler(this.DualAudioBtn_CheckedChanged);
     this.CoopAudioBtn.AutoSize = true;
     this.CoopAudioBtn.Location = new Point(382, 18);
     this.CoopAudioBtn.Name = "CoopAudioBtn";
     this.CoopAudioBtn.Size = new Size(86, 17);
     this.CoopAudioBtn.TabIndex = 7;
     this.CoopAudioBtn.Text = "Coop Tracks";
     this.CoopAudioBtn.UseVisualStyleBackColor = true;
     this.CoopAudioBtn.CheckedChanged += new EventHandler(this.CoopAudioBtn_CheckedChanged);
     this.BandCoopBtn.Enabled = false;
     this.BandCoopBtn.Location = new Point(539, 91);
     this.BandCoopBtn.Name = "BandCoopBtn";
     this.BandCoopBtn.Size = new Size(24, 21);
     this.BandCoopBtn.TabIndex = 13;
     this.BandCoopBtn.Text = "...";
     this.BandCoopBtn.UseVisualStyleBackColor = true;
     this.BandCoopBtn.Click += new EventHandler(this.BandCoopBtn_Click);
     this.RhythmCoopBtn.Enabled = false;
     this.RhythmCoopBtn.Location = new Point(539, 65);
     this.RhythmCoopBtn.Name = "RhythmCoopBtn";
     this.RhythmCoopBtn.Size = new Size(24, 21);
     this.RhythmCoopBtn.TabIndex = 12;
     this.RhythmCoopBtn.Text = "...";
     this.RhythmCoopBtn.UseVisualStyleBackColor = true;
     this.RhythmCoopBtn.Click += new EventHandler(this.RhythmCoopBtn_Click);
     this.GuitarCoopBtn.Enabled = false;
     this.GuitarCoopBtn.Location = new Point(539, 38);
     this.GuitarCoopBtn.Name = "GuitarCoopBtn";
     this.GuitarCoopBtn.Size = new Size(24, 21);
     this.GuitarCoopBtn.TabIndex = 11;
     this.GuitarCoopBtn.Text = "...";
     this.GuitarCoopBtn.UseVisualStyleBackColor = true;
     this.GuitarCoopBtn.Click += new EventHandler(this.GuitarCoopBtn_Click);
     this.BandCoopTxt.Enabled = false;
     this.BandCoopTxt.Location = new Point(329, 92);
     this.BandCoopTxt.Name = "BandCoopTxt";
     this.BandCoopTxt.ReadOnly = true;
     this.BandCoopTxt.Size = new Size(204, 20);
     this.BandCoopTxt.TabIndex = 46;
     this.RhythmCoopTxt.Enabled = false;
     this.RhythmCoopTxt.Location = new Point(329, 66);
     this.RhythmCoopTxt.Name = "RhythmCoopTxt";
     this.RhythmCoopTxt.ReadOnly = true;
     this.RhythmCoopTxt.Size = new Size(204, 20);
     this.RhythmCoopTxt.TabIndex = 45;
     this.GuitarCoopTxt.Enabled = false;
     this.GuitarCoopTxt.Location = new Point(329, 39);
     this.GuitarCoopTxt.Name = "GuitarCoopTxt";
     this.GuitarCoopTxt.ReadOnly = true;
     this.GuitarCoopTxt.Size = new Size(204, 20);
     this.GuitarCoopTxt.TabIndex = 44;
     this.label11.AutoSize = true;
     this.label11.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label11.Location = new Point(6, 129);
     this.label11.Name = "label11";
     this.label11.Size = new Size(111, 19);
     this.label11.TabIndex = 47;
     this.label11.Text = "Preview Track:";
     this.label11.TextAlign = ContentAlignment.MiddleCenter;
     this.BandAudioBtn.Enabled = false;
     this.BandAudioBtn.Location = new Point(299, 91);
     this.BandAudioBtn.Name = "BandAudioBtn";
     this.BandAudioBtn.Size = new Size(24, 21);
     this.BandAudioBtn.TabIndex = 10;
     this.BandAudioBtn.Text = "...";
     this.BandAudioBtn.UseVisualStyleBackColor = true;
     this.BandAudioBtn.Click += new EventHandler(this.BandAudioBtn_Click);
     this.RhythmAudioBtn.Enabled = false;
     this.RhythmAudioBtn.Location = new Point(299, 65);
     this.RhythmAudioBtn.Name = "RhythmAudioBtn";
     this.RhythmAudioBtn.Size = new Size(24, 21);
     this.RhythmAudioBtn.TabIndex = 9;
     this.RhythmAudioBtn.Text = "...";
     this.RhythmAudioBtn.UseVisualStyleBackColor = true;
     this.RhythmAudioBtn.Click += new EventHandler(this.RhythmAudioBtn_Click);
     this.GuitarAudioBtn.Location = new Point(299, 38);
     this.GuitarAudioBtn.Name = "GuitarAudioBtn";
     this.GuitarAudioBtn.Size = new Size(24, 21);
     this.GuitarAudioBtn.TabIndex = 8;
     this.GuitarAudioBtn.Text = "...";
     this.GuitarAudioBtn.UseVisualStyleBackColor = true;
     this.GuitarAudioBtn.Click += new EventHandler(this.GuitarAudioBtn_Click);
     this.label1.AutoSize = true;
     this.label1.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label1.Location = new Point(6, 16);
     this.label1.Name = "label1";
     this.label1.Size = new Size(91, 19);
     this.label1.TabIndex = 38;
     this.label1.Text = "Audio Type:";
     this.label1.TextAlign = ContentAlignment.MiddleCenter;
     this.MultiAudioBtn.AutoSize = true;
     this.MultiAudioBtn.Location = new Point(284, 18);
     this.MultiAudioBtn.Name = "MultiAudioBtn";
     this.MultiAudioBtn.Size = new Size(92, 17);
     this.MultiAudioBtn.TabIndex = 6;
     this.MultiAudioBtn.Text = "Rhythm Track";
     this.MultiAudioBtn.UseVisualStyleBackColor = true;
     this.MultiAudioBtn.CheckedChanged += new EventHandler(this.MultiAudioBtn_CheckedChanged);
     this.SingleAudioBtn.AutoSize = true;
     this.SingleAudioBtn.Checked = true;
     this.SingleAudioBtn.Location = new Point(103, 18);
     this.SingleAudioBtn.Name = "SingleAudioBtn";
     this.SingleAudioBtn.Size = new Size(85, 17);
     this.SingleAudioBtn.TabIndex = 4;
     this.SingleAudioBtn.TabStop = true;
     this.SingleAudioBtn.Text = "Single Track";
     this.SingleAudioBtn.UseVisualStyleBackColor = true;
     this.SingleAudioBtn.CheckedChanged += new EventHandler(this.SingleAudioBtn_CheckedChanged);
     this.label3.AutoSize = true;
     this.label3.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label3.Location = new Point(6, 91);
     this.label3.Name = "label3";
     this.label3.Size = new Size(93, 19);
     this.label3.TabIndex = 42;
     this.label3.Text = "Band Track:";
     this.label3.TextAlign = ContentAlignment.MiddleCenter;
     this.BandAudioTxt.Enabled = false;
     this.BandAudioTxt.Location = new Point(105, 92);
     this.BandAudioTxt.Name = "BandAudioTxt";
     this.BandAudioTxt.ReadOnly = true;
     this.BandAudioTxt.Size = new Size(188, 20);
     this.BandAudioTxt.TabIndex = 43;
     this.label2.AutoSize = true;
     this.label2.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label2.Location = new Point(6, 65);
     this.label2.Name = "label2";
     this.label2.Size = new Size(111, 19);
     this.label2.TabIndex = 40;
     this.label2.Text = "Rhythm Track:";
     this.label2.TextAlign = ContentAlignment.MiddleCenter;
     this.RhythmAudioTxt.Enabled = false;
     this.RhythmAudioTxt.Location = new Point(123, 66);
     this.RhythmAudioTxt.Name = "RhythmAudioTxt";
     this.RhythmAudioTxt.ReadOnly = true;
     this.RhythmAudioTxt.Size = new Size(170, 20);
     this.RhythmAudioTxt.TabIndex = 41;
     this.ChartGroupBox.Controls.Add(this.groupBox7);
     this.ChartGroupBox.Controls.Add(this.groupBox2);
     this.ChartGroupBox.Controls.Add(this.groupBox8);
     this.ChartGroupBox.Controls.Add(this.groupBox1);
     this.ChartGroupBox.Controls.Add(this.label13);
     this.ChartGroupBox.Controls.Add(this.ResetBtn);
     this.ChartGroupBox.Controls.Add(this.AutoConfigBtn);
     this.ChartGroupBox.Controls.Add(this.groupBox5);
     this.ChartGroupBox.Controls.Add(this.groupBox4);
     this.ChartGroupBox.Controls.Add(this.groupBox6);
     this.ChartGroupBox.Controls.Add(this.groupBox3);
     this.ChartGroupBox.Controls.Add(this.label9);
     this.ChartGroupBox.Controls.Add(this.label8);
     this.ChartGroupBox.Controls.Add(this.label7);
     this.ChartGroupBox.Controls.Add(this.label5);
     this.ChartGroupBox.Controls.Add(this.ChartFileBtn);
     this.ChartGroupBox.Controls.Add(this.label4);
     this.ChartGroupBox.Controls.Add(this.ChartFileTxt);
     this.ChartGroupBox.Location = new Point(12, 270);
     this.ChartGroupBox.Name = "ChartGroupBox";
     this.ChartGroupBox.Size = new Size(566, 239);
     this.ChartGroupBox.TabIndex = 37;
     this.ChartGroupBox.TabStop = false;
     this.ChartGroupBox.Text = "Game Track";
     this.groupBox7.Controls.Add(this.BossBattleP2Box);
     this.groupBox7.Location = new Point(445, 180);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new Size(110, 48);
     this.groupBox7.TabIndex = 58;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "Boss Battle P2";
     this.BossBattleP2Box.DropDownStyle = ComboBoxStyle.DropDownList;
     this.BossBattleP2Box.FormattingEnabled = true;
     this.BossBattleP2Box.Location = new Point(6, 19);
     this.BossBattleP2Box.Name = "BossBattleP2Box";
     this.BossBattleP2Box.Size = new Size(98, 21);
     this.BossBattleP2Box.TabIndex = 18;
     this.groupBox2.Controls.Add(this.FaceOffP2Box);
     this.groupBox2.Location = new Point(213, 180);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new Size(110, 48);
     this.groupBox2.TabIndex = 56;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Face Off P2";
     this.FaceOffP2Box.DropDownStyle = ComboBoxStyle.DropDownList;
     this.FaceOffP2Box.FormattingEnabled = true;
     this.FaceOffP2Box.Location = new Point(6, 19);
     this.FaceOffP2Box.Name = "FaceOffP2Box";
     this.FaceOffP2Box.Size = new Size(98, 21);
     this.FaceOffP2Box.TabIndex = 18;
     this.groupBox8.Controls.Add(this.BossBattleP1Box);
     this.groupBox8.Location = new Point(329, 180);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new Size(110, 48);
     this.groupBox8.TabIndex = 57;
     this.groupBox8.TabStop = false;
     this.groupBox8.Text = "Boss Battle P1";
     this.BossBattleP1Box.DropDownStyle = ComboBoxStyle.DropDownList;
     this.BossBattleP1Box.FormattingEnabled = true;
     this.BossBattleP1Box.Location = new Point(6, 19);
     this.BossBattleP1Box.Name = "BossBattleP1Box";
     this.BossBattleP1Box.Size = new Size(98, 21);
     this.BossBattleP1Box.TabIndex = 18;
     this.groupBox1.Controls.Add(this.FaceOffP1Box);
     this.groupBox1.Location = new Point(97, 180);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new Size(110, 48);
     this.groupBox1.TabIndex = 55;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Face Off P1";
     this.FaceOffP1Box.DropDownStyle = ComboBoxStyle.DropDownList;
     this.FaceOffP1Box.FormattingEnabled = true;
     this.FaceOffP1Box.Location = new Point(6, 19);
     this.FaceOffP1Box.Name = "FaceOffP1Box";
     this.FaceOffP1Box.Size = new Size(98, 21);
     this.FaceOffP1Box.TabIndex = 18;
     this.label13.AutoSize = true;
     this.label13.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label13.Location = new Point(-2, 201);
     this.label13.Name = "label13";
     this.label13.Size = new Size(93, 19);
     this.label13.TabIndex = 58;
     this.label13.Text = "SECTIONS:";
     this.label13.TextAlign = ContentAlignment.MiddleCenter;
     this.ResetBtn.Enabled = false;
     this.ResetBtn.Location = new Point(512, 15);
     this.ResetBtn.Name = "ResetBtn";
     this.ResetBtn.Size = new Size(43, 23);
     this.ResetBtn.TabIndex = 17;
     this.ResetBtn.Text = "Reset";
     this.ResetBtn.UseVisualStyleBackColor = true;
     this.ResetBtn.Click += new EventHandler(this.ResetBtn_Click);
     this.AutoConfigBtn.Enabled = false;
     this.AutoConfigBtn.Location = new Point(404, 15);
     this.AutoConfigBtn.Name = "AutoConfigBtn";
     this.AutoConfigBtn.Size = new Size(102, 23);
     this.AutoConfigBtn.TabIndex = 16;
     this.AutoConfigBtn.Text = "Auto Configuration";
     this.AutoConfigBtn.UseVisualStyleBackColor = true;
     this.AutoConfigBtn.Click += new EventHandler(this.AutoConfigBtn_Click);
     this.groupBox5.Controls.Add(this.ExpertCoop2Box);
     this.groupBox5.Controls.Add(this.HardCoop2Box);
     this.groupBox5.Controls.Add(this.MediumCoop2Box);
     this.groupBox5.Controls.Add(this.EasyCoop2Box);
     this.groupBox5.Location = new Point(445, 43);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new Size(110, 131);
     this.groupBox5.TabIndex = 57;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Coop Rhythm";
     this.ExpertCoop2Box.DropDownStyle = ComboBoxStyle.DropDownList;
     this.ExpertCoop2Box.FormattingEnabled = true;
     this.ExpertCoop2Box.Location = new Point(6, 100);
     this.ExpertCoop2Box.Name = "ExpertCoop2Box";
     this.ExpertCoop2Box.Size = new Size(98, 21);
     this.ExpertCoop2Box.TabIndex = 33;
     this.HardCoop2Box.DropDownStyle = ComboBoxStyle.DropDownList;
     this.HardCoop2Box.FormattingEnabled = true;
     this.HardCoop2Box.Location = new Point(6, 73);
     this.HardCoop2Box.Name = "HardCoop2Box";
     this.HardCoop2Box.Size = new Size(98, 21);
     this.HardCoop2Box.TabIndex = 32;
     this.MediumCoop2Box.DropDownStyle = ComboBoxStyle.DropDownList;
     this.MediumCoop2Box.FormattingEnabled = true;
     this.MediumCoop2Box.Location = new Point(6, 46);
     this.MediumCoop2Box.Name = "MediumCoop2Box";
     this.MediumCoop2Box.Size = new Size(98, 21);
     this.MediumCoop2Box.TabIndex = 31;
     this.EasyCoop2Box.DropDownStyle = ComboBoxStyle.DropDownList;
     this.EasyCoop2Box.FormattingEnabled = true;
     this.EasyCoop2Box.Location = new Point(6, 19);
     this.EasyCoop2Box.Name = "EasyCoop2Box";
     this.EasyCoop2Box.Size = new Size(98, 21);
     this.EasyCoop2Box.TabIndex = 30;
     this.groupBox4.Controls.Add(this.ExpertRhythmBox);
     this.groupBox4.Controls.Add(this.HardRhythmBox);
     this.groupBox4.Controls.Add(this.MediumRhythmBox);
     this.groupBox4.Controls.Add(this.EasyRhythmBox);
     this.groupBox4.Location = new Point(213, 43);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new Size(110, 131);
     this.groupBox4.TabIndex = 55;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Single Rhythm";
     this.ExpertRhythmBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.ExpertRhythmBox.FormattingEnabled = true;
     this.ExpertRhythmBox.Location = new Point(6, 100);
     this.ExpertRhythmBox.Name = "ExpertRhythmBox";
     this.ExpertRhythmBox.Size = new Size(98, 21);
     this.ExpertRhythmBox.TabIndex = 25;
     this.HardRhythmBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.HardRhythmBox.FormattingEnabled = true;
     this.HardRhythmBox.Location = new Point(6, 73);
     this.HardRhythmBox.Name = "HardRhythmBox";
     this.HardRhythmBox.Size = new Size(98, 21);
     this.HardRhythmBox.TabIndex = 24;
     this.MediumRhythmBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.MediumRhythmBox.FormattingEnabled = true;
     this.MediumRhythmBox.Location = new Point(6, 46);
     this.MediumRhythmBox.Name = "MediumRhythmBox";
     this.MediumRhythmBox.Size = new Size(98, 21);
     this.MediumRhythmBox.TabIndex = 23;
     this.EasyRhythmBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.EasyRhythmBox.FormattingEnabled = true;
     this.EasyRhythmBox.Location = new Point(6, 19);
     this.EasyRhythmBox.Name = "EasyRhythmBox";
     this.EasyRhythmBox.Size = new Size(98, 21);
     this.EasyRhythmBox.TabIndex = 22;
     this.groupBox6.Controls.Add(this.ExpertCoopBox);
     this.groupBox6.Controls.Add(this.HardCoopBox);
     this.groupBox6.Controls.Add(this.MediumCoopBox);
     this.groupBox6.Controls.Add(this.EasyCoopBox);
     this.groupBox6.Location = new Point(329, 43);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new Size(110, 131);
     this.groupBox6.TabIndex = 56;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "Coop Guitar";
     this.ExpertCoopBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.ExpertCoopBox.FormattingEnabled = true;
     this.ExpertCoopBox.Location = new Point(6, 100);
     this.ExpertCoopBox.Name = "ExpertCoopBox";
     this.ExpertCoopBox.Size = new Size(98, 21);
     this.ExpertCoopBox.TabIndex = 29;
     this.HardCoopBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.HardCoopBox.FormattingEnabled = true;
     this.HardCoopBox.Location = new Point(6, 73);
     this.HardCoopBox.Name = "HardCoopBox";
     this.HardCoopBox.Size = new Size(98, 21);
     this.HardCoopBox.TabIndex = 28;
     this.MediumCoopBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.MediumCoopBox.FormattingEnabled = true;
     this.MediumCoopBox.Location = new Point(6, 46);
     this.MediumCoopBox.Name = "MediumCoopBox";
     this.MediumCoopBox.Size = new Size(98, 21);
     this.MediumCoopBox.TabIndex = 27;
     this.EasyCoopBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.EasyCoopBox.FormattingEnabled = true;
     this.EasyCoopBox.Location = new Point(6, 19);
     this.EasyCoopBox.Name = "EasyCoopBox";
     this.EasyCoopBox.Size = new Size(98, 21);
     this.EasyCoopBox.TabIndex = 26;
     this.groupBox3.Controls.Add(this.ExpertGuitarBox);
     this.groupBox3.Controls.Add(this.HardGuitarBox);
     this.groupBox3.Controls.Add(this.MediumGuitarBox);
     this.groupBox3.Controls.Add(this.EasyGuitarBox);
     this.groupBox3.Location = new Point(97, 43);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new Size(110, 131);
     this.groupBox3.TabIndex = 54;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Single Guitar";
     this.ExpertGuitarBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.ExpertGuitarBox.FormattingEnabled = true;
     this.ExpertGuitarBox.Location = new Point(6, 100);
     this.ExpertGuitarBox.Name = "ExpertGuitarBox";
     this.ExpertGuitarBox.Size = new Size(98, 21);
     this.ExpertGuitarBox.TabIndex = 21;
     this.HardGuitarBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.HardGuitarBox.FormattingEnabled = true;
     this.HardGuitarBox.Location = new Point(6, 73);
     this.HardGuitarBox.Name = "HardGuitarBox";
     this.HardGuitarBox.Size = new Size(98, 21);
     this.HardGuitarBox.TabIndex = 20;
     this.MediumGuitarBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.MediumGuitarBox.FormattingEnabled = true;
     this.MediumGuitarBox.Location = new Point(6, 46);
     this.MediumGuitarBox.Name = "MediumGuitarBox";
     this.MediumGuitarBox.Size = new Size(98, 21);
     this.MediumGuitarBox.TabIndex = 19;
     this.EasyGuitarBox.DropDownStyle = ComboBoxStyle.DropDownList;
     this.EasyGuitarBox.FormattingEnabled = true;
     this.EasyGuitarBox.Location = new Point(6, 19);
     this.EasyGuitarBox.Name = "EasyGuitarBox";
     this.EasyGuitarBox.Size = new Size(98, 21);
     this.EasyGuitarBox.TabIndex = 18;
     this.label9.AutoSize = true;
     this.label9.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label9.Location = new Point(15, 145);
     this.label9.Name = "label9";
     this.label9.Size = new Size(76, 19);
     this.label9.TabIndex = 53;
     this.label9.Text = "EXPERT:";
     this.label9.TextAlign = ContentAlignment.MiddleCenter;
     this.label8.AutoSize = true;
     this.label8.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label8.Location = new Point(30, 118);
     this.label8.Name = "label8";
     this.label8.Size = new Size(61, 19);
     this.label8.TabIndex = 52;
     this.label8.Text = "HARD:";
     this.label8.TextAlign = ContentAlignment.MiddleCenter;
     this.label7.AutoSize = true;
     this.label7.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label7.Location = new Point(6, 91);
     this.label7.Name = "label7";
     this.label7.Size = new Size(85, 19);
     this.label7.TabIndex = 51;
     this.label7.Text = "MEDIUM:";
     this.label7.TextAlign = ContentAlignment.MiddleCenter;
     this.label5.AutoSize = true;
     this.label5.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label5.Location = new Point(37, 64);
     this.label5.Name = "label5";
     this.label5.Size = new Size(54, 19);
     this.label5.TabIndex = 50;
     this.label5.Text = "EASY:";
     this.label5.TextAlign = ContentAlignment.MiddleCenter;
     this.ChartFileBtn.Location = new Point(374, 16);
     this.ChartFileBtn.Name = "ChartFileBtn";
     this.ChartFileBtn.Size = new Size(24, 21);
     this.ChartFileBtn.TabIndex = 15;
     this.ChartFileBtn.Text = "...";
     this.ChartFileBtn.UseVisualStyleBackColor = true;
     this.ChartFileBtn.Click += new EventHandler(this.ChartFileBtn_Click);
     this.label4.AutoSize = true;
     this.label4.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label4.Location = new Point(10, 16);
     this.label4.Name = "label4";
     this.label4.Size = new Size(81, 19);
     this.label4.TabIndex = 48;
     this.label4.Text = "Chart File:";
     this.label4.TextAlign = ContentAlignment.MiddleCenter;
     this.ChartFileTxt.Location = new Point(97, 17);
     this.ChartFileTxt.Name = "ChartFileTxt";
     this.ChartFileTxt.ReadOnly = true;
     this.ChartFileTxt.Size = new Size(271, 20);
     this.ChartFileTxt.TabIndex = 49;
     this.label10.AutoSize = true;
     this.label10.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label10.Location = new Point(6, 28);
     this.label10.Name = "label10";
     this.label10.Size = new Size(91, 19);
     this.label10.TabIndex = 36;
     this.label10.Text = "Song Name:";
     this.label10.TextAlign = ContentAlignment.MiddleCenter;
     this.SongNameTxt.CharacterCasing = CharacterCasing.Lower;
     this.SongNameTxt.Location = new Point(103, 29);
     this.SongNameTxt.MaxLength = 30;
     this.SongNameTxt.Name = "SongNameTxt";
     this.SongNameTxt.Size = new Size(140, 20);
     this.SongNameTxt.TabIndex = 1;
     this.SongNameTxt.TextChanged += new EventHandler(this.SongNameTxt_TextChanged);
     this.SongNameTxt.KeyPress += new KeyPressEventHandler(this.SongNameTxt_KeyPress);
     this.MainGroupBox.Controls.Add(this.label12);
     this.MainGroupBox.Controls.Add(this.CancelBtn);
     this.MainGroupBox.Controls.Add(this.ApplyBtn);
     this.MainGroupBox.Controls.Add(this.Chart_CheckBox);
     this.MainGroupBox.Controls.Add(this.Audio_CheckBox);
     this.MainGroupBox.Controls.Add(this.label10);
     this.MainGroupBox.Controls.Add(this.SongNameTxt);
     this.MainGroupBox.Location = new Point(12, 12);
     this.MainGroupBox.Name = "MainGroupBox";
     this.MainGroupBox.Size = new Size(566, 78);
     this.MainGroupBox.TabIndex = 0;
     this.MainGroupBox.TabStop = false;
     this.MainGroupBox.Text = "Main Settings";
     this.label12.AutoSize = true;
     this.label12.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.label12.Location = new Point(249, 28);
     this.label12.Name = "label12";
     this.label12.Size = new Size(131, 19);
     this.label12.TabIndex = 43;
     this.label12.Text = "Data to Generate:";
     this.label12.TextAlign = ContentAlignment.MiddleCenter;
     this.CancelBtn.DialogResult = DialogResult.Cancel;
     this.CancelBtn.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.CancelBtn.Location = new Point(495, 44);
     this.CancelBtn.Name = "CancelBtn";
     this.CancelBtn.Size = new Size(65, 27);
     this.CancelBtn.TabIndex = 35;
     this.CancelBtn.Text = "Cancel";
     this.CancelBtn.UseVisualStyleBackColor = true;
     this.ApplyBtn.DialogResult = DialogResult.OK;
     this.ApplyBtn.Enabled = false;
     this.ApplyBtn.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.ApplyBtn.Location = new Point(495, 11);
     this.ApplyBtn.Name = "ApplyBtn";
     this.ApplyBtn.Size = new Size(65, 27);
     this.ApplyBtn.TabIndex = 34;
     this.ApplyBtn.Text = "Apply";
     this.ApplyBtn.UseVisualStyleBackColor = true;
     this.Chart_CheckBox.AutoSize = true;
     this.Chart_CheckBox.Checked = true;
     this.Chart_CheckBox.CheckState = CheckState.Checked;
     this.Chart_CheckBox.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.Chart_CheckBox.Location = new Point(380, 44);
     this.Chart_CheckBox.Name = "Chart_CheckBox";
     this.Chart_CheckBox.Size = new Size(112, 23);
     this.Chart_CheckBox.TabIndex = 3;
     this.Chart_CheckBox.Text = "Game Track";
     this.Chart_CheckBox.UseVisualStyleBackColor = true;
     this.Chart_CheckBox.CheckedChanged += new EventHandler(this.Chart_CheckBox_CheckedChanged);
     this.Audio_CheckBox.AutoSize = true;
     this.Audio_CheckBox.Checked = true;
     this.Audio_CheckBox.CheckState = CheckState.Checked;
     this.Audio_CheckBox.Font = new Font("Times New Roman", 12f, FontStyle.Bold, GraphicsUnit.Point, 0);
     this.Audio_CheckBox.Location = new Point(380, 15);
     this.Audio_CheckBox.Name = "Audio_CheckBox";
     this.Audio_CheckBox.Size = new Size(111, 23);
     this.Audio_CheckBox.TabIndex = 2;
     this.Audio_CheckBox.Text = "Audio Track";
     this.Audio_CheckBox.UseVisualStyleBackColor = true;
     this.Audio_CheckBox.CheckedChanged += new EventHandler(this.Audio_CheckBox_CheckedChanged);
     this.VolumeSlider.BackColor = Color.Transparent;
     this.VolumeSlider.method_7(50f);
     this.VolumeSlider.method_8(70f);
     this.VolumeSlider.method_20(5u);
     this.VolumeSlider.Location = new Point(465, 137);
     this.VolumeSlider.method_4(20);
     this.VolumeSlider.Name = "VolumeSlider";
     this.VolumeSlider.Size = new Size(95, 10);
     this.VolumeSlider.method_19(1u);
     this.VolumeSlider.TabIndex = 51;
     this.VolumeSlider.Text = "TimeSlideBar";
     this.VolumeSlider.method_6(new SizeF(50f, 25f));
     this.VolumeSlider.method_5(20);
     this.VolumeSlider.method_1("{0}%");
     this.VolumeSlider.method_14(100);
     this.VolumeSlider.method_0(new EventHandler(this.method_10));
     this.PreviewSlider.BackColor = Color.Transparent;
     this.PreviewSlider.method_10(Color.Crimson);
     this.PreviewSlider.method_9(Color.Red);
     this.PreviewSlider.method_7(50f);
     this.PreviewSlider.method_8(60f);
     this.PreviewSlider.method_21(Control1.Enum40.const_3);
     this.PreviewSlider.method_12(Color.Violet);
     this.PreviewSlider.method_11(Color.DarkViolet);
     this.PreviewSlider.Enabled = false;
     this.PreviewSlider.method_20(5u);
     this.PreviewSlider.Location = new Point(123, 116);
     this.PreviewSlider.method_4(20);
     this.PreviewSlider.Name = "PreviewSlider";
     this.PreviewSlider.Size = new Size(437, 15);
     this.PreviewSlider.method_19(1u);
     this.PreviewSlider.TabIndex = 14;
     this.PreviewSlider.Text = "PreviewSlider";
     this.PreviewSlider.method_6(new SizeF(20f, 50f));
     this.PreviewSlider.method_5(35);
     this.PreviewSlider.method_1("{0:mm:ss}");
     this.PreviewSlider.method_2(true);
     this.PreviewSlider.MouseDown += new MouseEventHandler(this.PreviewSlider_MouseDown);
     this.PreviewSlider.MouseUp += new MouseEventHandler(this.PreviewSlider_MouseUp);
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = AutoScaleMode.Font;
     base.ClientSize = new Size(590, 520);
     base.Controls.Add(this.MainGroupBox);
     base.Controls.Add(this.ChartGroupBox);
     base.Controls.Add(this.AudioGroupBox);
     base.FormBorderStyle = FormBorderStyle.FixedToolWindow;
     base.MaximizeBox = false;
     base.MinimizeBox = false;
     base.Name = "SongData";
     this.Text = "Generate Song Data";
     this.AudioGroupBox.ResumeLayout(false);
     this.AudioGroupBox.PerformLayout();
     this.ChartGroupBox.ResumeLayout(false);
     this.ChartGroupBox.PerformLayout();
     this.groupBox7.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox8.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.MainGroupBox.ResumeLayout(false);
     this.MainGroupBox.PerformLayout();
     base.ResumeLayout(false);
     base.FormClosing += new FormClosingEventHandler(this.SongData_FormClosing);
 }
Example #7
0
 public void method_21(Control1.Enum40 enum40_1)
 {
     this.enum40_0 = enum40_1;
     byte b = (byte)enum40_1;
     this.color_0 = this.color_8[(int)b, 0];
     this.color_1 = this.color_8[(int)b, 1];
     this.color_2 = this.color_8[(int)b, 2];
     this.color_3 = this.color_8[(int)b, 3];
     this.color_4 = this.color_8[(int)b, 4];
     this.color_5 = this.color_8[(int)b, 5];
     this.color_6 = this.color_8[(int)b, 6];
     this.color_7 = this.color_8[(int)b, 7];
     base.Invalidate();
 }