NavagationBar.Designer.cs 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. namespace UAS_MES.CustomControl.AccordionMenu
  2. {
  3. partial class NavagationBar
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
  29. this.SuspendLayout();
  30. //
  31. // NavagationBar
  32. //
  33. this.Appearance.Item.Font = new System.Drawing.Font("微软雅黑", 10F);
  34. this.Appearance.Item.Options.UseFont = true;
  35. this.Appearance.ItemActive.Font = new System.Drawing.Font("微软雅黑", 10F);
  36. this.Appearance.ItemActive.Options.UseFont = true;
  37. this.Appearance.ItemHotTracked.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  38. this.Appearance.ItemHotTracked.Options.UseFont = true;
  39. this.Appearance.ItemPressed.Font = new System.Drawing.Font("微软雅黑", 10F);
  40. this.Appearance.ItemPressed.Options.UseFont = true;
  41. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.LinkInterval = 2;
  43. this.NavigationPaneGroupClientHeight = 300;
  44. this.OptionsNavPane.ExpandedWidth = 140;
  45. this.ShowGroupHint = false;
  46. this.ShowLinkHint = false;
  47. this.Text = " ";
  48. ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
  49. this.ResumeLayout(false);
  50. }
  51. #endregion
  52. }
  53. }