Remove unnecessary code from AutofireConfig.Designer.cs
This commit is contained in:
parent
33cf3eff81
commit
02c7a70297
|
@ -2,24 +2,6 @@
|
|||
{
|
||||
partial class AutofireConfig
|
||||
{
|
||||
/// <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>
|
||||
|
@ -49,10 +31,7 @@
|
|||
// Ok
|
||||
//
|
||||
this.Ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Ok.Location = new System.Drawing.Point(108, 140);
|
||||
this.Ok.Name = "Ok";
|
||||
this.Ok.Size = new System.Drawing.Size(75, 23);
|
||||
this.Ok.TabIndex = 5;
|
||||
this.Ok.Text = "&OK";
|
||||
this.Ok.UseVisualStyleBackColor = true;
|
||||
this.Ok.Click += new System.EventHandler(this.Ok_Click);
|
||||
|
@ -61,17 +40,13 @@
|
|||
//
|
||||
this.Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.Cancel.Location = new System.Drawing.Point(189, 140);
|
||||
this.Cancel.Name = "Cancel";
|
||||
this.Cancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.Cancel.TabIndex = 7;
|
||||
this.Cancel.Text = "&Cancel";
|
||||
this.Cancel.UseVisualStyleBackColor = true;
|
||||
this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
|
||||
//
|
||||
// OnNumeric
|
||||
//
|
||||
this.OnNumeric.Location = new System.Drawing.Point(10, 32);
|
||||
this.OnNumeric.Maximum = new decimal(new int[] {
|
||||
512,
|
||||
0,
|
||||
|
@ -84,7 +59,6 @@
|
|||
0});
|
||||
this.OnNumeric.Name = "OnNumeric";
|
||||
this.OnNumeric.Size = new System.Drawing.Size(48, 19);
|
||||
this.OnNumeric.TabIndex = 2;
|
||||
this.OnNumeric.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
|
@ -93,7 +67,6 @@
|
|||
//
|
||||
// OffNumeric
|
||||
//
|
||||
this.OffNumeric.Location = new System.Drawing.Point(101, 32);
|
||||
this.OffNumeric.Maximum = new decimal(new int[] {
|
||||
512,
|
||||
0,
|
||||
|
@ -106,7 +79,6 @@
|
|||
0});
|
||||
this.OffNumeric.Name = "OffNumeric";
|
||||
this.OffNumeric.Size = new System.Drawing.Size(48, 19);
|
||||
this.OffNumeric.TabIndex = 3;
|
||||
this.OffNumeric.Value = new decimal(new int[] {
|
||||
1,
|
||||
0,
|
||||
|
@ -115,33 +87,21 @@
|
|||
//
|
||||
// label1
|
||||
//
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new System.Drawing.Point(10, 16);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(21, 13);
|
||||
this.label1.TabIndex = 4;
|
||||
this.label1.Text = "on,";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new System.Drawing.Point(101, 16);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(21, 13);
|
||||
this.label2.TabIndex = 5;
|
||||
this.label2.Text = "off";
|
||||
//
|
||||
// flpButtons
|
||||
//
|
||||
this.flpButtons.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.flpButtons.AutoSize = true;
|
||||
this.flpButtons.Controls.Add(this.Ok);
|
||||
this.flpButtons.Controls.Add(this.Cancel);
|
||||
this.flpButtons.Location = new System.Drawing.Point(55, 61);
|
||||
this.flpButtons.Name = "flpButtons";
|
||||
this.flpButtons.Size = new System.Drawing.Size(162, 29);
|
||||
this.flpButtons.TabIndex = 11;
|
||||
this.flpButtons.WrapContents = false;
|
||||
//
|
||||
// flpMain
|
||||
//
|
||||
|
@ -155,41 +115,26 @@
|
|||
this.flpMain.Location = new System.Drawing.Point(0, 0);
|
||||
this.flpMain.Name = "flpMain";
|
||||
this.flpMain.Size = new System.Drawing.Size(217, 55);
|
||||
this.flpMain.TabIndex = 10;
|
||||
this.flpMain.WrapContents = false;
|
||||
//
|
||||
// flpPattern
|
||||
//
|
||||
this.flpPattern.AutoSize = true;
|
||||
this.flpPattern.Controls.Add(this.lblPattern);
|
||||
this.flpPattern.Controls.Add(this.OnNumeric);
|
||||
this.flpPattern.Controls.Add(this.label1);
|
||||
this.flpPattern.Controls.Add(this.OffNumeric);
|
||||
this.flpPattern.Controls.Add(this.label2);
|
||||
this.flpPattern.Location = new System.Drawing.Point(3, 3);
|
||||
this.flpPattern.Name = "flpPattern";
|
||||
this.flpPattern.Size = new System.Drawing.Size(211, 26);
|
||||
this.flpPattern.TabIndex = 9;
|
||||
this.flpPattern.WrapContents = false;
|
||||
//
|
||||
// lblPattern
|
||||
//
|
||||
this.lblPattern.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||||
this.lblPattern.AutoSize = true;
|
||||
this.lblPattern.Location = new System.Drawing.Point(3, 6);
|
||||
this.lblPattern.Name = "lblPattern";
|
||||
this.lblPattern.Size = new System.Drawing.Size(44, 13);
|
||||
this.lblPattern.TabIndex = 12;
|
||||
this.lblPattern.Text = "Pattern:";
|
||||
//
|
||||
// LagFrameCheck
|
||||
//
|
||||
this.LagFrameCheck.AutoSize = true;
|
||||
this.LagFrameCheck.Location = new System.Drawing.Point(13, 100);
|
||||
this.LagFrameCheck.Name = "LagFrameCheck";
|
||||
this.LagFrameCheck.Padding = new System.Windows.Forms.Padding(4, 0, 0, 0);
|
||||
this.LagFrameCheck.Size = new System.Drawing.Size(164, 17);
|
||||
this.LagFrameCheck.TabIndex = 8;
|
||||
this.LagFrameCheck.Text = "Take lag frames into account";
|
||||
this.LagFrameCheck.UseVisualStyleBackColor = true;
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue