585 lines
25 KiB
C#
585 lines
25 KiB
C#
namespace BAKKA_Editor
|
|
{
|
|
partial class GimmickForm
|
|
{
|
|
/// <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.revEnd2Beat2Numeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.revEnd2Beat1Numeric = new System.Windows.Forms.NumericUpDown();
|
|
this.revEnd2MeasureNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.revEnd1Beat2Numeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.revEnd1Beat1Numeric = new System.Windows.Forms.NumericUpDown();
|
|
this.revEnd1MeasureNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.stopEndBeat2Numeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.stopEndBeat1Numeric = new System.Windows.Forms.NumericUpDown();
|
|
this.stopEndMeasureNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.hiSpeedNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.timeSig2Numeric = new System.Windows.Forms.NumericUpDown();
|
|
this.timeSig1Numeric = new System.Windows.Forms.NumericUpDown();
|
|
this.gimmickBpmNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.insertGimmickButton = new System.Windows.Forms.Button();
|
|
this.startBeat2Numeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.startBeat1Numeric = new System.Windows.Forms.NumericUpDown();
|
|
this.startMeasureNumeric = new System.Windows.Forms.NumericUpDown();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.revEnd2Beat2Numeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.revEnd2Beat1Numeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.revEnd2MeasureNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.revEnd1Beat2Numeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.revEnd1Beat1Numeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.revEnd1MeasureNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.stopEndBeat2Numeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.stopEndBeat1Numeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.stopEndMeasureNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.hiSpeedNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.timeSig2Numeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.timeSig1Numeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gimmickBpmNumeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.startBeat2Numeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.startBeat1Numeric)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.startMeasureNumeric)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// revEnd2Beat2Numeric
|
|
//
|
|
this.revEnd2Beat2Numeric.Location = new System.Drawing.Point(219, 206);
|
|
this.revEnd2Beat2Numeric.Maximum = new decimal(new int[] {
|
|
1920,
|
|
0,
|
|
0,
|
|
0});
|
|
this.revEnd2Beat2Numeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.revEnd2Beat2Numeric.Name = "revEnd2Beat2Numeric";
|
|
this.revEnd2Beat2Numeric.Size = new System.Drawing.Size(42, 23);
|
|
this.revEnd2Beat2Numeric.TabIndex = 38;
|
|
this.revEnd2Beat2Numeric.Value = new decimal(new int[] {
|
|
16,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(8, 208);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(61, 15);
|
|
this.label18.TabIndex = 40;
|
|
this.label18.Text = "Rev End 2:";
|
|
//
|
|
// revEnd2Beat1Numeric
|
|
//
|
|
this.revEnd2Beat1Numeric.Location = new System.Drawing.Point(168, 206);
|
|
this.revEnd2Beat1Numeric.Maximum = new decimal(new int[] {
|
|
1920,
|
|
0,
|
|
0,
|
|
0});
|
|
this.revEnd2Beat1Numeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.revEnd2Beat1Numeric.Name = "revEnd2Beat1Numeric";
|
|
this.revEnd2Beat1Numeric.Size = new System.Drawing.Size(38, 23);
|
|
this.revEnd2Beat1Numeric.TabIndex = 37;
|
|
this.revEnd2Beat1Numeric.ValueChanged += new System.EventHandler(this.revEnd2Beat1Numeric_ValueChanged);
|
|
//
|
|
// revEnd2MeasureNumeric
|
|
//
|
|
this.revEnd2MeasureNumeric.Location = new System.Drawing.Point(75, 206);
|
|
this.revEnd2MeasureNumeric.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.revEnd2MeasureNumeric.Name = "revEnd2MeasureNumeric";
|
|
this.revEnd2MeasureNumeric.Size = new System.Drawing.Size(87, 23);
|
|
this.revEnd2MeasureNumeric.TabIndex = 36;
|
|
this.revEnd2MeasureNumeric.ValueChanged += new System.EventHandler(this.revEnd2MeasureNumeric_ValueChanged);
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.AutoSize = true;
|
|
this.label19.Location = new System.Drawing.Point(207, 208);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(12, 15);
|
|
this.label19.TabIndex = 39;
|
|
this.label19.Text = "/";
|
|
//
|
|
// revEnd1Beat2Numeric
|
|
//
|
|
this.revEnd1Beat2Numeric.Location = new System.Drawing.Point(219, 177);
|
|
this.revEnd1Beat2Numeric.Maximum = new decimal(new int[] {
|
|
1920,
|
|
0,
|
|
0,
|
|
0});
|
|
this.revEnd1Beat2Numeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.revEnd1Beat2Numeric.Name = "revEnd1Beat2Numeric";
|
|
this.revEnd1Beat2Numeric.Size = new System.Drawing.Size(42, 23);
|
|
this.revEnd1Beat2Numeric.TabIndex = 33;
|
|
this.revEnd1Beat2Numeric.Value = new decimal(new int[] {
|
|
16,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(8, 179);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(61, 15);
|
|
this.label16.TabIndex = 35;
|
|
this.label16.Text = "Rev End 1:";
|
|
//
|
|
// revEnd1Beat1Numeric
|
|
//
|
|
this.revEnd1Beat1Numeric.Location = new System.Drawing.Point(168, 177);
|
|
this.revEnd1Beat1Numeric.Maximum = new decimal(new int[] {
|
|
1920,
|
|
0,
|
|
0,
|
|
0});
|
|
this.revEnd1Beat1Numeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.revEnd1Beat1Numeric.Name = "revEnd1Beat1Numeric";
|
|
this.revEnd1Beat1Numeric.Size = new System.Drawing.Size(38, 23);
|
|
this.revEnd1Beat1Numeric.TabIndex = 32;
|
|
this.revEnd1Beat1Numeric.ValueChanged += new System.EventHandler(this.revEnd1Beat1Numeric_ValueChanged);
|
|
//
|
|
// revEnd1MeasureNumeric
|
|
//
|
|
this.revEnd1MeasureNumeric.Location = new System.Drawing.Point(75, 177);
|
|
this.revEnd1MeasureNumeric.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.revEnd1MeasureNumeric.Name = "revEnd1MeasureNumeric";
|
|
this.revEnd1MeasureNumeric.Size = new System.Drawing.Size(87, 23);
|
|
this.revEnd1MeasureNumeric.TabIndex = 31;
|
|
this.revEnd1MeasureNumeric.ValueChanged += new System.EventHandler(this.revEnd1MeasureNumeric_ValueChanged);
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(207, 179);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(12, 15);
|
|
this.label17.TabIndex = 34;
|
|
this.label17.Text = "/";
|
|
//
|
|
// stopEndBeat2Numeric
|
|
//
|
|
this.stopEndBeat2Numeric.Location = new System.Drawing.Point(219, 148);
|
|
this.stopEndBeat2Numeric.Maximum = new decimal(new int[] {
|
|
1920,
|
|
0,
|
|
0,
|
|
0});
|
|
this.stopEndBeat2Numeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.stopEndBeat2Numeric.Name = "stopEndBeat2Numeric";
|
|
this.stopEndBeat2Numeric.Size = new System.Drawing.Size(42, 23);
|
|
this.stopEndBeat2Numeric.TabIndex = 13;
|
|
this.stopEndBeat2Numeric.Value = new decimal(new int[] {
|
|
16,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(12, 150);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(57, 15);
|
|
this.label10.TabIndex = 29;
|
|
this.label10.Text = "Stop End:";
|
|
//
|
|
// stopEndBeat1Numeric
|
|
//
|
|
this.stopEndBeat1Numeric.Location = new System.Drawing.Point(168, 148);
|
|
this.stopEndBeat1Numeric.Maximum = new decimal(new int[] {
|
|
1920,
|
|
0,
|
|
0,
|
|
0});
|
|
this.stopEndBeat1Numeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.stopEndBeat1Numeric.Name = "stopEndBeat1Numeric";
|
|
this.stopEndBeat1Numeric.Size = new System.Drawing.Size(38, 23);
|
|
this.stopEndBeat1Numeric.TabIndex = 12;
|
|
this.stopEndBeat1Numeric.ValueChanged += new System.EventHandler(this.stopEndBeat1Numeric_ValueChanged);
|
|
//
|
|
// stopEndMeasureNumeric
|
|
//
|
|
this.stopEndMeasureNumeric.Location = new System.Drawing.Point(75, 148);
|
|
this.stopEndMeasureNumeric.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.stopEndMeasureNumeric.Name = "stopEndMeasureNumeric";
|
|
this.stopEndMeasureNumeric.Size = new System.Drawing.Size(87, 23);
|
|
this.stopEndMeasureNumeric.TabIndex = 11;
|
|
this.stopEndMeasureNumeric.ValueChanged += new System.EventHandler(this.stopEndMeasureNumeric_ValueChanged);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(10, 121);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(59, 15);
|
|
this.label11.TabIndex = 27;
|
|
this.label11.Text = "Hi-Speed:";
|
|
//
|
|
// hiSpeedNumeric
|
|
//
|
|
this.hiSpeedNumeric.DecimalPlaces = 6;
|
|
this.hiSpeedNumeric.Location = new System.Drawing.Point(75, 119);
|
|
this.hiSpeedNumeric.Minimum = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.hiSpeedNumeric.Name = "hiSpeedNumeric";
|
|
this.hiSpeedNumeric.Size = new System.Drawing.Size(186, 23);
|
|
this.hiSpeedNumeric.TabIndex = 26;
|
|
this.hiSpeedNumeric.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(14, 92);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(55, 15);
|
|
this.label12.TabIndex = 25;
|
|
this.label12.Text = "Time Sig:";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(140, 92);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(12, 15);
|
|
this.label13.TabIndex = 13;
|
|
this.label13.Text = "/";
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(34, 63);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(35, 15);
|
|
this.label14.TabIndex = 24;
|
|
this.label14.Text = "BPM:";
|
|
//
|
|
// timeSig2Numeric
|
|
//
|
|
this.timeSig2Numeric.Location = new System.Drawing.Point(158, 90);
|
|
this.timeSig2Numeric.Maximum = new decimal(new int[] {
|
|
1920,
|
|
0,
|
|
0,
|
|
0});
|
|
this.timeSig2Numeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.timeSig2Numeric.Name = "timeSig2Numeric";
|
|
this.timeSig2Numeric.Size = new System.Drawing.Size(103, 23);
|
|
this.timeSig2Numeric.TabIndex = 12;
|
|
this.timeSig2Numeric.Value = new decimal(new int[] {
|
|
4,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// timeSig1Numeric
|
|
//
|
|
this.timeSig1Numeric.Location = new System.Drawing.Point(75, 90);
|
|
this.timeSig1Numeric.Maximum = new decimal(new int[] {
|
|
191,
|
|
0,
|
|
0,
|
|
0});
|
|
this.timeSig1Numeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.timeSig1Numeric.Name = "timeSig1Numeric";
|
|
this.timeSig1Numeric.Size = new System.Drawing.Size(59, 23);
|
|
this.timeSig1Numeric.TabIndex = 11;
|
|
this.timeSig1Numeric.Value = new decimal(new int[] {
|
|
4,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// gimmickBpmNumeric
|
|
//
|
|
this.gimmickBpmNumeric.DecimalPlaces = 6;
|
|
this.gimmickBpmNumeric.Location = new System.Drawing.Point(75, 61);
|
|
this.gimmickBpmNumeric.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.gimmickBpmNumeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.gimmickBpmNumeric.Name = "gimmickBpmNumeric";
|
|
this.gimmickBpmNumeric.Size = new System.Drawing.Size(186, 23);
|
|
this.gimmickBpmNumeric.TabIndex = 23;
|
|
this.gimmickBpmNumeric.Value = new decimal(new int[] {
|
|
120,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(207, 150);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(12, 15);
|
|
this.label15.TabIndex = 14;
|
|
this.label15.Text = "/";
|
|
//
|
|
// insertGimmickButton
|
|
//
|
|
this.insertGimmickButton.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.insertGimmickButton.Location = new System.Drawing.Point(12, 248);
|
|
this.insertGimmickButton.Name = "insertGimmickButton";
|
|
this.insertGimmickButton.Size = new System.Drawing.Size(253, 40);
|
|
this.insertGimmickButton.TabIndex = 33;
|
|
this.insertGimmickButton.Text = "Insert Gimmick";
|
|
this.insertGimmickButton.UseVisualStyleBackColor = true;
|
|
this.insertGimmickButton.Click += new System.EventHandler(this.insertGimmickButton_Click);
|
|
//
|
|
// startBeat2Numeric
|
|
//
|
|
this.startBeat2Numeric.Location = new System.Drawing.Point(219, 12);
|
|
this.startBeat2Numeric.Maximum = new decimal(new int[] {
|
|
1920,
|
|
0,
|
|
0,
|
|
0});
|
|
this.startBeat2Numeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.startBeat2Numeric.Name = "startBeat2Numeric";
|
|
this.startBeat2Numeric.Size = new System.Drawing.Size(42, 23);
|
|
this.startBeat2Numeric.TabIndex = 43;
|
|
this.startBeat2Numeric.Value = new decimal(new int[] {
|
|
16,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(34, 14);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(34, 15);
|
|
this.label1.TabIndex = 45;
|
|
this.label1.Text = "Start:";
|
|
//
|
|
// startBeat1Numeric
|
|
//
|
|
this.startBeat1Numeric.Location = new System.Drawing.Point(168, 12);
|
|
this.startBeat1Numeric.Maximum = new decimal(new int[] {
|
|
1920,
|
|
0,
|
|
0,
|
|
0});
|
|
this.startBeat1Numeric.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.startBeat1Numeric.Name = "startBeat1Numeric";
|
|
this.startBeat1Numeric.Size = new System.Drawing.Size(38, 23);
|
|
this.startBeat1Numeric.TabIndex = 42;
|
|
this.startBeat1Numeric.ValueChanged += new System.EventHandler(this.startBeat1Numeric_ValueChanged);
|
|
//
|
|
// startMeasureNumeric
|
|
//
|
|
this.startMeasureNumeric.Location = new System.Drawing.Point(75, 12);
|
|
this.startMeasureNumeric.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.startMeasureNumeric.Name = "startMeasureNumeric";
|
|
this.startMeasureNumeric.Size = new System.Drawing.Size(87, 23);
|
|
this.startMeasureNumeric.TabIndex = 41;
|
|
this.startMeasureNumeric.ValueChanged += new System.EventHandler(this.startMeasureNumeric_ValueChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(207, 14);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(12, 15);
|
|
this.label2.TabIndex = 44;
|
|
this.label2.Text = "/";
|
|
//
|
|
// GimmickForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(281, 303);
|
|
this.Controls.Add(this.startBeat2Numeric);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.startBeat1Numeric);
|
|
this.Controls.Add(this.startMeasureNumeric);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.revEnd2Beat2Numeric);
|
|
this.Controls.Add(this.insertGimmickButton);
|
|
this.Controls.Add(this.label18);
|
|
this.Controls.Add(this.revEnd2Beat1Numeric);
|
|
this.Controls.Add(this.gimmickBpmNumeric);
|
|
this.Controls.Add(this.revEnd2MeasureNumeric);
|
|
this.Controls.Add(this.label15);
|
|
this.Controls.Add(this.label19);
|
|
this.Controls.Add(this.timeSig1Numeric);
|
|
this.Controls.Add(this.revEnd1Beat2Numeric);
|
|
this.Controls.Add(this.timeSig2Numeric);
|
|
this.Controls.Add(this.label16);
|
|
this.Controls.Add(this.label14);
|
|
this.Controls.Add(this.revEnd1Beat1Numeric);
|
|
this.Controls.Add(this.label13);
|
|
this.Controls.Add(this.revEnd1MeasureNumeric);
|
|
this.Controls.Add(this.label12);
|
|
this.Controls.Add(this.label17);
|
|
this.Controls.Add(this.hiSpeedNumeric);
|
|
this.Controls.Add(this.stopEndBeat2Numeric);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.stopEndMeasureNumeric);
|
|
this.Controls.Add(this.stopEndBeat1Numeric);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "GimmickForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Gimmick Settings";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GimmickForm_FormClosing);
|
|
((System.ComponentModel.ISupportInitialize)(this.revEnd2Beat2Numeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.revEnd2Beat1Numeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.revEnd2MeasureNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.revEnd1Beat2Numeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.revEnd1Beat1Numeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.revEnd1MeasureNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.stopEndBeat2Numeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.stopEndBeat1Numeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.stopEndMeasureNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.hiSpeedNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.timeSig2Numeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.timeSig1Numeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gimmickBpmNumeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.startBeat2Numeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.startBeat1Numeric)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.startMeasureNumeric)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private NumericUpDown revEnd2Beat2Numeric;
|
|
private Label label18;
|
|
private NumericUpDown revEnd2Beat1Numeric;
|
|
private NumericUpDown revEnd2MeasureNumeric;
|
|
private Label label19;
|
|
private NumericUpDown revEnd1Beat2Numeric;
|
|
private Label label16;
|
|
private NumericUpDown revEnd1Beat1Numeric;
|
|
private NumericUpDown revEnd1MeasureNumeric;
|
|
private Label label17;
|
|
private NumericUpDown stopEndBeat2Numeric;
|
|
private Label label10;
|
|
private NumericUpDown stopEndBeat1Numeric;
|
|
private NumericUpDown stopEndMeasureNumeric;
|
|
private Label label11;
|
|
private NumericUpDown hiSpeedNumeric;
|
|
private Label label12;
|
|
private Label label13;
|
|
private Label label14;
|
|
private NumericUpDown timeSig2Numeric;
|
|
private NumericUpDown timeSig1Numeric;
|
|
private NumericUpDown gimmickBpmNumeric;
|
|
private Label label15;
|
|
private Button insertGimmickButton;
|
|
private NumericUpDown startBeat2Numeric;
|
|
private Label label1;
|
|
private NumericUpDown startBeat1Numeric;
|
|
private NumericUpDown startMeasureNumeric;
|
|
private Label label2;
|
|
}
|
|
} |