PageToolbar.Designer.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. namespace NXWMS.Client.FrmCustom
  2. {
  3. partial class PageToolbar
  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.BottomToolStripPanel = new System.Windows.Forms.ToolStripPanel();
  29. this.TopToolStripPanel = new System.Windows.Forms.ToolStripPanel();
  30. this.RightToolStripPanel = new System.Windows.Forms.ToolStripPanel();
  31. this.LeftToolStripPanel = new System.Windows.Forms.ToolStripPanel();
  32. this.ContentPanel = new System.Windows.Forms.ToolStripContentPanel();
  33. this.ts_PageControl = new System.Windows.Forms.ToolStrip();
  34. this.SuspendLayout();
  35. //
  36. // BottomToolStripPanel
  37. //
  38. this.BottomToolStripPanel.Location = new System.Drawing.Point(0, 0);
  39. this.BottomToolStripPanel.Name = "BottomToolStripPanel";
  40. this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
  41. this.BottomToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
  42. this.BottomToolStripPanel.Size = new System.Drawing.Size(0, 0);
  43. //
  44. // TopToolStripPanel
  45. //
  46. this.TopToolStripPanel.Location = new System.Drawing.Point(0, 0);
  47. this.TopToolStripPanel.Name = "TopToolStripPanel";
  48. this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
  49. this.TopToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
  50. this.TopToolStripPanel.Size = new System.Drawing.Size(0, 0);
  51. //
  52. // RightToolStripPanel
  53. //
  54. this.RightToolStripPanel.Location = new System.Drawing.Point(0, 0);
  55. this.RightToolStripPanel.Name = "RightToolStripPanel";
  56. this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
  57. this.RightToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
  58. this.RightToolStripPanel.Size = new System.Drawing.Size(0, 0);
  59. //
  60. // LeftToolStripPanel
  61. //
  62. this.LeftToolStripPanel.Location = new System.Drawing.Point(0, 0);
  63. this.LeftToolStripPanel.Name = "LeftToolStripPanel";
  64. this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
  65. this.LeftToolStripPanel.RowMargin = new System.Windows.Forms.Padding(3, 0, 0, 0);
  66. this.LeftToolStripPanel.Size = new System.Drawing.Size(0, 0);
  67. //
  68. // ContentPanel
  69. //
  70. this.ContentPanel.Size = new System.Drawing.Size(150, 150);
  71. //
  72. // ts_PageControl
  73. //
  74. this.ts_PageControl.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.ts_PageControl.Font = new System.Drawing.Font("Segoe UI", 9F);
  76. this.ts_PageControl.Location = new System.Drawing.Point(0, 0);
  77. this.ts_PageControl.Name = "ts_PageControl";
  78. this.ts_PageControl.Size = new System.Drawing.Size(979, 25);
  79. this.ts_PageControl.TabIndex = 12;
  80. this.ts_PageControl.Text = "toolStrip1";
  81. //
  82. // PageToolbar
  83. //
  84. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
  85. this.Controls.Add(this.ts_PageControl);
  86. this.Name = "PageToolbar";
  87. this.Size = new System.Drawing.Size(979, 25);
  88. this.ResumeLayout(false);
  89. this.PerformLayout();
  90. }
  91. #endregion
  92. public static ComponentFactory.Krypton.Toolkit.KryptonManager kryptonManager;
  93. private System.Windows.Forms.ToolStripPanel BottomToolStripPanel;
  94. private System.Windows.Forms.ToolStripPanel TopToolStripPanel;
  95. private System.Windows.Forms.ToolStripPanel RightToolStripPanel;
  96. private System.Windows.Forms.ToolStripPanel LeftToolStripPanel;
  97. private System.Windows.Forms.ToolStripContentPanel ContentPanel;
  98. private System.Windows.Forms.ToolStrip ts_PageControl;
  99. }
  100. }