Implementation of saver started

This commit is contained in:
2015-07-14 23:40:33 +02:00
parent 79d4c1cb27
commit a06104a7cc
7 changed files with 286 additions and 37 deletions

View File

@ -57,8 +57,12 @@
this.txtLogSection = new System.Windows.Forms.TextBox();
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.chkShowTestbtns = new System.Windows.Forms.CheckBox();
this.txtActualFile = new System.Windows.Forms.TextBox();
this.txtFilePath = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.specials.SuspendLayout();
@ -67,7 +71,7 @@
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.Location = new System.Drawing.Point(487, 370);
this.btnCancel.Location = new System.Drawing.Point(467, 416);
this.btnCancel.Margin = new System.Windows.Forms.Padding(2);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(79, 24);
@ -79,7 +83,7 @@
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.Location = new System.Drawing.Point(403, 370);
this.btnSave.Location = new System.Drawing.Point(383, 416);
this.btnSave.Margin = new System.Windows.Forms.Padding(2);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(79, 24);
@ -110,7 +114,7 @@
//
// txtUserName
//
this.txtUserName.Location = new System.Drawing.Point(101, 42);
this.txtUserName.Location = new System.Drawing.Point(108, 41);
this.txtUserName.Margin = new System.Windows.Forms.Padding(2);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Size = new System.Drawing.Size(195, 20);
@ -118,7 +122,7 @@
//
// txtCompanyName
//
this.txtCompanyName.Location = new System.Drawing.Point(101, 62);
this.txtCompanyName.Location = new System.Drawing.Point(108, 61);
this.txtCompanyName.Margin = new System.Windows.Forms.Padding(2);
this.txtCompanyName.Name = "txtCompanyName";
this.txtCompanyName.Size = new System.Drawing.Size(195, 20);
@ -254,6 +258,8 @@
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.txtExpPrefix);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label5);
@ -268,9 +274,9 @@
this.groupBox1.Controls.Add(this.chkWrap);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.chkUnique);
this.groupBox1.Location = new System.Drawing.Point(15, 110);
this.groupBox1.Location = new System.Drawing.Point(15, 157);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(304, 255);
this.groupBox1.Size = new System.Drawing.Size(287, 260);
this.groupBox1.TabIndex = 39;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Utgångs inställningar";
@ -294,13 +300,14 @@
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.txtLogPost);
this.groupBox2.Controls.Add(this.txtLogSection);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Location = new System.Drawing.Point(325, 110);
this.groupBox2.Location = new System.Drawing.Point(306, 157);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(240, 99);
this.groupBox2.Size = new System.Drawing.Size(240, 104);
this.groupBox2.TabIndex = 40;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Namn på generella variabler och procedurer";
@ -340,25 +347,16 @@
//
// specials
//
this.specials.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.specials.Controls.Add(this.chkBackupOwnCode);
this.specials.Controls.Add(this.chkShowTestbtns);
this.specials.Location = new System.Drawing.Point(325, 216);
this.specials.Location = new System.Drawing.Point(305, 263);
this.specials.Name = "specials";
this.specials.Size = new System.Drawing.Size(240, 149);
this.specials.TabIndex = 41;
this.specials.TabStop = false;
this.specials.Text = "specialla inställningar";
//
// chkShowTestbtns
//
this.chkShowTestbtns.AutoSize = true;
this.chkShowTestbtns.Location = new System.Drawing.Point(7, 20);
this.chkShowTestbtns.Name = "chkShowTestbtns";
this.chkShowTestbtns.Size = new System.Drawing.Size(95, 17);
this.chkShowTestbtns.TabIndex = 0;
this.chkShowTestbtns.Text = "visa testknapp";
this.chkShowTestbtns.UseVisualStyleBackColor = true;
//
// chkBackupOwnCode
//
this.chkBackupOwnCode.AutoSize = true;
@ -369,11 +367,63 @@
this.chkBackupOwnCode.Text = "Backup av Egna vars";
this.chkBackupOwnCode.UseVisualStyleBackColor = true;
//
// chkShowTestbtns
//
this.chkShowTestbtns.AutoSize = true;
this.chkShowTestbtns.Location = new System.Drawing.Point(7, 20);
this.chkShowTestbtns.Name = "chkShowTestbtns";
this.chkShowTestbtns.Size = new System.Drawing.Size(95, 17);
this.chkShowTestbtns.TabIndex = 0;
this.chkShowTestbtns.Text = "visa testknapp";
this.chkShowTestbtns.UseVisualStyleBackColor = true;
//
// txtActualFile
//
this.txtActualFile.ForeColor = System.Drawing.SystemColors.WindowFrame;
this.txtActualFile.Location = new System.Drawing.Point(108, 82);
this.txtActualFile.Name = "txtActualFile";
this.txtActualFile.ReadOnly = true;
this.txtActualFile.Size = new System.Drawing.Size(425, 20);
this.txtActualFile.TabIndex = 42;
//
// txtFilePath
//
this.txtFilePath.ForeColor = System.Drawing.SystemColors.WindowFrame;
this.txtFilePath.Location = new System.Drawing.Point(108, 103);
this.txtFilePath.Name = "txtFilePath";
this.txtFilePath.ReadOnly = true;
this.txtFilePath.Size = new System.Drawing.Size(425, 20);
this.txtFilePath.TabIndex = 43;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(14, 107);
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(93, 13);
this.label9.TabIndex = 45;
this.label9.Text = "Urspr Filens Path :";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(12, 86);
this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(83, 13);
this.label10.TabIndex = 44;
this.label10.Text = "Aktuell Urspr Fil:";
//
// frmSettings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(577, 399);
this.ClientSize = new System.Drawing.Size(557, 445);
this.Controls.Add(this.label9);
this.Controls.Add(this.label10);
this.Controls.Add(this.txtFilePath);
this.Controls.Add(this.txtActualFile);
this.Controls.Add(this.specials);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
@ -432,5 +482,9 @@
private System.Windows.Forms.GroupBox specials;
private System.Windows.Forms.CheckBox chkShowTestbtns;
private System.Windows.Forms.CheckBox chkBackupOwnCode;
private System.Windows.Forms.TextBox txtActualFile;
private System.Windows.Forms.TextBox txtFilePath;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
}
}