123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973 |
-
- 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.pictureBox6 = new System.Windows.Forms.PictureBox();
- this.pictureBox7 = new System.Windows.Forms.PictureBox();
- this.pictureBox8 = new System.Windows.Forms.PictureBox();
- this.pictureBox9 = new System.Windows.Forms.PictureBox();
- this.pictureBox10 = new System.Windows.Forms.PictureBox();
- this.radioKorean = new Optimizer.MoonRadio();
- this.radioTaiwan = new Optimizer.MoonRadio();
- this.radioCzech = new Optimizer.MoonRadio();
- this.radioChinese = new Optimizer.MoonRadio();
- this.radioItalian = new Optimizer.MoonRadio();
- this.radioFrench = new Optimizer.MoonRadio();
- this.radioPortuguese = new Optimizer.MoonRadio();
- this.radioSpanish = new Optimizer.MoonRadio();
- this.radioGerman = new Optimizer.MoonRadio();
- this.radioTurkish = new Optimizer.MoonRadio();
- this.radioHellenic = new Optimizer.MoonRadio();
- this.radioEnglish = new Optimizer.MoonRadio();
- this.radioRussian = new Optimizer.MoonRadio();
- this.radioPolish = new Optimizer.MoonRadio();
- this.pictureBox11 = new System.Windows.Forms.PictureBox();
- this.radioArabic = new Optimizer.MoonRadio();
- this.pictureBox12 = new System.Windows.Forms.PictureBox();
- this.radioKurdish = new Optimizer.MoonRadio();
- this.pictureBox13 = new System.Windows.Forms.PictureBox();
- this.radioHungarian = new Optimizer.MoonRadio();
- this.pictureBox14 = new System.Windows.Forms.PictureBox();
- this.radioRomanian = new Optimizer.MoonRadio();
- this.pictureBox15 = new System.Windows.Forms.PictureBox();
- this.radioDutch = new Optimizer.MoonRadio();
- this.pictureBox16 = new System.Windows.Forms.PictureBox();
- this.pictureBox17 = new System.Windows.Forms.PictureBox();
- this.radioJapanese = new Optimizer.MoonRadio();
- this.radioFarsi = new Optimizer.MoonRadio();
- this.pictureBox18 = new System.Windows.Forms.PictureBox();
- this.radioNepali = new Optimizer.MoonRadio();
- this.pictureBox19 = new System.Windows.Forms.PictureBox();
- this.radioUkrainian = new Optimizer.MoonRadio();
- this.pictureBox20 = new System.Windows.Forms.PictureBox();
- this.radioBulgarian = new Optimizer.MoonRadio();
- this.pictureBox21 = new System.Windows.Forms.PictureBox();
- this.radioVietnam = new Optimizer.MoonRadio();
- this.pictureBox22 = new System.Windows.Forms.PictureBox();
- this.radioUrdu = new Optimizer.MoonRadio();
- this.pictureBox23 = 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();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox21)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox22)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox23)).BeginInit();
- this.SuspendLayout();
- //
- // pictureBox88
- //
- this.pictureBox88.Image = global::Optimizer.Properties.Resources.greece;
- this.pictureBox88.Location = new System.Drawing.Point(13, 72);
- this.pictureBox88.Name = "pictureBox88";
- this.pictureBox88.Size = new System.Drawing.Size(32, 19);
- 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 = global::Optimizer.Properties.Resources.russia;
- this.pictureBox87.Location = new System.Drawing.Point(13, 43);
- this.pictureBox87.Name = "pictureBox87";
- this.pictureBox87.Size = new System.Drawing.Size(32, 19);
- 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 = global::Optimizer.Properties.Resources.united_kingdom;
- this.pictureBox86.Location = new System.Drawing.Point(13, 14);
- this.pictureBox86.Name = "pictureBox86";
- this.pictureBox86.Size = new System.Drawing.Size(32, 19);
- 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.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(102)))), ((int)(((byte)(204)))));
- this.btnStart.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnStart.FlatAppearance.BorderColor = System.Drawing.Color.DarkOrchid;
- 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, 256);
- this.btnStart.Margin = new System.Windows.Forms.Padding(2);
- this.btnStart.Name = "btnStart";
- this.btnStart.Size = new System.Drawing.Size(663, 31);
- this.btnStart.TabIndex = 86;
- this.btnStart.Tag = "themeable";
- this.btnStart.Text = "✓";
- this.btnStart.UseVisualStyleBackColor = false;
- this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
- //
- // pictureBox1
- //
- this.pictureBox1.Image = global::Optimizer.Properties.Resources.turkey;
- this.pictureBox1.Location = new System.Drawing.Point(181, 12);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(32, 19);
- 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 = global::Optimizer.Properties.Resources.germany;
- this.pictureBox2.Location = new System.Drawing.Point(13, 101);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(32, 19);
- 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 = global::Optimizer.Properties.Resources.spain;
- this.pictureBox3.Location = new System.Drawing.Point(181, 41);
- this.pictureBox3.Name = "pictureBox3";
- this.pictureBox3.Size = new System.Drawing.Size(32, 19);
- 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 = global::Optimizer.Properties.Resources.brazil;
- this.pictureBox4.Location = new System.Drawing.Point(181, 70);
- this.pictureBox4.Name = "pictureBox4";
- this.pictureBox4.Size = new System.Drawing.Size(32, 19);
- 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 = global::Optimizer.Properties.Resources.france;
- this.pictureBox5.Location = new System.Drawing.Point(182, 99);
- this.pictureBox5.Name = "pictureBox5";
- this.pictureBox5.Size = new System.Drawing.Size(32, 19);
- 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);
- //
- // pictureBox6
- //
- this.pictureBox6.Image = global::Optimizer.Properties.Resources.italy;
- this.pictureBox6.Location = new System.Drawing.Point(13, 130);
- this.pictureBox6.Name = "pictureBox6";
- this.pictureBox6.Size = new System.Drawing.Size(32, 19);
- 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);
- //
- // pictureBox7
- //
- this.pictureBox7.Image = global::Optimizer.Properties.Resources.china;
- this.pictureBox7.Location = new System.Drawing.Point(182, 130);
- this.pictureBox7.Name = "pictureBox7";
- this.pictureBox7.Size = new System.Drawing.Size(32, 19);
- 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);
- //
- // pictureBox8
- //
- this.pictureBox8.Image = global::Optimizer.Properties.Resources.czech;
- this.pictureBox8.Location = new System.Drawing.Point(13, 159);
- this.pictureBox8.Name = "pictureBox8";
- this.pictureBox8.Size = new System.Drawing.Size(32, 19);
- this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox8.TabIndex = 101;
- this.pictureBox8.TabStop = false;
- this.pictureBox8.Click += new System.EventHandler(this.pictureBox8_Click);
- //
- // pictureBox9
- //
- this.pictureBox9.Image = global::Optimizer.Properties.Resources.china;
- this.pictureBox9.Location = new System.Drawing.Point(182, 160);
- this.pictureBox9.Name = "pictureBox9";
- this.pictureBox9.Size = new System.Drawing.Size(32, 19);
- this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox9.TabIndex = 103;
- this.pictureBox9.TabStop = false;
- this.pictureBox9.Click += new System.EventHandler(this.pictureBox9_Click);
- //
- // pictureBox10
- //
- this.pictureBox10.Image = global::Optimizer.Properties.Resources.korea;
- this.pictureBox10.Location = new System.Drawing.Point(182, 189);
- this.pictureBox10.Name = "pictureBox10";
- this.pictureBox10.Size = new System.Drawing.Size(32, 19);
- this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox10.TabIndex = 105;
- this.pictureBox10.TabStop = false;
- this.pictureBox10.Click += new System.EventHandler(this.pictureBox10_Click);
- //
- // radioKorean
- //
- this.radioKorean.AutoSize = true;
- this.radioKorean.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioKorean.ForeColor = System.Drawing.Color.White;
- this.radioKorean.Location = new System.Drawing.Point(222, 186);
- this.radioKorean.Margin = new System.Windows.Forms.Padding(2);
- this.radioKorean.Name = "radioKorean";
- this.radioKorean.Size = new System.Drawing.Size(76, 25);
- this.radioKorean.TabIndex = 106;
- this.radioKorean.Tag = "";
- this.radioKorean.Text = "한국어";
- this.radioKorean.UseVisualStyleBackColor = true;
- this.radioKorean.CheckedChanged += new System.EventHandler(this.radioKorean_CheckedChanged);
- //
- // 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(222, 157);
- this.radioTaiwan.Margin = new System.Windows.Forms.Padding(2);
- this.radioTaiwan.Name = "radioTaiwan";
- this.radioTaiwan.Size = new System.Drawing.Size(96, 25);
- this.radioTaiwan.TabIndex = 104;
- this.radioTaiwan.Tag = "";
- this.radioTaiwan.Text = "繁體中文";
- this.radioTaiwan.UseVisualStyleBackColor = true;
- this.radioTaiwan.CheckedChanged += new System.EventHandler(this.radioTaiwan_CheckedChanged);
- //
- // radioCzech
- //
- this.radioCzech.AutoSize = true;
- this.radioCzech.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioCzech.ForeColor = System.Drawing.Color.White;
- this.radioCzech.Location = new System.Drawing.Point(53, 156);
- this.radioCzech.Margin = new System.Windows.Forms.Padding(2);
- this.radioCzech.Name = "radioCzech";
- this.radioCzech.Size = new System.Drawing.Size(81, 25);
- this.radioCzech.TabIndex = 102;
- this.radioCzech.Tag = "";
- this.radioCzech.Text = "Čeština";
- this.radioCzech.UseVisualStyleBackColor = true;
- this.radioCzech.CheckedChanged += new System.EventHandler(this.radioCzech_CheckedChanged);
- //
- // 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(222, 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);
- //
- // 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);
- //
- // 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(222, 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(221, 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(221, 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(221, 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);
- //
- // radioPolish
- //
- this.radioPolish.AutoSize = true;
- this.radioPolish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioPolish.ForeColor = System.Drawing.Color.White;
- this.radioPolish.Location = new System.Drawing.Point(53, 185);
- this.radioPolish.Margin = new System.Windows.Forms.Padding(2);
- this.radioPolish.Name = "radioPolish";
- this.radioPolish.Size = new System.Drawing.Size(69, 25);
- this.radioPolish.TabIndex = 108;
- this.radioPolish.Tag = "";
- this.radioPolish.Text = "Polski";
- this.radioPolish.UseVisualStyleBackColor = true;
- this.radioPolish.CheckedChanged += new System.EventHandler(this.radioPolish_CheckedChanged);
- //
- // pictureBox11
- //
- this.pictureBox11.Image = global::Optimizer.Properties.Resources.poland;
- this.pictureBox11.Location = new System.Drawing.Point(13, 188);
- this.pictureBox11.Name = "pictureBox11";
- this.pictureBox11.Size = new System.Drawing.Size(32, 19);
- this.pictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox11.TabIndex = 107;
- this.pictureBox11.TabStop = false;
- this.pictureBox11.Click += new System.EventHandler(this.pictureBox11_Click);
- //
- // radioArabic
- //
- this.radioArabic.AutoSize = true;
- this.radioArabic.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioArabic.ForeColor = System.Drawing.Color.White;
- this.radioArabic.Location = new System.Drawing.Point(386, 101);
- this.radioArabic.Margin = new System.Windows.Forms.Padding(2);
- this.radioArabic.Name = "radioArabic";
- this.radioArabic.Size = new System.Drawing.Size(71, 25);
- this.radioArabic.TabIndex = 110;
- this.radioArabic.Tag = "";
- this.radioArabic.Text = "العربية";
- this.radioArabic.UseVisualStyleBackColor = true;
- this.radioArabic.CheckedChanged += new System.EventHandler(this.radioArabic_CheckedChanged);
- //
- // pictureBox12
- //
- this.pictureBox12.Image = global::Optimizer.Properties.Resources.egypt;
- this.pictureBox12.Location = new System.Drawing.Point(346, 104);
- this.pictureBox12.Name = "pictureBox12";
- this.pictureBox12.Size = new System.Drawing.Size(32, 19);
- this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox12.TabIndex = 109;
- this.pictureBox12.TabStop = false;
- this.pictureBox12.Click += new System.EventHandler(this.pictureBox12_Click);
- //
- // radioKurdish
- //
- this.radioKurdish.AutoSize = true;
- this.radioKurdish.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioKurdish.ForeColor = System.Drawing.Color.White;
- this.radioKurdish.Location = new System.Drawing.Point(555, 101);
- this.radioKurdish.Margin = new System.Windows.Forms.Padding(2);
- this.radioKurdish.Name = "radioKurdish";
- this.radioKurdish.Size = new System.Drawing.Size(70, 25);
- this.radioKurdish.TabIndex = 112;
- this.radioKurdish.Tag = "";
- this.radioKurdish.Text = "کوردی";
- this.radioKurdish.UseVisualStyleBackColor = true;
- this.radioKurdish.CheckedChanged += new System.EventHandler(this.radioKurdish_CheckedChanged);
- //
- // pictureBox13
- //
- this.pictureBox13.Image = global::Optimizer.Properties.Resources.kurdish;
- this.pictureBox13.Location = new System.Drawing.Point(515, 104);
- this.pictureBox13.Name = "pictureBox13";
- this.pictureBox13.Size = new System.Drawing.Size(32, 19);
- this.pictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox13.TabIndex = 111;
- this.pictureBox13.TabStop = false;
- this.pictureBox13.Click += new System.EventHandler(this.pictureBox13_Click);
- //
- // radioHungarian
- //
- this.radioHungarian.AutoSize = true;
- this.radioHungarian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioHungarian.ForeColor = System.Drawing.Color.White;
- this.radioHungarian.Location = new System.Drawing.Point(386, 129);
- this.radioHungarian.Margin = new System.Windows.Forms.Padding(2);
- this.radioHungarian.Name = "radioHungarian";
- this.radioHungarian.Size = new System.Drawing.Size(83, 25);
- this.radioHungarian.TabIndex = 114;
- this.radioHungarian.Tag = "";
- this.radioHungarian.Text = "Magyar";
- this.radioHungarian.UseVisualStyleBackColor = true;
- this.radioHungarian.CheckedChanged += new System.EventHandler(this.radioHungarian_CheckedChanged);
- //
- // pictureBox14
- //
- this.pictureBox14.Image = global::Optimizer.Properties.Resources.hungary;
- this.pictureBox14.Location = new System.Drawing.Point(346, 132);
- this.pictureBox14.Name = "pictureBox14";
- this.pictureBox14.Size = new System.Drawing.Size(32, 19);
- this.pictureBox14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox14.TabIndex = 113;
- this.pictureBox14.TabStop = false;
- this.pictureBox14.Click += new System.EventHandler(this.pictureBox14_Click);
- //
- // radioRomanian
- //
- this.radioRomanian.AutoSize = true;
- this.radioRomanian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioRomanian.ForeColor = System.Drawing.Color.White;
- this.radioRomanian.Location = new System.Drawing.Point(555, 130);
- this.radioRomanian.Margin = new System.Windows.Forms.Padding(2);
- this.radioRomanian.Name = "radioRomanian";
- this.radioRomanian.Size = new System.Drawing.Size(87, 25);
- this.radioRomanian.TabIndex = 116;
- this.radioRomanian.Tag = "";
- this.radioRomanian.Text = "Română";
- this.radioRomanian.UseVisualStyleBackColor = true;
- this.radioRomanian.CheckedChanged += new System.EventHandler(this.radioRomanian_CheckedChanged);
- //
- // pictureBox15
- //
- this.pictureBox15.Image = global::Optimizer.Properties.Resources.romania;
- this.pictureBox15.Location = new System.Drawing.Point(515, 133);
- this.pictureBox15.Name = "pictureBox15";
- this.pictureBox15.Size = new System.Drawing.Size(32, 19);
- this.pictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox15.TabIndex = 115;
- this.pictureBox15.TabStop = false;
- this.pictureBox15.Click += new System.EventHandler(this.pictureBox15_Click);
- //
- // radioDutch
- //
- this.radioDutch.AutoSize = true;
- this.radioDutch.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioDutch.ForeColor = System.Drawing.Color.White;
- this.radioDutch.Location = new System.Drawing.Point(386, 158);
- this.radioDutch.Margin = new System.Windows.Forms.Padding(2);
- this.radioDutch.Name = "radioDutch";
- this.radioDutch.Size = new System.Drawing.Size(112, 25);
- this.radioDutch.TabIndex = 118;
- this.radioDutch.Tag = "";
- this.radioDutch.Text = "Nederlands";
- this.radioDutch.UseVisualStyleBackColor = true;
- this.radioDutch.CheckedChanged += new System.EventHandler(this.radioDutch_CheckedChanged);
- //
- // pictureBox16
- //
- this.pictureBox16.Image = global::Optimizer.Properties.Resources.dutch;
- this.pictureBox16.Location = new System.Drawing.Point(346, 161);
- this.pictureBox16.Name = "pictureBox16";
- this.pictureBox16.Size = new System.Drawing.Size(32, 19);
- this.pictureBox16.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox16.TabIndex = 117;
- this.pictureBox16.TabStop = false;
- this.pictureBox16.Click += new System.EventHandler(this.pictureBox16_Click);
- //
- // pictureBox17
- //
- this.pictureBox17.Image = global::Optimizer.Properties.Resources.japan;
- this.pictureBox17.Location = new System.Drawing.Point(515, 161);
- this.pictureBox17.Name = "pictureBox17";
- this.pictureBox17.Size = new System.Drawing.Size(32, 19);
- this.pictureBox17.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox17.TabIndex = 119;
- this.pictureBox17.TabStop = false;
- this.pictureBox17.Click += new System.EventHandler(this.pictureBox17_Click);
- //
- // radioJapanese
- //
- this.radioJapanese.AutoSize = true;
- this.radioJapanese.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioJapanese.ForeColor = System.Drawing.Color.White;
- this.radioJapanese.Location = new System.Drawing.Point(555, 159);
- this.radioJapanese.Margin = new System.Windows.Forms.Padding(2);
- this.radioJapanese.Name = "radioJapanese";
- this.radioJapanese.Size = new System.Drawing.Size(79, 25);
- this.radioJapanese.TabIndex = 120;
- this.radioJapanese.Tag = "";
- this.radioJapanese.Text = "日本語";
- this.radioJapanese.UseVisualStyleBackColor = true;
- this.radioJapanese.CheckedChanged += new System.EventHandler(this.radioJapanese_CheckedChanged);
- //
- // radioFarsi
- //
- this.radioFarsi.AutoSize = true;
- this.radioFarsi.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioFarsi.ForeColor = System.Drawing.Color.White;
- this.radioFarsi.Location = new System.Drawing.Point(386, 12);
- this.radioFarsi.Margin = new System.Windows.Forms.Padding(2);
- this.radioFarsi.Name = "radioFarsi";
- this.radioFarsi.Size = new System.Drawing.Size(69, 25);
- this.radioFarsi.TabIndex = 122;
- this.radioFarsi.Tag = "";
- this.radioFarsi.Text = "فارسی";
- this.radioFarsi.UseVisualStyleBackColor = true;
- this.radioFarsi.CheckedChanged += new System.EventHandler(this.radioFarsi_CheckedChanged);
- //
- // pictureBox18
- //
- this.pictureBox18.Image = global::Optimizer.Properties.Resources.iran;
- this.pictureBox18.Location = new System.Drawing.Point(346, 14);
- this.pictureBox18.Name = "pictureBox18";
- this.pictureBox18.Size = new System.Drawing.Size(32, 19);
- this.pictureBox18.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox18.TabIndex = 121;
- this.pictureBox18.TabStop = false;
- this.pictureBox18.Click += new System.EventHandler(this.pictureBox18_Click);
- //
- // radioNepali
- //
- this.radioNepali.AutoSize = true;
- this.radioNepali.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioNepali.ForeColor = System.Drawing.Color.White;
- this.radioNepali.Location = new System.Drawing.Point(555, 14);
- this.radioNepali.Margin = new System.Windows.Forms.Padding(2);
- this.radioNepali.Name = "radioNepali";
- this.radioNepali.Size = new System.Drawing.Size(67, 25);
- this.radioNepali.TabIndex = 124;
- this.radioNepali.Tag = "";
- this.radioNepali.Text = "नेपाली";
- this.radioNepali.UseVisualStyleBackColor = true;
- this.radioNepali.CheckedChanged += new System.EventHandler(this.radioNepali_CheckedChanged);
- //
- // pictureBox19
- //
- this.pictureBox19.Image = global::Optimizer.Properties.Resources.nepal;
- this.pictureBox19.Location = new System.Drawing.Point(515, 16);
- this.pictureBox19.Name = "pictureBox19";
- this.pictureBox19.Size = new System.Drawing.Size(32, 19);
- this.pictureBox19.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox19.TabIndex = 123;
- this.pictureBox19.TabStop = false;
- this.pictureBox19.Click += new System.EventHandler(this.pictureBox19_Click);
- //
- // radioUkrainian
- //
- this.radioUkrainian.AutoSize = true;
- this.radioUkrainian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioUkrainian.ForeColor = System.Drawing.Color.White;
- this.radioUkrainian.Location = new System.Drawing.Point(555, 43);
- this.radioUkrainian.Margin = new System.Windows.Forms.Padding(2);
- this.radioUkrainian.Name = "radioUkrainian";
- this.radioUkrainian.Size = new System.Drawing.Size(67, 25);
- this.radioUkrainian.TabIndex = 128;
- this.radioUkrainian.Tag = "";
- this.radioUkrainian.Text = "नेपाली";
- this.radioUkrainian.UseVisualStyleBackColor = true;
- this.radioUkrainian.CheckedChanged += new System.EventHandler(this.radioUkrainian_CheckedChanged);
- //
- // pictureBox20
- //
- this.pictureBox20.Image = global::Optimizer.Properties.Resources.ukraine;
- this.pictureBox20.Location = new System.Drawing.Point(515, 45);
- this.pictureBox20.Name = "pictureBox20";
- this.pictureBox20.Size = new System.Drawing.Size(32, 19);
- this.pictureBox20.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox20.TabIndex = 127;
- this.pictureBox20.TabStop = false;
- //
- // radioBulgarian
- //
- this.radioBulgarian.AutoSize = true;
- this.radioBulgarian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioBulgarian.ForeColor = System.Drawing.Color.White;
- this.radioBulgarian.Location = new System.Drawing.Point(386, 41);
- this.radioBulgarian.Margin = new System.Windows.Forms.Padding(2);
- this.radioBulgarian.Name = "radioBulgarian";
- this.radioBulgarian.Size = new System.Drawing.Size(69, 25);
- this.radioBulgarian.TabIndex = 126;
- this.radioBulgarian.Tag = "";
- this.radioBulgarian.Text = "فارسی";
- this.radioBulgarian.UseVisualStyleBackColor = true;
- this.radioBulgarian.CheckedChanged += new System.EventHandler(this.radioBulgarian_CheckedChanged);
- //
- // pictureBox21
- //
- this.pictureBox21.Image = global::Optimizer.Properties.Resources.bulgaria;
- this.pictureBox21.Location = new System.Drawing.Point(346, 43);
- this.pictureBox21.Name = "pictureBox21";
- this.pictureBox21.Size = new System.Drawing.Size(32, 19);
- this.pictureBox21.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox21.TabIndex = 125;
- this.pictureBox21.TabStop = false;
- //
- // radioVietnam
- //
- this.radioVietnam.AutoSize = true;
- this.radioVietnam.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioVietnam.ForeColor = System.Drawing.Color.White;
- this.radioVietnam.Location = new System.Drawing.Point(386, 70);
- this.radioVietnam.Margin = new System.Windows.Forms.Padding(2);
- this.radioVietnam.Name = "radioVietnam";
- this.radioVietnam.Size = new System.Drawing.Size(113, 25);
- this.radioVietnam.TabIndex = 130;
- this.radioVietnam.Tag = "";
- this.radioVietnam.Text = "Vietnamese";
- this.radioVietnam.UseVisualStyleBackColor = true;
- this.radioVietnam.CheckedChanged += new System.EventHandler(this.radioVietnam_CheckedChanged);
- //
- // pictureBox22
- //
- this.pictureBox22.Image = global::Optimizer.Properties.Resources.vietnam;
- this.pictureBox22.Location = new System.Drawing.Point(346, 72);
- this.pictureBox22.Name = "pictureBox22";
- this.pictureBox22.Size = new System.Drawing.Size(32, 19);
- this.pictureBox22.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox22.TabIndex = 129;
- this.pictureBox22.TabStop = false;
- this.pictureBox22.Click += new System.EventHandler(this.pictureBox22_Click);
- //
- // radioUrdu
- //
- this.radioUrdu.AutoSize = true;
- this.radioUrdu.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
- this.radioUrdu.ForeColor = System.Drawing.Color.White;
- this.radioUrdu.Location = new System.Drawing.Point(554, 72);
- this.radioUrdu.Margin = new System.Windows.Forms.Padding(2);
- this.radioUrdu.Name = "radioUrdu";
- this.radioUrdu.Size = new System.Drawing.Size(64, 25);
- this.radioUrdu.TabIndex = 132;
- this.radioUrdu.Tag = "";
- this.radioUrdu.Text = "Urdu";
- this.radioUrdu.UseVisualStyleBackColor = true;
- this.radioUrdu.CheckedChanged += new System.EventHandler(this.radioUrdu_CheckedChanged);
- //
- // pictureBox23
- //
- this.pictureBox23.Image = global::Optimizer.Properties.Resources.pakistan;
- this.pictureBox23.Location = new System.Drawing.Point(514, 74);
- this.pictureBox23.Name = "pictureBox23";
- this.pictureBox23.Size = new System.Drawing.Size(32, 19);
- this.pictureBox23.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox23.TabIndex = 131;
- this.pictureBox23.TabStop = false;
- this.pictureBox23.Click += new System.EventHandler(this.pictureBox23_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(685, 298);
- this.Controls.Add(this.radioUrdu);
- this.Controls.Add(this.pictureBox23);
- this.Controls.Add(this.radioVietnam);
- this.Controls.Add(this.pictureBox22);
- this.Controls.Add(this.radioUkrainian);
- this.Controls.Add(this.pictureBox20);
- this.Controls.Add(this.radioBulgarian);
- this.Controls.Add(this.pictureBox21);
- this.Controls.Add(this.radioNepali);
- this.Controls.Add(this.pictureBox19);
- this.Controls.Add(this.radioFarsi);
- this.Controls.Add(this.pictureBox18);
- this.Controls.Add(this.radioJapanese);
- this.Controls.Add(this.pictureBox17);
- this.Controls.Add(this.radioDutch);
- this.Controls.Add(this.pictureBox16);
- this.Controls.Add(this.radioRomanian);
- this.Controls.Add(this.pictureBox15);
- this.Controls.Add(this.radioHungarian);
- this.Controls.Add(this.pictureBox14);
- this.Controls.Add(this.radioKurdish);
- this.Controls.Add(this.pictureBox13);
- this.Controls.Add(this.radioArabic);
- this.Controls.Add(this.pictureBox12);
- this.Controls.Add(this.radioPolish);
- this.Controls.Add(this.pictureBox11);
- this.Controls.Add(this.radioKorean);
- this.Controls.Add(this.pictureBox10);
- this.Controls.Add(this.radioTaiwan);
- this.Controls.Add(this.pictureBox9);
- this.Controls.Add(this.radioCzech);
- this.Controls.Add(this.pictureBox8);
- 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();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox21)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox22)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox23)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.PictureBox pictureBox88;
- private MoonRadio radioHellenic;
- private System.Windows.Forms.PictureBox pictureBox87;
- private MoonRadio radioEnglish;
- private MoonRadio radioRussian;
- private System.Windows.Forms.PictureBox pictureBox86;
- private System.Windows.Forms.Button btnStart;
- private System.Windows.Forms.PictureBox pictureBox1;
- private MoonRadio radioTurkish;
- private MoonRadio radioGerman;
- private System.Windows.Forms.PictureBox pictureBox2;
- private MoonRadio radioSpanish;
- private System.Windows.Forms.PictureBox pictureBox3;
- private MoonRadio radioPortuguese;
- private System.Windows.Forms.PictureBox pictureBox4;
- private MoonRadio radioFrench;
- private System.Windows.Forms.PictureBox pictureBox5;
- private MoonRadio radioItalian;
- private System.Windows.Forms.PictureBox pictureBox6;
- private MoonRadio radioChinese;
- private System.Windows.Forms.PictureBox pictureBox7;
- private MoonRadio radioCzech;
- private System.Windows.Forms.PictureBox pictureBox8;
- private MoonRadio radioTaiwan;
- private System.Windows.Forms.PictureBox pictureBox9;
- private MoonRadio radioKorean;
- private System.Windows.Forms.PictureBox pictureBox10;
- private MoonRadio radioPolish;
- private System.Windows.Forms.PictureBox pictureBox11;
- private MoonRadio radioArabic;
- private System.Windows.Forms.PictureBox pictureBox12;
- private MoonRadio radioKurdish;
- private System.Windows.Forms.PictureBox pictureBox13;
- private MoonRadio radioHungarian;
- private System.Windows.Forms.PictureBox pictureBox14;
- private MoonRadio radioRomanian;
- private System.Windows.Forms.PictureBox pictureBox15;
- private MoonRadio radioDutch;
- private System.Windows.Forms.PictureBox pictureBox16;
- private System.Windows.Forms.PictureBox pictureBox17;
- private MoonRadio radioJapanese;
- private MoonRadio radioFarsi;
- private System.Windows.Forms.PictureBox pictureBox18;
- private MoonRadio radioNepali;
- private System.Windows.Forms.PictureBox pictureBox19;
- private MoonRadio radioUkrainian;
- private System.Windows.Forms.PictureBox pictureBox20;
- private MoonRadio radioBulgarian;
- private System.Windows.Forms.PictureBox pictureBox21;
- private MoonRadio radioVietnam;
- private System.Windows.Forms.PictureBox pictureBox22;
- private MoonRadio radioUrdu;
- private System.Windows.Forms.PictureBox pictureBox23;
- }
- }
|