LevelOS-Core/CPM/MasktedTextbox/NT-MASKTEDTEXTBOX.Designer.cs

63 lines
2.3 KiB
C#

namespace ControllsCustom.NT_MASKTEXTBOX
{
partial class LV_MASKTEDTEXTBOX
{
/// <summary>
/// Variável de designer necessária.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpar os recursos que estão sendo usados.
/// </summary>
/// <param name="disposing">true se for necessário descartar os recursos gerenciados; caso contrário, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código gerado pelo Designer de Componentes
/// <summary>
/// Método necessário para suporte ao Designer - não modifique
/// o conteúdo deste método com o editor de código.
/// </summary>
private void InitializeComponent()
{
this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
this.SuspendLayout();
//
// maskedTextBox1
//
this.maskedTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.maskedTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.maskedTextBox1.Location = new System.Drawing.Point(7, 7);
this.maskedTextBox1.Name = "maskedTextBox1";
this.maskedTextBox1.Size = new System.Drawing.Size(236, 13);
this.maskedTextBox1.TabIndex = 0;
//
// NT_MASKTEDTEXTBOX
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.maskedTextBox1);
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "NT_MASKTEDTEXTBOX";
this.Padding = new System.Windows.Forms.Padding(7);
this.Size = new System.Drawing.Size(250, 30);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MaskedTextBox maskedTextBox1;
}
}