12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- namespace UAS_MES.CustomControl.AccordionMenu
- {
- partial class NavagationBar
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
- this.SuspendLayout();
- //
- // NavagationBar
- //
- this.Appearance.Item.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.Appearance.Item.Options.UseFont = true;
- this.Appearance.ItemActive.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.Appearance.ItemActive.Options.UseFont = true;
- this.Appearance.ItemHotTracked.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Appearance.ItemHotTracked.Options.UseFont = true;
- this.Appearance.ItemPressed.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.Appearance.ItemPressed.Options.UseFont = true;
- this.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.LinkInterval = 2;
- this.NavigationPaneGroupClientHeight = 300;
- this.OptionsNavPane.ExpandedWidth = 140;
- this.ShowGroupHint = false;
- this.ShowLinkHint = false;
- this.Text = " ";
- ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- }
- }
|