HeadBar.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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.MinWindow2 = new System.Windows.Forms.PictureBox();
  31. this.MinWindow = new System.Windows.Forms.PictureBox();
  32. this.MinWindow1 = new System.Windows.Forms.PictureBox();
  33. this.CloseWindow = new System.Windows.Forms.PictureBox();
  34. this.LoginOut = new DevExpress.XtraEditors.SimpleButton();
  35. this.UpperCollection = new DevExpress.XtraEditors.ToggleSwitch();
  36. this.Change_psw = new DevExpress.XtraEditors.SimpleButton();
  37. ((System.ComponentModel.ISupportInitialize)(this.MinWindow2)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.UpperCollection.Properties)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // TitleLabel
  45. //
  46. resources.ApplyResources(this.TitleLabel, "TitleLabel");
  47. this.TitleLabel.BackColor = System.Drawing.SystemColors.ControlLight;
  48. this.TitleLabel.ForeColor = System.Drawing.Color.RoyalBlue;
  49. this.TitleLabel.Name = "TitleLabel";
  50. //
  51. // MinWindow2
  52. //
  53. resources.ApplyResources(this.MinWindow2, "MinWindow2");
  54. this.MinWindow2.Name = "MinWindow2";
  55. this.MinWindow2.TabStop = false;
  56. //
  57. // MinWindow
  58. //
  59. resources.ApplyResources(this.MinWindow, "MinWindow");
  60. this.MinWindow.Image = global::UAS_MES.Properties.Resources.Close_up_32px_1181430_easyicon_net;
  61. this.MinWindow.Name = "MinWindow";
  62. this.MinWindow.TabStop = false;
  63. this.MinWindow.Click += new System.EventHandler(this.MinWindow_Click);
  64. //
  65. // MinWindow1
  66. //
  67. resources.ApplyResources(this.MinWindow1, "MinWindow1");
  68. this.MinWindow1.Name = "MinWindow1";
  69. this.MinWindow1.TabStop = false;
  70. this.MinWindow1.Click += new System.EventHandler(this.CloseWindow_Click);
  71. //
  72. // CloseWindow
  73. //
  74. resources.ApplyResources(this.CloseWindow, "CloseWindow");
  75. this.CloseWindow.Image = global::UAS_MES.Properties.Resources.close_32px_1181428_easyicon_net;
  76. this.CloseWindow.Name = "CloseWindow";
  77. this.CloseWindow.TabStop = false;
  78. this.CloseWindow.Click += new System.EventHandler(this.CloseWindow_Click);
  79. //
  80. // LoginOut
  81. //
  82. this.LoginOut.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("LoginOut.Appearance.Font")));
  83. this.LoginOut.Appearance.Options.UseFont = true;
  84. this.LoginOut.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  85. resources.ApplyResources(this.LoginOut, "LoginOut");
  86. this.LoginOut.Image = global::UAS_MES.Properties.Resources.Logout_32px_581264_easyicon_net;
  87. this.LoginOut.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
  88. this.LoginOut.Name = "LoginOut";
  89. this.LoginOut.Click += new System.EventHandler(this.LoginOut_Click);
  90. //
  91. // UpperCollection
  92. //
  93. resources.ApplyResources(this.UpperCollection, "UpperCollection");
  94. this.UpperCollection.Name = "UpperCollection";
  95. this.UpperCollection.Properties.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("UpperCollection.Properties.Appearance.Font")));
  96. this.UpperCollection.Properties.Appearance.Options.UseFont = true;
  97. this.UpperCollection.Properties.OffText = resources.GetString("UpperCollection.Properties.OffText");
  98. this.UpperCollection.Properties.OnText = resources.GetString("UpperCollection.Properties.OnText");
  99. //
  100. // Change_psw
  101. //
  102. this.Change_psw.Appearance.Font = ((System.Drawing.Font)(resources.GetObject("Change_psw.Appearance.Font")));
  103. this.Change_psw.Appearance.Options.UseFont = true;
  104. this.Change_psw.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  105. resources.ApplyResources(this.Change_psw, "Change_psw");
  106. this.Change_psw.Image = global::UAS_MES.Properties.Resources.pwd;
  107. this.Change_psw.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
  108. this.Change_psw.Name = "Change_psw";
  109. this.Change_psw.Click += new System.EventHandler(this.Change_psw_Click);
  110. //
  111. // HeadBar
  112. //
  113. resources.ApplyResources(this, "$this");
  114. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  115. this.BackColor = System.Drawing.SystemColors.ControlLight;
  116. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  117. this.Controls.Add(this.UpperCollection);
  118. this.Controls.Add(this.Change_psw);
  119. this.Controls.Add(this.LoginOut);
  120. this.Controls.Add(this.MinWindow2);
  121. this.Controls.Add(this.TitleLabel);
  122. this.Controls.Add(this.MinWindow);
  123. this.Controls.Add(this.MinWindow1);
  124. this.Controls.Add(this.CloseWindow);
  125. this.Name = "HeadBar";
  126. this.Load += new System.EventHandler(this.HeadBar_Load);
  127. this.BackColorChanged += new System.EventHandler(this.HeadBar_BackColorChanged);
  128. ((System.ComponentModel.ISupportInitialize)(this.MinWindow2)).EndInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).EndInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).EndInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).EndInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.UpperCollection.Properties)).EndInit();
  133. this.ResumeLayout(false);
  134. this.PerformLayout();
  135. }
  136. #endregion
  137. private System.Windows.Forms.PictureBox MinWindow1;
  138. private System.Windows.Forms.PictureBox CloseWindow;
  139. private System.Windows.Forms.PictureBox MinWindow;
  140. private System.Windows.Forms.Label TitleLabel;
  141. private System.Windows.Forms.PictureBox MinWindow2;
  142. private DevExpress.XtraEditors.ToggleSwitch UpperCollection;
  143. private DevExpress.XtraEditors.SimpleButton Change_psw;
  144. private DevExpress.XtraEditors.SimpleButton LoginOut;
  145. }
  146. }