BaseForm.designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. namespace HXX.Scanner.Client.Base
  2. {
  3. partial class BaseForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseForm));
  29. this.palCenter = new System.Windows.Forms.Panel();
  30. this.b1 = new HXX.Scanner.Client.Base.ucButton();
  31. this.b2 = new HXX.Scanner.Client.Base.ucButton();
  32. this.b3 = new HXX.Scanner.Client.Base.ucButton();
  33. this.SuspendLayout();
  34. //
  35. // palCenter
  36. //
  37. this.palCenter.BackColor = System.Drawing.Color.White;
  38. this.palCenter.Location = new System.Drawing.Point(79, 156);
  39. this.palCenter.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  40. this.palCenter.Name = "palCenter";
  41. this.palCenter.Size = new System.Drawing.Size(640, 214);
  42. this.palCenter.TabIndex = 4;
  43. //
  44. // b1
  45. //
  46. this.b1.BackColor = System.Drawing.Color.Transparent;
  47. this.b1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("b1.BackgroundImage")));
  48. this.b1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  49. this.b1.DownImage = null;
  50. this.b1.Location = new System.Drawing.Point(383, 39);
  51. this.b1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  52. this.b1.MoveImage = null;
  53. this.b1.Name = "b1";
  54. this.b1.NormalImage = null;
  55. this.b1.Size = new System.Drawing.Size(112, 86);
  56. this.b1.TabIndex = 7;
  57. this.b1.Click += new System.EventHandler(this.minButton_Click);
  58. ////
  59. //// b2
  60. ////
  61. this.b2.BackColor = System.Drawing.Color.Transparent;
  62. this.b2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("b2.BackgroundImage")));
  63. this.b2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  64. this.b2.DownImage = null;
  65. this.b2.Location = new System.Drawing.Point(503, 39);
  66. this.b2.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  67. this.b2.MoveImage = null;
  68. this.b2.Name = "b2";
  69. this.b2.NormalImage = null;
  70. this.b2.Size = new System.Drawing.Size(112, 86);
  71. this.b2.TabIndex = 6;
  72. this.b2.Click += new System.EventHandler(this.maxButton_Click);
  73. ////
  74. //// b3
  75. ////
  76. this.b3.BackColor = System.Drawing.Color.Transparent;
  77. this.b3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("b3.BackgroundImage")));
  78. this.b3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  79. this.b3.DownImage = null;
  80. this.b3.Location = new System.Drawing.Point(636, 39);
  81. this.b3.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  82. this.b3.MoveImage = null;
  83. this.b3.Name = "b3";
  84. this.b3.NormalImage = null;
  85. this.b3.Size = new System.Drawing.Size(112, 86);
  86. this.b3.TabIndex = 5;
  87. this.b3.Click += new System.EventHandler(this.closeButton_Click);
  88. //
  89. // BaseForm
  90. //
  91. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  92. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  93. this.ClientSize = new System.Drawing.Size(821, 400);
  94. this.Controls.Add(this.b1);
  95. this.Controls.Add(this.b2);
  96. this.Controls.Add(this.b3);
  97. this.Controls.Add(this.palCenter);
  98. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  99. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  100. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  101. this.Name = "BaseForm";
  102. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  103. this.Text = "NewBaseForm";
  104. this.Click += new System.EventHandler(this.NewBaseForm_Click);
  105. this.DoubleClick += new System.EventHandler(this.NewBaseForm_DoubleClick);
  106. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.NewBaseForm_MouseMove);
  107. this.ResumeLayout(false);
  108. }
  109. #endregion
  110. private ucButton b3;
  111. private ucButton b2;
  112. private ucButton b1;
  113. protected System.Windows.Forms.Panel palCenter;
  114. }
  115. }