Allows for smoother track seeking when the song is paused. For now, we keep the current behavior of disabling all track seeking while the song is playing.
1515 lines
79 KiB
C#
1515 lines
79 KiB
C#
namespace BAKKA_Editor
|
|
{
|
|
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();
|
|
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
|
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
|
this.circlePanel = new System.Windows.Forms.Panel();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.beat2Numeric = new System.Windows.Forms.NumericUpDown();
|
|
this.beat1Numeric = new System.Windows.Forms.NumericUpDown();
|
|
this.measureNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.sizeTrackBar = new System.Windows.Forms.TrackBar();
|
|
this.sizeNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.positionTrackBar = new System.Windows.Forms.TrackBar();
|
|
this.positionNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.flairRadio = new System.Windows.Forms.RadioButton();
|
|
this.bonusRadio = new System.Windows.Forms.RadioButton();
|
|
this.noBonusRadio = new System.Windows.Forms.RadioButton();
|
|
this.endHoldCheck = new System.Windows.Forms.CheckBox();
|
|
this.endChartButton = new System.Windows.Forms.Button();
|
|
this.holdButton = new System.Windows.Forms.Button();
|
|
this.chainButton = new System.Windows.Forms.Button();
|
|
this.blueButton = new System.Windows.Forms.Button();
|
|
this.redButton = new System.Windows.Forms.Button();
|
|
this.greenButton = new System.Windows.Forms.Button();
|
|
this.orangeButton = new System.Windows.Forms.Button();
|
|
this.tapButton = new System.Windows.Forms.Button();
|
|
this.gimmickTypeGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.removeMaskRadio = new System.Windows.Forms.RadioButton();
|
|
this.reverseButton = new System.Windows.Forms.Button();
|
|
this.addMaskRadio = new System.Windows.Forms.RadioButton();
|
|
this.stopButton = new System.Windows.Forms.Button();
|
|
this.hiSpeedButton = new System.Windows.Forms.Button();
|
|
this.timeSigButton = new System.Windows.Forms.Button();
|
|
this.bpmChangeButton = new System.Windows.Forms.Button();
|
|
this.maskButton = new System.Windows.Forms.Button();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.centerMaskRadio = new System.Windows.Forms.RadioButton();
|
|
this.clockwiseMaskRadio = new System.Windows.Forms.RadioButton();
|
|
this.cClockwiseMaskRadio = new System.Windows.Forms.RadioButton();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.currentSelectionLabel = new System.Windows.Forms.Label();
|
|
this.playbackGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.trackBarVolume = new System.Windows.Forms.TrackBar();
|
|
this.labelVolume = new System.Windows.Forms.Label();
|
|
this.songFileLabel = new System.Windows.Forms.Label();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.songTrackBar = new System.Windows.Forms.TrackBar();
|
|
this.selectSongButton = new System.Windows.Forms.Button();
|
|
this.playButton = new System.Windows.Forms.Button();
|
|
this.openSongDialog = new System.Windows.Forms.OpenFileDialog();
|
|
this.updateTimer = new System.Windows.Forms.Timer(this.components);
|
|
this.groupBox9 = new System.Windows.Forms.GroupBox();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.visualHispeedNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.insertButton = new System.Windows.Forms.Button();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.showCursorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.showCursorDuringPlaybackToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.highlightViewedNoteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.chartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.initialChartSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuStrip = new System.Windows.Forms.MenuStrip();
|
|
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
this.gimmickDeleteButton = new System.Windows.Forms.Button();
|
|
this.gimmickEditButton = new System.Windows.Forms.Button();
|
|
this.gimmickBeatLabel = new System.Windows.Forms.Label();
|
|
this.gimmickValueLabel = new System.Windows.Forms.Label();
|
|
this.gimmickTypeLabel = new System.Windows.Forms.Label();
|
|
this.gimmickMeasureLabel = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.gimmickNextButton = new System.Windows.Forms.Button();
|
|
this.gimmickPrevButton = new System.Windows.Forms.Button();
|
|
this.noteViewGroupBox = new System.Windows.Forms.GroupBox();
|
|
this.noteMaskLabel = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.noteSizeLabel = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.noteNextMeasureButton = new System.Windows.Forms.Button();
|
|
this.notePrevMeasureButton = new System.Windows.Forms.Button();
|
|
this.noteDeleteSelectedButton = new System.Windows.Forms.Button();
|
|
this.noteEditSelectedButton = new System.Windows.Forms.Button();
|
|
this.noteBeatLabel = new System.Windows.Forms.Label();
|
|
this.notePositionLabel = new System.Windows.Forms.Label();
|
|
this.noteTypeLabel = new System.Windows.Forms.Label();
|
|
this.noteMeasureLabel = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.noteNextButton = new System.Windows.Forms.Button();
|
|
this.notePrevButton = new System.Windows.Forms.Button();
|
|
this.autoSaveTimer = new System.Windows.Forms.Timer(this.components);
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.beat2Numeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.beat1Numeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.measureNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sizeNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.positionTrackBar)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.positionNumeric)).BeginInit();
|
|
this.groupBox2.SuspendLayout();
|
|
this.gimmickTypeGroupBox.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox5.SuspendLayout();
|
|
this.playbackGroupBox.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBarVolume)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.songTrackBar)).BeginInit();
|
|
this.groupBox9.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.visualHispeedNumeric)).BeginInit();
|
|
this.menuStrip.SuspendLayout();
|
|
this.groupBox6.SuspendLayout();
|
|
this.noteViewGroupBox.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// openFileDialog
|
|
//
|
|
this.openFileDialog.FileName = "openFileDialog";
|
|
this.openFileDialog.Filter = "MER files|*.mer";
|
|
this.openFileDialog.Title = "Select Chart File to Open";
|
|
//
|
|
// saveFileDialog
|
|
//
|
|
this.saveFileDialog.DefaultExt = "*.mer";
|
|
this.saveFileDialog.Filter = "MER files|*.mer";
|
|
//
|
|
// circlePanel
|
|
//
|
|
this.circlePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
this.circlePanel.Location = new System.Drawing.Point(257, 40);
|
|
this.circlePanel.Name = "circlePanel";
|
|
this.circlePanel.Size = new System.Drawing.Size(611, 524);
|
|
this.circlePanel.TabIndex = 2;
|
|
this.circlePanel.Paint += new System.Windows.Forms.PaintEventHandler(this.circlePanel_Paint);
|
|
this.circlePanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.circlePanel_MouseDown);
|
|
this.circlePanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.circlePanel_MouseMove);
|
|
this.circlePanel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.circlePanel_MouseUp);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.beat2Numeric);
|
|
this.groupBox1.Controls.Add(this.beat1Numeric);
|
|
this.groupBox1.Controls.Add(this.measureNumeric);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.sizeTrackBar);
|
|
this.groupBox1.Controls.Add(this.sizeNumeric);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.positionTrackBar);
|
|
this.groupBox1.Controls.Add(this.positionNumeric);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 446);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(239, 160);
|
|
this.groupBox1.TabIndex = 3;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Current Note Settings";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(175, 131);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(12, 15);
|
|
this.label4.TabIndex = 10;
|
|
this.label4.Text = "/";
|
|
//
|
|
// beat2Numeric
|
|
//
|
|
this.beat2Numeric.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.beat2Numeric.Location = new System.Drawing.Point(193, 129);
|
|
this.beat2Numeric.Maximum = new decimal(new int[] {
|
|
1920,
|
|
0,
|
|
0,
|
|
0});
|
|
this.beat2Numeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.beat2Numeric.Name = "beat2Numeric";
|
|
this.beat2Numeric.Size = new System.Drawing.Size(38, 23);
|
|
this.beat2Numeric.TabIndex = 9;
|
|
this.beat2Numeric.Value = new decimal(new int[] {
|
|
16,
|
|
0,
|
|
0,
|
|
0});
|
|
this.beat2Numeric.ValueChanged += new System.EventHandler(this.beat2Numeric_ValueChanged);
|
|
//
|
|
// beat1Numeric
|
|
//
|
|
this.beat1Numeric.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.beat1Numeric.Location = new System.Drawing.Point(131, 129);
|
|
this.beat1Numeric.Maximum = new decimal(new int[] {
|
|
1920,
|
|
0,
|
|
0,
|
|
0});
|
|
this.beat1Numeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.beat1Numeric.Name = "beat1Numeric";
|
|
this.beat1Numeric.Size = new System.Drawing.Size(38, 23);
|
|
this.beat1Numeric.TabIndex = 8;
|
|
this.beat1Numeric.ValueChanged += new System.EventHandler(this.beat1Numeric_ValueChanged);
|
|
//
|
|
// measureNumeric
|
|
//
|
|
this.measureNumeric.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.measureNumeric.Location = new System.Drawing.Point(6, 129);
|
|
this.measureNumeric.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.measureNumeric.Name = "measureNumeric";
|
|
this.measureNumeric.Size = new System.Drawing.Size(119, 23);
|
|
this.measureNumeric.TabIndex = 7;
|
|
this.measureNumeric.ValueChanged += new System.EventHandler(this.measureNumeric_ValueChanged);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(6, 111);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(55, 15);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "Measure:";
|
|
//
|
|
// sizeTrackBar
|
|
//
|
|
this.sizeTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.sizeTrackBar.Location = new System.Drawing.Point(50, 81);
|
|
this.sizeTrackBar.Maximum = 60;
|
|
this.sizeTrackBar.Minimum = 1;
|
|
this.sizeTrackBar.Name = "sizeTrackBar";
|
|
this.sizeTrackBar.Size = new System.Drawing.Size(183, 45);
|
|
this.sizeTrackBar.TabIndex = 5;
|
|
this.sizeTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.sizeTrackBar.Value = 1;
|
|
this.sizeTrackBar.ValueChanged += new System.EventHandler(this.sizeTrackBar_ValueChanged);
|
|
//
|
|
// sizeNumeric
|
|
//
|
|
this.sizeNumeric.Location = new System.Drawing.Point(6, 81);
|
|
this.sizeNumeric.Maximum = new decimal(new int[] {
|
|
60,
|
|
0,
|
|
0,
|
|
0});
|
|
this.sizeNumeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.sizeNumeric.Name = "sizeNumeric";
|
|
this.sizeNumeric.Size = new System.Drawing.Size(38, 23);
|
|
this.sizeNumeric.TabIndex = 4;
|
|
this.sizeNumeric.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(6, 63);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(30, 15);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "Size:";
|
|
//
|
|
// positionTrackBar
|
|
//
|
|
this.positionTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.positionTrackBar.Location = new System.Drawing.Point(50, 37);
|
|
this.positionTrackBar.Maximum = 59;
|
|
this.positionTrackBar.Name = "positionTrackBar";
|
|
this.positionTrackBar.Size = new System.Drawing.Size(183, 45);
|
|
this.positionTrackBar.TabIndex = 2;
|
|
this.positionTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.positionTrackBar.ValueChanged += new System.EventHandler(this.positionTrackBar_ValueChanged);
|
|
//
|
|
// positionNumeric
|
|
//
|
|
this.positionNumeric.Location = new System.Drawing.Point(6, 37);
|
|
this.positionNumeric.Maximum = new decimal(new int[] {
|
|
59,
|
|
0,
|
|
0,
|
|
0});
|
|
this.positionNumeric.Name = "positionNumeric";
|
|
this.positionNumeric.Size = new System.Drawing.Size(38, 23);
|
|
this.positionNumeric.TabIndex = 1;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 19);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(53, 15);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Position:";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.flairRadio);
|
|
this.groupBox2.Controls.Add(this.bonusRadio);
|
|
this.groupBox2.Controls.Add(this.noBonusRadio);
|
|
this.groupBox2.Controls.Add(this.endHoldCheck);
|
|
this.groupBox2.Controls.Add(this.endChartButton);
|
|
this.groupBox2.Controls.Add(this.holdButton);
|
|
this.groupBox2.Controls.Add(this.chainButton);
|
|
this.groupBox2.Controls.Add(this.blueButton);
|
|
this.groupBox2.Controls.Add(this.redButton);
|
|
this.groupBox2.Controls.Add(this.greenButton);
|
|
this.groupBox2.Controls.Add(this.orangeButton);
|
|
this.groupBox2.Controls.Add(this.tapButton);
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 27);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(109, 358);
|
|
this.groupBox2.TabIndex = 4;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Note Types";
|
|
//
|
|
// flairRadio
|
|
//
|
|
this.flairRadio.AutoSize = true;
|
|
this.flairRadio.Location = new System.Drawing.Point(6, 329);
|
|
this.flairRadio.Name = "flairRadio";
|
|
this.flairRadio.Size = new System.Drawing.Size(94, 19);
|
|
this.flairRadio.TabIndex = 16;
|
|
this.flairRadio.Text = "R Note (Flair)";
|
|
this.flairRadio.UseVisualStyleBackColor = true;
|
|
this.flairRadio.CheckedChanged += new System.EventHandler(this.BonusRadioCheck);
|
|
//
|
|
// bonusRadio
|
|
//
|
|
this.bonusRadio.AutoSize = true;
|
|
this.bonusRadio.Location = new System.Drawing.Point(6, 304);
|
|
this.bonusRadio.Name = "bonusRadio";
|
|
this.bonusRadio.Size = new System.Drawing.Size(79, 19);
|
|
this.bonusRadio.TabIndex = 15;
|
|
this.bonusRadio.Text = "Bonus Get";
|
|
this.bonusRadio.UseVisualStyleBackColor = true;
|
|
this.bonusRadio.CheckedChanged += new System.EventHandler(this.BonusRadioCheck);
|
|
//
|
|
// noBonusRadio
|
|
//
|
|
this.noBonusRadio.AutoSize = true;
|
|
this.noBonusRadio.Checked = true;
|
|
this.noBonusRadio.Location = new System.Drawing.Point(6, 279);
|
|
this.noBonusRadio.Name = "noBonusRadio";
|
|
this.noBonusRadio.Size = new System.Drawing.Size(77, 19);
|
|
this.noBonusRadio.TabIndex = 14;
|
|
this.noBonusRadio.TabStop = true;
|
|
this.noBonusRadio.Text = "No Bonus";
|
|
this.noBonusRadio.UseVisualStyleBackColor = true;
|
|
this.noBonusRadio.CheckedChanged += new System.EventHandler(this.BonusRadioCheck);
|
|
//
|
|
// endHoldCheck
|
|
//
|
|
this.endHoldCheck.AutoSize = true;
|
|
this.endHoldCheck.Location = new System.Drawing.Point(6, 254);
|
|
this.endHoldCheck.Name = "endHoldCheck";
|
|
this.endHoldCheck.Size = new System.Drawing.Size(75, 19);
|
|
this.endHoldCheck.TabIndex = 13;
|
|
this.endHoldCheck.Text = "End Hold";
|
|
this.endHoldCheck.UseVisualStyleBackColor = true;
|
|
this.endHoldCheck.CheckedChanged += new System.EventHandler(this.endHoldCheck_CheckedChanged);
|
|
//
|
|
// endChartButton
|
|
//
|
|
this.endChartButton.Location = new System.Drawing.Point(6, 225);
|
|
this.endChartButton.Name = "endChartButton";
|
|
this.endChartButton.Size = new System.Drawing.Size(86, 23);
|
|
this.endChartButton.TabIndex = 12;
|
|
this.endChartButton.Text = "End of Chart";
|
|
this.endChartButton.UseVisualStyleBackColor = true;
|
|
this.endChartButton.Click += new System.EventHandler(this.endChartButton_Click);
|
|
//
|
|
// holdButton
|
|
//
|
|
this.holdButton.BackColor = System.Drawing.Color.Yellow;
|
|
this.holdButton.Location = new System.Drawing.Point(6, 196);
|
|
this.holdButton.Name = "holdButton";
|
|
this.holdButton.Size = new System.Drawing.Size(86, 23);
|
|
this.holdButton.TabIndex = 11;
|
|
this.holdButton.Text = "Hold (H)";
|
|
this.holdButton.UseVisualStyleBackColor = false;
|
|
this.holdButton.Click += new System.EventHandler(this.holdButton_Click);
|
|
//
|
|
// chainButton
|
|
//
|
|
this.chainButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(190)))), ((int)(((byte)(45)))));
|
|
this.chainButton.Location = new System.Drawing.Point(6, 167);
|
|
this.chainButton.Name = "chainButton";
|
|
this.chainButton.Size = new System.Drawing.Size(86, 23);
|
|
this.chainButton.TabIndex = 10;
|
|
this.chainButton.Text = "Chain (Y)";
|
|
this.chainButton.UseVisualStyleBackColor = false;
|
|
this.chainButton.Click += new System.EventHandler(this.chainButton_Click);
|
|
//
|
|
// blueButton
|
|
//
|
|
this.blueButton.BackColor = System.Drawing.Color.Cyan;
|
|
this.blueButton.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
this.blueButton.Location = new System.Drawing.Point(6, 138);
|
|
this.blueButton.Name = "blueButton";
|
|
this.blueButton.Size = new System.Drawing.Size(86, 23);
|
|
this.blueButton.TabIndex = 9;
|
|
this.blueButton.Text = "↓ Snap (B)";
|
|
this.blueButton.UseVisualStyleBackColor = false;
|
|
this.blueButton.Click += new System.EventHandler(this.blueButton_Click);
|
|
//
|
|
// redButton
|
|
//
|
|
this.redButton.BackColor = System.Drawing.Color.Red;
|
|
this.redButton.ForeColor = System.Drawing.Color.White;
|
|
this.redButton.Location = new System.Drawing.Point(6, 109);
|
|
this.redButton.Name = "redButton";
|
|
this.redButton.Size = new System.Drawing.Size(86, 23);
|
|
this.redButton.TabIndex = 8;
|
|
this.redButton.Text = "↑ Snap (R)";
|
|
this.redButton.UseVisualStyleBackColor = false;
|
|
this.redButton.Click += new System.EventHandler(this.redButton_Click);
|
|
//
|
|
// greenButton
|
|
//
|
|
this.greenButton.BackColor = System.Drawing.Color.Lime;
|
|
this.greenButton.Location = new System.Drawing.Point(6, 80);
|
|
this.greenButton.Name = "greenButton";
|
|
this.greenButton.Size = new System.Drawing.Size(86, 23);
|
|
this.greenButton.TabIndex = 7;
|
|
this.greenButton.Text = "→ Slide (G)";
|
|
this.greenButton.UseVisualStyleBackColor = false;
|
|
this.greenButton.Click += new System.EventHandler(this.greenButton_Click);
|
|
//
|
|
// orangeButton
|
|
//
|
|
this.orangeButton.BackColor = System.Drawing.Color.Orange;
|
|
this.orangeButton.Location = new System.Drawing.Point(6, 51);
|
|
this.orangeButton.Name = "orangeButton";
|
|
this.orangeButton.Size = new System.Drawing.Size(86, 23);
|
|
this.orangeButton.TabIndex = 6;
|
|
this.orangeButton.Text = "← Slide (O)";
|
|
this.orangeButton.UseVisualStyleBackColor = false;
|
|
this.orangeButton.Click += new System.EventHandler(this.orangeButton_Click);
|
|
//
|
|
// tapButton
|
|
//
|
|
this.tapButton.BackColor = System.Drawing.Color.Fuchsia;
|
|
this.tapButton.Location = new System.Drawing.Point(6, 22);
|
|
this.tapButton.Name = "tapButton";
|
|
this.tapButton.Size = new System.Drawing.Size(86, 23);
|
|
this.tapButton.TabIndex = 5;
|
|
this.tapButton.Text = "Touch (T)";
|
|
this.tapButton.UseVisualStyleBackColor = false;
|
|
this.tapButton.Click += new System.EventHandler(this.tapButton_Click);
|
|
//
|
|
// gimmickTypeGroupBox
|
|
//
|
|
this.gimmickTypeGroupBox.Controls.Add(this.removeMaskRadio);
|
|
this.gimmickTypeGroupBox.Controls.Add(this.reverseButton);
|
|
this.gimmickTypeGroupBox.Controls.Add(this.addMaskRadio);
|
|
this.gimmickTypeGroupBox.Controls.Add(this.stopButton);
|
|
this.gimmickTypeGroupBox.Controls.Add(this.hiSpeedButton);
|
|
this.gimmickTypeGroupBox.Controls.Add(this.timeSigButton);
|
|
this.gimmickTypeGroupBox.Controls.Add(this.bpmChangeButton);
|
|
this.gimmickTypeGroupBox.Controls.Add(this.maskButton);
|
|
this.gimmickTypeGroupBox.Location = new System.Drawing.Point(127, 30);
|
|
this.gimmickTypeGroupBox.Name = "gimmickTypeGroupBox";
|
|
this.gimmickTypeGroupBox.Size = new System.Drawing.Size(124, 249);
|
|
this.gimmickTypeGroupBox.TabIndex = 5;
|
|
this.gimmickTypeGroupBox.TabStop = false;
|
|
this.gimmickTypeGroupBox.Text = "Gimmick Types";
|
|
//
|
|
// removeMaskRadio
|
|
//
|
|
this.removeMaskRadio.AutoSize = true;
|
|
this.removeMaskRadio.Location = new System.Drawing.Point(6, 222);
|
|
this.removeMaskRadio.Name = "removeMaskRadio";
|
|
this.removeMaskRadio.Size = new System.Drawing.Size(99, 19);
|
|
this.removeMaskRadio.TabIndex = 18;
|
|
this.removeMaskRadio.Text = "Remove Mask";
|
|
this.removeMaskRadio.UseVisualStyleBackColor = true;
|
|
this.removeMaskRadio.CheckedChanged += new System.EventHandler(this.maskRatio_CheckChanged);
|
|
//
|
|
// reverseButton
|
|
//
|
|
this.reverseButton.Location = new System.Drawing.Point(6, 167);
|
|
this.reverseButton.Name = "reverseButton";
|
|
this.reverseButton.Size = new System.Drawing.Size(112, 23);
|
|
this.reverseButton.TabIndex = 5;
|
|
this.reverseButton.Text = "Reverse";
|
|
this.reverseButton.UseVisualStyleBackColor = true;
|
|
this.reverseButton.Click += new System.EventHandler(this.reverseButton_Click);
|
|
//
|
|
// addMaskRadio
|
|
//
|
|
this.addMaskRadio.AutoSize = true;
|
|
this.addMaskRadio.Checked = true;
|
|
this.addMaskRadio.Location = new System.Drawing.Point(6, 197);
|
|
this.addMaskRadio.Name = "addMaskRadio";
|
|
this.addMaskRadio.Size = new System.Drawing.Size(78, 19);
|
|
this.addMaskRadio.TabIndex = 17;
|
|
this.addMaskRadio.TabStop = true;
|
|
this.addMaskRadio.Text = "Add Mask";
|
|
this.addMaskRadio.UseVisualStyleBackColor = true;
|
|
this.addMaskRadio.CheckedChanged += new System.EventHandler(this.maskRatio_CheckChanged);
|
|
//
|
|
// stopButton
|
|
//
|
|
this.stopButton.Location = new System.Drawing.Point(6, 138);
|
|
this.stopButton.Name = "stopButton";
|
|
this.stopButton.Size = new System.Drawing.Size(112, 23);
|
|
this.stopButton.TabIndex = 4;
|
|
this.stopButton.Text = "Stop";
|
|
this.stopButton.UseVisualStyleBackColor = true;
|
|
this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
|
|
//
|
|
// hiSpeedButton
|
|
//
|
|
this.hiSpeedButton.Location = new System.Drawing.Point(6, 109);
|
|
this.hiSpeedButton.Name = "hiSpeedButton";
|
|
this.hiSpeedButton.Size = new System.Drawing.Size(112, 23);
|
|
this.hiSpeedButton.TabIndex = 3;
|
|
this.hiSpeedButton.Text = "Hi-Speed";
|
|
this.hiSpeedButton.UseVisualStyleBackColor = true;
|
|
this.hiSpeedButton.Click += new System.EventHandler(this.hiSpeedButton_Click);
|
|
//
|
|
// timeSigButton
|
|
//
|
|
this.timeSigButton.Location = new System.Drawing.Point(6, 80);
|
|
this.timeSigButton.Name = "timeSigButton";
|
|
this.timeSigButton.Size = new System.Drawing.Size(112, 23);
|
|
this.timeSigButton.TabIndex = 2;
|
|
this.timeSigButton.Text = "Time Signature";
|
|
this.timeSigButton.UseVisualStyleBackColor = true;
|
|
this.timeSigButton.Click += new System.EventHandler(this.timeSigButton_Click);
|
|
//
|
|
// bpmChangeButton
|
|
//
|
|
this.bpmChangeButton.Location = new System.Drawing.Point(6, 51);
|
|
this.bpmChangeButton.Name = "bpmChangeButton";
|
|
this.bpmChangeButton.Size = new System.Drawing.Size(112, 23);
|
|
this.bpmChangeButton.TabIndex = 1;
|
|
this.bpmChangeButton.Text = "BPM Change";
|
|
this.bpmChangeButton.UseVisualStyleBackColor = true;
|
|
this.bpmChangeButton.Click += new System.EventHandler(this.bpmChangeButton_Click);
|
|
//
|
|
// maskButton
|
|
//
|
|
this.maskButton.Location = new System.Drawing.Point(6, 22);
|
|
this.maskButton.Name = "maskButton";
|
|
this.maskButton.Size = new System.Drawing.Size(112, 23);
|
|
this.maskButton.TabIndex = 0;
|
|
this.maskButton.Text = "Mask";
|
|
this.maskButton.UseVisualStyleBackColor = true;
|
|
this.maskButton.Click += new System.EventHandler(this.maskButton_Click);
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.centerMaskRadio);
|
|
this.groupBox4.Controls.Add(this.clockwiseMaskRadio);
|
|
this.groupBox4.Controls.Add(this.cClockwiseMaskRadio);
|
|
this.groupBox4.Location = new System.Drawing.Point(127, 285);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(124, 100);
|
|
this.groupBox4.TabIndex = 19;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Mask Setting";
|
|
//
|
|
// centerMaskRadio
|
|
//
|
|
this.centerMaskRadio.AutoSize = true;
|
|
this.centerMaskRadio.Location = new System.Drawing.Point(6, 72);
|
|
this.centerMaskRadio.Name = "centerMaskRadio";
|
|
this.centerMaskRadio.Size = new System.Drawing.Size(91, 19);
|
|
this.centerMaskRadio.TabIndex = 19;
|
|
this.centerMaskRadio.Text = "From Center";
|
|
this.centerMaskRadio.UseVisualStyleBackColor = true;
|
|
this.centerMaskRadio.CheckedChanged += new System.EventHandler(this.maskRatio_CheckChanged);
|
|
//
|
|
// clockwiseMaskRadio
|
|
//
|
|
this.clockwiseMaskRadio.AutoSize = true;
|
|
this.clockwiseMaskRadio.Checked = true;
|
|
this.clockwiseMaskRadio.Location = new System.Drawing.Point(6, 22);
|
|
this.clockwiseMaskRadio.Name = "clockwiseMaskRadio";
|
|
this.clockwiseMaskRadio.Size = new System.Drawing.Size(78, 19);
|
|
this.clockwiseMaskRadio.TabIndex = 17;
|
|
this.clockwiseMaskRadio.TabStop = true;
|
|
this.clockwiseMaskRadio.Text = "Clockwise";
|
|
this.clockwiseMaskRadio.UseVisualStyleBackColor = true;
|
|
this.clockwiseMaskRadio.CheckedChanged += new System.EventHandler(this.maskRatio_CheckChanged);
|
|
//
|
|
// cClockwiseMaskRadio
|
|
//
|
|
this.cClockwiseMaskRadio.AutoSize = true;
|
|
this.cClockwiseMaskRadio.Location = new System.Drawing.Point(6, 47);
|
|
this.cClockwiseMaskRadio.Name = "cClockwiseMaskRadio";
|
|
this.cClockwiseMaskRadio.Size = new System.Drawing.Size(91, 19);
|
|
this.cClockwiseMaskRadio.TabIndex = 18;
|
|
this.cClockwiseMaskRadio.Text = "C-Clockwise";
|
|
this.cClockwiseMaskRadio.UseVisualStyleBackColor = true;
|
|
this.cClockwiseMaskRadio.CheckedChanged += new System.EventHandler(this.maskRatio_CheckChanged);
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.currentSelectionLabel);
|
|
this.groupBox5.Location = new System.Drawing.Point(12, 392);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(239, 48);
|
|
this.groupBox5.TabIndex = 20;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "Current Selection";
|
|
//
|
|
// currentSelectionLabel
|
|
//
|
|
this.currentSelectionLabel.AutoSize = true;
|
|
this.currentSelectionLabel.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.currentSelectionLabel.Location = new System.Drawing.Point(6, 19);
|
|
this.currentSelectionLabel.Name = "currentSelectionLabel";
|
|
this.currentSelectionLabel.Size = new System.Drawing.Size(48, 20);
|
|
this.currentSelectionLabel.TabIndex = 21;
|
|
this.currentSelectionLabel.Text = "Touch";
|
|
//
|
|
// playbackGroupBox
|
|
//
|
|
this.playbackGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.playbackGroupBox.Controls.Add(this.trackBarVolume);
|
|
this.playbackGroupBox.Controls.Add(this.labelVolume);
|
|
this.playbackGroupBox.Controls.Add(this.songFileLabel);
|
|
this.playbackGroupBox.Controls.Add(this.label20);
|
|
this.playbackGroupBox.Controls.Add(this.songTrackBar);
|
|
this.playbackGroupBox.Controls.Add(this.selectSongButton);
|
|
this.playbackGroupBox.Controls.Add(this.playButton);
|
|
this.playbackGroupBox.Location = new System.Drawing.Point(12, 657);
|
|
this.playbackGroupBox.Name = "playbackGroupBox";
|
|
this.playbackGroupBox.Size = new System.Drawing.Size(736, 118);
|
|
this.playbackGroupBox.TabIndex = 32;
|
|
this.playbackGroupBox.TabStop = false;
|
|
this.playbackGroupBox.Text = "Playback";
|
|
//
|
|
// trackBarVolume
|
|
//
|
|
this.trackBarVolume.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.trackBarVolume.Location = new System.Drawing.Point(686, 36);
|
|
this.trackBarVolume.Margin = new System.Windows.Forms.Padding(2);
|
|
this.trackBarVolume.Maximum = 100;
|
|
this.trackBarVolume.Name = "trackBarVolume";
|
|
this.trackBarVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
|
|
this.trackBarVolume.Size = new System.Drawing.Size(45, 77);
|
|
this.trackBarVolume.TabIndex = 34;
|
|
this.trackBarVolume.TickFrequency = 50;
|
|
this.trackBarVolume.Value = 50;
|
|
this.trackBarVolume.ValueChanged += new System.EventHandler(this.trackBarVolume_ValueChanged);
|
|
//
|
|
// labelVolume
|
|
//
|
|
this.labelVolume.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.labelVolume.AutoSize = true;
|
|
this.labelVolume.Location = new System.Drawing.Point(675, 19);
|
|
this.labelVolume.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.labelVolume.Name = "labelVolume";
|
|
this.labelVolume.Size = new System.Drawing.Size(47, 15);
|
|
this.labelVolume.TabIndex = 0;
|
|
this.labelVolume.Text = "Volume";
|
|
//
|
|
// songFileLabel
|
|
//
|
|
this.songFileLabel.AutoSize = true;
|
|
this.songFileLabel.Location = new System.Drawing.Point(98, 81);
|
|
this.songFileLabel.Name = "songFileLabel";
|
|
this.songFileLabel.Size = new System.Drawing.Size(99, 15);
|
|
this.songFileLabel.TabIndex = 33;
|
|
this.songFileLabel.Text = "Select File (*.ogg)";
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.AutoSize = true;
|
|
this.label20.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.label20.Location = new System.Drawing.Point(6, 77);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(73, 20);
|
|
this.label20.TabIndex = 33;
|
|
this.label20.Text = "Song File:";
|
|
//
|
|
// songTrackBar
|
|
//
|
|
this.songTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.songTrackBar.Location = new System.Drawing.Point(98, 22);
|
|
this.songTrackBar.Name = "songTrackBar";
|
|
this.songTrackBar.Size = new System.Drawing.Size(572, 45);
|
|
this.songTrackBar.TabIndex = 2;
|
|
this.songTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
|
this.songTrackBar.ValueChanged += new System.EventHandler(this.songTrackBar_ValueChanged);
|
|
this.songTrackBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.songTrackBar_MouseDown);
|
|
//
|
|
// selectSongButton
|
|
//
|
|
this.selectSongButton.Location = new System.Drawing.Point(6, 51);
|
|
this.selectSongButton.Name = "selectSongButton";
|
|
this.selectSongButton.Size = new System.Drawing.Size(86, 23);
|
|
this.selectSongButton.TabIndex = 1;
|
|
this.selectSongButton.Text = "Select Song";
|
|
this.selectSongButton.UseVisualStyleBackColor = true;
|
|
this.selectSongButton.Click += new System.EventHandler(this.selectSongButton_Click);
|
|
//
|
|
// playButton
|
|
//
|
|
this.playButton.Location = new System.Drawing.Point(6, 22);
|
|
this.playButton.Name = "playButton";
|
|
this.playButton.Size = new System.Drawing.Size(86, 23);
|
|
this.playButton.TabIndex = 0;
|
|
this.playButton.Text = "Play (P)";
|
|
this.playButton.UseVisualStyleBackColor = true;
|
|
this.playButton.Click += new System.EventHandler(this.playButton_Click);
|
|
//
|
|
// openSongDialog
|
|
//
|
|
this.openSongDialog.Filter = "Audio Files (*.ogg;*.mod;*.it;*.xm;*.it;*.s3d)|*.ogg;*.mod;*.it;*.xm;*.it;*.s3d";
|
|
//
|
|
// updateTimer
|
|
//
|
|
this.updateTimer.Interval = 20;
|
|
this.updateTimer.Tick += new System.EventHandler(this.updateTimer_Tick);
|
|
//
|
|
// groupBox9
|
|
//
|
|
this.groupBox9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox9.Controls.Add(this.label21);
|
|
this.groupBox9.Controls.Add(this.visualHispeedNumeric);
|
|
this.groupBox9.Location = new System.Drawing.Point(754, 657);
|
|
this.groupBox9.Name = "groupBox9";
|
|
this.groupBox9.Size = new System.Drawing.Size(114, 118);
|
|
this.groupBox9.TabIndex = 0;
|
|
this.groupBox9.TabStop = false;
|
|
this.groupBox9.Text = "Visual Settings";
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.AutoSize = true;
|
|
this.label21.Location = new System.Drawing.Point(6, 19);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(59, 15);
|
|
this.label21.TabIndex = 11;
|
|
this.label21.Text = "Hi-Speed:";
|
|
//
|
|
// visualHispeedNumeric
|
|
//
|
|
this.visualHispeedNumeric.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.visualHispeedNumeric.DecimalPlaces = 2;
|
|
this.visualHispeedNumeric.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
131072});
|
|
this.visualHispeedNumeric.Location = new System.Drawing.Point(6, 37);
|
|
this.visualHispeedNumeric.Maximum = new decimal(new int[] {
|
|
500,
|
|
0,
|
|
0,
|
|
0});
|
|
this.visualHispeedNumeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
196608});
|
|
this.visualHispeedNumeric.Name = "visualHispeedNumeric";
|
|
this.visualHispeedNumeric.Size = new System.Drawing.Size(102, 23);
|
|
this.visualHispeedNumeric.TabIndex = 11;
|
|
this.visualHispeedNumeric.Value = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.visualHispeedNumeric.ValueChanged += new System.EventHandler(this.visualHispeedNumeric_ValueChanged);
|
|
//
|
|
// insertButton
|
|
//
|
|
this.insertButton.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.insertButton.Location = new System.Drawing.Point(12, 612);
|
|
this.insertButton.Name = "insertButton";
|
|
this.insertButton.Size = new System.Drawing.Size(239, 39);
|
|
this.insertButton.TabIndex = 12;
|
|
this.insertButton.Text = "Insert Object (I)";
|
|
this.insertButton.UseVisualStyleBackColor = true;
|
|
this.insertButton.Click += new System.EventHandler(this.insertButton_Click);
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.newToolStripMenuItem,
|
|
this.openToolStripMenuItem,
|
|
this.saveToolStripMenuItem,
|
|
this.saveAsToolStripMenuItem,
|
|
this.exitToolStripMenuItem});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
this.fileToolStripMenuItem.Text = "File";
|
|
//
|
|
// newToolStripMenuItem
|
|
//
|
|
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
|
|
this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
|
|
this.newToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
|
|
this.newToolStripMenuItem.Text = "New";
|
|
this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
|
|
//
|
|
// openToolStripMenuItem
|
|
//
|
|
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
|
|
this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
|
|
this.openToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
|
|
this.openToolStripMenuItem.Text = "Open";
|
|
this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
|
|
//
|
|
// saveToolStripMenuItem
|
|
//
|
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
|
this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
|
|
this.saveToolStripMenuItem.Text = "Save";
|
|
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
|
//
|
|
// saveAsToolStripMenuItem
|
|
//
|
|
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
|
|
this.saveAsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
|
|
| System.Windows.Forms.Keys.S)));
|
|
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
|
|
this.saveAsToolStripMenuItem.Text = "Save As";
|
|
this.saveAsToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
|
|
//
|
|
// exitToolStripMenuItem
|
|
//
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
|
|
this.exitToolStripMenuItem.Text = "Exit";
|
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
|
//
|
|
// viewToolStripMenuItem
|
|
//
|
|
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.showCursorToolStripMenuItem,
|
|
this.showCursorDuringPlaybackToolStripMenuItem,
|
|
this.highlightViewedNoteToolStripMenuItem});
|
|
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
|
|
this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
|
|
this.viewToolStripMenuItem.Text = "View";
|
|
//
|
|
// showCursorToolStripMenuItem
|
|
//
|
|
this.showCursorToolStripMenuItem.Checked = true;
|
|
this.showCursorToolStripMenuItem.CheckOnClick = true;
|
|
this.showCursorToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.showCursorToolStripMenuItem.Name = "showCursorToolStripMenuItem";
|
|
this.showCursorToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
|
|
this.showCursorToolStripMenuItem.Text = "Show Cursor";
|
|
this.showCursorToolStripMenuItem.Click += new System.EventHandler(this.showCursorToolStripMenuItem_Click);
|
|
//
|
|
// showCursorDuringPlaybackToolStripMenuItem
|
|
//
|
|
this.showCursorDuringPlaybackToolStripMenuItem.Name = "showCursorDuringPlaybackToolStripMenuItem";
|
|
this.showCursorDuringPlaybackToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
|
|
this.showCursorDuringPlaybackToolStripMenuItem.Text = "Show Cursor During Playback";
|
|
//
|
|
// highlightViewedNoteToolStripMenuItem
|
|
//
|
|
this.highlightViewedNoteToolStripMenuItem.Checked = true;
|
|
this.highlightViewedNoteToolStripMenuItem.CheckOnClick = true;
|
|
this.highlightViewedNoteToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.highlightViewedNoteToolStripMenuItem.Name = "highlightViewedNoteToolStripMenuItem";
|
|
this.highlightViewedNoteToolStripMenuItem.Size = new System.Drawing.Size(230, 22);
|
|
this.highlightViewedNoteToolStripMenuItem.Text = "Highlight Viewed Note";
|
|
//
|
|
// chartToolStripMenuItem
|
|
//
|
|
this.chartToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.initialChartSettingsToolStripMenuItem});
|
|
this.chartToolStripMenuItem.Name = "chartToolStripMenuItem";
|
|
this.chartToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
|
|
this.chartToolStripMenuItem.Text = "Chart";
|
|
//
|
|
// initialChartSettingsToolStripMenuItem
|
|
//
|
|
this.initialChartSettingsToolStripMenuItem.Name = "initialChartSettingsToolStripMenuItem";
|
|
this.initialChartSettingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
this.initialChartSettingsToolStripMenuItem.Text = "Initial Chart Settings";
|
|
this.initialChartSettingsToolStripMenuItem.Click += new System.EventHandler(this.initialChartSettingsToolStripMenuItem_Click);
|
|
//
|
|
// aboutToolStripMenuItem
|
|
//
|
|
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
|
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
|
|
this.aboutToolStripMenuItem.Text = "About";
|
|
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
|
//
|
|
// menuStrip
|
|
//
|
|
this.menuStrip.BackColor = System.Drawing.SystemColors.ControlDark;
|
|
this.menuStrip.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.menuStrip.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem,
|
|
this.editToolStripMenuItem,
|
|
this.viewToolStripMenuItem,
|
|
this.chartToolStripMenuItem,
|
|
this.aboutToolStripMenuItem});
|
|
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip.Name = "menuStrip";
|
|
this.menuStrip.Size = new System.Drawing.Size(1142, 24);
|
|
this.menuStrip.TabIndex = 0;
|
|
this.menuStrip.Text = "menuStrip1";
|
|
//
|
|
// editToolStripMenuItem
|
|
//
|
|
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.undoToolStripMenuItem,
|
|
this.redoToolStripMenuItem});
|
|
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
|
|
this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
|
|
this.editToolStripMenuItem.Text = "Edit";
|
|
//
|
|
// undoToolStripMenuItem
|
|
//
|
|
this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
|
|
this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
|
|
this.undoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
|
|
this.undoToolStripMenuItem.Text = "Undo";
|
|
this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click);
|
|
//
|
|
// redoToolStripMenuItem
|
|
//
|
|
this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
|
|
this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
|
|
this.redoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
|
|
this.redoToolStripMenuItem.Text = "Redo";
|
|
this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click);
|
|
//
|
|
// groupBox6
|
|
//
|
|
this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.groupBox6.Controls.Add(this.gimmickDeleteButton);
|
|
this.groupBox6.Controls.Add(this.gimmickEditButton);
|
|
this.groupBox6.Controls.Add(this.gimmickBeatLabel);
|
|
this.groupBox6.Controls.Add(this.gimmickValueLabel);
|
|
this.groupBox6.Controls.Add(this.gimmickTypeLabel);
|
|
this.groupBox6.Controls.Add(this.gimmickMeasureLabel);
|
|
this.groupBox6.Controls.Add(this.label8);
|
|
this.groupBox6.Controls.Add(this.label7);
|
|
this.groupBox6.Controls.Add(this.label6);
|
|
this.groupBox6.Controls.Add(this.label5);
|
|
this.groupBox6.Controls.Add(this.gimmickNextButton);
|
|
this.groupBox6.Controls.Add(this.gimmickPrevButton);
|
|
this.groupBox6.Location = new System.Drawing.Point(874, 633);
|
|
this.groupBox6.Name = "groupBox6";
|
|
this.groupBox6.Size = new System.Drawing.Size(256, 142);
|
|
this.groupBox6.TabIndex = 33;
|
|
this.groupBox6.TabStop = false;
|
|
this.groupBox6.Text = "Gimmick View";
|
|
//
|
|
// gimmickDeleteButton
|
|
//
|
|
this.gimmickDeleteButton.ForeColor = System.Drawing.Color.Red;
|
|
this.gimmickDeleteButton.Location = new System.Drawing.Point(134, 109);
|
|
this.gimmickDeleteButton.Name = "gimmickDeleteButton";
|
|
this.gimmickDeleteButton.Size = new System.Drawing.Size(113, 23);
|
|
this.gimmickDeleteButton.TabIndex = 11;
|
|
this.gimmickDeleteButton.Text = "Delete Gimmick";
|
|
this.gimmickDeleteButton.UseVisualStyleBackColor = true;
|
|
this.gimmickDeleteButton.Click += new System.EventHandler(this.gimmickDeleteButton_Click);
|
|
//
|
|
// gimmickEditButton
|
|
//
|
|
this.gimmickEditButton.Location = new System.Drawing.Point(6, 109);
|
|
this.gimmickEditButton.Name = "gimmickEditButton";
|
|
this.gimmickEditButton.Size = new System.Drawing.Size(113, 23);
|
|
this.gimmickEditButton.TabIndex = 10;
|
|
this.gimmickEditButton.Text = "Edit Gimmick";
|
|
this.gimmickEditButton.UseVisualStyleBackColor = true;
|
|
this.gimmickEditButton.Click += new System.EventHandler(this.gimmickEditButton_Click);
|
|
//
|
|
// gimmickBeatLabel
|
|
//
|
|
this.gimmickBeatLabel.AutoSize = true;
|
|
this.gimmickBeatLabel.Location = new System.Drawing.Point(173, 47);
|
|
this.gimmickBeatLabel.Name = "gimmickBeatLabel";
|
|
this.gimmickBeatLabel.Size = new System.Drawing.Size(36, 15);
|
|
this.gimmickBeatLabel.TabIndex = 9;
|
|
this.gimmickBeatLabel.Text = "None";
|
|
//
|
|
// gimmickValueLabel
|
|
//
|
|
this.gimmickValueLabel.AutoSize = true;
|
|
this.gimmickValueLabel.Location = new System.Drawing.Point(76, 89);
|
|
this.gimmickValueLabel.Name = "gimmickValueLabel";
|
|
this.gimmickValueLabel.Size = new System.Drawing.Size(36, 15);
|
|
this.gimmickValueLabel.TabIndex = 8;
|
|
this.gimmickValueLabel.Text = "None";
|
|
//
|
|
// gimmickTypeLabel
|
|
//
|
|
this.gimmickTypeLabel.AutoSize = true;
|
|
this.gimmickTypeLabel.Location = new System.Drawing.Point(76, 68);
|
|
this.gimmickTypeLabel.Name = "gimmickTypeLabel";
|
|
this.gimmickTypeLabel.Size = new System.Drawing.Size(36, 15);
|
|
this.gimmickTypeLabel.TabIndex = 7;
|
|
this.gimmickTypeLabel.Text = "None";
|
|
//
|
|
// gimmickMeasureLabel
|
|
//
|
|
this.gimmickMeasureLabel.AutoSize = true;
|
|
this.gimmickMeasureLabel.Location = new System.Drawing.Point(76, 47);
|
|
this.gimmickMeasureLabel.Name = "gimmickMeasureLabel";
|
|
this.gimmickMeasureLabel.Size = new System.Drawing.Size(36, 15);
|
|
this.gimmickMeasureLabel.TabIndex = 6;
|
|
this.gimmickMeasureLabel.Text = "None";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.label8.Location = new System.Drawing.Point(128, 45);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(39, 17);
|
|
this.label8.TabIndex = 5;
|
|
this.label8.Text = "Beat:";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.label7.Location = new System.Drawing.Point(24, 87);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(46, 17);
|
|
this.label7.TabIndex = 4;
|
|
this.label7.Text = "Value:";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.label6.Location = new System.Drawing.Point(29, 66);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(41, 17);
|
|
this.label6.TabIndex = 3;
|
|
this.label6.Text = "Type:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.label5.Location = new System.Drawing.Point(6, 45);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(64, 17);
|
|
this.label5.TabIndex = 2;
|
|
this.label5.Text = "Measure:";
|
|
//
|
|
// gimmickNextButton
|
|
//
|
|
this.gimmickNextButton.Location = new System.Drawing.Point(134, 19);
|
|
this.gimmickNextButton.Name = "gimmickNextButton";
|
|
this.gimmickNextButton.Size = new System.Drawing.Size(116, 23);
|
|
this.gimmickNextButton.TabIndex = 1;
|
|
this.gimmickNextButton.Text = "Next Gimmick";
|
|
this.gimmickNextButton.UseVisualStyleBackColor = true;
|
|
this.gimmickNextButton.Click += new System.EventHandler(this.gimmickNextButton_Click);
|
|
//
|
|
// gimmickPrevButton
|
|
//
|
|
this.gimmickPrevButton.Location = new System.Drawing.Point(6, 19);
|
|
this.gimmickPrevButton.Name = "gimmickPrevButton";
|
|
this.gimmickPrevButton.Size = new System.Drawing.Size(116, 23);
|
|
this.gimmickPrevButton.TabIndex = 0;
|
|
this.gimmickPrevButton.Text = "Previous Gimmick";
|
|
this.gimmickPrevButton.UseVisualStyleBackColor = true;
|
|
this.gimmickPrevButton.Click += new System.EventHandler(this.gimmickPrevButton_Click);
|
|
//
|
|
// noteViewGroupBox
|
|
//
|
|
this.noteViewGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.noteViewGroupBox.Controls.Add(this.noteMaskLabel);
|
|
this.noteViewGroupBox.Controls.Add(this.label9);
|
|
this.noteViewGroupBox.Controls.Add(this.noteSizeLabel);
|
|
this.noteViewGroupBox.Controls.Add(this.label17);
|
|
this.noteViewGroupBox.Controls.Add(this.noteNextMeasureButton);
|
|
this.noteViewGroupBox.Controls.Add(this.notePrevMeasureButton);
|
|
this.noteViewGroupBox.Controls.Add(this.noteDeleteSelectedButton);
|
|
this.noteViewGroupBox.Controls.Add(this.noteEditSelectedButton);
|
|
this.noteViewGroupBox.Controls.Add(this.noteBeatLabel);
|
|
this.noteViewGroupBox.Controls.Add(this.notePositionLabel);
|
|
this.noteViewGroupBox.Controls.Add(this.noteTypeLabel);
|
|
this.noteViewGroupBox.Controls.Add(this.noteMeasureLabel);
|
|
this.noteViewGroupBox.Controls.Add(this.label13);
|
|
this.noteViewGroupBox.Controls.Add(this.label14);
|
|
this.noteViewGroupBox.Controls.Add(this.label15);
|
|
this.noteViewGroupBox.Controls.Add(this.label16);
|
|
this.noteViewGroupBox.Controls.Add(this.noteNextButton);
|
|
this.noteViewGroupBox.Controls.Add(this.notePrevButton);
|
|
this.noteViewGroupBox.Location = new System.Drawing.Point(874, 420);
|
|
this.noteViewGroupBox.Name = "noteViewGroupBox";
|
|
this.noteViewGroupBox.Size = new System.Drawing.Size(256, 207);
|
|
this.noteViewGroupBox.TabIndex = 34;
|
|
this.noteViewGroupBox.TabStop = false;
|
|
this.noteViewGroupBox.Text = "Note View";
|
|
//
|
|
// noteMaskLabel
|
|
//
|
|
this.noteMaskLabel.AutoSize = true;
|
|
this.noteMaskLabel.Location = new System.Drawing.Point(173, 139);
|
|
this.noteMaskLabel.Name = "noteMaskLabel";
|
|
this.noteMaskLabel.Size = new System.Drawing.Size(29, 15);
|
|
this.noteMaskLabel.TabIndex = 17;
|
|
this.noteMaskLabel.Text = "N/A";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.label9.Location = new System.Drawing.Point(85, 137);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(82, 17);
|
|
this.label9.TabIndex = 16;
|
|
this.label9.Text = "Mask Value:";
|
|
//
|
|
// noteSizeLabel
|
|
//
|
|
this.noteSizeLabel.AutoSize = true;
|
|
this.noteSizeLabel.Location = new System.Drawing.Point(173, 118);
|
|
this.noteSizeLabel.Name = "noteSizeLabel";
|
|
this.noteSizeLabel.Size = new System.Drawing.Size(36, 15);
|
|
this.noteSizeLabel.TabIndex = 15;
|
|
this.noteSizeLabel.Text = "None";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.label17.Location = new System.Drawing.Point(131, 116);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(36, 17);
|
|
this.label17.TabIndex = 14;
|
|
this.label17.Text = "Size:";
|
|
//
|
|
// noteNextMeasureButton
|
|
//
|
|
this.noteNextMeasureButton.Location = new System.Drawing.Point(134, 48);
|
|
this.noteNextMeasureButton.Name = "noteNextMeasureButton";
|
|
this.noteNextMeasureButton.Size = new System.Drawing.Size(116, 23);
|
|
this.noteNextMeasureButton.TabIndex = 13;
|
|
this.noteNextMeasureButton.Text = "Next Measure >>";
|
|
this.noteNextMeasureButton.UseVisualStyleBackColor = true;
|
|
this.noteNextMeasureButton.Click += new System.EventHandler(this.noteNextMeasureButton_Click);
|
|
//
|
|
// notePrevMeasureButton
|
|
//
|
|
this.notePrevMeasureButton.Location = new System.Drawing.Point(6, 48);
|
|
this.notePrevMeasureButton.Name = "notePrevMeasureButton";
|
|
this.notePrevMeasureButton.Size = new System.Drawing.Size(116, 23);
|
|
this.notePrevMeasureButton.TabIndex = 12;
|
|
this.notePrevMeasureButton.Text = "<< Prev Measure";
|
|
this.notePrevMeasureButton.UseVisualStyleBackColor = true;
|
|
this.notePrevMeasureButton.Click += new System.EventHandler(this.notePrevMeasureButton_Click);
|
|
//
|
|
// noteDeleteSelectedButton
|
|
//
|
|
this.noteDeleteSelectedButton.ForeColor = System.Drawing.Color.Red;
|
|
this.noteDeleteSelectedButton.Location = new System.Drawing.Point(134, 157);
|
|
this.noteDeleteSelectedButton.Name = "noteDeleteSelectedButton";
|
|
this.noteDeleteSelectedButton.Size = new System.Drawing.Size(113, 43);
|
|
this.noteDeleteSelectedButton.TabIndex = 11;
|
|
this.noteDeleteSelectedButton.Text = "Delete Selected Note";
|
|
this.noteDeleteSelectedButton.UseVisualStyleBackColor = true;
|
|
this.noteDeleteSelectedButton.Click += new System.EventHandler(this.noteDeleteSelectedButton_Click);
|
|
//
|
|
// noteEditSelectedButton
|
|
//
|
|
this.noteEditSelectedButton.Location = new System.Drawing.Point(6, 157);
|
|
this.noteEditSelectedButton.Name = "noteEditSelectedButton";
|
|
this.noteEditSelectedButton.Size = new System.Drawing.Size(113, 43);
|
|
this.noteEditSelectedButton.TabIndex = 10;
|
|
this.noteEditSelectedButton.Text = "Edit Selected Note";
|
|
this.noteEditSelectedButton.UseVisualStyleBackColor = true;
|
|
this.noteEditSelectedButton.Click += new System.EventHandler(this.noteEditSelectedButton_Click);
|
|
//
|
|
// noteBeatLabel
|
|
//
|
|
this.noteBeatLabel.AutoSize = true;
|
|
this.noteBeatLabel.Location = new System.Drawing.Point(173, 76);
|
|
this.noteBeatLabel.Name = "noteBeatLabel";
|
|
this.noteBeatLabel.Size = new System.Drawing.Size(36, 15);
|
|
this.noteBeatLabel.TabIndex = 9;
|
|
this.noteBeatLabel.Text = "None";
|
|
//
|
|
// notePositionLabel
|
|
//
|
|
this.notePositionLabel.AutoSize = true;
|
|
this.notePositionLabel.Location = new System.Drawing.Point(76, 118);
|
|
this.notePositionLabel.Name = "notePositionLabel";
|
|
this.notePositionLabel.Size = new System.Drawing.Size(36, 15);
|
|
this.notePositionLabel.TabIndex = 8;
|
|
this.notePositionLabel.Text = "None";
|
|
//
|
|
// noteTypeLabel
|
|
//
|
|
this.noteTypeLabel.AutoSize = true;
|
|
this.noteTypeLabel.Location = new System.Drawing.Point(76, 97);
|
|
this.noteTypeLabel.Name = "noteTypeLabel";
|
|
this.noteTypeLabel.Size = new System.Drawing.Size(36, 15);
|
|
this.noteTypeLabel.TabIndex = 7;
|
|
this.noteTypeLabel.Text = "None";
|
|
//
|
|
// noteMeasureLabel
|
|
//
|
|
this.noteMeasureLabel.AutoSize = true;
|
|
this.noteMeasureLabel.Location = new System.Drawing.Point(76, 76);
|
|
this.noteMeasureLabel.Name = "noteMeasureLabel";
|
|
this.noteMeasureLabel.Size = new System.Drawing.Size(36, 15);
|
|
this.noteMeasureLabel.TabIndex = 6;
|
|
this.noteMeasureLabel.Text = "None";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.label13.Location = new System.Drawing.Point(128, 74);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(39, 17);
|
|
this.label13.TabIndex = 5;
|
|
this.label13.Text = "Beat:";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.label14.Location = new System.Drawing.Point(7, 116);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(63, 17);
|
|
this.label14.TabIndex = 4;
|
|
this.label14.Text = "Position:";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.label15.Location = new System.Drawing.Point(29, 95);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(41, 17);
|
|
this.label15.TabIndex = 3;
|
|
this.label15.Text = "Type:";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.label16.Location = new System.Drawing.Point(6, 74);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(64, 17);
|
|
this.label16.TabIndex = 2;
|
|
this.label16.Text = "Measure:";
|
|
//
|
|
// noteNextButton
|
|
//
|
|
this.noteNextButton.Location = new System.Drawing.Point(134, 19);
|
|
this.noteNextButton.Name = "noteNextButton";
|
|
this.noteNextButton.Size = new System.Drawing.Size(116, 23);
|
|
this.noteNextButton.TabIndex = 1;
|
|
this.noteNextButton.Text = "Next Note >";
|
|
this.noteNextButton.UseVisualStyleBackColor = true;
|
|
this.noteNextButton.Click += new System.EventHandler(this.noteNextButton_Click);
|
|
//
|
|
// notePrevButton
|
|
//
|
|
this.notePrevButton.Location = new System.Drawing.Point(6, 19);
|
|
this.notePrevButton.Name = "notePrevButton";
|
|
this.notePrevButton.Size = new System.Drawing.Size(116, 23);
|
|
this.notePrevButton.TabIndex = 0;
|
|
this.notePrevButton.Text = "< Previous Note";
|
|
this.notePrevButton.UseVisualStyleBackColor = true;
|
|
this.notePrevButton.Click += new System.EventHandler(this.notePrevButton_Click);
|
|
//
|
|
// autoSaveTimer
|
|
//
|
|
this.autoSaveTimer.Tick += new System.EventHandler(this.autoSaveTimer_Tick);
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ControlDark;
|
|
this.ClientSize = new System.Drawing.Size(1142, 787);
|
|
this.Controls.Add(this.noteViewGroupBox);
|
|
this.Controls.Add(this.groupBox6);
|
|
this.Controls.Add(this.insertButton);
|
|
this.Controls.Add(this.groupBox9);
|
|
this.Controls.Add(this.playbackGroupBox);
|
|
this.Controls.Add(this.groupBox5);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.gimmickTypeGroupBox);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.circlePanel);
|
|
this.Controls.Add(this.menuStrip);
|
|
this.MainMenuStrip = this.menuStrip;
|
|
this.MinimumSize = new System.Drawing.Size(1156, 819);
|
|
this.Name = "MainForm";
|
|
this.Text = "BAKKA Editor - [New File]";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
|
this.Resize += new System.EventHandler(this.MainForm_Resize);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.beat2Numeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.beat1Numeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.measureNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sizeTrackBar)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.sizeNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.positionTrackBar)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.positionNumeric)).EndInit();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.gimmickTypeGroupBox.ResumeLayout(false);
|
|
this.gimmickTypeGroupBox.PerformLayout();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.groupBox5.PerformLayout();
|
|
this.playbackGroupBox.ResumeLayout(false);
|
|
this.playbackGroupBox.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBarVolume)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.songTrackBar)).EndInit();
|
|
this.groupBox9.ResumeLayout(false);
|
|
this.groupBox9.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.visualHispeedNumeric)).EndInit();
|
|
this.menuStrip.ResumeLayout(false);
|
|
this.menuStrip.PerformLayout();
|
|
this.groupBox6.ResumeLayout(false);
|
|
this.groupBox6.PerformLayout();
|
|
this.noteViewGroupBox.ResumeLayout(false);
|
|
this.noteViewGroupBox.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private OpenFileDialog openFileDialog;
|
|
private SaveFileDialog saveFileDialog;
|
|
private Panel circlePanel;
|
|
private GroupBox groupBox1;
|
|
private Label label4;
|
|
private NumericUpDown beat2Numeric;
|
|
private NumericUpDown beat1Numeric;
|
|
private NumericUpDown measureNumeric;
|
|
private Label label3;
|
|
private TrackBar sizeTrackBar;
|
|
private NumericUpDown sizeNumeric;
|
|
private Label label2;
|
|
private TrackBar positionTrackBar;
|
|
private NumericUpDown positionNumeric;
|
|
private Label label1;
|
|
private GroupBox groupBox2;
|
|
private RadioButton flairRadio;
|
|
private RadioButton bonusRadio;
|
|
private RadioButton noBonusRadio;
|
|
private CheckBox endHoldCheck;
|
|
private Button endChartButton;
|
|
private Button holdButton;
|
|
private Button chainButton;
|
|
private Button blueButton;
|
|
private Button redButton;
|
|
private Button greenButton;
|
|
private Button orangeButton;
|
|
private Button tapButton;
|
|
private GroupBox gimmickTypeGroupBox;
|
|
private RadioButton removeMaskRadio;
|
|
private Button reverseButton;
|
|
private RadioButton addMaskRadio;
|
|
private Button stopButton;
|
|
private Button hiSpeedButton;
|
|
private Button timeSigButton;
|
|
private Button bpmChangeButton;
|
|
private Button maskButton;
|
|
private GroupBox groupBox4;
|
|
private RadioButton centerMaskRadio;
|
|
private RadioButton clockwiseMaskRadio;
|
|
private RadioButton cClockwiseMaskRadio;
|
|
private GroupBox groupBox5;
|
|
private Label currentSelectionLabel;
|
|
private GroupBox playbackGroupBox;
|
|
private Label songFileLabel;
|
|
private Label label20;
|
|
private TrackBar songTrackBar;
|
|
private Button selectSongButton;
|
|
private Button playButton;
|
|
private OpenFileDialog openSongDialog;
|
|
private System.Windows.Forms.Timer updateTimer;
|
|
private GroupBox groupBox9;
|
|
private Label label21;
|
|
private NumericUpDown visualHispeedNumeric;
|
|
private Button insertButton;
|
|
private ToolStripMenuItem fileToolStripMenuItem;
|
|
private ToolStripMenuItem newToolStripMenuItem;
|
|
private ToolStripMenuItem openToolStripMenuItem;
|
|
private ToolStripMenuItem saveToolStripMenuItem;
|
|
private ToolStripMenuItem saveAsToolStripMenuItem;
|
|
private ToolStripMenuItem exitToolStripMenuItem;
|
|
private ToolStripMenuItem viewToolStripMenuItem;
|
|
private ToolStripMenuItem showCursorToolStripMenuItem;
|
|
private ToolStripMenuItem showCursorDuringPlaybackToolStripMenuItem;
|
|
private ToolStripMenuItem highlightViewedNoteToolStripMenuItem;
|
|
private ToolStripMenuItem chartToolStripMenuItem;
|
|
private ToolStripMenuItem initialChartSettingsToolStripMenuItem;
|
|
private ToolStripMenuItem aboutToolStripMenuItem;
|
|
private MenuStrip menuStrip;
|
|
private GroupBox groupBox6;
|
|
private Button gimmickDeleteButton;
|
|
private Button gimmickEditButton;
|
|
private Label gimmickBeatLabel;
|
|
private Label gimmickValueLabel;
|
|
private Label gimmickTypeLabel;
|
|
private Label gimmickMeasureLabel;
|
|
private Label label8;
|
|
private Label label7;
|
|
private Label label6;
|
|
private Label label5;
|
|
private Button gimmickNextButton;
|
|
private Button gimmickPrevButton;
|
|
private GroupBox noteViewGroupBox;
|
|
private Label noteMaskLabel;
|
|
private Label label9;
|
|
private Label noteSizeLabel;
|
|
private Label label17;
|
|
private Button noteNextMeasureButton;
|
|
private Button notePrevMeasureButton;
|
|
private Button noteDeleteSelectedButton;
|
|
private Button noteEditSelectedButton;
|
|
private Label noteBeatLabel;
|
|
private Label notePositionLabel;
|
|
private Label noteTypeLabel;
|
|
private Label noteMeasureLabel;
|
|
private Label label13;
|
|
private Label label14;
|
|
private Label label15;
|
|
private Label label16;
|
|
private Button noteNextButton;
|
|
private Button notePrevButton;
|
|
private ToolStripMenuItem editToolStripMenuItem;
|
|
private ToolStripMenuItem undoToolStripMenuItem;
|
|
private ToolStripMenuItem redoToolStripMenuItem;
|
|
private System.Windows.Forms.Timer autoSaveTimer;
|
|
private Label labelVolume;
|
|
private TrackBar trackBarVolume;
|
|
}
|
|
} |