aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/VSIX/Tango.BuildExtensions/BuildForm.Designer.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2018-06-23 20:57:43 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2018-06-23 20:57:43 +0300
commit55c624cfa11e1c7998e5d3de0721aeee0814ce33 (patch)
treeadaad581c820aee174d559b6bae1075a78ea793b /Software/Visual_Studio/VSIX/Tango.BuildExtensions/BuildForm.Designer.cs
parent9488c1e116ffb61beb7bd581695605a75b2b7de9 (diff)
downloadTango-55c624cfa11e1c7998e5d3de0721aeee0814ce33.tar.gz
Tango-55c624cfa11e1c7998e5d3de0721aeee0814ce33.zip
Implemented TouchAutoComplete!
Refactored VSIX Tango Build Engine to use VS dialogs only. Added SQLite generation to VSIX. Implemented Job customer with auto complete on PPC job view.
Diffstat (limited to 'Software/Visual_Studio/VSIX/Tango.BuildExtensions/BuildForm.Designer.cs')
-rw-r--r--Software/Visual_Studio/VSIX/Tango.BuildExtensions/BuildForm.Designer.cs29
1 files changed, 22 insertions, 7 deletions
diff --git a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/BuildForm.Designer.cs b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/BuildForm.Designer.cs
index 5f7c82c65..da3796faf 100644
--- a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/BuildForm.Designer.cs
+++ b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/BuildForm.Designer.cs
@@ -39,6 +39,7 @@
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
+ this.chkSQLite = new System.Windows.Forms.CheckBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
@@ -46,6 +47,7 @@
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel1.Controls.Add(this.chkSQLite);
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.btnOK);
this.panel1.Controls.Add(this.chkBuildSolution);
@@ -59,7 +61,7 @@
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(596, 285);
+ this.panel1.Size = new System.Drawing.Size(596, 327);
this.panel1.TabIndex = 2;
//
// btnCancel
@@ -71,7 +73,7 @@
this.btnCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.btnCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnCancel.Location = new System.Drawing.Point(349, 230);
+ this.btnCancel.Location = new System.Drawing.Point(349, 272);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(114, 42);
this.btnCancel.TabIndex = 11;
@@ -87,7 +89,7 @@
this.btnOK.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
this.btnOK.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnOK.Location = new System.Drawing.Point(469, 230);
+ this.btnOK.Location = new System.Drawing.Point(469, 272);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(114, 42);
this.btnOK.TabIndex = 10;
@@ -99,11 +101,11 @@
this.chkBuildSolution.AutoSize = true;
this.chkBuildSolution.Cursor = System.Windows.Forms.Cursors.Arrow;
this.chkBuildSolution.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.chkBuildSolution.Location = new System.Drawing.Point(27, 196);
+ this.chkBuildSolution.Location = new System.Drawing.Point(27, 222);
this.chkBuildSolution.Name = "chkBuildSolution";
- this.chkBuildSolution.Size = new System.Drawing.Size(108, 20);
+ this.chkBuildSolution.Size = new System.Drawing.Size(111, 20);
this.chkBuildSolution.TabIndex = 9;
- this.chkBuildSolution.Text = "Build Solution";
+ this.chkBuildSolution.Text = "Build Solution.";
this.chkBuildSolution.UseVisualStyleBackColor = true;
//
// chkUpdateAndBuildPMR
@@ -190,12 +192,24 @@
this.label1.Text = "Tango Build Engine";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
+ // chkSQLite
+ //
+ this.chkSQLite.AutoSize = true;
+ this.chkSQLite.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.chkSQLite.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.chkSQLite.Location = new System.Drawing.Point(27, 196);
+ this.chkSQLite.Name = "chkSQLite";
+ this.chkSQLite.Size = new System.Drawing.Size(252, 20);
+ this.chkSQLite.TabIndex = 12;
+ this.chkSQLite.Text = "Generate SQLite DB from SQL Server.";
+ this.chkSQLite.UseVisualStyleBackColor = true;
+ //
// BuildForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
- this.ClientSize = new System.Drawing.Size(596, 285);
+ this.ClientSize = new System.Drawing.Size(596, 327);
this.ControlBox = false;
this.Controls.Add(this.panel1);
this.ForeColor = System.Drawing.Color.Gainsboro;
@@ -228,5 +242,6 @@
private System.Windows.Forms.CheckBox chkBuildSolution;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
+ private System.Windows.Forms.CheckBox chkSQLite;
}
} \ No newline at end of file