namespace GetKey { partial class Irideprint { /// /// 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.txtFingerPrint = new System.Windows.Forms.TextBox(); this.label18 = new System.Windows.Forms.Label(); this.txtBase = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.txtBios = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.txtCPU = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.btnTest = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.btnLoad = new System.Windows.Forms.Button(); this.btnGenFingerprint = new System.Windows.Forms.Button(); this.SuspendLayout(); // // txtFingerPrint // this.txtFingerPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52))))); this.txtFingerPrint.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFingerPrint.ForeColor = System.Drawing.SystemColors.Window; this.txtFingerPrint.Location = new System.Drawing.Point(80, 91); this.txtFingerPrint.Name = "txtFingerPrint"; this.txtFingerPrint.Size = new System.Drawing.Size(238, 20); this.txtFingerPrint.TabIndex = 53; this.txtFingerPrint.Visible = false; // // label18 // this.label18.AutoSize = true; this.label18.ForeColor = System.Drawing.SystemColors.ControlLight; this.label18.Location = new System.Drawing.Point(23, 62); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(31, 13); this.label18.TabIndex = 52; this.label18.Text = "Base"; this.label18.Visible = false; // // txtBase // this.txtBase.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52))))); this.txtBase.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtBase.ForeColor = System.Drawing.SystemColors.Window; this.txtBase.Location = new System.Drawing.Point(80, 60); this.txtBase.Name = "txtBase"; this.txtBase.Size = new System.Drawing.Size(408, 20); this.txtBase.TabIndex = 51; this.txtBase.Visible = false; // // label17 // this.label17.AutoSize = true; this.label17.ForeColor = System.Drawing.SystemColors.ControlLight; this.label17.Location = new System.Drawing.Point(24, 34); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(32, 13); this.label17.TabIndex = 50; this.label17.Text = "BIOS"; this.label17.Visible = false; // // txtBios // this.txtBios.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52))))); this.txtBios.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtBios.ForeColor = System.Drawing.SystemColors.Window; this.txtBios.Location = new System.Drawing.Point(80, 31); this.txtBios.Name = "txtBios"; this.txtBios.Size = new System.Drawing.Size(408, 20); this.txtBios.TabIndex = 49; this.txtBios.Visible = false; // // label16 // this.label16.AutoSize = true; this.label16.ForeColor = System.Drawing.SystemColors.ControlLight; this.label16.Location = new System.Drawing.Point(24, 8); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(29, 13); this.label16.TabIndex = 48; this.label16.Text = "CPU"; this.label16.Visible = false; // // txtCPU // this.txtCPU.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52))))); this.txtCPU.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtCPU.ForeColor = System.Drawing.SystemColors.Window; this.txtCPU.Location = new System.Drawing.Point(80, 6); this.txtCPU.Name = "txtCPU"; this.txtCPU.Size = new System.Drawing.Size(408, 20); this.txtCPU.TabIndex = 47; this.txtCPU.Visible = false; // // label15 // this.label15.AutoSize = true; this.label15.ForeColor = System.Drawing.SystemColors.ControlLight; this.label15.Location = new System.Drawing.Point(14, 93); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(47, 13); this.label15.TabIndex = 46; this.label15.Text = "Irideprint"; this.label15.Visible = false; // // btnTest // this.btnTest.ForeColor = System.Drawing.SystemColors.ControlText; this.btnTest.Location = new System.Drawing.Point(376, 126); this.btnTest.Name = "btnTest"; this.btnTest.Size = new System.Drawing.Size(88, 23); this.btnTest.TabIndex = 55; this.btnTest.Text = "Test"; this.btnTest.UseVisualStyleBackColor = true; this.btnTest.Click += new System.EventHandler(this.btnTest_Click); // // btnSave // this.btnSave.ForeColor = System.Drawing.SystemColors.ControlText; this.btnSave.Location = new System.Drawing.Point(140, 126); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(104, 23); this.btnSave.TabIndex = 54; this.btnSave.Text = "Save"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnLoad // this.btnLoad.ForeColor = System.Drawing.SystemColors.ControlText; this.btnLoad.Location = new System.Drawing.Point(264, 126); this.btnLoad.Name = "btnLoad"; this.btnLoad.Size = new System.Drawing.Size(92, 23); this.btnLoad.TabIndex = 56; this.btnLoad.Text = "Load"; this.btnLoad.UseVisualStyleBackColor = true; this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click); // // btnGenFingerprint // this.btnGenFingerprint.ForeColor = System.Drawing.SystemColors.ControlText; this.btnGenFingerprint.Location = new System.Drawing.Point(27, 126); this.btnGenFingerprint.Name = "btnGenFingerprint"; this.btnGenFingerprint.Size = new System.Drawing.Size(95, 23); this.btnGenFingerprint.TabIndex = 57; this.btnGenFingerprint.Text = "Generate"; this.btnGenFingerprint.UseVisualStyleBackColor = true; this.btnGenFingerprint.Click += new System.EventHandler(this.btnGenFingerprint_Click); // // Irideprint // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52))))); this.ClientSize = new System.Drawing.Size(500, 162); this.Controls.Add(this.btnGenFingerprint); this.Controls.Add(this.btnLoad); this.Controls.Add(this.btnTest); this.Controls.Add(this.btnSave); this.Controls.Add(this.txtFingerPrint); this.Controls.Add(this.label18); this.Controls.Add(this.txtBase); this.Controls.Add(this.label17); this.Controls.Add(this.txtBios); this.Controls.Add(this.label16); this.Controls.Add(this.txtCPU); this.Controls.Add(this.label15); this.Name = "Irideprint"; this.Text = "Irideprint"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtFingerPrint; private System.Windows.Forms.Label label18; private System.Windows.Forms.TextBox txtBase; private System.Windows.Forms.Label label17; private System.Windows.Forms.TextBox txtBios; private System.Windows.Forms.Label label16; private System.Windows.Forms.TextBox txtCPU; private System.Windows.Forms.Label label15; private System.Windows.Forms.Button btnTest; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnLoad; private System.Windows.Forms.Button btnGenFingerprint; } }