backup switch, adjustment codeintegration
This commit is contained in:
14
CobXmlSupport/GenCobCode.Designer.cs
generated
14
CobXmlSupport/GenCobCode.Designer.cs
generated
@ -65,6 +65,7 @@
|
||||
this.btnTestThings = new System.Windows.Forms.Button();
|
||||
this.btnFrXMLTo = new System.Windows.Forms.Button();
|
||||
this.btnCrossref = new System.Windows.Forms.Button();
|
||||
this.chkBackupVars = new System.Windows.Forms.CheckBox();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// button1
|
||||
@ -454,11 +455,23 @@
|
||||
this.btnCrossref.UseVisualStyleBackColor = true;
|
||||
this.btnCrossref.Click += new System.EventHandler(this.btnCrossref_Click);
|
||||
//
|
||||
// chkBackupVars
|
||||
//
|
||||
this.chkBackupVars.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.chkBackupVars.AutoSize = true;
|
||||
this.chkBackupVars.Location = new System.Drawing.Point(109, 664);
|
||||
this.chkBackupVars.Name = "chkBackupVars";
|
||||
this.chkBackupVars.Size = new System.Drawing.Size(87, 17);
|
||||
this.chkBackupVars.TabIndex = 36;
|
||||
this.chkBackupVars.Text = "Backup Vars";
|
||||
this.chkBackupVars.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// GenCobCode
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(951, 693);
|
||||
this.Controls.Add(this.chkBackupVars);
|
||||
this.Controls.Add(this.btnCrossref);
|
||||
this.Controls.Add(this.btnFrXMLTo);
|
||||
this.Controls.Add(this.btnTestThings);
|
||||
@ -542,6 +555,7 @@
|
||||
private System.Windows.Forms.Button btnTestThings;
|
||||
private System.Windows.Forms.Button btnFrXMLTo;
|
||||
private System.Windows.Forms.Button btnCrossref;
|
||||
private System.Windows.Forms.CheckBox chkBackupVars;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user