FileForm.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. 
  2. namespace Uestc.Auto6.Dso.U2
  3. {
  4. partial class FileForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. Uni_Trend.MSO7000X.UserControls.GroupItem groupItem1 = new Uni_Trend.MSO7000X.UserControls.GroupItem();
  30. Uni_Trend.MSO7000X.UserControls.GroupItem groupItem2 = new Uni_Trend.MSO7000X.UserControls.GroupItem();
  31. Uni_Trend.MSO7000X.UserControls.GroupItem groupItem3 = new Uni_Trend.MSO7000X.UserControls.GroupItem();
  32. this.NbgFile = new Uni_Trend.MSO7000X.UserControls.NavBarGroup();
  33. this.SuspendLayout();
  34. //
  35. // NbgFile
  36. //
  37. this.NbgFile.AssignHelper = "";
  38. this.NbgFile.BackColor = System.Drawing.Color.Transparent;
  39. this.NbgFile.CurrentGroupIndex = 0;
  40. this.NbgFile.Dock = System.Windows.Forms.DockStyle.Fill;
  41. groupItem1.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  42. groupItem1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(54)))), ((int)(((byte)(58)))));
  43. groupItem1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  44. groupItem1.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(237)))));
  45. groupItem1.GroupSize = new System.Drawing.Size(0, 0);
  46. groupItem1.Title = "波形";
  47. groupItem2.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  48. groupItem2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(54)))), ((int)(((byte)(58)))));
  49. groupItem2.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  50. groupItem2.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(237)))));
  51. groupItem2.GroupSize = new System.Drawing.Size(0, 0);
  52. groupItem2.Title = "截屏";
  53. groupItem3.BackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  54. groupItem3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(54)))), ((int)(((byte)(58)))));
  55. groupItem3.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  56. groupItem3.FontColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(237)))));
  57. groupItem3.GroupSize = new System.Drawing.Size(0, 0);
  58. groupItem3.Title = "系统设置";
  59. this.NbgFile.GroupItems = new Uni_Trend.MSO7000X.UserControls.GroupItem[] {
  60. groupItem1,
  61. groupItem2,
  62. groupItem3};
  63. this.NbgFile.LanguagePattern = Uni_Trend.MSO7000X.LanguageDefinition.LanguagePattern.Default;
  64. this.NbgFile.Location = new System.Drawing.Point(0, 45);
  65. this.NbgFile.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  66. this.NbgFile.Name = "NbgFile";
  67. this.NbgFile.NavBarColor = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(54)))), ((int)(((byte)(58)))));
  68. this.NbgFile.NavBarHeight = 40;
  69. this.NbgFile.NavForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(237)))));
  70. this.NbgFile.NavGroupColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  71. this.NbgFile.NavGroupHeight = 357;
  72. this.NbgFile.Size = new System.Drawing.Size(460, 481);
  73. this.NbgFile.SplitColor = System.Drawing.Color.Empty;
  74. this.NbgFile.StyleFlags = Uni_Trend.MSO7000X.UserControls.Style.StyleFlag.None;
  75. this.NbgFile.StylizeFlag = true;
  76. this.NbgFile.TabIndex = 0;
  77. //
  78. // FileForm
  79. //
  80. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  81. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  82. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  83. this.ClientSize = new System.Drawing.Size(460, 526);
  84. this.ContentBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(42)))), ((int)(((byte)(45)))));
  85. this.ControlBox = false;
  86. this.Controls.Add(this.NbgFile);
  87. this.DoubleBuffered = true;
  88. this.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  89. this.FormOpacity = 95;
  90. this.HeadBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(95)))), ((int)(((byte)(94)))));
  91. this.HeadHeight = 45;
  92. this.HelpLabel = "17";
  93. this.IconInterval = 21;
  94. this.IconWidth = 26;
  95. this.MaximizeBox = false;
  96. this.MinimizeBox = false;
  97. this.Name = "FileForm";
  98. this.ShowIcon = false;
  99. this.ShowInTaskbar = false;
  100. this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
  101. this.StylizeFlag = true;
  102. this.Text = "存储";
  103. this.Title = "存储";
  104. this.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(237)))));
  105. this.TitleFont = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
  106. this.TitleLableHeight = 39;
  107. this.ToolIconInterval = 21;
  108. this.ToolIconSize = new System.Drawing.Size(26, 26);
  109. this.Controls.SetChildIndex(this.NbgFile, 0);
  110. this.ResumeLayout(false);
  111. }
  112. #endregion
  113. private Uni_Trend.MSO7000X.UserControls.NavBarGroup NbgFile;
  114. }
  115. }