AddPriceSuit.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. namespace Core.StlMes.Client.SalePrice.dialog
  2. {
  3. partial class AddPriceSuit
  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.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUITCLASSIFY");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SUITVALUE", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK", 0);
  34. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SUITCLASSIFY");
  46. Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("SUITVALUE");
  47. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  48. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
  49. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
  50. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  51. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  52. this.ugPriceSuit = new Infragistics.Win.UltraWinGrid.UltraGrid();
  53. this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  54. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  55. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  56. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  57. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  58. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  59. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  60. this.ultraPanel1.ClientArea.SuspendLayout();
  61. this.ultraPanel1.SuspendLayout();
  62. this.ultraPanel3.ClientArea.SuspendLayout();
  63. this.ultraPanel3.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.ugPriceSuit)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
  66. this.ultraPanel2.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // ultraPanel1
  71. //
  72. //
  73. // ultraPanel1.ClientArea
  74. //
  75. this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel3);
  76. this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel2);
  77. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.ultraPanel1.Location = new System.Drawing.Point(0, 24);
  79. this.ultraPanel1.Name = "ultraPanel1";
  80. this.ultraPanel1.Size = new System.Drawing.Size(736, 455);
  81. this.ultraPanel1.TabIndex = 0;
  82. //
  83. // ultraPanel3
  84. //
  85. //
  86. // ultraPanel3.ClientArea
  87. //
  88. this.ultraPanel3.ClientArea.Controls.Add(this.ugPriceSuit);
  89. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.ultraPanel3.Location = new System.Drawing.Point(0, 47);
  91. this.ultraPanel3.Name = "ultraPanel3";
  92. this.ultraPanel3.Size = new System.Drawing.Size(736, 408);
  93. this.ultraPanel3.TabIndex = 1;
  94. //
  95. // ugPriceSuit
  96. //
  97. this.ugPriceSuit.DataSource = this.ultraDataSource1;
  98. appearance1.BackColor = System.Drawing.SystemColors.Window;
  99. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  100. this.ugPriceSuit.DisplayLayout.Appearance = appearance1;
  101. ultraGridColumn1.Header.Caption = "适用项目";
  102. ultraGridColumn1.Header.VisiblePosition = 0;
  103. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  104. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  105. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  106. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  107. ultraGridColumn2.Header.Caption = "适用值";
  108. ultraGridColumn2.Header.VisiblePosition = 1;
  109. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
  110. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  111. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  112. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  113. ultraGridColumn3.Header.Caption = "选择";
  114. ultraGridColumn3.Header.VisiblePosition = 2;
  115. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 0;
  116. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  117. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  118. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  119. ultraGridColumn3.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  120. ultraGridBand1.Columns.AddRange(new object[] {
  121. ultraGridColumn1,
  122. ultraGridColumn2,
  123. ultraGridColumn3});
  124. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  125. this.ugPriceSuit.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  126. this.ugPriceSuit.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  127. this.ugPriceSuit.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  128. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  129. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  130. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  131. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  132. this.ugPriceSuit.DisplayLayout.GroupByBox.Appearance = appearance2;
  133. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  134. this.ugPriceSuit.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  135. this.ugPriceSuit.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  136. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  137. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  138. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  139. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  140. this.ugPriceSuit.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  141. this.ugPriceSuit.DisplayLayout.MaxColScrollRegions = 1;
  142. this.ugPriceSuit.DisplayLayout.MaxRowScrollRegions = 1;
  143. appearance5.BackColor = System.Drawing.SystemColors.Window;
  144. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  145. this.ugPriceSuit.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  146. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  147. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  148. this.ugPriceSuit.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  149. this.ugPriceSuit.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  150. this.ugPriceSuit.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  151. this.ugPriceSuit.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  152. appearance7.BackColor = System.Drawing.SystemColors.Window;
  153. this.ugPriceSuit.DisplayLayout.Override.CardAreaAppearance = appearance7;
  154. appearance8.BorderColor = System.Drawing.Color.Silver;
  155. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  156. this.ugPriceSuit.DisplayLayout.Override.CellAppearance = appearance8;
  157. this.ugPriceSuit.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  158. this.ugPriceSuit.DisplayLayout.Override.CellPadding = 0;
  159. appearance9.BackColor = System.Drawing.SystemColors.Control;
  160. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  161. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  162. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  163. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  164. this.ugPriceSuit.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  165. appearance10.TextHAlignAsString = "Left";
  166. this.ugPriceSuit.DisplayLayout.Override.HeaderAppearance = appearance10;
  167. this.ugPriceSuit.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  168. this.ugPriceSuit.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  169. appearance11.BackColor = System.Drawing.SystemColors.Window;
  170. appearance11.BorderColor = System.Drawing.Color.Silver;
  171. this.ugPriceSuit.DisplayLayout.Override.RowAppearance = appearance11;
  172. this.ugPriceSuit.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  173. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  174. this.ugPriceSuit.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  175. this.ugPriceSuit.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  176. this.ugPriceSuit.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  177. this.ugPriceSuit.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  178. this.ugPriceSuit.Dock = System.Windows.Forms.DockStyle.Fill;
  179. this.ugPriceSuit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.ugPriceSuit.Location = new System.Drawing.Point(0, 0);
  181. this.ugPriceSuit.Name = "ugPriceSuit";
  182. this.ugPriceSuit.Size = new System.Drawing.Size(736, 408);
  183. this.ugPriceSuit.TabIndex = 1;
  184. this.ugPriceSuit.Text = "ultraGrid1";
  185. this.ugPriceSuit.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ugPriceSuit_InitializeRow);
  186. //
  187. // ultraDataSource1
  188. //
  189. ultraDataColumn1.DefaultValue = "";
  190. this.ultraDataSource1.Band.Columns.AddRange(new object[] {
  191. ultraDataColumn1,
  192. ultraDataColumn2});
  193. //
  194. // ultraPanel2
  195. //
  196. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  197. this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
  198. this.ultraPanel2.Name = "ultraPanel2";
  199. this.ultraPanel2.Size = new System.Drawing.Size(736, 47);
  200. this.ultraPanel2.TabIndex = 0;
  201. //
  202. // ultraToolbarsManager1
  203. //
  204. this.ultraToolbarsManager1.DesignerFlags = 1;
  205. this.ultraToolbarsManager1.DockWithinContainer = this;
  206. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  207. ultraToolbar1.DockedColumn = 0;
  208. ultraToolbar1.DockedRow = 0;
  209. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  210. buttonTool1});
  211. ultraToolbar1.Text = "UltraToolbar1";
  212. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  213. ultraToolbar1});
  214. buttonTool2.SharedPropsInternal.Caption = "确认";
  215. buttonTool2.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
  216. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  217. buttonTool2});
  218. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  219. //
  220. // _FrmBase_Toolbars_Dock_Area_Left
  221. //
  222. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  223. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  224. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  225. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  226. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  227. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  228. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 455);
  229. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  230. //
  231. // _FrmBase_Toolbars_Dock_Area_Right
  232. //
  233. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  234. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  235. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  236. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  237. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(736, 24);
  238. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  239. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 455);
  240. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  241. //
  242. // _FrmBase_Toolbars_Dock_Area_Top
  243. //
  244. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  245. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  246. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  247. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  248. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  249. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  250. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(736, 24);
  251. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  252. //
  253. // _FrmBase_Toolbars_Dock_Area_Bottom
  254. //
  255. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  256. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  257. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  258. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  259. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 479);
  260. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  261. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(736, 0);
  262. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  263. //
  264. // AddPriceSuit
  265. //
  266. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  267. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  268. this.ClientSize = new System.Drawing.Size(736, 479);
  269. this.Controls.Add(this.ultraPanel1);
  270. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  271. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  272. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  273. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  274. this.Name = "AddPriceSuit";
  275. this.Text = "AddPriceSuit";
  276. this.Load += new System.EventHandler(this.AddPriceSuit_Load);
  277. this.ultraPanel1.ClientArea.ResumeLayout(false);
  278. this.ultraPanel1.ResumeLayout(false);
  279. this.ultraPanel3.ClientArea.ResumeLayout(false);
  280. this.ultraPanel3.ResumeLayout(false);
  281. ((System.ComponentModel.ISupportInitialize)(this.ugPriceSuit)).EndInit();
  282. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
  283. this.ultraPanel2.ResumeLayout(false);
  284. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  285. this.ResumeLayout(false);
  286. }
  287. #endregion
  288. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  289. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1;
  290. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  291. private Infragistics.Win.UltraWinGrid.UltraGrid ugPriceSuit;
  292. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  293. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  294. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  295. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  296. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  297. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  298. }
  299. }