289 lines
13 KiB
C#
289 lines
13 KiB
C#
namespace CromeIgnitionCut
|
||
{
|
||
partial class Form1
|
||
{
|
||
/// <summary>
|
||
/// Variable nécessaire au concepteur.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Nettoyage des ressources utilisées.
|
||
/// </summary>
|
||
/// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Code généré par le Concepteur Windows Form
|
||
|
||
/// <summary>
|
||
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
|
||
/// le contenu de cette méthode avec l'éditeur de code.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
||
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||
this.textBox4 = new System.Windows.Forms.TextBox();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.textBox5 = new System.Windows.Forms.TextBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.textBox6 = new System.Windows.Forms.TextBox();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.button2 = new System.Windows.Forms.Button();
|
||
this.groupBox1.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.label1.ForeColor = System.Drawing.Color.Blue;
|
||
this.label1.Location = new System.Drawing.Point(36, 10);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(252, 20);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "DOUBLE CLIC TO OPEN FILE";
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(12, 41);
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.Size = new System.Drawing.Size(301, 20);
|
||
this.textBox1.TabIndex = 1;
|
||
this.textBox1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.textBox1_MouseDoubleClick);
|
||
//
|
||
// openFileDialog1
|
||
//
|
||
this.openFileDialog1.DefaultExt = "*.bin";
|
||
this.openFileDialog1.Filter = "Crome Binary|*.bin";
|
||
this.openFileDialog1.Title = "Open Crome Binary";
|
||
//
|
||
// progressBar1
|
||
//
|
||
this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||
this.progressBar1.Location = new System.Drawing.Point(0, 415);
|
||
this.progressBar1.Name = "progressBar1";
|
||
this.progressBar1.Size = new System.Drawing.Size(325, 13);
|
||
this.progressBar1.TabIndex = 2;
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.Location = new System.Drawing.Point(170, 191);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(106, 31);
|
||
this.button1.TabIndex = 3;
|
||
this.button1.Text = "Apply/Save";
|
||
this.button1.UseVisualStyleBackColor = true;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.checkBox2);
|
||
this.groupBox1.Controls.Add(this.checkBox1);
|
||
this.groupBox1.Location = new System.Drawing.Point(12, 68);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(301, 47);
|
||
this.groupBox1.TabIndex = 4;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "Cut Settings";
|
||
//
|
||
// checkBox2
|
||
//
|
||
this.checkBox2.AutoSize = true;
|
||
this.checkBox2.Checked = true;
|
||
this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.checkBox2.Location = new System.Drawing.Point(182, 19);
|
||
this.checkBox2.Name = "checkBox2";
|
||
this.checkBox2.Size = new System.Drawing.Size(79, 17);
|
||
this.checkBox2.TabIndex = 1;
|
||
this.checkBox2.Text = "Ignition Cut";
|
||
this.checkBox2.UseVisualStyleBackColor = true;
|
||
//
|
||
// checkBox1
|
||
//
|
||
this.checkBox1.AutoSize = true;
|
||
this.checkBox1.Location = new System.Drawing.Point(40, 19);
|
||
this.checkBox1.Name = "checkBox1";
|
||
this.checkBox1.Size = new System.Drawing.Size(65, 17);
|
||
this.checkBox1.TabIndex = 0;
|
||
this.checkBox1.Text = "Fuel Cut";
|
||
this.checkBox1.UseVisualStyleBackColor = true;
|
||
//
|
||
// textBox2
|
||
//
|
||
this.textBox2.Location = new System.Drawing.Point(12, 228);
|
||
this.textBox2.Multiline = true;
|
||
this.textBox2.Name = "textBox2";
|
||
this.textBox2.ReadOnly = true;
|
||
this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
||
this.textBox2.Size = new System.Drawing.Size(301, 181);
|
||
this.textBox2.TabIndex = 5;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(5, 20);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(73, 13);
|
||
this.label2.TabIndex = 2;
|
||
this.label2.Text = "Low Cam Set:";
|
||
//
|
||
// textBox3
|
||
//
|
||
this.textBox3.Location = new System.Drawing.Point(94, 17);
|
||
this.textBox3.Name = "textBox3";
|
||
this.textBox3.Size = new System.Drawing.Size(47, 20);
|
||
this.textBox3.TabIndex = 3;
|
||
this.textBox3.Validated += new System.EventHandler(this.textBox3_Validated);
|
||
//
|
||
// textBox4
|
||
//
|
||
this.textBox4.Location = new System.Drawing.Point(94, 39);
|
||
this.textBox4.Name = "textBox4";
|
||
this.textBox4.Size = new System.Drawing.Size(47, 20);
|
||
this.textBox4.TabIndex = 5;
|
||
this.textBox4.Validated += new System.EventHandler(this.textBox3_Validated);
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(5, 42);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(85, 13);
|
||
this.label3.TabIndex = 4;
|
||
this.label3.Text = "Low Cam Reset:";
|
||
//
|
||
// textBox5
|
||
//
|
||
this.textBox5.Location = new System.Drawing.Point(244, 39);
|
||
this.textBox5.Name = "textBox5";
|
||
this.textBox5.Size = new System.Drawing.Size(47, 20);
|
||
this.textBox5.TabIndex = 9;
|
||
this.textBox5.Validated += new System.EventHandler(this.textBox3_Validated);
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(155, 42);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(87, 13);
|
||
this.label4.TabIndex = 8;
|
||
this.label4.Text = "High Cam Reset:";
|
||
//
|
||
// textBox6
|
||
//
|
||
this.textBox6.Location = new System.Drawing.Point(244, 17);
|
||
this.textBox6.Name = "textBox6";
|
||
this.textBox6.Size = new System.Drawing.Size(47, 20);
|
||
this.textBox6.TabIndex = 7;
|
||
this.textBox6.Validated += new System.EventHandler(this.textBox3_Validated);
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Location = new System.Drawing.Point(155, 20);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(75, 13);
|
||
this.label5.TabIndex = 6;
|
||
this.label5.Text = "High Cam Set:";
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.Controls.Add(this.label2);
|
||
this.groupBox2.Controls.Add(this.textBox5);
|
||
this.groupBox2.Controls.Add(this.textBox3);
|
||
this.groupBox2.Controls.Add(this.label4);
|
||
this.groupBox2.Controls.Add(this.label3);
|
||
this.groupBox2.Controls.Add(this.textBox6);
|
||
this.groupBox2.Controls.Add(this.textBox4);
|
||
this.groupBox2.Controls.Add(this.label5);
|
||
this.groupBox2.Location = new System.Drawing.Point(12, 121);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Size = new System.Drawing.Size(301, 65);
|
||
this.groupBox2.TabIndex = 10;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "Rev Limit Settings";
|
||
//
|
||
// button2
|
||
//
|
||
this.button2.Enabled = false;
|
||
this.button2.ForeColor = System.Drawing.Color.Red;
|
||
this.button2.Location = new System.Drawing.Point(49, 191);
|
||
this.button2.Name = "button2";
|
||
this.button2.Size = new System.Drawing.Size(106, 31);
|
||
this.button2.TabIndex = 11;
|
||
this.button2.Text = "Add Mod";
|
||
this.button2.UseVisualStyleBackColor = true;
|
||
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
//
|
||
// Form1
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(325, 428);
|
||
this.Controls.Add(this.button2);
|
||
this.Controls.Add(this.groupBox2);
|
||
this.Controls.Add(this.textBox2);
|
||
this.Controls.Add(this.groupBox1);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.progressBar1);
|
||
this.Controls.Add(this.textBox1);
|
||
this.Controls.Add(this.label1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.MaximizeBox = false;
|
||
this.Name = "Form1";
|
||
this.Text = "Crome Ignition Cut V1.0";
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.groupBox2.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
||
private System.Windows.Forms.ProgressBar progressBar1;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.CheckBox checkBox2;
|
||
private System.Windows.Forms.CheckBox checkBox1;
|
||
private System.Windows.Forms.TextBox textBox2;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.TextBox textBox3;
|
||
private System.Windows.Forms.TextBox textBox4;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.TextBox textBox5;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.TextBox textBox6;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
private System.Windows.Forms.Button button2;
|
||
}
|
||
}
|
||
|