Rev 44 | Blame | Compare with Previous | Last modification | View Log | RSS feed
namespace DriveLogger
{
partial class LabelPrompt
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.lbl_Prompt = new System.Windows.Forms.Label();
this.txt_Prompt = new System.Windows.Forms.TextBox();
this.btn_Prompt = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lbl_Prompt
//
this.lbl_Prompt.AutoSize = true;
this.lbl_Prompt.Location = new System.Drawing.Point(37, 9);
this.lbl_Prompt.Name = "lbl_Prompt";
this.lbl_Prompt.Size = new System.Drawing.Size(81, 13);
this.lbl_Prompt.TabIndex = 0;
this.lbl_Prompt.Text = "Enter Drive Info";
//
// txt_Prompt
//
this.txt_Prompt.Location = new System.Drawing.Point(12, 25);
this.txt_Prompt.Name = "txt_Prompt";
this.txt_Prompt.Size = new System.Drawing.Size(130, 20);
this.txt_Prompt.TabIndex = 1;
//
// btn_Prompt
//
this.btn_Prompt.Location = new System.Drawing.Point(40, 51);
this.btn_Prompt.Name = "btn_Prompt";
this.btn_Prompt.Size = new System.Drawing.Size(75, 23);
this.btn_Prompt.TabIndex = 2;
this.btn_Prompt.Text = "Ok";
this.btn_Prompt.UseVisualStyleBackColor = true;
this.btn_Prompt.Click += new System.EventHandler(this.btn_Prompt_Click);
//
// LabelPrompt
//
this.AcceptButton = this.btn_Prompt;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(154, 86);
this.ControlBox = false;
this.Controls.Add(this.btn_Prompt);
this.Controls.Add(this.txt_Prompt);
this.Controls.Add(this.lbl_Prompt);
this.Name = "LabelPrompt";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Device Information";
this.TopMost = true;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lbl_Prompt;
private System.Windows.Forms.TextBox txt_Prompt;
private System.Windows.Forms.Button btn_Prompt;
}
}