HeadBar.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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. this.GetRelation = new System.Windows.Forms.CheckBox();
  41. this.SplitStr = new System.Windows.Forms.CheckBox();
  42. ((System.ComponentModel.ISupportInitialize)(this.changepwdicon)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.Change_psw)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.logouticon)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.LoginOut)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.MinWindow2)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // TitleLabel
  53. //
  54. resources.ApplyResources(this.TitleLabel, "TitleLabel");
  55. this.TitleLabel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  56. this.TitleLabel.Name = "TitleLabel";
  57. //
  58. // UpperCollection
  59. //
  60. resources.ApplyResources(this.UpperCollection, "UpperCollection");
  61. this.UpperCollection.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  62. this.UpperCollection.Checked = true;
  63. this.UpperCollection.CheckState = System.Windows.Forms.CheckState.Checked;
  64. this.UpperCollection.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  65. this.UpperCollection.Name = "UpperCollection";
  66. this.UpperCollection.UseVisualStyleBackColor = false;
  67. this.UpperCollection.CheckedChanged += new System.EventHandler(this.UpperCollection_CheckedChanged);
  68. //
  69. // AlwaysTop
  70. //
  71. resources.ApplyResources(this.AlwaysTop, "AlwaysTop");
  72. this.AlwaysTop.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  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. // GetRelation
  142. //
  143. resources.ApplyResources(this.GetRelation, "GetRelation");
  144. this.GetRelation.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  145. this.GetRelation.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  146. this.GetRelation.Name = "GetRelation";
  147. this.GetRelation.UseVisualStyleBackColor = false;
  148. this.GetRelation.CheckedChanged += new System.EventHandler(this.GetRelation_CheckedChanged);
  149. //
  150. // SplitStr
  151. //
  152. resources.ApplyResources(this.SplitStr, "SplitStr");
  153. this.SplitStr.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  154. this.SplitStr.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
  155. this.SplitStr.Name = "SplitStr";
  156. this.SplitStr.UseVisualStyleBackColor = false;
  157. this.SplitStr.CheckedChanged += new System.EventHandler(this.SplitStr_CheckedChanged);
  158. //
  159. // HeadBar
  160. //
  161. resources.ApplyResources(this, "$this");
  162. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  163. this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  164. this.Controls.Add(this.SplitStr);
  165. this.Controls.Add(this.GetRelation);
  166. this.Controls.Add(this.AlwaysTop);
  167. this.Controls.Add(this.UpperCollection);
  168. this.Controls.Add(this.changepwdicon);
  169. this.Controls.Add(this.Change_psw);
  170. this.Controls.Add(this.logouticon);
  171. this.Controls.Add(this.LoginOut);
  172. this.Controls.Add(this.MinWindow2);
  173. this.Controls.Add(this.TitleLabel);
  174. this.Controls.Add(this.MinWindow);
  175. this.Controls.Add(this.MinWindow1);
  176. this.Controls.Add(this.CloseWindow);
  177. this.Name = "HeadBar";
  178. this.Load += new System.EventHandler(this.HeadBar_Load);
  179. ((System.ComponentModel.ISupportInitialize)(this.changepwdicon)).EndInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.Change_psw)).EndInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.logouticon)).EndInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.LoginOut)).EndInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.MinWindow2)).EndInit();
  184. ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).EndInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).EndInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).EndInit();
  187. this.ResumeLayout(false);
  188. this.PerformLayout();
  189. }
  190. #endregion
  191. private System.Windows.Forms.PictureBox MinWindow1;
  192. private System.Windows.Forms.PictureBox CloseWindow;
  193. private System.Windows.Forms.PictureBox MinWindow;
  194. private System.Windows.Forms.Label TitleLabel;
  195. private System.Windows.Forms.PictureBox MinWindow2;
  196. private System.Windows.Forms.PictureBox LoginOut;
  197. private System.Windows.Forms.PictureBox logouticon;
  198. private System.Windows.Forms.PictureBox Change_psw;
  199. private System.Windows.Forms.PictureBox changepwdicon;
  200. private System.Windows.Forms.CheckBox UpperCollection;
  201. private System.Windows.Forms.CheckBox AlwaysTop;
  202. private System.Windows.Forms.CheckBox GetRelation;
  203. private System.Windows.Forms.CheckBox SplitStr;
  204. }
  205. }