|
@@ -32,14 +32,14 @@ namespace Optimizer
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
|
|
- System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("Processors", 0, 0);
|
|
|
- System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("Memory", 1, 1);
|
|
|
- System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("Graphics", 2, 2);
|
|
|
- System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("Motherboard", 3, 3);
|
|
|
- System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("Storage", 4, 4);
|
|
|
- System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("Network Adapters", 5, 5);
|
|
|
- System.Windows.Forms.TreeNode treeNode15 = new System.Windows.Forms.TreeNode("Audio", 6, 6);
|
|
|
- System.Windows.Forms.TreeNode treeNode16 = new System.Windows.Forms.TreeNode("Peripherals", 7, 7);
|
|
|
+ System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Processors", 0, 0);
|
|
|
+ System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Memory", 1, 1);
|
|
|
+ System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Graphics", 2, 2);
|
|
|
+ System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Motherboard", 3, 3);
|
|
|
+ System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("Storage", 4, 4);
|
|
|
+ System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("Network Adapters", 5, 5);
|
|
|
+ System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("Audio", 6, 6);
|
|
|
+ System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("Peripherals", 7, 7);
|
|
|
this.tpanel = new System.Windows.Forms.Panel();
|
|
|
this.picLab = new System.Windows.Forms.PictureBox();
|
|
|
this.picUpdate = new System.Windows.Forms.PictureBox();
|
|
@@ -333,6 +333,8 @@ namespace Optimizer
|
|
|
this.helpTipsToggle = new Optimizer.ToggleCard();
|
|
|
this.pictureBox85 = new System.Windows.Forms.PictureBox();
|
|
|
this.panel9 = new System.Windows.Forms.Panel();
|
|
|
+ this.radioTaiwan = new Optimizer.MoonnRadio();
|
|
|
+ this.pictureBox16 = new System.Windows.Forms.PictureBox();
|
|
|
this.radioCzech = new Optimizer.MoonnRadio();
|
|
|
this.pictureBox15 = new System.Windows.Forms.PictureBox();
|
|
|
this.radioChinese = new Optimizer.MoonnRadio();
|
|
@@ -402,8 +404,6 @@ namespace Optimizer
|
|
|
this.trayExit = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.launcherIcon = new System.Windows.Forms.NotifyIcon(this.components);
|
|
|
this.helpBox = new Optimizer.MoonTip();
|
|
|
- this.radioTaiwan = new Optimizer.MoonnRadio();
|
|
|
- this.pictureBox16 = new System.Windows.Forms.PictureBox();
|
|
|
this.tpanel.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picLab)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpdate)).BeginInit();
|
|
@@ -459,6 +459,7 @@ namespace Optimizer
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox85)).BeginInit();
|
|
|
this.panel9.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
|
|
@@ -472,7 +473,6 @@ namespace Optimizer
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox86)).BeginInit();
|
|
|
this.panel8.SuspendLayout();
|
|
|
this.launcherMenu.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// tpanel
|
|
@@ -3497,47 +3497,47 @@ namespace Optimizer
|
|
|
this.specsTree.ForeColor = System.Drawing.Color.White;
|
|
|
this.specsTree.Location = new System.Drawing.Point(0, 0);
|
|
|
this.specsTree.Name = "specsTree";
|
|
|
- treeNode9.ImageIndex = 0;
|
|
|
- treeNode9.Name = "cpu";
|
|
|
- treeNode9.SelectedImageIndex = 0;
|
|
|
- treeNode9.Text = "Processors";
|
|
|
- treeNode10.ImageIndex = 1;
|
|
|
- treeNode10.Name = "ram";
|
|
|
- treeNode10.SelectedImageIndex = 1;
|
|
|
- treeNode10.Text = "Memory";
|
|
|
- treeNode11.ImageIndex = 2;
|
|
|
- treeNode11.Name = "gpu";
|
|
|
- treeNode11.SelectedImageIndex = 2;
|
|
|
- treeNode11.Text = "Graphics";
|
|
|
- treeNode12.ImageIndex = 3;
|
|
|
- treeNode12.Name = "mobo";
|
|
|
- treeNode12.SelectedImageIndex = 3;
|
|
|
- treeNode12.Text = "Motherboard";
|
|
|
- treeNode13.ImageIndex = 4;
|
|
|
- treeNode13.Name = "disk";
|
|
|
- treeNode13.SelectedImageIndex = 4;
|
|
|
- treeNode13.Text = "Storage";
|
|
|
- treeNode14.ImageIndex = 5;
|
|
|
- treeNode14.Name = "inet";
|
|
|
- treeNode14.SelectedImageIndex = 5;
|
|
|
- treeNode14.Text = "Network Adapters";
|
|
|
- treeNode15.ImageIndex = 6;
|
|
|
- treeNode15.Name = "audio";
|
|
|
- treeNode15.SelectedImageIndex = 6;
|
|
|
- treeNode15.Text = "Audio";
|
|
|
- treeNode16.ImageIndex = 7;
|
|
|
- treeNode16.Name = "dev";
|
|
|
- treeNode16.SelectedImageIndex = 7;
|
|
|
- treeNode16.Text = "Peripherals";
|
|
|
+ treeNode1.ImageIndex = 0;
|
|
|
+ treeNode1.Name = "cpu";
|
|
|
+ treeNode1.SelectedImageIndex = 0;
|
|
|
+ treeNode1.Text = "Processors";
|
|
|
+ treeNode2.ImageIndex = 1;
|
|
|
+ treeNode2.Name = "ram";
|
|
|
+ treeNode2.SelectedImageIndex = 1;
|
|
|
+ treeNode2.Text = "Memory";
|
|
|
+ treeNode3.ImageIndex = 2;
|
|
|
+ treeNode3.Name = "gpu";
|
|
|
+ treeNode3.SelectedImageIndex = 2;
|
|
|
+ treeNode3.Text = "Graphics";
|
|
|
+ treeNode4.ImageIndex = 3;
|
|
|
+ treeNode4.Name = "mobo";
|
|
|
+ treeNode4.SelectedImageIndex = 3;
|
|
|
+ treeNode4.Text = "Motherboard";
|
|
|
+ treeNode5.ImageIndex = 4;
|
|
|
+ treeNode5.Name = "disk";
|
|
|
+ treeNode5.SelectedImageIndex = 4;
|
|
|
+ treeNode5.Text = "Storage";
|
|
|
+ treeNode6.ImageIndex = 5;
|
|
|
+ treeNode6.Name = "inet";
|
|
|
+ treeNode6.SelectedImageIndex = 5;
|
|
|
+ treeNode6.Text = "Network Adapters";
|
|
|
+ treeNode7.ImageIndex = 6;
|
|
|
+ treeNode7.Name = "audio";
|
|
|
+ treeNode7.SelectedImageIndex = 6;
|
|
|
+ treeNode7.Text = "Audio";
|
|
|
+ treeNode8.ImageIndex = 7;
|
|
|
+ treeNode8.Name = "dev";
|
|
|
+ treeNode8.SelectedImageIndex = 7;
|
|
|
+ treeNode8.Text = "Peripherals";
|
|
|
this.specsTree.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
|
|
|
- treeNode9,
|
|
|
- treeNode10,
|
|
|
- treeNode11,
|
|
|
- treeNode12,
|
|
|
- treeNode13,
|
|
|
- treeNode14,
|
|
|
- treeNode15,
|
|
|
- treeNode16});
|
|
|
+ treeNode1,
|
|
|
+ treeNode2,
|
|
|
+ treeNode3,
|
|
|
+ treeNode4,
|
|
|
+ treeNode5,
|
|
|
+ treeNode6,
|
|
|
+ treeNode7,
|
|
|
+ treeNode8});
|
|
|
this.specsTree.Size = new System.Drawing.Size(991, 567);
|
|
|
this.specsTree.TabIndex = 0;
|
|
|
this.specsTree.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.specsTree_NodeMouseClick);
|
|
@@ -4772,6 +4772,32 @@ namespace Optimizer
|
|
|
this.panel9.Size = new System.Drawing.Size(279, 390);
|
|
|
this.panel9.TabIndex = 73;
|
|
|
//
|
|
|
+ // radioTaiwan
|
|
|
+ //
|
|
|
+ this.radioTaiwan.AutoSize = true;
|
|
|
+ this.radioTaiwan.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
|
|
|
+ this.radioTaiwan.ForeColor = System.Drawing.Color.White;
|
|
|
+ this.radioTaiwan.Location = new System.Drawing.Point(157, 326);
|
|
|
+ this.radioTaiwan.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.radioTaiwan.Name = "radioTaiwan";
|
|
|
+ this.radioTaiwan.Size = new System.Drawing.Size(62, 25);
|
|
|
+ this.radioTaiwan.TabIndex = 106;
|
|
|
+ this.radioTaiwan.Tag = "";
|
|
|
+ this.radioTaiwan.Text = "國語";
|
|
|
+ this.radioTaiwan.UseVisualStyleBackColor = true;
|
|
|
+ this.radioTaiwan.Click += new System.EventHandler(this.radioTaiwan_Click);
|
|
|
+ //
|
|
|
+ // pictureBox16
|
|
|
+ //
|
|
|
+ this.pictureBox16.Image = global::Optimizer.Properties.Resources.taiwan;
|
|
|
+ this.pictureBox16.Location = new System.Drawing.Point(120, 329);
|
|
|
+ this.pictureBox16.Name = "pictureBox16";
|
|
|
+ this.pictureBox16.Size = new System.Drawing.Size(32, 19);
|
|
|
+ this.pictureBox16.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
+ this.pictureBox16.TabIndex = 105;
|
|
|
+ this.pictureBox16.TabStop = false;
|
|
|
+ this.pictureBox16.Click += new System.EventHandler(this.pictureBox16_Click);
|
|
|
+ //
|
|
|
// radioCzech
|
|
|
//
|
|
|
this.radioCzech.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
@@ -4792,9 +4818,9 @@ namespace Optimizer
|
|
|
//
|
|
|
this.pictureBox15.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
this.pictureBox15.Image = global::Optimizer.Properties.Resources.czech;
|
|
|
- this.pictureBox15.Location = new System.Drawing.Point(116, 298);
|
|
|
+ this.pictureBox15.Location = new System.Drawing.Point(120, 299);
|
|
|
this.pictureBox15.Name = "pictureBox15";
|
|
|
- this.pictureBox15.Size = new System.Drawing.Size(36, 22);
|
|
|
+ this.pictureBox15.Size = new System.Drawing.Size(32, 19);
|
|
|
this.pictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pictureBox15.TabIndex = 103;
|
|
|
this.pictureBox15.TabStop = false;
|
|
@@ -4820,9 +4846,9 @@ namespace Optimizer
|
|
|
//
|
|
|
this.pictureBox7.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
this.pictureBox7.Image = global::Optimizer.Properties.Resources.china;
|
|
|
- this.pictureBox7.Location = new System.Drawing.Point(116, 269);
|
|
|
+ this.pictureBox7.Location = new System.Drawing.Point(120, 271);
|
|
|
this.pictureBox7.Name = "pictureBox7";
|
|
|
- this.pictureBox7.Size = new System.Drawing.Size(36, 22);
|
|
|
+ this.pictureBox7.Size = new System.Drawing.Size(32, 19);
|
|
|
this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pictureBox7.TabIndex = 101;
|
|
|
this.pictureBox7.TabStop = false;
|
|
@@ -4848,9 +4874,9 @@ namespace Optimizer
|
|
|
//
|
|
|
this.pictureBox6.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
this.pictureBox6.Image = global::Optimizer.Properties.Resources.italy;
|
|
|
- this.pictureBox6.Location = new System.Drawing.Point(116, 240);
|
|
|
+ this.pictureBox6.Location = new System.Drawing.Point(120, 242);
|
|
|
this.pictureBox6.Name = "pictureBox6";
|
|
|
- this.pictureBox6.Size = new System.Drawing.Size(36, 22);
|
|
|
+ this.pictureBox6.Size = new System.Drawing.Size(32, 19);
|
|
|
this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pictureBox6.TabIndex = 89;
|
|
|
this.pictureBox6.TabStop = false;
|
|
@@ -4876,9 +4902,9 @@ namespace Optimizer
|
|
|
//
|
|
|
this.pictureBox5.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
this.pictureBox5.Image = global::Optimizer.Properties.Resources.france;
|
|
|
- this.pictureBox5.Location = new System.Drawing.Point(116, 211);
|
|
|
+ this.pictureBox5.Location = new System.Drawing.Point(120, 213);
|
|
|
this.pictureBox5.Name = "pictureBox5";
|
|
|
- this.pictureBox5.Size = new System.Drawing.Size(36, 22);
|
|
|
+ this.pictureBox5.Size = new System.Drawing.Size(32, 19);
|
|
|
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pictureBox5.TabIndex = 87;
|
|
|
this.pictureBox5.TabStop = false;
|
|
@@ -4904,9 +4930,9 @@ namespace Optimizer
|
|
|
//
|
|
|
this.pictureBox4.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
this.pictureBox4.Image = global::Optimizer.Properties.Resources.brazil;
|
|
|
- this.pictureBox4.Location = new System.Drawing.Point(116, 182);
|
|
|
+ this.pictureBox4.Location = new System.Drawing.Point(120, 183);
|
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
|
- this.pictureBox4.Size = new System.Drawing.Size(36, 22);
|
|
|
+ this.pictureBox4.Size = new System.Drawing.Size(32, 19);
|
|
|
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pictureBox4.TabIndex = 85;
|
|
|
this.pictureBox4.TabStop = false;
|
|
@@ -4932,9 +4958,9 @@ namespace Optimizer
|
|
|
//
|
|
|
this.pictureBox3.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
this.pictureBox3.Image = global::Optimizer.Properties.Resources.spain;
|
|
|
- this.pictureBox3.Location = new System.Drawing.Point(116, 154);
|
|
|
+ this.pictureBox3.Location = new System.Drawing.Point(120, 156);
|
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
|
- this.pictureBox3.Size = new System.Drawing.Size(36, 22);
|
|
|
+ this.pictureBox3.Size = new System.Drawing.Size(32, 19);
|
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pictureBox3.TabIndex = 83;
|
|
|
this.pictureBox3.TabStop = false;
|
|
@@ -4960,9 +4986,9 @@ namespace Optimizer
|
|
|
//
|
|
|
this.pictureBox2.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
this.pictureBox2.Image = global::Optimizer.Properties.Resources.germany;
|
|
|
- this.pictureBox2.Location = new System.Drawing.Point(116, 96);
|
|
|
+ this.pictureBox2.Location = new System.Drawing.Point(120, 97);
|
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
|
- this.pictureBox2.Size = new System.Drawing.Size(36, 22);
|
|
|
+ this.pictureBox2.Size = new System.Drawing.Size(32, 19);
|
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pictureBox2.TabIndex = 81;
|
|
|
this.pictureBox2.TabStop = false;
|
|
@@ -4972,9 +4998,9 @@ namespace Optimizer
|
|
|
//
|
|
|
this.pictureBox89.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
this.pictureBox89.Image = global::Optimizer.Properties.Resources.turkey;
|
|
|
- this.pictureBox89.Location = new System.Drawing.Point(116, 125);
|
|
|
+ this.pictureBox89.Location = new System.Drawing.Point(120, 126);
|
|
|
this.pictureBox89.Name = "pictureBox89";
|
|
|
- this.pictureBox89.Size = new System.Drawing.Size(36, 22);
|
|
|
+ this.pictureBox89.Size = new System.Drawing.Size(32, 19);
|
|
|
this.pictureBox89.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pictureBox89.TabIndex = 79;
|
|
|
this.pictureBox89.TabStop = false;
|
|
@@ -5000,9 +5026,9 @@ namespace Optimizer
|
|
|
//
|
|
|
this.pictureBox88.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
this.pictureBox88.Image = global::Optimizer.Properties.Resources.greece;
|
|
|
- this.pictureBox88.Location = new System.Drawing.Point(116, 67);
|
|
|
+ this.pictureBox88.Location = new System.Drawing.Point(120, 69);
|
|
|
this.pictureBox88.Name = "pictureBox88";
|
|
|
- this.pictureBox88.Size = new System.Drawing.Size(36, 22);
|
|
|
+ this.pictureBox88.Size = new System.Drawing.Size(32, 19);
|
|
|
this.pictureBox88.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pictureBox88.TabIndex = 77;
|
|
|
this.pictureBox88.TabStop = false;
|
|
@@ -5028,9 +5054,9 @@ namespace Optimizer
|
|
|
//
|
|
|
this.pictureBox87.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
this.pictureBox87.Image = global::Optimizer.Properties.Resources.russia;
|
|
|
- this.pictureBox87.Location = new System.Drawing.Point(116, 38);
|
|
|
+ this.pictureBox87.Location = new System.Drawing.Point(120, 39);
|
|
|
this.pictureBox87.Name = "pictureBox87";
|
|
|
- this.pictureBox87.Size = new System.Drawing.Size(36, 22);
|
|
|
+ this.pictureBox87.Size = new System.Drawing.Size(32, 19);
|
|
|
this.pictureBox87.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pictureBox87.TabIndex = 76;
|
|
|
this.pictureBox87.TabStop = false;
|
|
@@ -5072,9 +5098,9 @@ namespace Optimizer
|
|
|
//
|
|
|
this.pictureBox86.Anchor = System.Windows.Forms.AnchorStyles.Top;
|
|
|
this.pictureBox86.Image = global::Optimizer.Properties.Resources.united_kingdom;
|
|
|
- this.pictureBox86.Location = new System.Drawing.Point(116, 9);
|
|
|
+ this.pictureBox86.Location = new System.Drawing.Point(120, 11);
|
|
|
this.pictureBox86.Name = "pictureBox86";
|
|
|
- this.pictureBox86.Size = new System.Drawing.Size(36, 22);
|
|
|
+ this.pictureBox86.Size = new System.Drawing.Size(32, 19);
|
|
|
this.pictureBox86.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
this.pictureBox86.TabIndex = 75;
|
|
|
this.pictureBox86.TabStop = false;
|
|
@@ -5611,32 +5637,6 @@ namespace Optimizer
|
|
|
this.helpBox.UseAnimation = false;
|
|
|
this.helpBox.UseFading = false;
|
|
|
//
|
|
|
- // radioTaiwan
|
|
|
- //
|
|
|
- this.radioTaiwan.AutoSize = true;
|
|
|
- this.radioTaiwan.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
|
|
|
- this.radioTaiwan.ForeColor = System.Drawing.Color.White;
|
|
|
- this.radioTaiwan.Location = new System.Drawing.Point(157, 326);
|
|
|
- this.radioTaiwan.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.radioTaiwan.Name = "radioTaiwan";
|
|
|
- this.radioTaiwan.Size = new System.Drawing.Size(62, 25);
|
|
|
- this.radioTaiwan.TabIndex = 106;
|
|
|
- this.radioTaiwan.Tag = "";
|
|
|
- this.radioTaiwan.Text = "國語";
|
|
|
- this.radioTaiwan.UseVisualStyleBackColor = true;
|
|
|
- this.radioTaiwan.Click += new System.EventHandler(this.radioTaiwan_Click);
|
|
|
- //
|
|
|
- // pictureBox16
|
|
|
- //
|
|
|
- this.pictureBox16.Image = global::Optimizer.Properties.Resources.taiwan;
|
|
|
- this.pictureBox16.Location = new System.Drawing.Point(116, 327);
|
|
|
- this.pictureBox16.Name = "pictureBox16";
|
|
|
- this.pictureBox16.Size = new System.Drawing.Size(36, 22);
|
|
|
- this.pictureBox16.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
- this.pictureBox16.TabIndex = 105;
|
|
|
- this.pictureBox16.TabStop = false;
|
|
|
- this.pictureBox16.Click += new System.EventHandler(this.pictureBox16_Click);
|
|
|
- //
|
|
|
// MainForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
@@ -5737,6 +5737,7 @@ namespace Optimizer
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox85)).EndInit();
|
|
|
this.panel9.ResumeLayout(false);
|
|
|
this.panel9.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
|
|
@@ -5751,7 +5752,6 @@ namespace Optimizer
|
|
|
this.panel8.ResumeLayout(false);
|
|
|
this.panel8.PerformLayout();
|
|
|
this.launcherMenu.ResumeLayout(false);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|