UCNavigationTool.Designer.cs 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. namespace LYFZ.ComponentLibrary
  2. {
  3. partial class UCNavigationTool
  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.labCTile = new LYFZ.ComponentLibrary.LabelEx();
  29. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.SuspendLayout();
  32. //
  33. // labCTile
  34. //
  35. this.labCTile.AutoSize = true;
  36. this.labCTile.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  37. this.labCTile.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  38. this.labCTile.Location = new System.Drawing.Point(110, 12);
  39. this.labCTile.Name = "labCTile";
  40. this.labCTile.Size = new System.Drawing.Size(56, 17);
  41. this.labCTile.TabIndex = 1;
  42. this.labCTile.Text = "当前窗体";
  43. //
  44. // labelEx1
  45. //
  46. this.labelEx1.AutoSize = true;
  47. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  49. this.labelEx1.Location = new System.Drawing.Point(46, 12);
  50. this.labelEx1.Name = "labelEx1";
  51. this.labelEx1.Size = new System.Drawing.Size(65, 17);
  52. this.labelEx1.TabIndex = 1;
  53. this.labelEx1.Text = "主界面 > ";
  54. //
  55. // panelEx1
  56. //
  57. this.panelEx1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  58. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  59. this.panelEx1.BorderWidth = 1;
  60. this.panelEx1.Location = new System.Drawing.Point(23, 12);
  61. this.panelEx1.Name = "panelEx1";
  62. this.panelEx1.Size = new System.Drawing.Size(16, 16);
  63. this.panelEx1.TabIndex = 0;
  64. //
  65. // UCNavigationTool
  66. //
  67. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  68. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  69. this.Controls.Add(this.labCTile);
  70. this.Controls.Add(this.labelEx1);
  71. this.Controls.Add(this.panelEx1);
  72. this.Name = "UCNavigationTool";
  73. this.Size = new System.Drawing.Size(480, 40);
  74. this.ResumeLayout(false);
  75. this.PerformLayout();
  76. }
  77. #endregion
  78. private PanelEx panelEx1;
  79. private LabelEx labelEx1;
  80. private LabelEx labCTile;
  81. }
  82. }