HeadBar.Designer.cs 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. namespace UAS_MES.CustomControl
  2. {
  3. partial class HeadBar
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeadBar));
  29. this.TitleLabel = new System.Windows.Forms.Label();
  30. this.LoginOut = new System.Windows.Forms.PictureBox();
  31. this.MinWindow2 = new System.Windows.Forms.PictureBox();
  32. this.MinWindow = new System.Windows.Forms.PictureBox();
  33. this.MinWindow1 = new System.Windows.Forms.PictureBox();
  34. this.CloseWindow = new System.Windows.Forms.PictureBox();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. ((System.ComponentModel.ISupportInitialize)(this.LoginOut)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.MinWindow2)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // TitleLabel
  45. //
  46. resources.ApplyResources(this.TitleLabel, "TitleLabel");
  47. this.TitleLabel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  48. this.TitleLabel.Name = "TitleLabel";
  49. //
  50. // LoginOut
  51. //
  52. resources.ApplyResources(this.LoginOut, "LoginOut");
  53. this.LoginOut.Image = global::UAS_MES.Properties.Resources._0802192135;
  54. this.LoginOut.Name = "LoginOut";
  55. this.LoginOut.TabStop = false;
  56. this.LoginOut.Click += new System.EventHandler(this.pictureBox1_Click);
  57. this.LoginOut.MouseEnter += new System.EventHandler(this.LoginOut_MouseEnter);
  58. this.LoginOut.MouseLeave += new System.EventHandler(this.LoginOut_MouseLeave);
  59. //
  60. // MinWindow2
  61. //
  62. resources.ApplyResources(this.MinWindow2, "MinWindow2");
  63. this.MinWindow2.Name = "MinWindow2";
  64. this.MinWindow2.TabStop = false;
  65. //
  66. // MinWindow
  67. //
  68. resources.ApplyResources(this.MinWindow, "MinWindow");
  69. this.MinWindow.Image = global::UAS_MES.Properties.Resources.Close_up_32px_1181430_easyicon_net;
  70. this.MinWindow.Name = "MinWindow";
  71. this.MinWindow.TabStop = false;
  72. this.MinWindow.Click += new System.EventHandler(this.MinWindow_Click);
  73. //
  74. // MinWindow1
  75. //
  76. resources.ApplyResources(this.MinWindow1, "MinWindow1");
  77. this.MinWindow1.Name = "MinWindow1";
  78. this.MinWindow1.TabStop = false;
  79. this.MinWindow1.Click += new System.EventHandler(this.CloseWindow_Click);
  80. //
  81. // CloseWindow
  82. //
  83. resources.ApplyResources(this.CloseWindow, "CloseWindow");
  84. this.CloseWindow.Image = global::UAS_MES.Properties.Resources.close_32px_1181428_easyicon_net;
  85. this.CloseWindow.Name = "CloseWindow";
  86. this.CloseWindow.TabStop = false;
  87. this.CloseWindow.Click += new System.EventHandler(this.CloseWindow_Click);
  88. //
  89. // pictureBox1
  90. //
  91. resources.ApplyResources(this.pictureBox1, "pictureBox1");
  92. this.pictureBox1.Name = "pictureBox1";
  93. this.pictureBox1.TabStop = false;
  94. //
  95. // HeadBar
  96. //
  97. resources.ApplyResources(this, "$this");
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  99. this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  100. this.Controls.Add(this.pictureBox1);
  101. this.Controls.Add(this.LoginOut);
  102. this.Controls.Add(this.MinWindow2);
  103. this.Controls.Add(this.TitleLabel);
  104. this.Controls.Add(this.MinWindow);
  105. this.Controls.Add(this.MinWindow1);
  106. this.Controls.Add(this.CloseWindow);
  107. this.Name = "HeadBar";
  108. this.Load += new System.EventHandler(this.HeadBar_Load);
  109. ((System.ComponentModel.ISupportInitialize)(this.LoginOut)).EndInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.MinWindow2)).EndInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).EndInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).EndInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).EndInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  115. this.ResumeLayout(false);
  116. this.PerformLayout();
  117. }
  118. #endregion
  119. private System.Windows.Forms.PictureBox MinWindow1;
  120. private System.Windows.Forms.PictureBox CloseWindow;
  121. private System.Windows.Forms.PictureBox MinWindow;
  122. private System.Windows.Forms.Label TitleLabel;
  123. private System.Windows.Forms.PictureBox MinWindow2;
  124. private System.Windows.Forms.PictureBox LoginOut;
  125. private System.Windows.Forms.PictureBox pictureBox1;
  126. }
  127. }