namespace Neo.ActiveX.FingerprintReader { partial class FingerprintReaderControl { /// /// 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.Prompt = new System.Windows.Forms.TextBox(); this.StatusLine = new System.Windows.Forms.Label(); this.SuspendLayout(); // // Prompt // this.Prompt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.Prompt.Location = new System.Drawing.Point(-10, 9); this.Prompt.Name = "Prompt"; this.Prompt.ReadOnly = true; this.Prompt.Size = new System.Drawing.Size(15, 20); this.Prompt.TabIndex = 2; this.Prompt.Visible = false; // // StatusLine // this.StatusLine.AutoSize = true; this.StatusLine.Location = new System.Drawing.Point(3, 9); this.StatusLine.Name = "StatusLine"; this.StatusLine.Size = new System.Drawing.Size(152, 13); this.StatusLine.TabIndex = 5; this.StatusLine.Text = "Fingerprint reader not initialised"; // // FingerprintReaderControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.StatusLine); this.Controls.Add(this.Prompt); this.Name = "FingerprintReaderControl"; this.Size = new System.Drawing.Size(315, 30); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox Prompt; private System.Windows.Forms.Label StatusLine; } }