namespace Test_Merge { partial class Form1 { /// /// 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.btnSettings = new System.Windows.Forms.Button(); this.tbxResult = new System.Windows.Forms.TextBox(); this.btnStartDecoding = new System.Windows.Forms.Button(); this.pbxResult = new System.Windows.Forms.PictureBox(); this.btnStopUpdating = new System.Windows.Forms.Button(); this.btnResetEmulator = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pbxResult)).BeginInit(); this.SuspendLayout(); // // btnSettings // this.btnSettings.Location = new System.Drawing.Point(12, 12); this.btnSettings.Name = "btnSettings"; this.btnSettings.Size = new System.Drawing.Size(102, 53); this.btnSettings.TabIndex = 0; this.btnSettings.Text = "Settings"; this.btnSettings.UseVisualStyleBackColor = true; this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click); // // tbxResult // this.tbxResult.Location = new System.Drawing.Point(12, 71); this.tbxResult.Multiline = true; this.tbxResult.Name = "tbxResult"; this.tbxResult.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tbxResult.Size = new System.Drawing.Size(310, 249); this.tbxResult.TabIndex = 1; // // btnStartDecoding // this.btnStartDecoding.Location = new System.Drawing.Point(120, 12); this.btnStartDecoding.Name = "btnStartDecoding"; this.btnStartDecoding.Size = new System.Drawing.Size(102, 53); this.btnStartDecoding.TabIndex = 2; this.btnStartDecoding.Text = "Start"; this.btnStartDecoding.UseVisualStyleBackColor = true; this.btnStartDecoding.Click += new System.EventHandler(this.btnUpdate_Click); // // pbxResult // this.pbxResult.Location = new System.Drawing.Point(328, 71); this.pbxResult.Name = "pbxResult"; this.pbxResult.Size = new System.Drawing.Size(460, 249); this.pbxResult.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pbxResult.TabIndex = 3; this.pbxResult.TabStop = false; // // btnStopUpdating // this.btnStopUpdating.Location = new System.Drawing.Point(228, 12); this.btnStopUpdating.Name = "btnStopUpdating"; this.btnStopUpdating.Size = new System.Drawing.Size(102, 53); this.btnStopUpdating.TabIndex = 4; this.btnStopUpdating.Text = "Stop"; this.btnStopUpdating.UseVisualStyleBackColor = true; this.btnStopUpdating.Click += new System.EventHandler(this.btnStopUpdating_Click); // // btnResetEmulator // this.btnResetEmulator.Location = new System.Drawing.Point(336, 12); this.btnResetEmulator.Name = "btnResetEmulator"; this.btnResetEmulator.Size = new System.Drawing.Size(162, 53); this.btnResetEmulator.TabIndex = 5; this.btnResetEmulator.Text = "Reset emulator"; this.btnResetEmulator.UseVisualStyleBackColor = true; this.btnResetEmulator.Click += new System.EventHandler(this.button1_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(799, 335); this.Controls.Add(this.btnResetEmulator); this.Controls.Add(this.btnStopUpdating); this.Controls.Add(this.pbxResult); this.Controls.Add(this.btnStartDecoding); this.Controls.Add(this.tbxResult); this.Controls.Add(this.btnSettings); this.Name = "Form1"; this.Text = "Form1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.pbxResult)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnSettings; private System.Windows.Forms.TextBox tbxResult; private System.Windows.Forms.Button btnStartDecoding; private System.Windows.Forms.PictureBox pbxResult; private System.Windows.Forms.Button btnStopUpdating; private System.Windows.Forms.Button btnResetEmulator; } }