namespace MeterModuleLibrary { partial class frmNumberKey { /// /// 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.ucNumberKey1 = new MeterModuleLibrary.ucNumberKey(); this.SuspendLayout(); // // ucNumberKey1 // this.ucNumberKey1.Location = new System.Drawing.Point(0, 0); this.ucNumberKey1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ucNumberKey1.Name = "ucNumberKey1"; this.ucNumberKey1.Size = new System.Drawing.Size(733, 308); this.ucNumberKey1.TabIndex = 0; // // frmNumberKey // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.LightBlue; this.ClientSize = new System.Drawing.Size(732, 302); this.Controls.Add(this.ucNumberKey1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmNumberKey"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.TopMost = true; this.Load += new System.EventHandler(this.frmNumberKey_Load); this.ResumeLayout(false); } #endregion private ucNumberKey ucNumberKey1; } }