NavagationBar.Designer.cs 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. namespace UAS_MES_NEW.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.Button.Font = new System.Drawing.Font("微软雅黑", 12F);
  34. this.Appearance.Button.Options.UseFont = true;
  35. this.Appearance.ButtonHotTracked.Font = new System.Drawing.Font("微软雅黑", 12F);
  36. this.Appearance.ButtonHotTracked.Options.UseFont = true;
  37. this.Appearance.ButtonPressed.Font = new System.Drawing.Font("微软雅黑", 12F);
  38. this.Appearance.ButtonPressed.Options.UseFont = true;
  39. this.Appearance.Hint.Font = new System.Drawing.Font("微软雅黑", 12F);
  40. this.Appearance.Hint.Options.UseFont = true;
  41. this.Appearance.Item.Font = new System.Drawing.Font("微软雅黑", 10F);
  42. this.Appearance.Item.Options.UseFont = true;
  43. this.Appearance.ItemActive.Font = new System.Drawing.Font("微软雅黑", 10F);
  44. this.Appearance.ItemActive.Options.UseFont = true;
  45. this.Appearance.ItemHotTracked.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  46. this.Appearance.ItemHotTracked.Options.UseFont = true;
  47. this.Appearance.ItemPressed.Font = new System.Drawing.Font("微软雅黑", 10F);
  48. this.Appearance.ItemPressed.Options.UseFont = true;
  49. this.Appearance.NavigationPaneHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
  50. this.Appearance.NavigationPaneHeader.Options.UseFont = true;
  51. this.Appearance.NavPaneContentButton.Font = new System.Drawing.Font("微软雅黑", 12F);
  52. this.Appearance.NavPaneContentButton.Options.UseFont = true;
  53. this.Appearance.NavPaneContentButtonHotTracked.Font = new System.Drawing.Font("微软雅黑", 12F);
  54. this.Appearance.NavPaneContentButtonHotTracked.Options.UseFont = true;
  55. this.Appearance.NavPaneContentButtonPressed.Font = new System.Drawing.Font("微软雅黑", 12F);
  56. this.Appearance.NavPaneContentButtonPressed.Options.UseFont = true;
  57. this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.LinkInterval = 2;
  59. this.NavigationPaneGroupClientHeight = 300;
  60. this.OptionsNavPane.ExpandedWidth = 140;
  61. this.ShowGroupHint = false;
  62. this.ShowLinkHint = false;
  63. this.Text = " ";
  64. ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
  65. this.ResumeLayout(false);
  66. }
  67. #endregion
  68. }
  69. }