Advertisement
Guest User

Margus g gui

a guest
Oct 22nd, 2010
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 7.75 KB | None | 0 0
  1. namespace G
  2. {
  3.     partial class Controller
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.  
  23.         #region Windows Form Designer generated code
  24.  
  25.         /// <summary>
  26.         /// Required method for Designer support - do not modify
  27.         /// the contents of this method with the code editor.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             this.components = new System.ComponentModel.Container();
  32.             this.Kt = new System.Windows.Forms.TextBox();
  33.             this.Kl = new System.Windows.Forms.TextBox();
  34.             this.Kx = new System.Windows.Forms.TextBox();
  35.             this.Ky = new System.Windows.Forms.TextBox();
  36.             this.label1 = new System.Windows.Forms.Label();
  37.             this.label2 = new System.Windows.Forms.Label();
  38.             this.isCamVisible = new System.Windows.Forms.CheckBox();
  39.             this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
  40.             this.getHash = new System.Windows.Forms.Button();
  41.             ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
  42.             this.SuspendLayout();
  43.             //
  44.             // Kt
  45.             //
  46.             this.Kt.Location = new System.Drawing.Point(119, 12);
  47.             this.Kt.Margin = new System.Windows.Forms.Padding(4);
  48.             this.Kt.Name = "Kt";
  49.             this.Kt.Size = new System.Drawing.Size(50, 23);
  50.             this.Kt.TabIndex = 0;
  51.             this.Kt.Text = "151";
  52.             this.Kt.TextChanged += new System.EventHandler(this.setCam);
  53.             this.Kt.Validating += new System.ComponentModel.CancelEventHandler(this.doValidating);
  54.             //
  55.             // Kl
  56.             //
  57.             this.Kl.Location = new System.Drawing.Point(186, 12);
  58.             this.Kl.Margin = new System.Windows.Forms.Padding(4);
  59.             this.Kl.Name = "Kl";
  60.             this.Kl.Size = new System.Drawing.Size(50, 23);
  61.             this.Kl.TabIndex = 1;
  62.             this.Kl.Text = "181";
  63.             this.Kl.TextChanged += new System.EventHandler(this.setCam);
  64.             this.Kl.Validating += new System.ComponentModel.CancelEventHandler(this.doValidating);
  65.             //
  66.             // Kx
  67.             //
  68.             this.Kx.Location = new System.Drawing.Point(119, 43);
  69.             this.Kx.Margin = new System.Windows.Forms.Padding(4);
  70.             this.Kx.Name = "Kx";
  71.             this.Kx.Size = new System.Drawing.Size(50, 23);
  72.             this.Kx.TabIndex = 2;
  73.             this.Kx.Text = "640";
  74.             this.Kx.TextChanged += new System.EventHandler(this.setCam);
  75.             this.Kx.Validating += new System.ComponentModel.CancelEventHandler(this.doValidating);
  76.             //
  77.             // Ky
  78.             //
  79.             this.Ky.Location = new System.Drawing.Point(186, 43);
  80.             this.Ky.Margin = new System.Windows.Forms.Padding(4);
  81.             this.Ky.Name = "Ky";
  82.             this.Ky.Size = new System.Drawing.Size(50, 23);
  83.             this.Ky.TabIndex = 3;
  84.             this.Ky.Text = "360";
  85.             this.Ky.TextChanged += new System.EventHandler(this.setCam);
  86.             this.Ky.Validating += new System.ComponentModel.CancelEventHandler(this.doValidating);
  87.             //
  88.             // label1
  89.             //
  90.             this.label1.AutoSize = true;
  91.             this.label1.Location = new System.Drawing.Point(13, 15);
  92.             this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  93.             this.label1.Name = "label1";
  94.             this.label1.Size = new System.Drawing.Size(98, 16);
  95.             this.label1.TabIndex = 5;
  96.             this.label1.Text = "Position:";
  97.             //
  98.             // label2
  99.             //
  100.             this.label2.AutoSize = true;
  101.             this.label2.Location = new System.Drawing.Point(53, 46);
  102.             this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  103.             this.label2.Name = "label2";
  104.             this.label2.Size = new System.Drawing.Size(58, 16);
  105.             this.label2.TabIndex = 6;
  106.             this.label2.Text = "Size:";
  107.             //
  108.             // isCamVisible
  109.             //
  110.             this.isCamVisible.Appearance = System.Windows.Forms.Appearance.Button;
  111.             this.isCamVisible.AutoSize = true;
  112.             this.isCamVisible.Checked = true;
  113.             this.isCamVisible.CheckState = System.Windows.Forms.CheckState.Checked;
  114.             this.isCamVisible.Location = new System.Drawing.Point(256, 10);
  115.             this.isCamVisible.Margin = new System.Windows.Forms.Padding(4);
  116.             this.isCamVisible.Name = "isCamVisible";
  117.             this.isCamVisible.Size = new System.Drawing.Size(88, 26);
  118.             this.isCamVisible.TabIndex = 7;
  119.             this.isCamVisible.Text = "Visible";
  120.             this.isCamVisible.UseVisualStyleBackColor = true;
  121.             this.isCamVisible.CheckedChanged += new System.EventHandler(this.isCamVisible_CheckedChanged);
  122.             //
  123.             // errorProvider1
  124.             //
  125.             this.errorProvider1.ContainerControl = this;
  126.             //
  127.             // getHash
  128.             //
  129.             this.getHash.Location = new System.Drawing.Point(256, 43);
  130.             this.getHash.Name = "getHash";
  131.             this.getHash.Size = new System.Drawing.Size(88, 23);
  132.             this.getHash.TabIndex = 8;
  133.             this.getHash.Text = "Hash";
  134.             this.getHash.UseVisualStyleBackColor = true;
  135.             this.getHash.Click += new System.EventHandler(this.getHash_Click);
  136.             //
  137.             // Controller
  138.             //
  139.             this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 16F);
  140.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  141.             this.ClientSize = new System.Drawing.Size(355, 75);
  142.             this.Controls.Add(this.getHash);
  143.             this.Controls.Add(this.isCamVisible);
  144.             this.Controls.Add(this.label2);
  145.             this.Controls.Add(this.label1);
  146.             this.Controls.Add(this.Ky);
  147.             this.Controls.Add(this.Kx);
  148.             this.Controls.Add(this.Kl);
  149.             this.Controls.Add(this.Kt);
  150.             this.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  151.             this.Margin = new System.Windows.Forms.Padding(4);
  152.             this.Name = "Controller";
  153.             this.Text = "Controller";
  154.             this.Deactivate += new System.EventHandler(this.Controller_Deactivate);
  155.             this.Load += new System.EventHandler(this.Controller_Load);
  156.             ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
  157.             this.ResumeLayout(false);
  158.             this.PerformLayout();
  159.  
  160.         }
  161.  
  162.         #endregion
  163.  
  164.         private System.Windows.Forms.TextBox Kt;
  165.         private System.Windows.Forms.TextBox Kl;
  166.         private System.Windows.Forms.TextBox Kx;
  167.         private System.Windows.Forms.TextBox Ky;
  168.         private System.Windows.Forms.Label label1;
  169.         private System.Windows.Forms.Label label2;
  170.         private System.Windows.Forms.CheckBox isCamVisible;
  171.         private System.Windows.Forms.ErrorProvider errorProvider1;
  172.         private System.Windows.Forms.Button getHash;
  173.     }
  174. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement