backup switch, adjustment codeintegration

This commit is contained in:
2015-01-15 12:11:08 +01:00
parent bc880ed2ed
commit ac8375e78c
9 changed files with 108 additions and 14 deletions

View File

@ -58,6 +58,7 @@
this.label7 = new System.Windows.Forms.Label();
this.specials = new System.Windows.Forms.GroupBox();
this.chkShowTestbtns = new System.Windows.Forms.CheckBox();
this.chkBackupOwnCode = new System.Windows.Forms.CheckBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.specials.SuspendLayout();
@ -339,6 +340,7 @@
//
// specials
//
this.specials.Controls.Add(this.chkBackupOwnCode);
this.specials.Controls.Add(this.chkShowTestbtns);
this.specials.Location = new System.Drawing.Point(325, 216);
this.specials.Name = "specials";
@ -357,6 +359,16 @@
this.chkShowTestbtns.Text = "visa testknapp";
this.chkShowTestbtns.UseVisualStyleBackColor = true;
//
// chkBackupOwnCode
//
this.chkBackupOwnCode.AutoSize = true;
this.chkBackupOwnCode.Location = new System.Drawing.Point(7, 44);
this.chkBackupOwnCode.Name = "chkBackupOwnCode";
this.chkBackupOwnCode.Size = new System.Drawing.Size(129, 17);
this.chkBackupOwnCode.TabIndex = 1;
this.chkBackupOwnCode.Text = "Backup av Egna vars";
this.chkBackupOwnCode.UseVisualStyleBackColor = true;
//
// frmSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@ -419,5 +431,6 @@
private System.Windows.Forms.Label label8;
private System.Windows.Forms.GroupBox specials;
private System.Windows.Forms.CheckBox chkShowTestbtns;
private System.Windows.Forms.CheckBox chkBackupOwnCode;
}
}