Prepared view to be wired to the old projects
This commit is contained in:
90
Test_Merge/Settings.Designer.cs
generated
90
Test_Merge/Settings.Designer.cs
generated
@@ -42,6 +42,7 @@
|
||||
this.btnAddDriver = new System.Windows.Forms.Button();
|
||||
this.tbxDriverName = new System.Windows.Forms.TextBox();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.btnRefresh = new System.Windows.Forms.Button();
|
||||
this.pbxMain = new System.Windows.Forms.PictureBox();
|
||||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||||
this.pbxDriverZone = new System.Windows.Forms.PictureBox();
|
||||
@@ -50,9 +51,9 @@
|
||||
this.lsbPresets = new System.Windows.Forms.ListBox();
|
||||
this.textBox5 = new System.Windows.Forms.TextBox();
|
||||
this.btnSavePreset = new System.Windows.Forms.Button();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.label6 = new System.Windows.Forms.Label();
|
||||
this.lblWindowsRemaining = new System.Windows.Forms.Label();
|
||||
this.lblZonePointsRemaning = new System.Windows.Forms.Label();
|
||||
this.lblWindowPointsRemaining = new System.Windows.Forms.Label();
|
||||
this.btnCreateWindow = new System.Windows.Forms.Button();
|
||||
this.btnCreatZone = new System.Windows.Forms.Button();
|
||||
this.gpbxInfos.SuspendLayout();
|
||||
@@ -107,6 +108,7 @@
|
||||
this.tbxGpYear.Name = "tbxGpYear";
|
||||
this.tbxGpYear.Size = new System.Drawing.Size(247, 29);
|
||||
this.tbxGpYear.TabIndex = 6;
|
||||
this.tbxGpYear.TextChanged += new System.EventHandler(this.tbxGpYear_TextChanged);
|
||||
//
|
||||
// tbxGpName
|
||||
//
|
||||
@@ -115,6 +117,7 @@
|
||||
this.tbxGpName.Name = "tbxGpName";
|
||||
this.tbxGpName.Size = new System.Drawing.Size(247, 29);
|
||||
this.tbxGpName.TabIndex = 5;
|
||||
this.tbxGpName.TextChanged += new System.EventHandler(this.tbxGpName_TextChanged);
|
||||
//
|
||||
// tbxGpUrl
|
||||
//
|
||||
@@ -123,6 +126,7 @@
|
||||
this.tbxGpUrl.Name = "tbxGpUrl";
|
||||
this.tbxGpUrl.Size = new System.Drawing.Size(247, 29);
|
||||
this.tbxGpUrl.TabIndex = 4;
|
||||
this.tbxGpUrl.TextChanged += new System.EventHandler(this.tbxGpUrl_TextChanged);
|
||||
//
|
||||
// label4
|
||||
//
|
||||
@@ -162,7 +166,7 @@
|
||||
this.lsbDrivers.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
||||
this.lsbDrivers.FormattingEnabled = true;
|
||||
this.lsbDrivers.ItemHeight = 23;
|
||||
this.lsbDrivers.Location = new System.Drawing.Point(10, 108);
|
||||
this.lsbDrivers.Location = new System.Drawing.Point(10, 109);
|
||||
this.lsbDrivers.Name = "lsbDrivers";
|
||||
this.lsbDrivers.Size = new System.Drawing.Size(243, 257);
|
||||
this.lsbDrivers.TabIndex = 10;
|
||||
@@ -170,33 +174,36 @@
|
||||
// btnRemoveDriver
|
||||
//
|
||||
this.btnRemoveDriver.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnRemoveDriver.Location = new System.Drawing.Point(132, 23);
|
||||
this.btnRemoveDriver.Location = new System.Drawing.Point(132, 24);
|
||||
this.btnRemoveDriver.Name = "btnRemoveDriver";
|
||||
this.btnRemoveDriver.Size = new System.Drawing.Size(121, 44);
|
||||
this.btnRemoveDriver.TabIndex = 9;
|
||||
this.btnRemoveDriver.Text = "Remove";
|
||||
this.btnRemoveDriver.UseVisualStyleBackColor = true;
|
||||
this.btnRemoveDriver.Click += new System.EventHandler(this.btnRemoveDriver_Click);
|
||||
//
|
||||
// btnAddDriver
|
||||
//
|
||||
this.btnAddDriver.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnAddDriver.Location = new System.Drawing.Point(10, 23);
|
||||
this.btnAddDriver.Location = new System.Drawing.Point(10, 24);
|
||||
this.btnAddDriver.Name = "btnAddDriver";
|
||||
this.btnAddDriver.Size = new System.Drawing.Size(116, 44);
|
||||
this.btnAddDriver.TabIndex = 8;
|
||||
this.btnAddDriver.Text = "Add";
|
||||
this.btnAddDriver.UseVisualStyleBackColor = true;
|
||||
this.btnAddDriver.Click += new System.EventHandler(this.btnAddDriver_Click);
|
||||
//
|
||||
// tbxDriverName
|
||||
//
|
||||
this.tbxDriverName.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.tbxDriverName.Location = new System.Drawing.Point(10, 73);
|
||||
this.tbxDriverName.Location = new System.Drawing.Point(10, 74);
|
||||
this.tbxDriverName.Name = "tbxDriverName";
|
||||
this.tbxDriverName.Size = new System.Drawing.Size(243, 29);
|
||||
this.tbxDriverName.TabIndex = 7;
|
||||
//
|
||||
// groupBox2
|
||||
//
|
||||
this.groupBox2.Controls.Add(this.btnRefresh);
|
||||
this.groupBox2.Controls.Add(this.pbxMain);
|
||||
this.groupBox2.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
||||
this.groupBox2.Location = new System.Drawing.Point(283, 55);
|
||||
@@ -206,6 +213,15 @@
|
||||
this.groupBox2.TabStop = false;
|
||||
this.groupBox2.Text = "Preview";
|
||||
//
|
||||
// btnRefresh
|
||||
//
|
||||
this.btnRefresh.Location = new System.Drawing.Point(6, 23);
|
||||
this.btnRefresh.Name = "btnRefresh";
|
||||
this.btnRefresh.Size = new System.Drawing.Size(101, 33);
|
||||
this.btnRefresh.TabIndex = 1;
|
||||
this.btnRefresh.Text = "Refresh";
|
||||
this.btnRefresh.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// pbxMain
|
||||
//
|
||||
this.pbxMain.Location = new System.Drawing.Point(6, 23);
|
||||
@@ -214,6 +230,7 @@
|
||||
this.pbxMain.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.pbxMain.TabIndex = 0;
|
||||
this.pbxMain.TabStop = false;
|
||||
this.pbxMain.Click += new System.EventHandler(this.pbxMain_Click);
|
||||
//
|
||||
// groupBox3
|
||||
//
|
||||
@@ -234,6 +251,7 @@
|
||||
this.pbxDriverZone.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||||
this.pbxDriverZone.TabIndex = 0;
|
||||
this.pbxDriverZone.TabStop = false;
|
||||
this.pbxDriverZone.Click += new System.EventHandler(this.pbxDriverZone_Click);
|
||||
//
|
||||
// groupBox4
|
||||
//
|
||||
@@ -241,9 +259,9 @@
|
||||
this.groupBox4.Controls.Add(this.lsbPresets);
|
||||
this.groupBox4.Controls.Add(this.textBox5);
|
||||
this.groupBox4.Controls.Add(this.btnSavePreset);
|
||||
this.groupBox4.Controls.Add(this.label7);
|
||||
this.groupBox4.Controls.Add(this.label5);
|
||||
this.groupBox4.Controls.Add(this.label6);
|
||||
this.groupBox4.Controls.Add(this.lblWindowsRemaining);
|
||||
this.groupBox4.Controls.Add(this.lblZonePointsRemaning);
|
||||
this.groupBox4.Controls.Add(this.lblWindowPointsRemaining);
|
||||
this.groupBox4.Controls.Add(this.btnCreateWindow);
|
||||
this.groupBox4.Controls.Add(this.btnCreatZone);
|
||||
this.groupBox4.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
|
||||
@@ -271,7 +289,6 @@
|
||||
this.lsbPresets.Name = "lsbPresets";
|
||||
this.lsbPresets.Size = new System.Drawing.Size(197, 257);
|
||||
this.lsbPresets.TabIndex = 8;
|
||||
this.lsbPresets.SelectedIndexChanged += new System.EventHandler(this.lsbPresets_SelectedIndexChanged);
|
||||
//
|
||||
// textBox5
|
||||
//
|
||||
@@ -290,32 +307,32 @@
|
||||
this.btnSavePreset.Text = "Save as new preset";
|
||||
this.btnSavePreset.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// label7
|
||||
// lblWindowsRemaining
|
||||
//
|
||||
this.label7.AutoSize = true;
|
||||
this.label7.Location = new System.Drawing.Point(6, 184);
|
||||
this.label7.Name = "label7";
|
||||
this.label7.Size = new System.Drawing.Size(183, 23);
|
||||
this.label7.TabIndex = 6;
|
||||
this.label7.Text = "7 windows remaining";
|
||||
this.lblWindowsRemaining.AutoSize = true;
|
||||
this.lblWindowsRemaining.Location = new System.Drawing.Point(6, 184);
|
||||
this.lblWindowsRemaining.Name = "lblWindowsRemaining";
|
||||
this.lblWindowsRemaining.Size = new System.Drawing.Size(183, 23);
|
||||
this.lblWindowsRemaining.TabIndex = 6;
|
||||
this.lblWindowsRemaining.Text = "7 windows remaining";
|
||||
//
|
||||
// label5
|
||||
// lblZonePointsRemaning
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new System.Drawing.Point(6, 85);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(163, 23);
|
||||
this.label5.TabIndex = 5;
|
||||
this.label5.Text = "0 points remaining";
|
||||
this.lblZonePointsRemaning.AutoSize = true;
|
||||
this.lblZonePointsRemaning.Location = new System.Drawing.Point(6, 85);
|
||||
this.lblZonePointsRemaning.Name = "lblZonePointsRemaning";
|
||||
this.lblZonePointsRemaning.Size = new System.Drawing.Size(163, 23);
|
||||
this.lblZonePointsRemaning.TabIndex = 5;
|
||||
this.lblZonePointsRemaning.Text = "0 points remaining";
|
||||
//
|
||||
// label6
|
||||
// lblWindowPointsRemaining
|
||||
//
|
||||
this.label6.AutoSize = true;
|
||||
this.label6.Location = new System.Drawing.Point(6, 161);
|
||||
this.label6.Name = "label6";
|
||||
this.label6.Size = new System.Drawing.Size(163, 23);
|
||||
this.label6.TabIndex = 4;
|
||||
this.label6.Text = "0 points remaining";
|
||||
this.lblWindowPointsRemaining.AutoSize = true;
|
||||
this.lblWindowPointsRemaining.Location = new System.Drawing.Point(6, 161);
|
||||
this.lblWindowPointsRemaining.Name = "lblWindowPointsRemaining";
|
||||
this.lblWindowPointsRemaining.Size = new System.Drawing.Size(163, 23);
|
||||
this.lblWindowPointsRemaining.TabIndex = 4;
|
||||
this.lblWindowPointsRemaining.Text = "0 points remaining";
|
||||
//
|
||||
// btnCreateWindow
|
||||
//
|
||||
@@ -325,6 +342,7 @@
|
||||
this.btnCreateWindow.TabIndex = 2;
|
||||
this.btnCreateWindow.Text = "Create new Window";
|
||||
this.btnCreateWindow.UseVisualStyleBackColor = true;
|
||||
this.btnCreateWindow.Click += new System.EventHandler(this.btnCreateWindow_Click);
|
||||
//
|
||||
// btnCreatZone
|
||||
//
|
||||
@@ -334,6 +352,7 @@
|
||||
this.btnCreatZone.TabIndex = 1;
|
||||
this.btnCreatZone.Text = "Create main zone";
|
||||
this.btnCreatZone.UseVisualStyleBackColor = true;
|
||||
this.btnCreatZone.Click += new System.EventHandler(this.btnCreatZone_Click);
|
||||
//
|
||||
// Settings
|
||||
//
|
||||
@@ -391,9 +410,10 @@
|
||||
private System.Windows.Forms.ListBox lsbPresets;
|
||||
private System.Windows.Forms.TextBox textBox5;
|
||||
private System.Windows.Forms.Button btnSavePreset;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.Label label6;
|
||||
private System.Windows.Forms.Label lblWindowsRemaining;
|
||||
private System.Windows.Forms.Label lblZonePointsRemaning;
|
||||
private System.Windows.Forms.Label lblWindowPointsRemaining;
|
||||
private System.Windows.Forms.Label label8;
|
||||
private System.Windows.Forms.Button btnRefresh;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user