DesignerControl.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. namespace FastReport.Design.StandardDesigner
  2. {
  3. partial class DesignerControl
  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 Windows Form 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. this.bottomDockSite = new FastReport.DevComponents.DotNetBar.DockSite();
  29. this.leftDockSite = new FastReport.DevComponents.DotNetBar.DockSite();
  30. this.rightDockSite = new FastReport.DevComponents.DotNetBar.DockSite();
  31. this.topDockSite = new FastReport.DevComponents.DotNetBar.DockSite();
  32. this.tbLeftDockSite = new FastReport.DevComponents.DotNetBar.DockSite();
  33. this.tbRightDockSite = new FastReport.DevComponents.DotNetBar.DockSite();
  34. this.tbTopDockSite = new FastReport.DevComponents.DotNetBar.DockSite();
  35. this.tbBottomDockSite = new FastReport.DevComponents.DotNetBar.DockSite();
  36. this.tabs = new FastReport.DevComponents.DotNetBar.TabControl();
  37. ((System.ComponentModel.ISupportInitialize)(this.tabs)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // bottomDockSite
  42. //
  43. this.bottomDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  44. this.bottomDockSite.Dock = System.Windows.Forms.DockStyle.Bottom;
  45. this.bottomDockSite.Location = new System.Drawing.Point(28, 150);
  46. this.bottomDockSite.Name = "bottomDockSite";
  47. this.bottomDockSite.Size = new System.Drawing.Size(122, 0);
  48. this.bottomDockSite.TabIndex = 4;
  49. this.bottomDockSite.TabStop = false;
  50. //
  51. // leftDockSite
  52. //
  53. this.leftDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  54. this.leftDockSite.Dock = System.Windows.Forms.DockStyle.Left;
  55. this.leftDockSite.DocumentDockContainer = new FastReport.DevComponents.DotNetBar.DocumentDockContainer();
  56. this.leftDockSite.Location = new System.Drawing.Point(28, 0);
  57. this.leftDockSite.Name = "leftDockSite";
  58. this.leftDockSite.Size = new System.Drawing.Size(0, 350);
  59. this.leftDockSite.TabIndex = 1;
  60. this.leftDockSite.TabStop = false;
  61. //
  62. // rightDockSite
  63. //
  64. this.rightDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  65. this.rightDockSite.Dock = System.Windows.Forms.DockStyle.Right;
  66. this.rightDockSite.Location = new System.Drawing.Point(-100, 0);
  67. this.rightDockSite.Name = "rightDockSite";
  68. this.rightDockSite.Size = new System.Drawing.Size(250, 150);
  69. this.rightDockSite.TabIndex = 2;
  70. this.rightDockSite.TabStop = false;
  71. //
  72. // topDockSite
  73. //
  74. this.topDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  75. this.topDockSite.Dock = System.Windows.Forms.DockStyle.Top;
  76. this.topDockSite.DocumentDockContainer = new FastReport.DevComponents.DotNetBar.DocumentDockContainer();
  77. this.topDockSite.Location = new System.Drawing.Point(28, 0);
  78. this.topDockSite.Name = "topDockSite";
  79. this.topDockSite.Size = new System.Drawing.Size(122, 0);
  80. this.topDockSite.TabIndex = 3;
  81. this.topDockSite.TabStop = false;
  82. //
  83. // tbLeftDockSite
  84. //
  85. this.tbLeftDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  86. this.tbLeftDockSite.Dock = System.Windows.Forms.DockStyle.Left;
  87. this.tbLeftDockSite.Location = new System.Drawing.Point(0, 0);
  88. this.tbLeftDockSite.Name = "tbLeftDockSite";
  89. this.tbLeftDockSite.Size = new System.Drawing.Size(28, 150);
  90. this.tbLeftDockSite.TabIndex = 5;
  91. this.tbLeftDockSite.TabStop = false;
  92. //
  93. // tbRightDockSite
  94. //
  95. this.tbRightDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  96. this.tbRightDockSite.Dock = System.Windows.Forms.DockStyle.Right;
  97. this.tbRightDockSite.Location = new System.Drawing.Point(150, 0);
  98. this.tbRightDockSite.Name = "tbRightDockSite";
  99. this.tbRightDockSite.Size = new System.Drawing.Size(0, 150);
  100. this.tbRightDockSite.TabIndex = 6;
  101. this.tbRightDockSite.TabStop = false;
  102. //
  103. // tbTopDockSite
  104. //
  105. this.tbTopDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  106. this.tbTopDockSite.Dock = System.Windows.Forms.DockStyle.Top;
  107. this.tbTopDockSite.Location = new System.Drawing.Point(0, 0);
  108. this.tbTopDockSite.Name = "tbTopDockSite";
  109. this.tbTopDockSite.Size = new System.Drawing.Size(150, 0);
  110. this.tbTopDockSite.TabIndex = 7;
  111. this.tbTopDockSite.TabStop = false;
  112. //
  113. // tbBottomDockSite
  114. //
  115. this.tbBottomDockSite.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
  116. this.tbBottomDockSite.Dock = System.Windows.Forms.DockStyle.Bottom;
  117. this.tbBottomDockSite.Location = new System.Drawing.Point(0, 150);
  118. this.tbBottomDockSite.Name = "tbBottomDockSite";
  119. this.tbBottomDockSite.Size = new System.Drawing.Size(150, 0);
  120. this.tbBottomDockSite.TabIndex = 8;
  121. this.tbBottomDockSite.TabStop = false;
  122. //
  123. // tabs
  124. //
  125. this.tabs.AutoHideSystemBox = false;
  126. this.tabs.CanReorderTabs = true;
  127. this.tabs.CloseButtonOnTabsVisible = true;
  128. this.tabs.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.tabs.Location = new System.Drawing.Point(28, 0);
  130. this.tabs.Name = "TabControl";
  131. this.tabs.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold);
  132. this.tabs.SelectedTabIndex = -1;
  133. this.tabs.Size = new System.Drawing.Size(0, 150);
  134. this.tabs.TabIndex = 0;
  135. this.tabs.TabLayoutType = FastReport.DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
  136. this.tabs.TabsVisible = false;
  137. //
  138. // DesignerControl
  139. //
  140. this.Name = "DesignerControl";
  141. ((System.ComponentModel.ISupportInitialize)(this.tabs)).EndInit();
  142. ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
  143. this.ResumeLayout(false);
  144. }
  145. #endregion
  146. private DevComponents.DotNetBar.DockSite bottomDockSite;
  147. private DevComponents.DotNetBar.DockSite leftDockSite;
  148. private DevComponents.DotNetBar.DockSite rightDockSite;
  149. private DevComponents.DotNetBar.DockSite topDockSite;
  150. private DevComponents.DotNetBar.DockSite tbLeftDockSite;
  151. private DevComponents.DotNetBar.DockSite tbRightDockSite;
  152. private DevComponents.DotNetBar.DockSite tbTopDockSite;
  153. private DevComponents.DotNetBar.DockSite tbBottomDockSite;
  154. private DevComponents.DotNetBar.TabControl tabs;
  155. }
  156. }