HeadBar.Designer.cs 7.6 KB

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