BaseInfoPopup.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class BaseInfoPopup
  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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  30. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  43. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  44. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认选择");
  45. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  46. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认选择");
  48. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  49. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BaseInfoPopup));
  50. this.panel1 = new System.Windows.Forms.Panel();
  51. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  52. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  53. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  54. this._BaseInfoPopup_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  55. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  56. this._BaseInfoPopup_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  57. this._BaseInfoPopup_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  58. this._BaseInfoPopup_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  59. this.panel1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // panel1
  66. //
  67. this.panel1.Controls.Add(this.ultraTextEditor1);
  68. this.panel1.Controls.Add(this.labelTextBox1);
  69. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  70. this.panel1.Location = new System.Drawing.Point(0, 28);
  71. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  72. this.panel1.Name = "panel1";
  73. this.panel1.Size = new System.Drawing.Size(1201, 56);
  74. this.panel1.TabIndex = 0;
  75. //
  76. // ultraTextEditor1
  77. //
  78. editorButton1.Text = "查看";
  79. this.ultraTextEditor1.ButtonsRight.Add(editorButton1);
  80. this.ultraTextEditor1.Location = new System.Drawing.Point(725, 15);
  81. this.ultraTextEditor1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  82. this.ultraTextEditor1.Name = "ultraTextEditor1";
  83. this.ultraTextEditor1.Size = new System.Drawing.Size(133, 24);
  84. this.ultraTextEditor1.TabIndex = 1;
  85. this.ultraTextEditor1.Visible = false;
  86. this.ultraTextEditor1.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.ultraTextEditor1_EditorButtonClick);
  87. //
  88. // labelTextBox1
  89. //
  90. //
  91. //
  92. //
  93. this.labelTextBox1.CheckBox.AutoSize = true;
  94. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(4, 4);
  95. this.labelTextBox1.CheckBox.Name = "checkBox1";
  96. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  97. this.labelTextBox1.CheckBox.TabIndex = 1;
  98. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  99. //
  100. //
  101. //
  102. this.labelTextBox1.Label.AutoSize = true;
  103. this.labelTextBox1.Label.Location = new System.Drawing.Point(24, 4);
  104. this.labelTextBox1.Label.Name = "label1";
  105. this.labelTextBox1.Label.Size = new System.Drawing.Size(63, 15);
  106. this.labelTextBox1.Label.TabIndex = 0;
  107. this.labelTextBox1.Label.Text = "Caption";
  108. this.labelTextBox1.Location = new System.Drawing.Point(16, 15);
  109. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  110. this.labelTextBox1.Name = "labelTextBox1";
  111. this.labelTextBox1.Size = new System.Drawing.Size(368, 26);
  112. this.labelTextBox1.TabIndex = 0;
  113. //
  114. //
  115. //
  116. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.labelTextBox1.TextBox.Enabled = false;
  118. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  119. this.labelTextBox1.TextBox.Name = "textBox1";
  120. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(278, 25);
  121. this.labelTextBox1.TextBox.TabIndex = 1;
  122. //
  123. // ultraGrid1
  124. //
  125. appearance1.BackColor = System.Drawing.SystemColors.Window;
  126. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  127. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  128. this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
  129. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  130. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  131. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  132. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  133. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  134. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  135. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  136. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  137. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  138. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  139. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  140. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  141. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  142. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  143. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  144. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  145. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  146. appearance7.BackColor = System.Drawing.SystemColors.Window;
  147. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  148. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  149. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  150. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  151. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  152. this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.True;
  153. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  154. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  155. appearance12.BackColor = System.Drawing.SystemColors.Window;
  156. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  157. appearance8.BorderColor = System.Drawing.Color.Silver;
  158. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  159. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  160. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  161. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  162. appearance6.BackColor = System.Drawing.SystemColors.Control;
  163. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  164. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  165. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  166. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  167. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  168. appearance5.TextHAlignAsString = "Left";
  169. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  170. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  171. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  172. appearance11.BackColor = System.Drawing.SystemColors.Window;
  173. appearance11.BorderColor = System.Drawing.Color.Silver;
  174. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  175. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  176. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  177. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  178. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  179. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  180. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  181. this.ultraGrid1.Location = new System.Drawing.Point(0, 84);
  182. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  183. this.ultraGrid1.Name = "ultraGrid1";
  184. this.ultraGrid1.Size = new System.Drawing.Size(1201, 497);
  185. this.ultraGrid1.TabIndex = 1;
  186. this.ultraGrid1.Text = "ultraGrid1";
  187. this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow);
  188. //
  189. // _BaseInfoPopup_Toolbars_Dock_Area_Left
  190. //
  191. this._BaseInfoPopup_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  192. this._BaseInfoPopup_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  193. this._BaseInfoPopup_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  194. this._BaseInfoPopup_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  195. this._BaseInfoPopup_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  196. this._BaseInfoPopup_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  197. this._BaseInfoPopup_Toolbars_Dock_Area_Left.Name = "_BaseInfoPopup_Toolbars_Dock_Area_Left";
  198. this._BaseInfoPopup_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 553);
  199. this._BaseInfoPopup_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  200. //
  201. // ultraToolbarsManager1
  202. //
  203. this.ultraToolbarsManager1.DesignerFlags = 1;
  204. this.ultraToolbarsManager1.DockWithinContainer = this;
  205. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  206. ultraToolbar1.DockedColumn = 0;
  207. ultraToolbar1.DockedRow = 0;
  208. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  209. buttonTool1,
  210. buttonTool2});
  211. ultraToolbar1.Text = "UltraToolbar1";
  212. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  213. ultraToolbar1});
  214. appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
  215. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
  216. buttonTool3.SharedPropsInternal.Caption = "查询";
  217. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  218. appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
  219. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
  220. buttonTool4.SharedPropsInternal.Caption = "确认选择";
  221. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  222. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  223. buttonTool3,
  224. buttonTool4});
  225. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  226. //
  227. // _BaseInfoPopup_Toolbars_Dock_Area_Right
  228. //
  229. this._BaseInfoPopup_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  230. this._BaseInfoPopup_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  231. this._BaseInfoPopup_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  232. this._BaseInfoPopup_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  233. this._BaseInfoPopup_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1201, 28);
  234. this._BaseInfoPopup_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  235. this._BaseInfoPopup_Toolbars_Dock_Area_Right.Name = "_BaseInfoPopup_Toolbars_Dock_Area_Right";
  236. this._BaseInfoPopup_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 553);
  237. this._BaseInfoPopup_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  238. //
  239. // _BaseInfoPopup_Toolbars_Dock_Area_Top
  240. //
  241. this._BaseInfoPopup_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  242. this._BaseInfoPopup_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  243. this._BaseInfoPopup_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  244. this._BaseInfoPopup_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  245. this._BaseInfoPopup_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  246. this._BaseInfoPopup_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  247. this._BaseInfoPopup_Toolbars_Dock_Area_Top.Name = "_BaseInfoPopup_Toolbars_Dock_Area_Top";
  248. this._BaseInfoPopup_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1201, 28);
  249. this._BaseInfoPopup_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  250. //
  251. // _BaseInfoPopup_Toolbars_Dock_Area_Bottom
  252. //
  253. this._BaseInfoPopup_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  254. this._BaseInfoPopup_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  255. this._BaseInfoPopup_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  256. this._BaseInfoPopup_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  257. this._BaseInfoPopup_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 581);
  258. this._BaseInfoPopup_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  259. this._BaseInfoPopup_Toolbars_Dock_Area_Bottom.Name = "_BaseInfoPopup_Toolbars_Dock_Area_Bottom";
  260. this._BaseInfoPopup_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1201, 0);
  261. this._BaseInfoPopup_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  262. //
  263. // BaseInfoPopup
  264. //
  265. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  266. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  267. this.ClientSize = new System.Drawing.Size(1201, 581);
  268. this.Controls.Add(this.ultraGrid1);
  269. this.Controls.Add(this.panel1);
  270. this.Controls.Add(this._BaseInfoPopup_Toolbars_Dock_Area_Left);
  271. this.Controls.Add(this._BaseInfoPopup_Toolbars_Dock_Area_Right);
  272. this.Controls.Add(this._BaseInfoPopup_Toolbars_Dock_Area_Top);
  273. this.Controls.Add(this._BaseInfoPopup_Toolbars_Dock_Area_Bottom);
  274. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  275. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  276. this.Name = "BaseInfoPopup";
  277. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  278. this.Text = "基础信息选择";
  279. this.panel1.ResumeLayout(false);
  280. this.panel1.PerformLayout();
  281. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  282. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  283. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  284. this.ResumeLayout(false);
  285. }
  286. #endregion
  287. private System.Windows.Forms.Panel panel1;
  288. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  289. public Infragistics.Win.UltraWinGrid.UltraGrid UltraGrid1
  290. {
  291. get { return ultraGrid1; }
  292. set { ultraGrid1 = value; }
  293. }
  294. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  295. public Mes.Client.Comm.Control.LabelTextBox LabelTextBox1
  296. {
  297. get { return labelTextBox1; }
  298. set { labelTextBox1 = value; }
  299. }
  300. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  301. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _BaseInfoPopup_Toolbars_Dock_Area_Left;
  302. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _BaseInfoPopup_Toolbars_Dock_Area_Right;
  303. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _BaseInfoPopup_Toolbars_Dock_Area_Top;
  304. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _BaseInfoPopup_Toolbars_Dock_Area_Bottom;
  305. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  306. public Infragistics.Win.UltraWinEditors.UltraTextEditor UltraTextEditor1
  307. {
  308. get { return ultraTextEditor1; }
  309. set { ultraTextEditor1 = value; }
  310. }
  311. }
  312. }