You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
2.8 KiB
C#
67 lines
2.8 KiB
C#
namespace Estsh.Client
|
|
{
|
|
partial class FrmInputBoxRework
|
|
{
|
|
/// <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 .txtInput = new System .Windows .Forms .TextBox ();
|
|
this .SuspendLayout ();
|
|
//
|
|
// txtInput
|
|
//
|
|
this .txtInput .BackColor = System .Drawing .Color .FromArgb (( ( int ) ( ( ( byte ) ( 255 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 255 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 192 ) ) ) ));
|
|
this .txtInput .Font = new System .Drawing .Font ("Microsoft Sans Serif" , 18F , System .Drawing .FontStyle .Regular , System .Drawing .GraphicsUnit .Point , ( ( byte ) ( 0 ) ));
|
|
this .txtInput .ForeColor = System .Drawing .Color .Navy;
|
|
this .txtInput .Location = new System .Drawing .Point (47 , 40);
|
|
this .txtInput .MaxLength = 100;
|
|
this .txtInput .Name = "txtInput";
|
|
this .txtInput .Size = new System .Drawing .Size (332 , 35);
|
|
this .txtInput .TabIndex = 0;
|
|
this .txtInput .KeyPress += new System .Windows .Forms .KeyPressEventHandler (this .txtPassword_KeyPress);
|
|
//
|
|
// FrmInputBoxRework
|
|
//
|
|
this .AutoScaleDimensions = new System .Drawing .SizeF (6F , 12F);
|
|
this .AutoScaleMode = System .Windows .Forms .AutoScaleMode .Font;
|
|
this .ClientSize = new System .Drawing .Size (426 , 112);
|
|
this .Controls .Add (this .txtInput);
|
|
this .FormBorderStyle = System .Windows .Forms .FormBorderStyle .None;
|
|
this .Name = "FrmInputBoxRework";
|
|
this .StartPosition = System .Windows .Forms .FormStartPosition .CenterParent;
|
|
this .Text = "FrmInputBoxRework";
|
|
this .Load += new System .EventHandler (this .FrmInputBoxRework_Load);
|
|
this .Activated += new System .EventHandler (this .FrmInputBoxRework_Activated);
|
|
this .ResumeLayout (false);
|
|
this .PerformLayout ();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txtInput;
|
|
}
|
|
} |