using System; using System.ComponentModel; using System.Drawing; using System.Reflection; using System.Windows.Forms; namespace jp { partial class Form2 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }