HeadBar.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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.changepwdicon = new System.Windows.Forms.PictureBox();
  31. this.Change_psw = new System.Windows.Forms.PictureBox();
  32. this.logouticon = new System.Windows.Forms.PictureBox();
  33. this.LoginOut = new System.Windows.Forms.PictureBox();
  34. this.MinWindow2 = new System.Windows.Forms.PictureBox();
  35. this.MinWindow = new System.Windows.Forms.PictureBox();
  36. this.MinWindow1 = new System.Windows.Forms.PictureBox();
  37. this.CloseWindow = new System.Windows.Forms.PictureBox();
  38. ((System.ComponentModel.ISupportInitialize)(this.changepwdicon)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.Change_psw)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.logouticon)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.LoginOut)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.MinWindow2)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // TitleLabel
  49. //
  50. resources.ApplyResources(this.TitleLabel, "TitleLabel");
  51. this.TitleLabel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  52. this.TitleLabel.Name = "TitleLabel";
  53. //
  54. // changepwdicon
  55. //
  56. resources.ApplyResources(this.changepwdicon, "changepwdicon");
  57. this.changepwdicon.Image = global::UAS_MES.Properties.Resources.pwd;
  58. this.changepwdicon.Name = "changepwdicon";
  59. this.changepwdicon.TabStop = false;
  60. //
  61. // Change_psw
  62. //
  63. resources.ApplyResources(this.Change_psw, "Change_psw");
  64. this.Change_psw.Image = global::UAS_MES.Properties.Resources.change_password;
  65. this.Change_psw.Name = "Change_psw";
  66. this.Change_psw.TabStop = false;
  67. this.Change_psw.Click += new System.EventHandler(this.Change_psw_Click);
  68. this.Change_psw.MouseEnter += new System.EventHandler(this.LoginOut_MouseEnter);
  69. this.Change_psw.MouseLeave += new System.EventHandler(this.LoginOut_MouseLeave);
  70. //
  71. // logouticon
  72. //
  73. resources.ApplyResources(this.logouticon, "logouticon");
  74. this.logouticon.Image = global::UAS_MES.Properties.Resources.Logout_32px_581264_easyicon_net;
  75. this.logouticon.Name = "logouticon";
  76. this.logouticon.TabStop = false;
  77. //
  78. // LoginOut
  79. //
  80. resources.ApplyResources(this.LoginOut, "LoginOut");
  81. this.LoginOut.Image = global::UAS_MES.Properties.Resources._0802192135;
  82. this.LoginOut.Name = "LoginOut";
  83. this.LoginOut.TabStop = false;
  84. this.LoginOut.Click += new System.EventHandler(this.pictureBox1_Click);
  85. this.LoginOut.MouseEnter += new System.EventHandler(this.LoginOut_MouseEnter);
  86. this.LoginOut.MouseLeave += new System.EventHandler(this.LoginOut_MouseLeave);
  87. //
  88. // MinWindow2
  89. //
  90. resources.ApplyResources(this.MinWindow2, "MinWindow2");
  91. this.MinWindow2.Name = "MinWindow2";
  92. this.MinWindow2.TabStop = false;
  93. //
  94. // MinWindow
  95. //
  96. resources.ApplyResources(this.MinWindow, "MinWindow");
  97. this.MinWindow.Image = global::UAS_MES.Properties.Resources.Close_up_32px_1181430_easyicon_net;
  98. this.MinWindow.Name = "MinWindow";
  99. this.MinWindow.TabStop = false;
  100. this.MinWindow.Click += new System.EventHandler(this.MinWindow_Click);
  101. //
  102. // MinWindow1
  103. //
  104. resources.ApplyResources(this.MinWindow1, "MinWindow1");
  105. this.MinWindow1.Name = "MinWindow1";
  106. this.MinWindow1.TabStop = false;
  107. this.MinWindow1.Click += new System.EventHandler(this.CloseWindow_Click);
  108. //
  109. // CloseWindow
  110. //
  111. resources.ApplyResources(this.CloseWindow, "CloseWindow");
  112. this.CloseWindow.Image = global::UAS_MES.Properties.Resources.close_32px_1181428_easyicon_net;
  113. this.CloseWindow.Name = "CloseWindow";
  114. this.CloseWindow.TabStop = false;
  115. this.CloseWindow.Click += new System.EventHandler(this.CloseWindow_Click);
  116. //
  117. // HeadBar
  118. //
  119. resources.ApplyResources(this, "$this");
  120. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  121. this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  122. this.Controls.Add(this.changepwdicon);
  123. this.Controls.Add(this.Change_psw);
  124. this.Controls.Add(this.logouticon);
  125. this.Controls.Add(this.LoginOut);
  126. this.Controls.Add(this.MinWindow2);
  127. this.Controls.Add(this.TitleLabel);
  128. this.Controls.Add(this.MinWindow);
  129. this.Controls.Add(this.MinWindow1);
  130. this.Controls.Add(this.CloseWindow);
  131. this.Name = "HeadBar";
  132. this.Load += new System.EventHandler(this.HeadBar_Load);
  133. ((System.ComponentModel.ISupportInitialize)(this.changepwdicon)).EndInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.Change_psw)).EndInit();
  135. ((System.ComponentModel.ISupportInitialize)(this.logouticon)).EndInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.LoginOut)).EndInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.MinWindow2)).EndInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).EndInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).EndInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).EndInit();
  141. this.ResumeLayout(false);
  142. this.PerformLayout();
  143. }
  144. #endregion
  145. private System.Windows.Forms.PictureBox MinWindow1;
  146. private System.Windows.Forms.PictureBox CloseWindow;
  147. private System.Windows.Forms.PictureBox MinWindow;
  148. private System.Windows.Forms.Label TitleLabel;
  149. private System.Windows.Forms.PictureBox MinWindow2;
  150. private System.Windows.Forms.PictureBox LoginOut;
  151. private System.Windows.Forms.PictureBox logouticon;
  152. private System.Windows.Forms.PictureBox Change_psw;
  153. private System.Windows.Forms.PictureBox changepwdicon;
  154. }
  155. }