frmNumberKey.Designer.cs 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. namespace MeterModuleLibrary
  2. {
  3. partial class frmNumberKey
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.ucNumberKey1 = new MeterModuleLibrary.ucNumberKey();
  29. this.SuspendLayout();
  30. //
  31. // ucNumberKey1
  32. //
  33. this.ucNumberKey1.Location = new System.Drawing.Point(0, 0);
  34. this.ucNumberKey1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  35. this.ucNumberKey1.Name = "ucNumberKey1";
  36. this.ucNumberKey1.Size = new System.Drawing.Size(733, 308);
  37. this.ucNumberKey1.TabIndex = 0;
  38. //
  39. // frmNumberKey
  40. //
  41. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  42. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  43. this.BackColor = System.Drawing.Color.LightBlue;
  44. this.ClientSize = new System.Drawing.Size(732, 302);
  45. this.Controls.Add(this.ucNumberKey1);
  46. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  47. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  48. this.MaximizeBox = false;
  49. this.MinimizeBox = false;
  50. this.Name = "frmNumberKey";
  51. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  52. this.TopMost = true;
  53. this.Load += new System.EventHandler(this.frmNumberKey_Load);
  54. this.ResumeLayout(false);
  55. }
  56. #endregion
  57. private ucNumberKey ucNumberKey1;
  58. }
  59. }