HeadBar.Designer.cs 9.4 KB

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