HeadBar.Designer.cs 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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.MinWindow1 = new System.Windows.Forms.PictureBox();
  30. this.CloseWindow = new System.Windows.Forms.PictureBox();
  31. this.MinWindow = new System.Windows.Forms.PictureBox();
  32. this.TitleLabel = new System.Windows.Forms.Label();
  33. ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).BeginInit();
  34. ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).BeginInit();
  35. ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // MinWindow1
  39. //
  40. resources.ApplyResources(this.MinWindow1, "MinWindow1");
  41. this.MinWindow1.Name = "MinWindow1";
  42. this.MinWindow1.TabStop = false;
  43. this.MinWindow1.Click += new System.EventHandler(this.CloseWindow_Click);
  44. //
  45. // CloseWindow
  46. //
  47. resources.ApplyResources(this.CloseWindow, "CloseWindow");
  48. this.CloseWindow.Image = global::UAS_MES.Properties.Resources.close_32px_1181428_easyicon_net;
  49. this.CloseWindow.Name = "CloseWindow";
  50. this.CloseWindow.TabStop = false;
  51. this.CloseWindow.Click += new System.EventHandler(this.CloseWindow_Click);
  52. //
  53. // MinWindow
  54. //
  55. resources.ApplyResources(this.MinWindow, "MinWindow");
  56. this.MinWindow.Image = global::UAS_MES.Properties.Resources.Close_up_32px_1181430_easyicon_net;
  57. this.MinWindow.Name = "MinWindow";
  58. this.MinWindow.TabStop = false;
  59. this.MinWindow.Click += new System.EventHandler(this.MinWindow_Click);
  60. //
  61. // TitleLabel
  62. //
  63. resources.ApplyResources(this.TitleLabel, "TitleLabel");
  64. this.TitleLabel.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  65. this.TitleLabel.Name = "TitleLabel";
  66. //
  67. // HeadBar
  68. //
  69. resources.ApplyResources(this, "$this");
  70. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  71. this.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  72. this.Controls.Add(this.TitleLabel);
  73. this.Controls.Add(this.MinWindow);
  74. this.Controls.Add(this.MinWindow1);
  75. this.Controls.Add(this.CloseWindow);
  76. this.Name = "HeadBar";
  77. this.Load += new System.EventHandler(this.HeadBar_Load);
  78. ((System.ComponentModel.ISupportInitialize)(this.MinWindow1)).EndInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.CloseWindow)).EndInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.MinWindow)).EndInit();
  81. this.ResumeLayout(false);
  82. this.PerformLayout();
  83. }
  84. #endregion
  85. private System.Windows.Forms.PictureBox MinWindow1;
  86. private System.Windows.Forms.PictureBox CloseWindow;
  87. private System.Windows.Forms.PictureBox MinWindow;
  88. private System.Windows.Forms.Label TitleLabel;
  89. }
  90. }