commit
					6215804dd7
				
				 39 changed files with 4119 additions and 0 deletions
			
			
		
									
										Binary file not shown.
									
								
							
						
									
										Binary file not shown.
									
								
							
						
									
										Binary file not shown.
									
								
							
						
									
										Binary file not shown.
									
								
							
						
									
										Binary file not shown.
									
								
							
						@ -0,0 +1,14 @@ | 
				
			|||||||
 | 
					using System.Reflection; | 
				
			||||||
 | 
					using System.Runtime.InteropServices; | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[assembly: AssemblyDescription("")] | 
				
			||||||
 | 
					[assembly: AssemblyConfiguration("")] | 
				
			||||||
 | 
					[assembly: AssemblyCompany("Microsoft")] | 
				
			||||||
 | 
					[assembly: AssemblyTrademark("")] | 
				
			||||||
 | 
					[assembly: AssemblyTitle("jp")] | 
				
			||||||
 | 
					[assembly: AssemblyProduct("jp")] | 
				
			||||||
 | 
					[assembly: AssemblyCopyright("Copyright © Microsoft 2018")] | 
				
			||||||
 | 
					[assembly: ComVisible(false)] | 
				
			||||||
 | 
					[assembly: Guid("9a34a16c-2f14-472c-aaaa-03c9f1a08d70")] | 
				
			||||||
 | 
					[assembly: AssemblyFileVersion("1.0.0.0")] | 
				
			||||||
 | 
					[assembly: AssemblyVersion("1.0.0.0")] | 
				
			||||||
									
										
											File diff suppressed because one or more lines are too long
										
									
								
							
						@ -0,0 +1,216 @@ | 
				
			|||||||
 | 
					using System; | 
				
			||||||
 | 
					using System.ComponentModel; | 
				
			||||||
 | 
					using System.Drawing; | 
				
			||||||
 | 
					using System.Reflection; | 
				
			||||||
 | 
					using System.Windows.Forms; | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					namespace jp | 
				
			||||||
 | 
					{ | 
				
			||||||
 | 
					    partial class Form2 | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					        /// <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() | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            //this.components = new Container(); | 
				
			||||||
 | 
					            //ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(Form2)); | 
				
			||||||
 | 
					            this.next = new Button(); | 
				
			||||||
 | 
					            this.check = new Button(); | 
				
			||||||
 | 
					            this.textBox1 = new TextBox(); | 
				
			||||||
 | 
					            this.label1 = new Label(); | 
				
			||||||
 | 
					            this.answ = new Label(); | 
				
			||||||
 | 
					            this.HintKaBt = new Button(); | 
				
			||||||
 | 
					            this.pictureBox2 = new PictureBox(); | 
				
			||||||
 | 
					            this.pictureBox1 = new PictureBox(); | 
				
			||||||
 | 
					            this.label2 = new Label(); | 
				
			||||||
 | 
					            this.label3 = new Label(); | 
				
			||||||
 | 
					            this.cor = new Label(); | 
				
			||||||
 | 
					            this.err = new Label(); | 
				
			||||||
 | 
					            this.Erase = new Button(); | 
				
			||||||
 | 
					            this.but = new Button(); | 
				
			||||||
 | 
					            this.timer1 = new Timer(this.components); | 
				
			||||||
 | 
					            this.label = new Label(); | 
				
			||||||
 | 
					            this.about = new Button(); | 
				
			||||||
 | 
					            ((ISupportInitialize)this.pictureBox2).BeginInit(); | 
				
			||||||
 | 
					            ((ISupportInitialize)this.pictureBox1).BeginInit(); | 
				
			||||||
 | 
					            this.SuspendLayout(); | 
				
			||||||
 | 
					            this.next.Location = new Point(229, 35); | 
				
			||||||
 | 
					            this.next.Name = "next"; | 
				
			||||||
 | 
					            this.next.Size = new Size(123, 39); | 
				
			||||||
 | 
					            this.next.TabIndex = 0; | 
				
			||||||
 | 
					            this.next.Text = "Следующий иероглиф"; | 
				
			||||||
 | 
					            this.next.UseVisualStyleBackColor = true; | 
				
			||||||
 | 
					            this.next.Click += new EventHandler(this.button1_Click); | 
				
			||||||
 | 
					            this.next.KeyDown += new KeyEventHandler(this.next_KeyDown); | 
				
			||||||
 | 
					            this.check.Location = new Point(229, 106); | 
				
			||||||
 | 
					            this.check.Name = "check"; | 
				
			||||||
 | 
					            this.check.Size = new Size(88, 23); | 
				
			||||||
 | 
					            this.check.TabIndex = 3; | 
				
			||||||
 | 
					            this.check.Text = "Проверить"; | 
				
			||||||
 | 
					            this.check.UseVisualStyleBackColor = true; | 
				
			||||||
 | 
					            this.check.Click += new EventHandler(this.check_Click); | 
				
			||||||
 | 
					            this.textBox1.Location = new Point(229, 164); | 
				
			||||||
 | 
					            this.textBox1.Multiline = true; | 
				
			||||||
 | 
					            this.textBox1.Name = "textBox1"; | 
				
			||||||
 | 
					            this.textBox1.Size = new Size(100, 20); | 
				
			||||||
 | 
					            this.textBox1.TabIndex = 4; | 
				
			||||||
 | 
					            this.textBox1.KeyDown += new KeyEventHandler(this.textBox1_KeyDown); | 
				
			||||||
 | 
					            this.label1.AutoSize = true; | 
				
			||||||
 | 
					            this.label1.Location = new Point(226, 148); | 
				
			||||||
 | 
					            this.label1.Name = "label1"; | 
				
			||||||
 | 
					            this.label1.Size = new Size(37, 13); | 
				
			||||||
 | 
					            this.label1.TabIndex = 5; | 
				
			||||||
 | 
					            this.label1.Text = "Ответ"; | 
				
			||||||
 | 
					            this.answ.AutoSize = true; | 
				
			||||||
 | 
					            this.answ.Location = new Point(226, 214); | 
				
			||||||
 | 
					            this.answ.Name = "answ"; | 
				
			||||||
 | 
					            this.answ.Size = new Size(0, 13); | 
				
			||||||
 | 
					            this.answ.TabIndex = 6; | 
				
			||||||
 | 
					            this.HintKaBt.Location = new Point(26, 269); | 
				
			||||||
 | 
					            this.HintKaBt.Name = "HintKaBt"; | 
				
			||||||
 | 
					            this.HintKaBt.Size = new Size(75, 23); | 
				
			||||||
 | 
					            this.HintKaBt.TabIndex = 7; | 
				
			||||||
 | 
					            this.HintKaBt.Text = "Подсказка"; | 
				
			||||||
 | 
					            this.HintKaBt.UseVisualStyleBackColor = true; | 
				
			||||||
 | 
					            this.HintKaBt.Click += new EventHandler(this.HintKaBt_Click); | 
				
			||||||
 | 
					            this.pictureBox2.Location = new Point(229, 242); | 
				
			||||||
 | 
					            this.pictureBox2.Name = "pictureBox2"; | 
				
			||||||
 | 
					            this.pictureBox2.Size = new Size(50, 50); | 
				
			||||||
 | 
					            this.pictureBox2.TabIndex = 2; | 
				
			||||||
 | 
					            this.pictureBox2.TabStop = false; | 
				
			||||||
 | 
					            this.pictureBox1.Anchor = AnchorStyles.None; | 
				
			||||||
 | 
					            this.pictureBox1.Location = new Point(30, 35); | 
				
			||||||
 | 
					            this.pictureBox1.MaximumSize = new Size(134, 208); | 
				
			||||||
 | 
					            this.pictureBox1.MinimumSize = new Size(134, 110); | 
				
			||||||
 | 
					            this.pictureBox1.Name = "pictureBox1"; | 
				
			||||||
 | 
					            this.pictureBox1.Size = new Size(134, 110); | 
				
			||||||
 | 
					            this.pictureBox1.TabIndex = 1; | 
				
			||||||
 | 
					            this.pictureBox1.TabStop = false; | 
				
			||||||
 | 
					            this.label2.AutoSize = true; | 
				
			||||||
 | 
					            this.label2.Location = new Point(377, 191); | 
				
			||||||
 | 
					            this.label2.Name = "label2"; | 
				
			||||||
 | 
					            this.label2.Size = new Size(54, 13); | 
				
			||||||
 | 
					            this.label2.TabIndex = 8; | 
				
			||||||
 | 
					            this.label2.Text = "Неверно:"; | 
				
			||||||
 | 
					            this.label3.AutoSize = true; | 
				
			||||||
 | 
					            this.label3.Location = new Point(377, 164); | 
				
			||||||
 | 
					            this.label3.Name = "label3"; | 
				
			||||||
 | 
					            this.label3.Size = new Size(41, 13); | 
				
			||||||
 | 
					            this.label3.TabIndex = 9; | 
				
			||||||
 | 
					            this.label3.Text = "Верно:"; | 
				
			||||||
 | 
					            this.cor.AutoSize = true; | 
				
			||||||
 | 
					            this.cor.Location = new Point(434, 164); | 
				
			||||||
 | 
					            this.cor.Name = "cor"; | 
				
			||||||
 | 
					            this.cor.Size = new Size(13, 13); | 
				
			||||||
 | 
					            this.cor.TabIndex = 10; | 
				
			||||||
 | 
					            this.cor.Text = "0"; | 
				
			||||||
 | 
					            this.err.AutoSize = true; | 
				
			||||||
 | 
					            this.err.Location = new Point(434, 191); | 
				
			||||||
 | 
					            this.err.Name = "err"; | 
				
			||||||
 | 
					            this.err.Size = new Size(13, 13); | 
				
			||||||
 | 
					            this.err.TabIndex = 11; | 
				
			||||||
 | 
					            this.err.Text = "0"; | 
				
			||||||
 | 
					            this.Erase.Location = new Point(380, 227); | 
				
			||||||
 | 
					            this.Erase.Name = "Erase"; | 
				
			||||||
 | 
					            this.Erase.Size = new Size(75, 23); | 
				
			||||||
 | 
					            this.Erase.TabIndex = 12; | 
				
			||||||
 | 
					            this.Erase.Text = "Сбросить"; | 
				
			||||||
 | 
					            this.Erase.UseVisualStyleBackColor = true; | 
				
			||||||
 | 
					            this.Erase.Click += new EventHandler(this.Erase_Click); | 
				
			||||||
 | 
					            this.but.Location = new Point(319, 269); | 
				
			||||||
 | 
					            this.but.Name = "but"; | 
				
			||||||
 | 
					            this.but.Size = new Size(99, 23); | 
				
			||||||
 | 
					            this.but.TabIndex = 13; | 
				
			||||||
 | 
					            this.but.Text = "Секундомер"; | 
				
			||||||
 | 
					            this.but.UseVisualStyleBackColor = true; | 
				
			||||||
 | 
					            this.but.Click += new EventHandler(this.but_Click); | 
				
			||||||
 | 
					            this.timer1.Interval = 1000; | 
				
			||||||
 | 
					            this.timer1.Tick += new EventHandler(this.timer1_Tick); | 
				
			||||||
 | 
					            this.label.AutoSize = true; | 
				
			||||||
 | 
					            this.label.Location = new Point(434, 274); | 
				
			||||||
 | 
					            this.label.Name = "label"; | 
				
			||||||
 | 
					            this.label.Size = new Size(0, 13); | 
				
			||||||
 | 
					            this.label.TabIndex = 14; | 
				
			||||||
 | 
					            this.about.Location = new Point(26, 297); | 
				
			||||||
 | 
					            this.about.Name = "about"; | 
				
			||||||
 | 
					            this.about.Size = new Size(75, 23); | 
				
			||||||
 | 
					            this.about.TabIndex = 15; | 
				
			||||||
 | 
					            this.about.Text = "О прог-е"; | 
				
			||||||
 | 
					            this.about.UseVisualStyleBackColor = true; | 
				
			||||||
 | 
					            this.about.Click += new EventHandler(this.about_Click); | 
				
			||||||
 | 
					            this.AutoScaleDimensions = new SizeF(6f, 13f); | 
				
			||||||
 | 
					            this.AutoScaleMode = AutoScaleMode.Font; | 
				
			||||||
 | 
					            this.BackColor = SystemColors.ControlLightLight; | 
				
			||||||
 | 
					            this.ClientSize = new Size(484, 332); | 
				
			||||||
 | 
					            this.Controls.Add(this.about); | 
				
			||||||
 | 
					            this.Controls.Add(this.label); | 
				
			||||||
 | 
					            this.Controls.Add(this.but); | 
				
			||||||
 | 
					            this.Controls.Add(this.Erase); | 
				
			||||||
 | 
					            this.Controls.Add(this.err); | 
				
			||||||
 | 
					            this.Controls.Add(this.cor); | 
				
			||||||
 | 
					            this.Controls.Add(this.label3); | 
				
			||||||
 | 
					            this.Controls.Add(this.label2); | 
				
			||||||
 | 
					            this.Controls.Add(this.HintKaBt); | 
				
			||||||
 | 
					            this.Controls.Add(this.answ); | 
				
			||||||
 | 
					            this.Controls.Add(this.label1); | 
				
			||||||
 | 
					            this.Controls.Add(this.textBox1); | 
				
			||||||
 | 
					            this.Controls.Add(this.check); | 
				
			||||||
 | 
					            this.Controls.Add(this.pictureBox2); | 
				
			||||||
 | 
					            this.Controls.Add(this.pictureBox1); | 
				
			||||||
 | 
					            this.Controls.Add(this.next); | 
				
			||||||
 | 
					            this.FormBorderStyle = FormBorderStyle.FixedSingle; | 
				
			||||||
 | 
					            //this.Icon = (Icon)componentResourceManager.GetObject("$this.Icon"); | 
				
			||||||
 | 
					            this.MaximizeBox = false; | 
				
			||||||
 | 
					            this.MaximumSize = new Size(500, 370); | 
				
			||||||
 | 
					            this.MinimumSize = new Size(500, 370); | 
				
			||||||
 | 
					            this.Name = nameof(Form2); | 
				
			||||||
 | 
					            this.Text = "Катакана"; | 
				
			||||||
 | 
					            ((ISupportInitialize)this.pictureBox2).EndInit(); | 
				
			||||||
 | 
					            ((ISupportInitialize)this.pictureBox1).EndInit(); | 
				
			||||||
 | 
					            this.ResumeLayout(false); | 
				
			||||||
 | 
					            this.PerformLayout(); | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        #endregion | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        private System.Windows.Forms.Button next; | 
				
			||||||
 | 
					        private System.Windows.Forms.PictureBox pictureBox1; | 
				
			||||||
 | 
					        private System.Windows.Forms.PictureBox pictureBox2; | 
				
			||||||
 | 
					        private System.Windows.Forms.Button check; | 
				
			||||||
 | 
					        private System.Windows.Forms.TextBox textBox1; | 
				
			||||||
 | 
					        private System.Windows.Forms.Label label1; | 
				
			||||||
 | 
					        private System.Windows.Forms.Label answ; | 
				
			||||||
 | 
					        private System.Windows.Forms.Button HintKaBt; | 
				
			||||||
 | 
					        private System.Windows.Forms.Label label2; | 
				
			||||||
 | 
					        private System.Windows.Forms.Label label3; | 
				
			||||||
 | 
					        private System.Windows.Forms.Label cor; | 
				
			||||||
 | 
					        private System.Windows.Forms.Label err; | 
				
			||||||
 | 
					        private System.Windows.Forms.Button Erase; | 
				
			||||||
 | 
					        private System.Windows.Forms.Button but; | 
				
			||||||
 | 
					        private System.Windows.Forms.Timer timer1; | 
				
			||||||
 | 
					        private System.Windows.Forms.Label label; | 
				
			||||||
 | 
					        private System.Windows.Forms.Button about; | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					} | 
				
			||||||
@ -0,0 +1,823 @@ | 
				
			|||||||
 | 
					using jp.Properties; | 
				
			||||||
 | 
					using System; | 
				
			||||||
 | 
					using System.Collections.Generic; | 
				
			||||||
 | 
					using System.ComponentModel; | 
				
			||||||
 | 
					using System.Data; | 
				
			||||||
 | 
					using System.Drawing; | 
				
			||||||
 | 
					using System.Linq; | 
				
			||||||
 | 
					using System.Reflection; | 
				
			||||||
 | 
					using System.Text; | 
				
			||||||
 | 
					using System.Threading.Tasks; | 
				
			||||||
 | 
					using System.Windows.Forms; | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					namespace jp | 
				
			||||||
 | 
					{ | 
				
			||||||
 | 
					    public partial class Form2 : Form | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					        public int a = 0; | 
				
			||||||
 | 
					        public int b = 107; | 
				
			||||||
 | 
					        public int inx = 0; | 
				
			||||||
 | 
					        public int correct = 0; | 
				
			||||||
 | 
					        public int error = 0; | 
				
			||||||
 | 
					        public int[] Alphabet = new int[107]; | 
				
			||||||
 | 
					        public string cor_answ1 = string.Empty; | 
				
			||||||
 | 
					        public string cor_answ2 = string.Empty; | 
				
			||||||
 | 
					        public string cor_answ3 = string.Empty; | 
				
			||||||
 | 
					        public AssemblyName asml = new AssemblyName(); | 
				
			||||||
 | 
					        public int t = 0; | 
				
			||||||
 | 
					        public int temp; | 
				
			||||||
 | 
					        public int rnd; | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        public Form2() | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            InitializeComponent(); | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            this.check.Enabled = false; | 
				
			||||||
 | 
					            this.textBox1.ReadOnly = true; | 
				
			||||||
 | 
					            this.Randoming(); | 
				
			||||||
 | 
					            this.label.Text = this.t.ToString(); | 
				
			||||||
 | 
					            this.asml.Name = "Катакана от vk.com/trimetral"; | 
				
			||||||
 | 
					            this.asml.Version = new Version("1.2.20.03"); | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        public void Randoming() | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            string empty = string.Empty; | 
				
			||||||
 | 
					            Random random = new Random(); | 
				
			||||||
 | 
					            for (int index1 = 0; index1 < this.Alphabet.Length; ++index1) | 
				
			||||||
 | 
					            { | 
				
			||||||
 | 
					                label_1: | 
				
			||||||
 | 
					                this.temp = random.Next(this.a, this.b); | 
				
			||||||
 | 
					                for (int index2 = 0; index2 < index1; ++index2) | 
				
			||||||
 | 
					                { | 
				
			||||||
 | 
					                    if (this.temp == this.Alphabet[index2]) | 
				
			||||||
 | 
					                        goto label_1; | 
				
			||||||
 | 
					                } | 
				
			||||||
 | 
					                this.Alphabet[index1] = this.temp; | 
				
			||||||
 | 
					            } | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        private void button1_Click(object sender, EventArgs e) | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            this.textBox1.Text = ""; | 
				
			||||||
 | 
					            this.pictureBox1.Height = 110; | 
				
			||||||
 | 
					            this.next.Enabled = false; | 
				
			||||||
 | 
					            this.check.Enabled = true; | 
				
			||||||
 | 
					            this.pictureBox2.Visible = false; | 
				
			||||||
 | 
					            this.answ.Visible = false; | 
				
			||||||
 | 
					            this.textBox1.ReadOnly = false; | 
				
			||||||
 | 
					            this.textBox1.Focus(); | 
				
			||||||
 | 
					            try | 
				
			||||||
 | 
					            { | 
				
			||||||
 | 
					                switch (this.Alphabet[this.inx]) | 
				
			||||||
 | 
					                { | 
				
			||||||
 | 
					                    case 0: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.a; | 
				
			||||||
 | 
					                        this.cor_answ1 = "a"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "а"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 1: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.i; | 
				
			||||||
 | 
					                        this.cor_answ1 = "i"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "и"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 2: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.u; | 
				
			||||||
 | 
					                        this.cor_answ1 = "u"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "у"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 3: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.e; | 
				
			||||||
 | 
					                        this.cor_answ1 = nameof(e); | 
				
			||||||
 | 
					                        this.cor_answ2 = "э"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 4: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.o; | 
				
			||||||
 | 
					                        this.cor_answ1 = "o"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "о"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 5: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ka; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ka"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ка"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 6: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ki; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ki"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ки"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 7: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ku; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ku"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ку"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 8: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ke; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ke"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "кэ"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 9: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ko; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ko"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ко"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 10: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.sa; | 
				
			||||||
 | 
					                        this.cor_answ1 = "sa"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "са"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 11: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.shi; | 
				
			||||||
 | 
					                        this.cor_answ1 = "shi"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "си"; | 
				
			||||||
 | 
					                        this.cor_answ3 = "ши"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 12: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.su; | 
				
			||||||
 | 
					                        this.cor_answ1 = "su"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "су"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 13: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.se; | 
				
			||||||
 | 
					                        this.cor_answ1 = "se"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "сэ"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 14: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.so; | 
				
			||||||
 | 
					                        this.cor_answ1 = "so"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "со"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 15: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ta; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ta"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "та"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 16: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.chi; | 
				
			||||||
 | 
					                        this.cor_answ1 = "chi"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ти"; | 
				
			||||||
 | 
					                        this.cor_answ3 = "чи"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 17: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.tsu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "tsu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "цу"; | 
				
			||||||
 | 
					                        this.cor_answ3 = "тсу"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 18: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.te; | 
				
			||||||
 | 
					                        this.cor_answ1 = "te"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "тэ"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 19: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.to; | 
				
			||||||
 | 
					                        this.cor_answ1 = "to"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "то"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 20: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.na; | 
				
			||||||
 | 
					                        this.cor_answ1 = "na"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "на"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 21: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ni; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ni"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ни"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 22: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.nu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "nu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ну"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 23: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ne; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ne"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "нэ"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 24: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.no; | 
				
			||||||
 | 
					                        this.cor_answ1 = "no"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "но"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 25: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ha; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ha"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ха"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 26: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.hi; | 
				
			||||||
 | 
					                        this.cor_answ1 = "hi"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "хи"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 27: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.fu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "fu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "фу"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 28: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.he; | 
				
			||||||
 | 
					                        this.cor_answ1 = "he"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "хэ"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 29: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ho; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ho"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "хо"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 30: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ya; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ya"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "я"; | 
				
			||||||
 | 
					                        this.cor_answ3 = "йа"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 31: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.yu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "yu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ю"; | 
				
			||||||
 | 
					                        this.cor_answ3 = "йу"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 32: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.yo; | 
				
			||||||
 | 
					                        this.cor_answ1 = "yo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ё"; | 
				
			||||||
 | 
					                        this.cor_answ3 = "йо"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 33: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ma; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ma"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ма"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 34: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.mi; | 
				
			||||||
 | 
					                        this.cor_answ1 = "mi"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ми"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 35: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.mu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "mu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "му"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 36: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.me; | 
				
			||||||
 | 
					                        this.cor_answ1 = "me"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "мэ"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 37: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.mo; | 
				
			||||||
 | 
					                        this.cor_answ1 = "mo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "мо"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 38: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ra; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ra"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ра"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 39: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ri; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ri"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ри"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 40: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ru; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ru"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ру"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 41: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.re; | 
				
			||||||
 | 
					                        this.cor_answ1 = "re"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "рэ"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 42: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ro; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ro"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ро"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 43: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.wa; | 
				
			||||||
 | 
					                        this.cor_answ1 = "wa"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ва"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 44: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.wo; | 
				
			||||||
 | 
					                        this.cor_answ1 = "wo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "во"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 45: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.n; | 
				
			||||||
 | 
					                        this.cor_answ1 = "n"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "н"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 46: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ga; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ga"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "га"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 47: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.gi; | 
				
			||||||
 | 
					                        this.cor_answ1 = "gi"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ги"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 48: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.gu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "gu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "гу"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 49: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ge; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ge"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "гэ"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 50: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.go; | 
				
			||||||
 | 
					                        this.cor_answ1 = "go"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "го"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 51: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.za; | 
				
			||||||
 | 
					                        this.cor_answ1 = "za"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "дза"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 52: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ji_s_; | 
				
			||||||
 | 
					                        this.cor_answ1 = "zi"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "дзи"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 53: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.zu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "zu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "дзу"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 54: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ze; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ze"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "дзэ"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 55: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.zo; | 
				
			||||||
 | 
					                        this.cor_answ1 = "zo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "дзо"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 56: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.da; | 
				
			||||||
 | 
					                        this.cor_answ1 = "da"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "да"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 57: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ji; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ji"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "дзи"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 58: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.zu_t_; | 
				
			||||||
 | 
					                        this.cor_answ1 = "zu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "дзу"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 59: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.de; | 
				
			||||||
 | 
					                        this.cor_answ1 = "de"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "дэ"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 60: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources._do; | 
				
			||||||
 | 
					                        this.cor_answ1 = "do"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "до"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 61: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ba; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ba"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ба"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 62: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.bi; | 
				
			||||||
 | 
					                        this.cor_answ1 = "bi"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "би"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 63: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.bu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "bu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "бу"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 64: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.be; | 
				
			||||||
 | 
					                        this.cor_answ1 = "be"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "бэ"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 65: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.bo; | 
				
			||||||
 | 
					                        this.cor_answ1 = "bo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "бо"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 66: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.pa; | 
				
			||||||
 | 
					                        this.cor_answ1 = "pa"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "па"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 67: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.pi; | 
				
			||||||
 | 
					                        this.cor_answ1 = "pi"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "пи"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 68: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.pu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "pu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "пу"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 69: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.pe; | 
				
			||||||
 | 
					                        this.cor_answ1 = "pe"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "пэ"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 70: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.po; | 
				
			||||||
 | 
					                        this.cor_answ1 = "po"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "по"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 71: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.cha; | 
				
			||||||
 | 
					                        this.cor_answ1 = "cha"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "тя"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 72: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.chu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "chu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "тю"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 73: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.cho; | 
				
			||||||
 | 
					                        this.cor_answ1 = "cho"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "тё"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 74: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.kya; | 
				
			||||||
 | 
					                        this.cor_answ1 = "kya"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "кя"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 75: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.kyu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "kyu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "кю"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 76: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.kyo; | 
				
			||||||
 | 
					                        this.cor_answ1 = "kyo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "кё"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 77: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.hya; | 
				
			||||||
 | 
					                        this.cor_answ1 = "hya"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "хя"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 78: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.hyu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "hyu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "хю"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 79: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.hyo; | 
				
			||||||
 | 
					                        this.cor_answ1 = "hyo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "хё"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 80: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.mya; | 
				
			||||||
 | 
					                        this.cor_answ1 = "mya"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "мя"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 81: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.myu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "myu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "мю"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 82: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.myo; | 
				
			||||||
 | 
					                        this.cor_answ1 = "myo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "мё"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 83: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.nya; | 
				
			||||||
 | 
					                        this.cor_answ1 = "nya"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ня"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 84: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.nyu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "nyu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ню"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 85: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.nyo; | 
				
			||||||
 | 
					                        this.cor_answ1 = "nyo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "нё"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 86: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.sha; | 
				
			||||||
 | 
					                        this.cor_answ1 = "sha"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ся"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 87: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.shu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "shu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "сю"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 88: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.sho; | 
				
			||||||
 | 
					                        this.cor_answ1 = "sho"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "сё"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 89: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.rya; | 
				
			||||||
 | 
					                        this.cor_answ1 = "rya"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "ря"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 90: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ryu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ryu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "рю"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 91: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.ryo; | 
				
			||||||
 | 
					                        this.cor_answ1 = "ryo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "рё"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 92: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.pya; | 
				
			||||||
 | 
					                        this.cor_answ1 = "pya"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "пя"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 93: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.pyu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "pyu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "пю"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 94: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.pyo; | 
				
			||||||
 | 
					                        this.cor_answ1 = "pyo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "пё"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 95: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.bya; | 
				
			||||||
 | 
					                        this.cor_answ1 = "bya"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "бя"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 96: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.byu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "byu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "бю"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 97: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.byo; | 
				
			||||||
 | 
					                        this.cor_answ1 = "byo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "бё"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 98: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.gya; | 
				
			||||||
 | 
					                        this.cor_answ1 = "gya"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "гя"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 99: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.gyu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "gyu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "гю"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 100: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.gyo; | 
				
			||||||
 | 
					                        this.cor_answ1 = "gyo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "гё"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 101: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.jya; | 
				
			||||||
 | 
					                        this.cor_answ1 = "jya"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "дзя"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 102: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.jyu; | 
				
			||||||
 | 
					                        this.cor_answ1 = "jyu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "дзю"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 103: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.jyo; | 
				
			||||||
 | 
					                        this.cor_answ1 = "jyo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "дзё"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 104: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.jya_s_; | 
				
			||||||
 | 
					                        this.cor_answ1 = "jya"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "дзя"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 105: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.jyu_s_; | 
				
			||||||
 | 
					                        this.cor_answ1 = "jyu"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "дзю"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                    case 106: | 
				
			||||||
 | 
					                        this.pictureBox1.Image = (Image)Resources.jyo_s_; | 
				
			||||||
 | 
					                        this.cor_answ1 = "jyo"; | 
				
			||||||
 | 
					                        this.cor_answ2 = "дзё"; | 
				
			||||||
 | 
					                        ++this.inx; | 
				
			||||||
 | 
					                        break; | 
				
			||||||
 | 
					                } | 
				
			||||||
 | 
					            } | 
				
			||||||
 | 
					            catch (IndexOutOfRangeException ex) | 
				
			||||||
 | 
					            { | 
				
			||||||
 | 
					                this.pictureBox1.Image = (Image)Resources.e; | 
				
			||||||
 | 
					                this.cor_answ1 = nameof(e); | 
				
			||||||
 | 
					                this.cor_answ2 = "э"; | 
				
			||||||
 | 
					                this.inx = 0; | 
				
			||||||
 | 
					                this.Randoming(); | 
				
			||||||
 | 
					            } | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        private void check_Click(object sender, EventArgs e) | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            this.Checking(); | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        private void textBox1_KeyDown(object sender, KeyEventArgs e) | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            if (e.KeyCode != Keys.Return) | 
				
			||||||
 | 
					                return; | 
				
			||||||
 | 
					            this.Checking(); | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        public void Checking() | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            string lower = this.textBox1.Text.ToLower().Trim(); | 
				
			||||||
 | 
					            if (lower == "") | 
				
			||||||
 | 
					            { | 
				
			||||||
 | 
					                int num = (int)MessageBox.Show("Введите ответ"); | 
				
			||||||
 | 
					                this.textBox1.Text = ""; | 
				
			||||||
 | 
					            } | 
				
			||||||
 | 
					            else | 
				
			||||||
 | 
					            { | 
				
			||||||
 | 
					                this.textBox1.ReadOnly = true; | 
				
			||||||
 | 
					                if (lower == this.cor_answ1.Trim() | lower == this.cor_answ2.Trim() | lower == this.cor_answ3.Trim()) | 
				
			||||||
 | 
					                { | 
				
			||||||
 | 
					                    ++this.correct; | 
				
			||||||
 | 
					                    this.cor.Text = this.correct.ToString(); | 
				
			||||||
 | 
					                    this.answ.Visible = true; | 
				
			||||||
 | 
					                    this.answ.Text = "Верно!"; | 
				
			||||||
 | 
					                    this.pictureBox2.Visible = true; | 
				
			||||||
 | 
					                    this.pictureBox2.Image = (Image)Resources.correct; | 
				
			||||||
 | 
					                    this.pictureBox1.Height = 208; | 
				
			||||||
 | 
					                } | 
				
			||||||
 | 
					                else | 
				
			||||||
 | 
					                { | 
				
			||||||
 | 
					                    ++this.error; | 
				
			||||||
 | 
					                    this.err.Text = this.error.ToString(); | 
				
			||||||
 | 
					                    this.answ.Visible = true; | 
				
			||||||
 | 
					                    this.answ.Text = "Неверно!"; | 
				
			||||||
 | 
					                    this.pictureBox2.Visible = true; | 
				
			||||||
 | 
					                    this.pictureBox2.Image = (Image)Resources.error; | 
				
			||||||
 | 
					                    this.pictureBox1.Height = 208; | 
				
			||||||
 | 
					                } | 
				
			||||||
 | 
					                this.check.Enabled = false; | 
				
			||||||
 | 
					                this.next.Enabled = true; | 
				
			||||||
 | 
					                this.next.Focus(); | 
				
			||||||
 | 
					            } | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        private void next_KeyDown(object sender, KeyEventArgs e) | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            if (e.KeyCode != Keys.Return) | 
				
			||||||
 | 
					                return; | 
				
			||||||
 | 
					            this.textBox1.Focus(); | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        private void HintKaBt_Click(object sender, EventArgs e) | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            new HintKat().Show(); | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        private void Erase_Click(object sender, EventArgs e) | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            this.err.Text = "0"; | 
				
			||||||
 | 
					            this.cor.Text = "0"; | 
				
			||||||
 | 
					            this.label.Text = "0"; | 
				
			||||||
 | 
					            this.t = 0; | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        private void but_Click(object sender, EventArgs e) | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            if (!this.timer1.Enabled) | 
				
			||||||
 | 
					                this.timer1.Enabled = true; | 
				
			||||||
 | 
					            else | 
				
			||||||
 | 
					                this.timer1.Enabled = false; | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        private void timer1_Tick(object sender, EventArgs e) | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            ++this.t; | 
				
			||||||
 | 
					            this.label.Text = this.t.ToString(); | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        private void about_Click(object sender, EventArgs e) | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            int num = (int)MessageBox.Show(string.Format("{0} \nver. {1}", (object)this.asml.Name, (object)this.asml.Version)); | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					} | 
				
			||||||
@ -0,0 +1,59 @@ | 
				
			|||||||
 | 
					namespace jp | 
				
			||||||
 | 
					{ | 
				
			||||||
 | 
					    partial class Form3 | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					        /// <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() | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            this.listBox1 = new System.Windows.Forms.ListBox(); | 
				
			||||||
 | 
					            this.SuspendLayout(); | 
				
			||||||
 | 
					            //  | 
				
			||||||
 | 
					            // listBox1 | 
				
			||||||
 | 
					            //  | 
				
			||||||
 | 
					            this.listBox1.FormattingEnabled = true; | 
				
			||||||
 | 
					            this.listBox1.ItemHeight = 16; | 
				
			||||||
 | 
					            this.listBox1.Location = new System.Drawing.Point(343, 203); | 
				
			||||||
 | 
					            this.listBox1.Name = "listBox1"; | 
				
			||||||
 | 
					            this.listBox1.Size = new System.Drawing.Size(120, 84); | 
				
			||||||
 | 
					            this.listBox1.TabIndex = 0; | 
				
			||||||
 | 
					            //  | 
				
			||||||
 | 
					            // Form3 | 
				
			||||||
 | 
					            //  | 
				
			||||||
 | 
					            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); | 
				
			||||||
 | 
					            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | 
				
			||||||
 | 
					            this.ClientSize = new System.Drawing.Size(800, 450); | 
				
			||||||
 | 
					            this.Controls.Add(this.listBox1); | 
				
			||||||
 | 
					            this.Name = "Form3"; | 
				
			||||||
 | 
					            this.Text = "Form3"; | 
				
			||||||
 | 
					            this.ResumeLayout(false); | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        #endregion | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        private System.Windows.Forms.ListBox listBox1; | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					} | 
				
			||||||
@ -0,0 +1,20 @@ | 
				
			|||||||
 | 
					using System; | 
				
			||||||
 | 
					using System.Collections.Generic; | 
				
			||||||
 | 
					using System.ComponentModel; | 
				
			||||||
 | 
					using System.Data; | 
				
			||||||
 | 
					using System.Drawing; | 
				
			||||||
 | 
					using System.Linq; | 
				
			||||||
 | 
					using System.Text; | 
				
			||||||
 | 
					using System.Threading.Tasks; | 
				
			||||||
 | 
					using System.Windows.Forms; | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					namespace jp | 
				
			||||||
 | 
					{ | 
				
			||||||
 | 
					    public partial class Form3 : Form | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					        public Form3() | 
				
			||||||
 | 
					        { | 
				
			||||||
 | 
					            InitializeComponent(); | 
				
			||||||
 | 
					        } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					} | 
				
			||||||
@ -0,0 +1,120 @@ | 
				
			|||||||
 | 
					<?xml version="1.0" encoding="utf-8"?> | 
				
			||||||
 | 
					<root> | 
				
			||||||
 | 
					  <!--  | 
				
			||||||
 | 
					    Microsoft ResX Schema  | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    Version 2.0 | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    The primary goals of this format is to allow a simple XML format  | 
				
			||||||
 | 
					    that is mostly human readable. The generation and parsing of the  | 
				
			||||||
 | 
					    various data types are done through the TypeConverter classes  | 
				
			||||||
 | 
					    associated with the data types. | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    Example: | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    ... ado.net/XML headers & schema ... | 
				
			||||||
 | 
					    <resheader name="resmimetype">text/microsoft-resx</resheader> | 
				
			||||||
 | 
					    <resheader name="version">2.0</resheader> | 
				
			||||||
 | 
					    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> | 
				
			||||||
 | 
					    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> | 
				
			||||||
 | 
					    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> | 
				
			||||||
 | 
					    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> | 
				
			||||||
 | 
					    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> | 
				
			||||||
 | 
					        <value>[base64 mime encoded serialized .NET Framework object]</value> | 
				
			||||||
 | 
					    </data> | 
				
			||||||
 | 
					    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | 
				
			||||||
 | 
					        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> | 
				
			||||||
 | 
					        <comment>This is a comment</comment> | 
				
			||||||
 | 
					    </data> | 
				
			||||||
 | 
					                 | 
				
			||||||
 | 
					    There are any number of "resheader" rows that contain simple  | 
				
			||||||
 | 
					    name/value pairs. | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    Each data row contains a name, and value. The row also contains a  | 
				
			||||||
 | 
					    type or mimetype. Type corresponds to a .NET class that support  | 
				
			||||||
 | 
					    text/value conversion through the TypeConverter architecture.  | 
				
			||||||
 | 
					    Classes that don't support this are serialized and stored with the  | 
				
			||||||
 | 
					    mimetype set. | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    The mimetype is used for serialized objects, and tells the  | 
				
			||||||
 | 
					    ResXResourceReader how to depersist the object. This is currently not  | 
				
			||||||
 | 
					    extensible. For a given mimetype the value must be set accordingly: | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    Note - application/x-microsoft.net.object.binary.base64 is the format  | 
				
			||||||
 | 
					    that the ResXResourceWriter will generate, however the reader can  | 
				
			||||||
 | 
					    read any of the formats listed below. | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    mimetype: application/x-microsoft.net.object.binary.base64 | 
				
			||||||
 | 
					    value   : The object must be serialized with  | 
				
			||||||
 | 
					            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter | 
				
			||||||
 | 
					            : and then encoded with base64 encoding. | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    mimetype: application/x-microsoft.net.object.soap.base64 | 
				
			||||||
 | 
					    value   : The object must be serialized with  | 
				
			||||||
 | 
					            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter | 
				
			||||||
 | 
					            : and then encoded with base64 encoding. | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    mimetype: application/x-microsoft.net.object.bytearray.base64 | 
				
			||||||
 | 
					    value   : The object must be serialized into a byte array  | 
				
			||||||
 | 
					            : using a System.ComponentModel.TypeConverter | 
				
			||||||
 | 
					            : and then encoded with base64 encoding. | 
				
			||||||
 | 
					    --> | 
				
			||||||
 | 
					  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | 
				
			||||||
 | 
					    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> | 
				
			||||||
 | 
					    <xsd:element name="root" msdata:IsDataSet="true"> | 
				
			||||||
 | 
					      <xsd:complexType> | 
				
			||||||
 | 
					        <xsd:choice maxOccurs="unbounded"> | 
				
			||||||
 | 
					          <xsd:element name="metadata"> | 
				
			||||||
 | 
					            <xsd:complexType> | 
				
			||||||
 | 
					              <xsd:sequence> | 
				
			||||||
 | 
					                <xsd:element name="value" type="xsd:string" minOccurs="0" /> | 
				
			||||||
 | 
					              </xsd:sequence> | 
				
			||||||
 | 
					              <xsd:attribute name="name" use="required" type="xsd:string" /> | 
				
			||||||
 | 
					              <xsd:attribute name="type" type="xsd:string" /> | 
				
			||||||
 | 
					              <xsd:attribute name="mimetype" type="xsd:string" /> | 
				
			||||||
 | 
					              <xsd:attribute ref="xml:space" /> | 
				
			||||||
 | 
					            </xsd:complexType> | 
				
			||||||
 | 
					          </xsd:element> | 
				
			||||||
 | 
					          <xsd:element name="assembly"> | 
				
			||||||
 | 
					            <xsd:complexType> | 
				
			||||||
 | 
					              <xsd:attribute name="alias" type="xsd:string" /> | 
				
			||||||
 | 
					              <xsd:attribute name="name" type="xsd:string" /> | 
				
			||||||
 | 
					            </xsd:complexType> | 
				
			||||||
 | 
					          </xsd:element> | 
				
			||||||
 | 
					          <xsd:element name="data"> | 
				
			||||||
 | 
					            <xsd:complexType> | 
				
			||||||
 | 
					              <xsd:sequence> | 
				
			||||||
 | 
					                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | 
				
			||||||
 | 
					                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> | 
				
			||||||
 | 
					              </xsd:sequence> | 
				
			||||||
 | 
					              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> | 
				
			||||||
 | 
					              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> | 
				
			||||||
 | 
					              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> | 
				
			||||||
 | 
					              <xsd:attribute ref="xml:space" /> | 
				
			||||||
 | 
					            </xsd:complexType> | 
				
			||||||
 | 
					          </xsd:element> | 
				
			||||||
 | 
					          <xsd:element name="resheader"> | 
				
			||||||
 | 
					            <xsd:complexType> | 
				
			||||||
 | 
					              <xsd:sequence> | 
				
			||||||
 | 
					                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | 
				
			||||||
 | 
					              </xsd:sequence> | 
				
			||||||
 | 
					              <xsd:attribute name="name" type="xsd:string" use="required" /> | 
				
			||||||
 | 
					            </xsd:complexType> | 
				
			||||||
 | 
					          </xsd:element> | 
				
			||||||
 | 
					        </xsd:choice> | 
				
			||||||
 | 
					      </xsd:complexType> | 
				
			||||||
 | 
					    </xsd:element> | 
				
			||||||
 | 
					  </xsd:schema> | 
				
			||||||
 | 
					  <resheader name="resmimetype"> | 
				
			||||||
 | 
					    <value>text/microsoft-resx</value> | 
				
			||||||
 | 
					  </resheader> | 
				
			||||||
 | 
					  <resheader name="version"> | 
				
			||||||
 | 
					    <value>2.0</value> | 
				
			||||||
 | 
					  </resheader> | 
				
			||||||
 | 
					  <resheader name="reader"> | 
				
			||||||
 | 
					    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | 
				
			||||||
 | 
					  </resheader> | 
				
			||||||
 | 
					  <resheader name="writer"> | 
				
			||||||
 | 
					    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | 
				
			||||||
 | 
					  </resheader> | 
				
			||||||
 | 
					</root> | 
				
			||||||
@ -0,0 +1,74 @@ | 
				
			|||||||
 | 
					// Decompiled with JetBrains decompiler | 
				
			||||||
 | 
					// Type: jp.HintKat | 
				
			||||||
 | 
					// Assembly: jp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | 
				
			||||||
 | 
					// MVID: DA7BEE59-3059-4D4F-8B17-67206B845D1F | 
				
			||||||
 | 
					// Assembly location: d:\Downloads\Катакана.exe | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					using jp.Properties; | 
				
			||||||
 | 
					using System; | 
				
			||||||
 | 
					using System.ComponentModel; | 
				
			||||||
 | 
					using System.Drawing; | 
				
			||||||
 | 
					using System.Windows.Forms; | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					namespace jp | 
				
			||||||
 | 
					{ | 
				
			||||||
 | 
					  public class HintKat : Form | 
				
			||||||
 | 
					  { | 
				
			||||||
 | 
					    private IContainer components = (IContainer) null; | 
				
			||||||
 | 
					    private Button button1; | 
				
			||||||
 | 
					    private PictureBox pictureBox1; | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    public HintKat() | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      this.InitializeComponent(); | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    private void HintKat_Load(object sender, EventArgs e) | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      this.pictureBox1.Image = (Image) Resources.katakana; | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    private void button1_Click(object sender, EventArgs e) | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    protected override void Dispose(bool disposing) | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      if (disposing && this.components != null) | 
				
			||||||
 | 
					        this.components.Dispose(); | 
				
			||||||
 | 
					      base.Dispose(disposing); | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    private void InitializeComponent() | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      this.button1 = new Button(); | 
				
			||||||
 | 
					      this.pictureBox1 = new PictureBox(); | 
				
			||||||
 | 
					      ((ISupportInitialize) this.pictureBox1).BeginInit(); | 
				
			||||||
 | 
					      this.SuspendLayout(); | 
				
			||||||
 | 
					      this.button1.Location = new Point(454, 138); | 
				
			||||||
 | 
					      this.button1.Name = "button1"; | 
				
			||||||
 | 
					      this.button1.Size = new Size(75, 23); | 
				
			||||||
 | 
					      this.button1.TabIndex = 0; | 
				
			||||||
 | 
					      this.button1.Text = "button1"; | 
				
			||||||
 | 
					      this.button1.UseVisualStyleBackColor = true; | 
				
			||||||
 | 
					      this.button1.Click += new EventHandler(this.button1_Click); | 
				
			||||||
 | 
					      this.pictureBox1.Location = new Point(0, 0); | 
				
			||||||
 | 
					      this.pictureBox1.Name = "pictureBox1"; | 
				
			||||||
 | 
					      this.pictureBox1.Size = new Size(765, 721); | 
				
			||||||
 | 
					      this.pictureBox1.TabIndex = 1; | 
				
			||||||
 | 
					      this.pictureBox1.TabStop = false; | 
				
			||||||
 | 
					      this.AutoScaleDimensions = new SizeF(6f, 13f); | 
				
			||||||
 | 
					      this.AutoScaleMode = AutoScaleMode.Font; | 
				
			||||||
 | 
					      this.ClientSize = new Size(766, 722); | 
				
			||||||
 | 
					      this.Controls.Add((Control) this.pictureBox1); | 
				
			||||||
 | 
					      this.Controls.Add((Control) this.button1); | 
				
			||||||
 | 
					      this.MaximizeBox = false; | 
				
			||||||
 | 
					      this.Name = nameof (HintKat); | 
				
			||||||
 | 
					      this.ShowIcon = false; | 
				
			||||||
 | 
					      this.Text = "Подсказка"; | 
				
			||||||
 | 
					      this.Load += new EventHandler(this.HintKat_Load); | 
				
			||||||
 | 
					      ((ISupportInitialize) this.pictureBox1).EndInit(); | 
				
			||||||
 | 
					      this.ResumeLayout(false); | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					  } | 
				
			||||||
 | 
					} | 
				
			||||||
@ -0,0 +1,120 @@ | 
				
			|||||||
 | 
					<?xml version="1.0" encoding="utf-8"?> | 
				
			||||||
 | 
					<root> | 
				
			||||||
 | 
					  <!--  | 
				
			||||||
 | 
					    Microsoft ResX Schema  | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    Version 2.0 | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    The primary goals of this format is to allow a simple XML format  | 
				
			||||||
 | 
					    that is mostly human readable. The generation and parsing of the  | 
				
			||||||
 | 
					    various data types are done through the TypeConverter classes  | 
				
			||||||
 | 
					    associated with the data types. | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    Example: | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    ... ado.net/XML headers & schema ... | 
				
			||||||
 | 
					    <resheader name="resmimetype">text/microsoft-resx</resheader> | 
				
			||||||
 | 
					    <resheader name="version">2.0</resheader> | 
				
			||||||
 | 
					    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> | 
				
			||||||
 | 
					    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> | 
				
			||||||
 | 
					    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> | 
				
			||||||
 | 
					    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> | 
				
			||||||
 | 
					    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> | 
				
			||||||
 | 
					        <value>[base64 mime encoded serialized .NET Framework object]</value> | 
				
			||||||
 | 
					    </data> | 
				
			||||||
 | 
					    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | 
				
			||||||
 | 
					        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> | 
				
			||||||
 | 
					        <comment>This is a comment</comment> | 
				
			||||||
 | 
					    </data> | 
				
			||||||
 | 
					                 | 
				
			||||||
 | 
					    There are any number of "resheader" rows that contain simple  | 
				
			||||||
 | 
					    name/value pairs. | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    Each data row contains a name, and value. The row also contains a  | 
				
			||||||
 | 
					    type or mimetype. Type corresponds to a .NET class that support  | 
				
			||||||
 | 
					    text/value conversion through the TypeConverter architecture.  | 
				
			||||||
 | 
					    Classes that don't support this are serialized and stored with the  | 
				
			||||||
 | 
					    mimetype set. | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    The mimetype is used for serialized objects, and tells the  | 
				
			||||||
 | 
					    ResXResourceReader how to depersist the object. This is currently not  | 
				
			||||||
 | 
					    extensible. For a given mimetype the value must be set accordingly: | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    Note - application/x-microsoft.net.object.binary.base64 is the format  | 
				
			||||||
 | 
					    that the ResXResourceWriter will generate, however the reader can  | 
				
			||||||
 | 
					    read any of the formats listed below. | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    mimetype: application/x-microsoft.net.object.binary.base64 | 
				
			||||||
 | 
					    value   : The object must be serialized with  | 
				
			||||||
 | 
					            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter | 
				
			||||||
 | 
					            : and then encoded with base64 encoding. | 
				
			||||||
 | 
					     | 
				
			||||||
 | 
					    mimetype: application/x-microsoft.net.object.soap.base64 | 
				
			||||||
 | 
					    value   : The object must be serialized with  | 
				
			||||||
 | 
					            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter | 
				
			||||||
 | 
					            : and then encoded with base64 encoding. | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    mimetype: application/x-microsoft.net.object.bytearray.base64 | 
				
			||||||
 | 
					    value   : The object must be serialized into a byte array  | 
				
			||||||
 | 
					            : using a System.ComponentModel.TypeConverter | 
				
			||||||
 | 
					            : and then encoded with base64 encoding. | 
				
			||||||
 | 
					    --> | 
				
			||||||
 | 
					  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> | 
				
			||||||
 | 
					    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> | 
				
			||||||
 | 
					    <xsd:element name="root" msdata:IsDataSet="true"> | 
				
			||||||
 | 
					      <xsd:complexType> | 
				
			||||||
 | 
					        <xsd:choice maxOccurs="unbounded"> | 
				
			||||||
 | 
					          <xsd:element name="metadata"> | 
				
			||||||
 | 
					            <xsd:complexType> | 
				
			||||||
 | 
					              <xsd:sequence> | 
				
			||||||
 | 
					                <xsd:element name="value" type="xsd:string" minOccurs="0" /> | 
				
			||||||
 | 
					              </xsd:sequence> | 
				
			||||||
 | 
					              <xsd:attribute name="name" use="required" type="xsd:string" /> | 
				
			||||||
 | 
					              <xsd:attribute name="type" type="xsd:string" /> | 
				
			||||||
 | 
					              <xsd:attribute name="mimetype" type="xsd:string" /> | 
				
			||||||
 | 
					              <xsd:attribute ref="xml:space" /> | 
				
			||||||
 | 
					            </xsd:complexType> | 
				
			||||||
 | 
					          </xsd:element> | 
				
			||||||
 | 
					          <xsd:element name="assembly"> | 
				
			||||||
 | 
					            <xsd:complexType> | 
				
			||||||
 | 
					              <xsd:attribute name="alias" type="xsd:string" /> | 
				
			||||||
 | 
					              <xsd:attribute name="name" type="xsd:string" /> | 
				
			||||||
 | 
					            </xsd:complexType> | 
				
			||||||
 | 
					          </xsd:element> | 
				
			||||||
 | 
					          <xsd:element name="data"> | 
				
			||||||
 | 
					            <xsd:complexType> | 
				
			||||||
 | 
					              <xsd:sequence> | 
				
			||||||
 | 
					                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | 
				
			||||||
 | 
					                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> | 
				
			||||||
 | 
					              </xsd:sequence> | 
				
			||||||
 | 
					              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> | 
				
			||||||
 | 
					              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> | 
				
			||||||
 | 
					              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> | 
				
			||||||
 | 
					              <xsd:attribute ref="xml:space" /> | 
				
			||||||
 | 
					            </xsd:complexType> | 
				
			||||||
 | 
					          </xsd:element> | 
				
			||||||
 | 
					          <xsd:element name="resheader"> | 
				
			||||||
 | 
					            <xsd:complexType> | 
				
			||||||
 | 
					              <xsd:sequence> | 
				
			||||||
 | 
					                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> | 
				
			||||||
 | 
					              </xsd:sequence> | 
				
			||||||
 | 
					              <xsd:attribute name="name" type="xsd:string" use="required" /> | 
				
			||||||
 | 
					            </xsd:complexType> | 
				
			||||||
 | 
					          </xsd:element> | 
				
			||||||
 | 
					        </xsd:choice> | 
				
			||||||
 | 
					      </xsd:complexType> | 
				
			||||||
 | 
					    </xsd:element> | 
				
			||||||
 | 
					  </xsd:schema> | 
				
			||||||
 | 
					  <resheader name="resmimetype"> | 
				
			||||||
 | 
					    <value>text/microsoft-resx</value> | 
				
			||||||
 | 
					  </resheader> | 
				
			||||||
 | 
					  <resheader name="version"> | 
				
			||||||
 | 
					    <value>2.0</value> | 
				
			||||||
 | 
					  </resheader> | 
				
			||||||
 | 
					  <resheader name="reader"> | 
				
			||||||
 | 
					    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | 
				
			||||||
 | 
					  </resheader> | 
				
			||||||
 | 
					  <resheader name="writer"> | 
				
			||||||
 | 
					    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> | 
				
			||||||
 | 
					  </resheader> | 
				
			||||||
 | 
					</root> | 
				
			||||||
@ -0,0 +1,22 @@ | 
				
			|||||||
 | 
					// Decompiled with JetBrains decompiler | 
				
			||||||
 | 
					// Type: jp.Program | 
				
			||||||
 | 
					// Assembly: jp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | 
				
			||||||
 | 
					// MVID: DA7BEE59-3059-4D4F-8B17-67206B845D1F | 
				
			||||||
 | 
					// Assembly location: d:\Downloads\Катакана.exe | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					using System; | 
				
			||||||
 | 
					using System.Windows.Forms; | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					namespace jp | 
				
			||||||
 | 
					{ | 
				
			||||||
 | 
					  internal static class Program | 
				
			||||||
 | 
					  { | 
				
			||||||
 | 
					    [STAThread] | 
				
			||||||
 | 
					    private static void Main() | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      Application.EnableVisualStyles(); | 
				
			||||||
 | 
					      Application.SetCompatibleTextRenderingDefault(false); | 
				
			||||||
 | 
					      Application.Run((Form) new Form2()); | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					  } | 
				
			||||||
 | 
					} | 
				
			||||||
@ -0,0 +1,933 @@ | 
				
			|||||||
 | 
					// Decompiled with JetBrains decompiler | 
				
			||||||
 | 
					// Type: jp.Properties.Resources | 
				
			||||||
 | 
					// Assembly: jp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | 
				
			||||||
 | 
					// MVID: DA7BEE59-3059-4D4F-8B17-67206B845D1F | 
				
			||||||
 | 
					// Assembly location: d:\Downloads\Катакана.exe | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					using System.CodeDom.Compiler; | 
				
			||||||
 | 
					using System.ComponentModel; | 
				
			||||||
 | 
					using System.Diagnostics; | 
				
			||||||
 | 
					using System.Drawing; | 
				
			||||||
 | 
					using System.Globalization; | 
				
			||||||
 | 
					using System.Resources; | 
				
			||||||
 | 
					using System.Runtime.CompilerServices; | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					namespace jp.Properties | 
				
			||||||
 | 
					{ | 
				
			||||||
 | 
					  [GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] | 
				
			||||||
 | 
					  [DebuggerNonUserCode] | 
				
			||||||
 | 
					  [CompilerGenerated] | 
				
			||||||
 | 
					  internal class Resources | 
				
			||||||
 | 
					  { | 
				
			||||||
 | 
					    private static ResourceManager resourceMan; | 
				
			||||||
 | 
					    private static CultureInfo resourceCulture; | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal Resources() | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    [EditorBrowsable(EditorBrowsableState.Advanced)] | 
				
			||||||
 | 
					    internal static ResourceManager ResourceManager | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        if (object.ReferenceEquals((object) jp.Properties.Resources.resourceMan, (object) null)) | 
				
			||||||
 | 
					          jp.Properties.Resources.resourceMan = new ResourceManager("jp.Properties.Resources", typeof (jp.Properties.Resources).Assembly); | 
				
			||||||
 | 
					        return jp.Properties.Resources.resourceMan; | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    [EditorBrowsable(EditorBrowsableState.Advanced)] | 
				
			||||||
 | 
					    internal static CultureInfo Culture | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return jp.Properties.Resources.resourceCulture; | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					      set | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        jp.Properties.Resources.resourceCulture = value; | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap _do | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (_do), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap a | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (a), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ba | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ba), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap be | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (be), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap bi | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (bi), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap bo | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (bo), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap bu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (bu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap bya | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (bya), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap byo | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (byo), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap byu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (byu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap cha | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (cha), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap chi | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (chi), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap cho | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (cho), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap chu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (chu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap correct | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (correct), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap da | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (da), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap de | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (de), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap e | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (e), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap error | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (error), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap fu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (fu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ga | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ga), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ge | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ge), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap gi | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (gi), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap go | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (go), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap gu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (gu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap gya | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (gya), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap gyo | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (gyo), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap gyu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (gyu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ha | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ha), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap he | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (he), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap hi | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (hi), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ho | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ho), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap hya | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (hya), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap hyo | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (hyo), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap hyu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (hyu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap i | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (i), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ji | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ji), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ji_s_ | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ji_s_), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap jya | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (jya), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap jya_s_ | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (jya_s_), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap jyo | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (jyo), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap jyo_s_ | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (jyo_s_), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap jyu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (jyu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap jyu_s_ | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (jyu_s_), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ka | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ka), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap katakana | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (katakana), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ke | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ke), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ki | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ki), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ko | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ko), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ku | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ku), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap kya | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (kya), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap kyo | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (kyo), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap kyu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (kyu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ma | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ma), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap me | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (me), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap mi | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (mi), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap mo | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (mo), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap mu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (mu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap mya | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (mya), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap myo | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (myo), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap myu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (myu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap n | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (n), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap na | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (na), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ne | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ne), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ni | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ni), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap no | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (no), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap nu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (nu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap nya | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (nya), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap nyo | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (nyo), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap nyu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (nyu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap o | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (o), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap pa | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (pa), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap pe | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (pe), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap pi | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (pi), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap po | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (po), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap pu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (pu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap pya | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (pya), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap pyo | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (pyo), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap pyu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (pyu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ra | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ra), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap re | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (re), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ri | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ri), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ro | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ro), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ru | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ru), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap rya | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (rya), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ryo | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ryo), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ryu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ryu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap sa | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (sa), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap se | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (se), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap sha | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (sha), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap shi | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (shi), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap sho | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (sho), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap shu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (shu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap so | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (so), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap su | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (su), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ta | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ta), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap te | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (te), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap to | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (to), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap tsu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (tsu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap u | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (u), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap wa | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (wa), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap wo | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (wo), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ya | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ya), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap yo | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (yo), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap yu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (yu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap za | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (za), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap ze | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (ze), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap zo | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (zo), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap zu | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (zu), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    internal static Bitmap zu_t_ | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        return (Bitmap) jp.Properties.Resources.ResourceManager.GetObject(nameof (zu_t_), jp.Properties.Resources.resourceCulture); | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					  } | 
				
			||||||
 | 
					} | 
				
			||||||
									
										
											File diff suppressed because one or more lines are too long
										
									
								
							
						@ -0,0 +1,28 @@ | 
				
			|||||||
 | 
					// Decompiled with JetBrains decompiler | 
				
			||||||
 | 
					// Type: jp.Properties.Settings | 
				
			||||||
 | 
					// Assembly: jp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | 
				
			||||||
 | 
					// MVID: DA7BEE59-3059-4D4F-8B17-67206B845D1F | 
				
			||||||
 | 
					// Assembly location: d:\Downloads\Катакана.exe | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					using System.CodeDom.Compiler; | 
				
			||||||
 | 
					using System.Configuration; | 
				
			||||||
 | 
					using System.Runtime.CompilerServices; | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					namespace jp.Properties | 
				
			||||||
 | 
					{ | 
				
			||||||
 | 
					  [GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] | 
				
			||||||
 | 
					  [CompilerGenerated] | 
				
			||||||
 | 
					  internal sealed class Settings : ApplicationSettingsBase | 
				
			||||||
 | 
					  { | 
				
			||||||
 | 
					    private static Settings defaultInstance = (Settings) SettingsBase.Synchronized((SettingsBase) new Settings()); | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    public static Settings Default | 
				
			||||||
 | 
					    { | 
				
			||||||
 | 
					      get | 
				
			||||||
 | 
					      { | 
				
			||||||
 | 
					        Settings defaultInstance = Settings.defaultInstance; | 
				
			||||||
 | 
					        return defaultInstance; | 
				
			||||||
 | 
					      } | 
				
			||||||
 | 
					    } | 
				
			||||||
 | 
					  } | 
				
			||||||
 | 
					} | 
				
			||||||
									
										Binary file not shown.
									
								
							
						
									
										Binary file not shown.
									
								
							
						
									
										Binary file not shown.
									
								
							
						
									
										Binary file not shown.
									
								
							
						
									
										Binary file not shown.
									
								
							
						
									
										Binary file not shown.
									
								
							
						
									
										Binary file not shown.
									
								
							
						
									
										Binary file not shown.
									
								
							
						
									
										Binary file not shown.
									
								
							
						@ -0,0 +1 @@ | 
				
			|||||||
 | 
					d4633d8485a53ba9d7eb34d523b94ef0cbe2fe19 | 
				
			||||||
@ -0,0 +1,10 @@ | 
				
			|||||||
 | 
					d:\Downloads\Катакана\bin\Debug\jp.exe | 
				
			||||||
 | 
					d:\Downloads\Катакана\bin\Debug\jp.pdb | 
				
			||||||
 | 
					d:\Downloads\Катакана\obj\Debug\Катакана.csprojAssemblyReference.cache | 
				
			||||||
 | 
					d:\Downloads\Катакана\obj\Debug\jp.Form1.resources | 
				
			||||||
 | 
					d:\Downloads\Катакана\obj\Debug\jp.HintKat.resources | 
				
			||||||
 | 
					d:\Downloads\Катакана\obj\Debug\jp.Properties.Resources.resources | 
				
			||||||
 | 
					d:\Downloads\Катакана\obj\Debug\Катакана.csproj.GenerateResource.cache | 
				
			||||||
 | 
					d:\Downloads\Катакана\obj\Debug\Катакана.csproj.CoreCompileInputs.cache | 
				
			||||||
 | 
					d:\Downloads\Катакана\obj\Debug\jp.exe | 
				
			||||||
 | 
					d:\Downloads\Катакана\obj\Debug\jp.pdb | 
				
			||||||
									
										Binary file not shown.
									
								
							
						
									
										Binary file not shown.
									
								
							
						@ -0,0 +1,74 @@ | 
				
			|||||||
 | 
					<?xml version="1.0" encoding="utf-8"?> | 
				
			||||||
 | 
					<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
				
			||||||
 | 
					  <!--Project was exported from assembly: d:\Downloads\Катакана.exe--> | 
				
			||||||
 | 
					  <PropertyGroup> | 
				
			||||||
 | 
					    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 
				
			||||||
 | 
					    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 
				
			||||||
 | 
					    <ProjectGuid>{657E43C9-9A83-4A18-84E6-F04336ACF25A}</ProjectGuid> | 
				
			||||||
 | 
					    <OutputType>WinExe</OutputType> | 
				
			||||||
 | 
					    <AssemblyName>jp</AssemblyName> | 
				
			||||||
 | 
					    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | 
				
			||||||
 | 
					    <ApplicationVersion>1.0.0.0</ApplicationVersion> | 
				
			||||||
 | 
					    <FileAlignment>512</FileAlignment> | 
				
			||||||
 | 
					    <RootNamespace>jp</RootNamespace> | 
				
			||||||
 | 
					  </PropertyGroup> | 
				
			||||||
 | 
					  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 
				
			||||||
 | 
					    <PlatformTarget>AnyCPU</PlatformTarget> | 
				
			||||||
 | 
					    <DebugSymbols>true</DebugSymbols> | 
				
			||||||
 | 
					    <DebugType>full</DebugType> | 
				
			||||||
 | 
					    <Optimize>false</Optimize> | 
				
			||||||
 | 
					    <OutputPath>bin\Debug\</OutputPath> | 
				
			||||||
 | 
					    <DefineConstants>DEBUG;TRACE</DefineConstants> | 
				
			||||||
 | 
					    <ErrorReport>prompt</ErrorReport> | 
				
			||||||
 | 
					    <WarningLevel>4</WarningLevel> | 
				
			||||||
 | 
					  </PropertyGroup> | 
				
			||||||
 | 
					  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | 
				
			||||||
 | 
					    <PlatformTarget>AnyCPU</PlatformTarget> | 
				
			||||||
 | 
					    <DebugType>pdbonly</DebugType> | 
				
			||||||
 | 
					    <Optimize>true</Optimize> | 
				
			||||||
 | 
					    <OutputPath>bin\Release\</OutputPath> | 
				
			||||||
 | 
					    <DefineConstants>TRACE</DefineConstants> | 
				
			||||||
 | 
					    <ErrorReport>prompt</ErrorReport> | 
				
			||||||
 | 
					    <WarningLevel>4</WarningLevel> | 
				
			||||||
 | 
					  </PropertyGroup> | 
				
			||||||
 | 
					  <ItemGroup> | 
				
			||||||
 | 
					    <Reference Include="System.Data" /> | 
				
			||||||
 | 
					    <Reference Include="System.Windows.Forms" /> | 
				
			||||||
 | 
					    <Reference Include="System" /> | 
				
			||||||
 | 
					    <Reference Include="System.Drawing" /> | 
				
			||||||
 | 
					    <Reference Include="System.Xml" /> | 
				
			||||||
 | 
					  </ItemGroup> | 
				
			||||||
 | 
					  <ItemGroup> | 
				
			||||||
 | 
					    <Compile Include="Form1.cs"> | 
				
			||||||
 | 
					      <SubType>Form</SubType> | 
				
			||||||
 | 
					    </Compile> | 
				
			||||||
 | 
					    <Compile Include="Form2.cs"> | 
				
			||||||
 | 
					      <SubType>Form</SubType> | 
				
			||||||
 | 
					    </Compile> | 
				
			||||||
 | 
					    <Compile Include="Form2.Designer.cs"> | 
				
			||||||
 | 
					      <DependentUpon>Form2.cs</DependentUpon> | 
				
			||||||
 | 
					    </Compile> | 
				
			||||||
 | 
					    <Compile Include="Form3.cs"> | 
				
			||||||
 | 
					      <SubType>Form</SubType> | 
				
			||||||
 | 
					    </Compile> | 
				
			||||||
 | 
					    <Compile Include="Form3.Designer.cs"> | 
				
			||||||
 | 
					      <DependentUpon>Form3.cs</DependentUpon> | 
				
			||||||
 | 
					    </Compile> | 
				
			||||||
 | 
					    <Compile Include="HintKat.cs"> | 
				
			||||||
 | 
					      <SubType>Form</SubType> | 
				
			||||||
 | 
					    </Compile> | 
				
			||||||
 | 
					    <Compile Include="Program.cs" /> | 
				
			||||||
 | 
					    <Compile Include="Properties\Resources.cs" /> | 
				
			||||||
 | 
					    <Compile Include="Properties\Settings.cs" /> | 
				
			||||||
 | 
					    <Compile Include="AssemblyInfo.cs" /> | 
				
			||||||
 | 
					  </ItemGroup> | 
				
			||||||
 | 
					  <ItemGroup> | 
				
			||||||
 | 
					    <EmbeddedResource Include="Form1.resx" /> | 
				
			||||||
 | 
					    <EmbeddedResource Include="Form3.resx"> | 
				
			||||||
 | 
					      <DependentUpon>Form3.cs</DependentUpon> | 
				
			||||||
 | 
					    </EmbeddedResource> | 
				
			||||||
 | 
					    <EmbeddedResource Include="HintKat.resx" /> | 
				
			||||||
 | 
					    <EmbeddedResource Include="Properties\Resources.resx" /> | 
				
			||||||
 | 
					  </ItemGroup> | 
				
			||||||
 | 
					  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | 
				
			||||||
 | 
					</Project> | 
				
			||||||
									
										Binary file not shown.
									
								
							
						@ -0,0 +1,24 @@ | 
				
			|||||||
 | 
					Microsoft Visual Studio Solution File, Format Version 12.00 | 
				
			||||||
 | 
					# Visual Studio 15 | 
				
			||||||
 | 
					VisualStudioVersion = 15.0.28010.2041 | 
				
			||||||
 | 
					MinimumVisualStudioVersion = 10.0.40219.1 | 
				
			||||||
 | 
					Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Êàòàêàíà", "Êàòàêàíà.csproj", "{657E43C9-9A83-4A18-84E6-F04336ACF25A}" | 
				
			||||||
 | 
					EndProject | 
				
			||||||
 | 
					Global | 
				
			||||||
 | 
						GlobalSection(SolutionConfigurationPlatforms) = preSolution | 
				
			||||||
 | 
							Debug|Any CPU = Debug|Any CPU | 
				
			||||||
 | 
							Release|Any CPU = Release|Any CPU | 
				
			||||||
 | 
						EndGlobalSection | 
				
			||||||
 | 
						GlobalSection(ProjectConfigurationPlatforms) = postSolution | 
				
			||||||
 | 
							{657E43C9-9A83-4A18-84E6-F04336ACF25A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | 
				
			||||||
 | 
							{657E43C9-9A83-4A18-84E6-F04336ACF25A}.Debug|Any CPU.Build.0 = Debug|Any CPU | 
				
			||||||
 | 
							{657E43C9-9A83-4A18-84E6-F04336ACF25A}.Release|Any CPU.ActiveCfg = Release|Any CPU | 
				
			||||||
 | 
							{657E43C9-9A83-4A18-84E6-F04336ACF25A}.Release|Any CPU.Build.0 = Release|Any CPU | 
				
			||||||
 | 
						EndGlobalSection | 
				
			||||||
 | 
						GlobalSection(SolutionProperties) = preSolution | 
				
			||||||
 | 
							HideSolutionNode = FALSE | 
				
			||||||
 | 
						EndGlobalSection | 
				
			||||||
 | 
						GlobalSection(ExtensibilityGlobals) = postSolution | 
				
			||||||
 | 
							SolutionGuid = {64906F4E-0E1C-4AB5-872E-C4EC5A747EBB} | 
				
			||||||
 | 
						EndGlobalSection | 
				
			||||||
 | 
					EndGlobal | 
				
			||||||
					Loading…
					
					
				
		Reference in new issue