HeadBar.Designer.cs 9.9 KB

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