UCNavigationMenuOffice.Designer.cs 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. namespace HZH_Controls.Controls
  2. {
  3. partial class UCNavigationMenuOffice
  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. this.panMenu = new System.Windows.Forms.Panel();
  29. this.panChilds = new System.Windows.Forms.Panel();
  30. this.SuspendLayout();
  31. //
  32. // panMenu
  33. //
  34. this.panMenu.Dock = System.Windows.Forms.DockStyle.Top;
  35. this.panMenu.Location = new System.Drawing.Point(0, 0);
  36. this.panMenu.MaximumSize = new System.Drawing.Size(0, 25);
  37. this.panMenu.MinimumSize = new System.Drawing.Size(0, 25);
  38. this.panMenu.Name = "panMenu";
  39. this.panMenu.Size = new System.Drawing.Size(441, 25);
  40. this.panMenu.TabIndex = 0;
  41. //
  42. // panChilds
  43. //
  44. this.panChilds.Dock = System.Windows.Forms.DockStyle.Fill;
  45. this.panChilds.Location = new System.Drawing.Point(0, 25);
  46. this.panChilds.Name = "panChilds";
  47. this.panChilds.Size = new System.Drawing.Size(441, 100);
  48. this.panChilds.TabIndex = 1;
  49. //
  50. // UCNavigationMenuOffice
  51. //
  52. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  53. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(61)))), ((int)(((byte)(73)))));
  54. this.Controls.Add(this.panChilds);
  55. this.Controls.Add(this.panMenu);
  56. this.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  58. this.Name = "UCNavigationMenuOffice";
  59. this.Size = new System.Drawing.Size(441, 125);
  60. this.ResumeLayout(false);
  61. }
  62. #endregion
  63. private System.Windows.Forms.Panel panMenu;
  64. private System.Windows.Forms.Panel panChilds;
  65. }
  66. }