namespace G { partial class Controller { /// /// 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 System.ComponentModel.Container(); this.Kt = new System.Windows.Forms.TextBox(); this.Kl = new System.Windows.Forms.TextBox(); this.Kx = new System.Windows.Forms.TextBox(); this.Ky = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.isCamVisible = new System.Windows.Forms.CheckBox(); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); this.getHash = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.SuspendLayout(); // // Kt // this.Kt.Location = new System.Drawing.Point(119, 12); this.Kt.Margin = new System.Windows.Forms.Padding(4); this.Kt.Name = "Kt"; this.Kt.Size = new System.Drawing.Size(50, 23); this.Kt.TabIndex = 0; this.Kt.Text = "151"; this.Kt.TextChanged += new System.EventHandler(this.setCam); this.Kt.Validating += new System.ComponentModel.CancelEventHandler(this.doValidating); // // Kl // this.Kl.Location = new System.Drawing.Point(186, 12); this.Kl.Margin = new System.Windows.Forms.Padding(4); this.Kl.Name = "Kl"; this.Kl.Size = new System.Drawing.Size(50, 23); this.Kl.TabIndex = 1; this.Kl.Text = "181"; this.Kl.TextChanged += new System.EventHandler(this.setCam); this.Kl.Validating += new System.ComponentModel.CancelEventHandler(this.doValidating); // // Kx // this.Kx.Location = new System.Drawing.Point(119, 43); this.Kx.Margin = new System.Windows.Forms.Padding(4); this.Kx.Name = "Kx"; this.Kx.Size = new System.Drawing.Size(50, 23); this.Kx.TabIndex = 2; this.Kx.Text = "640"; this.Kx.TextChanged += new System.EventHandler(this.setCam); this.Kx.Validating += new System.ComponentModel.CancelEventHandler(this.doValidating); // // Ky // this.Ky.Location = new System.Drawing.Point(186, 43); this.Ky.Margin = new System.Windows.Forms.Padding(4); this.Ky.Name = "Ky"; this.Ky.Size = new System.Drawing.Size(50, 23); this.Ky.TabIndex = 3; this.Ky.Text = "360"; this.Ky.TextChanged += new System.EventHandler(this.setCam); this.Ky.Validating += new System.ComponentModel.CancelEventHandler(this.doValidating); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 15); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(98, 16); this.label1.TabIndex = 5; this.label1.Text = "Position:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(53, 46); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(58, 16); this.label2.TabIndex = 6; this.label2.Text = "Size:"; // // isCamVisible // this.isCamVisible.Appearance = System.Windows.Forms.Appearance.Button; this.isCamVisible.AutoSize = true; this.isCamVisible.Checked = true; this.isCamVisible.CheckState = System.Windows.Forms.CheckState.Checked; this.isCamVisible.Location = new System.Drawing.Point(256, 10); this.isCamVisible.Margin = new System.Windows.Forms.Padding(4); this.isCamVisible.Name = "isCamVisible"; this.isCamVisible.Size = new System.Drawing.Size(88, 26); this.isCamVisible.TabIndex = 7; this.isCamVisible.Text = "Visible"; this.isCamVisible.UseVisualStyleBackColor = true; this.isCamVisible.CheckedChanged += new System.EventHandler(this.isCamVisible_CheckedChanged); // // errorProvider1 // this.errorProvider1.ContainerControl = this; // // getHash // this.getHash.Location = new System.Drawing.Point(256, 43); this.getHash.Name = "getHash"; this.getHash.Size = new System.Drawing.Size(88, 23); this.getHash.TabIndex = 8; this.getHash.Text = "Hash"; this.getHash.UseVisualStyleBackColor = true; this.getHash.Click += new System.EventHandler(this.getHash_Click); // // Controller // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(355, 75); this.Controls.Add(this.getHash); this.Controls.Add(this.isCamVisible); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.Ky); this.Controls.Add(this.Kx); this.Controls.Add(this.Kl); this.Controls.Add(this.Kt); this.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "Controller"; this.Text = "Controller"; this.Deactivate += new System.EventHandler(this.Controller_Deactivate); this.Load += new System.EventHandler(this.Controller_Load); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox Kt; private System.Windows.Forms.TextBox Kl; private System.Windows.Forms.TextBox Kx; private System.Windows.Forms.TextBox Ky; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.CheckBox isCamVisible; private System.Windows.Forms.ErrorProvider errorProvider1; private System.Windows.Forms.Button getHash; } }