HeadBar.Designer.cs 9.3 KB

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