123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430 |
-
- namespace Optimizer
- {
- partial class FirstRunForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FirstRunForm));
- this.pictureBox88 = new System.Windows.Forms.PictureBox();
- this.pictureBox87 = new System.Windows.Forms.PictureBox();
- this.pictureBox86 = new System.Windows.Forms.PictureBox();
- this.btnStart = new System.Windows.Forms.Button();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.pictureBox3 = new System.Windows.Forms.PictureBox();
- this.pictureBox4 = new System.Windows.Forms.PictureBox();
- this.pictureBox5 = new System.Windows.Forms.PictureBox();
- this.radioFrench = new Optimizer.MoonnRadio();
- this.radioPortuguese = new Optimizer.MoonnRadio();
- this.radioSpanish = new Optimizer.MoonnRadio();
- this.radioGerman = new Optimizer.MoonnRadio();
- this.radioTurkish = new Optimizer.MoonnRadio();
- this.radioHellenic = new Optimizer.MoonnRadio();
- this.radioEnglish = new Optimizer.MoonnRadio();
- this.radioRussian = new Optimizer.MoonnRadio();
- this.radioItalian = new Optimizer.MoonnRadio();
- this.pictureBox6 = new System.Windows.Forms.PictureBox();
- this.radioChinese = new Optimizer.MoonnRadio();
- this.pictureBox7 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox88)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox87)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox86)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
- this.SuspendLayout();
- //
- // pictureBox88
- //
- this.pictureBox88.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox88.Image")));
- this.pictureBox88.Location = new System.Drawing.Point(12, 70);
- this.pictureBox88.Name = "pictureBox88";
- this.pictureBox88.Size = new System.Drawing.Size(36, 22);
- this.pictureBox88.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox88.TabIndex = 83;
- this.pictureBox88.TabStop = false;
- this.pictureBox88.Click += new System.EventHandler(this.pictureBox88_Click);
- //
- // pictureBox87
- //
- this.pictureBox87.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox87.Image")));
- this.pictureBox87.Location = new System.Drawing.Point(12, 41);
- this.pictureBox87.Name = "pictureBox87";
- this.pictureBox87.Size = new System.Drawing.Size(36, 22);
- this.pictureBox87.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox87.TabIndex = 82;
- this.pictureBox87.TabStop = false;
- this.pictureBox87.Click += new System.EventHandler(this.pictureBox87_Click);
- //
- // pictureBox86
- //
- this.pictureBox86.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox86.Image")));
- this.pictureBox86.Location = new System.Drawing.Point(12, 12);
- this.pictureBox86.Name = "pictureBox86";
- this.pictureBox86.Size = new System.Drawing.Size(36, 22);
- this.pictureBox86.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox86.TabIndex = 81;
- this.pictureBox86.TabStop = false;
- this.pictureBox86.Click += new System.EventHandler(this.pictureBox86_Click);
- //
- // btnStart
- //
- this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.btnStart.BackColor = System.Drawing.Color.MediumOrchid;
- this.btnStart.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnStart.FlatAppearance.BorderSize = 0;
- this.btnStart.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkOrchid;
- this.btnStart.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DarkOrchid;
- this.btnStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnStart.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.btnStart.ForeColor = System.Drawing.Color.White;
- this.btnStart.Location = new System.Drawing.Point(11, 176);
- this.btnStart.Margin = new System.Windows.Forms.Padding(2);
- this.btnStart.Name = "btnStart";
- this.btnStart.Size = new System.Drawing.Size(289, 31);
- this.btnStart.TabIndex = 86;
- this.btnStart.Tag = "";
- this.btnStart.Text = "✓";
- this.btnStart.UseVisualStyleBackColor = false;
- this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(158, 10);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(36, 22);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 87;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
- //
- // pictureBox2
- //
- this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
- this.pictureBox2.Location = new System.Drawing.Point(12, 99);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(36, 22);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox2.TabIndex = 89;
- this.pictureBox2.TabStop = false;
- this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
- //
- // pictureBox3
- //
- this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
- this.pictureBox3.Location = new System.Drawing.Point(158, 39);
- this.pictureBox3.Name = "pictureBox3";
- this.pictureBox3.Size = new System.Drawing.Size(36, 22);
- this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox3.TabIndex = 91;
- this.pictureBox3.TabStop = false;
- this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
- //
- // pictureBox4
- //
- this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
- this.pictureBox4.Location = new System.Drawing.Point(158, 68);
- this.pictureBox4.Name = "pictureBox4";
- this.pictureBox4.Size = new System.Drawing.Size(36, 22);
- this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox4.TabIndex = 93;
- this.pictureBox4.TabStop = false;
- this.pictureBox4.Click += new System.EventHandler(this.pictureBox4_Click);
- //
- // pictureBox5
- //
- this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
- this.pictureBox5.Location = new System.Drawing.Point(159, 97);
- this.pictureBox5.Name = "pictureBox5";
- this.pictureBox5.Size = new System.Drawing.Size(36, 22);
- this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox5.TabIndex = 95;
- this.pictureBox5.TabStop = false;
- this.pictureBox5.Click += new System.EventHandler(this.pictureBox5_Click);
- //
- // radioFrench
- //
- this.radioFrench.AutoSize = true;
- this.radioFrench.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioFrench.ForeColor = System.Drawing.Color.White;
- this.radioFrench.Location = new System.Drawing.Point(200, 96);
- this.radioFrench.Margin = new System.Windows.Forms.Padding(2);
- this.radioFrench.Name = "radioFrench";
- this.radioFrench.Size = new System.Drawing.Size(86, 25);
- this.radioFrench.TabIndex = 96;
- this.radioFrench.Tag = "";
- this.radioFrench.Text = "Français";
- this.radioFrench.UseVisualStyleBackColor = true;
- this.radioFrench.CheckedChanged += new System.EventHandler(this.radioFrench_CheckedChanged);
- //
- // radioPortuguese
- //
- this.radioPortuguese.AutoSize = true;
- this.radioPortuguese.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioPortuguese.ForeColor = System.Drawing.Color.White;
- this.radioPortuguese.Location = new System.Drawing.Point(199, 67);
- this.radioPortuguese.Margin = new System.Windows.Forms.Padding(2);
- this.radioPortuguese.Name = "radioPortuguese";
- this.radioPortuguese.Size = new System.Drawing.Size(102, 25);
- this.radioPortuguese.TabIndex = 94;
- this.radioPortuguese.Tag = "";
- this.radioPortuguese.Text = "Português";
- this.radioPortuguese.UseVisualStyleBackColor = true;
- this.radioPortuguese.CheckedChanged += new System.EventHandler(this.radioPortuguese_CheckedChanged);
- //
- // radioSpanish
- //
- this.radioSpanish.AutoSize = true;
- this.radioSpanish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioSpanish.ForeColor = System.Drawing.Color.White;
- this.radioSpanish.Location = new System.Drawing.Point(199, 38);
- this.radioSpanish.Margin = new System.Windows.Forms.Padding(2);
- this.radioSpanish.Name = "radioSpanish";
- this.radioSpanish.Size = new System.Drawing.Size(84, 25);
- this.radioSpanish.TabIndex = 92;
- this.radioSpanish.Tag = "";
- this.radioSpanish.Text = "Español";
- this.radioSpanish.UseVisualStyleBackColor = true;
- this.radioSpanish.CheckedChanged += new System.EventHandler(this.radioSpanish_CheckedChanged);
- //
- // radioGerman
- //
- this.radioGerman.AutoSize = true;
- this.radioGerman.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioGerman.ForeColor = System.Drawing.Color.White;
- this.radioGerman.Location = new System.Drawing.Point(53, 98);
- this.radioGerman.Margin = new System.Windows.Forms.Padding(2);
- this.radioGerman.Name = "radioGerman";
- this.radioGerman.Size = new System.Drawing.Size(87, 25);
- this.radioGerman.TabIndex = 90;
- this.radioGerman.Tag = "";
- this.radioGerman.Text = "Deutsch";
- this.radioGerman.UseVisualStyleBackColor = true;
- this.radioGerman.CheckedChanged += new System.EventHandler(this.radioGerman_CheckedChanged);
- //
- // radioTurkish
- //
- this.radioTurkish.AutoSize = true;
- this.radioTurkish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioTurkish.ForeColor = System.Drawing.Color.White;
- this.radioTurkish.Location = new System.Drawing.Point(199, 9);
- this.radioTurkish.Margin = new System.Windows.Forms.Padding(2);
- this.radioTurkish.Name = "radioTurkish";
- this.radioTurkish.Size = new System.Drawing.Size(76, 25);
- this.radioTurkish.TabIndex = 88;
- this.radioTurkish.Tag = "";
- this.radioTurkish.Text = "Türkçe";
- this.radioTurkish.UseVisualStyleBackColor = true;
- this.radioTurkish.CheckedChanged += new System.EventHandler(this.radioTurkish_CheckedChanged);
- //
- // radioHellenic
- //
- this.radioHellenic.AutoSize = true;
- this.radioHellenic.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioHellenic.ForeColor = System.Drawing.Color.White;
- this.radioHellenic.Location = new System.Drawing.Point(53, 69);
- this.radioHellenic.Margin = new System.Windows.Forms.Padding(2);
- this.radioHellenic.Name = "radioHellenic";
- this.radioHellenic.Size = new System.Drawing.Size(94, 25);
- this.radioHellenic.TabIndex = 84;
- this.radioHellenic.Tag = "";
- this.radioHellenic.Text = "Ελληνικά";
- this.radioHellenic.UseVisualStyleBackColor = true;
- this.radioHellenic.CheckedChanged += new System.EventHandler(this.radioHellenic_CheckedChanged);
- //
- // radioEnglish
- //
- this.radioEnglish.AutoSize = true;
- this.radioEnglish.Checked = true;
- this.radioEnglish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Underline);
- this.radioEnglish.ForeColor = System.Drawing.Color.MediumOrchid;
- this.radioEnglish.Location = new System.Drawing.Point(53, 11);
- this.radioEnglish.Margin = new System.Windows.Forms.Padding(2);
- this.radioEnglish.Name = "radioEnglish";
- this.radioEnglish.Size = new System.Drawing.Size(79, 25);
- this.radioEnglish.TabIndex = 80;
- this.radioEnglish.TabStop = true;
- this.radioEnglish.Tag = "themeable";
- this.radioEnglish.Text = "English";
- this.radioEnglish.UseVisualStyleBackColor = true;
- this.radioEnglish.CheckedChanged += new System.EventHandler(this.radioEnglish_CheckedChanged);
- //
- // radioRussian
- //
- this.radioRussian.AutoSize = true;
- this.radioRussian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioRussian.ForeColor = System.Drawing.Color.White;
- this.radioRussian.Location = new System.Drawing.Point(53, 40);
- this.radioRussian.Margin = new System.Windows.Forms.Padding(2);
- this.radioRussian.Name = "radioRussian";
- this.radioRussian.Size = new System.Drawing.Size(90, 25);
- this.radioRussian.TabIndex = 79;
- this.radioRussian.Tag = "";
- this.radioRussian.Text = "русский";
- this.radioRussian.UseVisualStyleBackColor = true;
- this.radioRussian.CheckedChanged += new System.EventHandler(this.radioRussian_CheckedChanged);
- //
- // radioItalian
- //
- this.radioItalian.AutoSize = true;
- this.radioItalian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioItalian.ForeColor = System.Drawing.Color.White;
- this.radioItalian.Location = new System.Drawing.Point(53, 127);
- this.radioItalian.Margin = new System.Windows.Forms.Padding(2);
- this.radioItalian.Name = "radioItalian";
- this.radioItalian.Size = new System.Drawing.Size(82, 25);
- this.radioItalian.TabIndex = 98;
- this.radioItalian.Tag = "";
- this.radioItalian.Text = "Italiano";
- this.radioItalian.UseVisualStyleBackColor = true;
- this.radioItalian.CheckedChanged += new System.EventHandler(this.radioitalian_CheckedChanged);
- //
- // pictureBox6
- //
- this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
- this.pictureBox6.Location = new System.Drawing.Point(12, 128);
- this.pictureBox6.Name = "pictureBox6";
- this.pictureBox6.Size = new System.Drawing.Size(36, 22);
- this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox6.TabIndex = 97;
- this.pictureBox6.TabStop = false;
- this.pictureBox6.Click += new System.EventHandler(this.pictureBox6_Click);
- //
- // radioChinese
- //
- this.radioChinese.AutoSize = true;
- this.radioChinese.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioChinese.ForeColor = System.Drawing.Color.White;
- this.radioChinese.Location = new System.Drawing.Point(200, 127);
- this.radioChinese.Margin = new System.Windows.Forms.Padding(2);
- this.radioChinese.Name = "radioChinese";
- this.radioChinese.Size = new System.Drawing.Size(96, 25);
- this.radioChinese.TabIndex = 100;
- this.radioChinese.Tag = "";
- this.radioChinese.Text = "简体中文";
- this.radioChinese.UseVisualStyleBackColor = true;
- this.radioChinese.CheckedChanged += new System.EventHandler(this.radioChinese_CheckedChanged);
- //
- // pictureBox7
- //
- this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
- this.pictureBox7.Location = new System.Drawing.Point(159, 128);
- this.pictureBox7.Name = "pictureBox7";
- this.pictureBox7.Size = new System.Drawing.Size(36, 22);
- this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox7.TabIndex = 99;
- this.pictureBox7.TabStop = false;
- this.pictureBox7.Click += new System.EventHandler(this.pictureBox7_Click);
- //
- // FirstRunForm
- //
- this.AcceptButton = this.btnStart;
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
- this.CancelButton = this.btnStart;
- this.ClientSize = new System.Drawing.Size(311, 218);
- this.Controls.Add(this.radioChinese);
- this.Controls.Add(this.pictureBox7);
- this.Controls.Add(this.radioItalian);
- this.Controls.Add(this.pictureBox6);
- this.Controls.Add(this.radioFrench);
- this.Controls.Add(this.pictureBox5);
- this.Controls.Add(this.radioPortuguese);
- this.Controls.Add(this.pictureBox4);
- this.Controls.Add(this.radioSpanish);
- this.Controls.Add(this.pictureBox3);
- this.Controls.Add(this.radioGerman);
- this.Controls.Add(this.pictureBox2);
- this.Controls.Add(this.radioTurkish);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.btnStart);
- this.Controls.Add(this.pictureBox88);
- this.Controls.Add(this.radioHellenic);
- this.Controls.Add(this.pictureBox87);
- this.Controls.Add(this.radioEnglish);
- this.Controls.Add(this.radioRussian);
- this.Controls.Add(this.pictureBox86);
- this.DoubleBuffered = true;
- this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.ForeColor = System.Drawing.Color.White;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FirstRunForm";
- this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Optimizer";
- this.Load += new System.EventHandler(this.FirstRunForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox88)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox87)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox86)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.PictureBox pictureBox88;
- private MoonnRadio radioHellenic;
- private System.Windows.Forms.PictureBox pictureBox87;
- private MoonnRadio radioEnglish;
- private MoonnRadio radioRussian;
- private System.Windows.Forms.PictureBox pictureBox86;
- private System.Windows.Forms.Button btnStart;
- private System.Windows.Forms.PictureBox pictureBox1;
- private MoonnRadio radioTurkish;
- private MoonnRadio radioGerman;
- private System.Windows.Forms.PictureBox pictureBox2;
- private MoonnRadio radioSpanish;
- private System.Windows.Forms.PictureBox pictureBox3;
- private MoonnRadio radioPortuguese;
- private System.Windows.Forms.PictureBox pictureBox4;
- private MoonnRadio radioFrench;
- private System.Windows.Forms.PictureBox pictureBox5;
- private MoonnRadio radioItalian;
- private System.Windows.Forms.PictureBox pictureBox6;
- private MoonnRadio radioChinese;
- private System.Windows.Forms.PictureBox pictureBox7;
- }
- }
|