frmConfigElementsRow.Designer.cs.svn-base 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. namespace Core.LgMes.Client.LgIntegrationQuery
  2. {
  3. partial class frmConfigElementsRow
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  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.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("ulttoolMain");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("All");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("AllCancel");
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OK");
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("All");
  38. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("AllCancel");
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("OK");
  40. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Cancel");
  41. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  42. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  43. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  44. this.FrmBase_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
  45. this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
  46. this.button2 = new System.Windows.Forms.Button();
  47. this.button1 = new System.Windows.Forms.Button();
  48. this.textBox1 = new System.Windows.Forms.TextBox();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  51. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  52. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  53. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  54. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  56. this.FrmBase_Fill_Panel.SuspendLayout();
  57. this.FrmBase_Fill_Panel_Fill_Panel.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // ultraGrid1
  61. //
  62. appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.None;
  63. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  64. appearance2.BackColor = System.Drawing.Color.LightSteelBlue;
  65. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance2;
  66. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  67. this.ultraGrid1.Name = "ultraGrid1";
  68. this.ultraGrid1.Size = new System.Drawing.Size(299, 279);
  69. this.ultraGrid1.TabIndex = 6;
  70. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  71. //
  72. // ultraToolbarsManager1
  73. //
  74. appearance3.BackColor = System.Drawing.Color.LightSteelBlue;
  75. this.ultraToolbarsManager1.Appearance = appearance3;
  76. this.ultraToolbarsManager1.DesignerFlags = 1;
  77. this.ultraToolbarsManager1.DockWithinContainer = this.FrmBase_Fill_Panel;
  78. this.ultraToolbarsManager1.LockToolbars = true;
  79. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  80. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  81. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.VisualStudio2005;
  82. ultraToolbar1.DockedColumn = 0;
  83. ultraToolbar1.DockedRow = 0;
  84. buttonTool1.InstanceProps.IsFirstInGroup = true;
  85. buttonTool3.InstanceProps.IsFirstInGroup = true;
  86. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  87. buttonTool1,
  88. buttonTool2,
  89. buttonTool3,
  90. buttonTool4});
  91. ultraToolbar1.Text = "ulttoolMain";
  92. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  93. ultraToolbar1});
  94. buttonTool5.SharedPropsInternal.Caption = "全选(&A)";
  95. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  96. buttonTool6.SharedPropsInternal.Caption = "全部取消(&N)";
  97. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
  98. buttonTool7.SharedPropsInternal.Caption = "确定(&O)";
  99. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  100. buttonTool8.SharedPropsInternal.Caption = "关闭(&C)";
  101. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
  102. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  103. buttonTool5,
  104. buttonTool6,
  105. buttonTool7,
  106. buttonTool8});
  107. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  108. //
  109. // FrmBase_Fill_Panel
  110. //
  111. this.FrmBase_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel);
  112. this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left);
  113. this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right);
  114. this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top);
  115. this.FrmBase_Fill_Panel.Controls.Add(this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom);
  116. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  117. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  119. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  120. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(299, 459);
  121. this.FrmBase_Fill_Panel.TabIndex = 0;
  122. //
  123. // FrmBase_Fill_Panel_Fill_Panel
  124. //
  125. this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.checkedListBox1);
  126. this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.button2);
  127. this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.button1);
  128. this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.textBox1);
  129. this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.label1);
  130. this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.ultraGrid1);
  131. this.FrmBase_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  132. this.FrmBase_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.FrmBase_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 28);
  134. this.FrmBase_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel";
  135. this.FrmBase_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(299, 431);
  136. this.FrmBase_Fill_Panel_Fill_Panel.TabIndex = 0;
  137. //
  138. // checkedListBox1
  139. //
  140. this.checkedListBox1.FormattingEnabled = true;
  141. this.checkedListBox1.Location = new System.Drawing.Point(6, 306);
  142. this.checkedListBox1.Name = "checkedListBox1";
  143. this.checkedListBox1.Size = new System.Drawing.Size(290, 84);
  144. this.checkedListBox1.TabIndex = 11;
  145. this.checkedListBox1.SelectedIndexChanged += new System.EventHandler(this.checkedListBox1_SelectedIndexChanged);
  146. //
  147. // button2
  148. //
  149. this.button2.Location = new System.Drawing.Point(256, 400);
  150. this.button2.Name = "button2";
  151. this.button2.Size = new System.Drawing.Size(40, 23);
  152. this.button2.TabIndex = 10;
  153. this.button2.Text = "删除";
  154. this.button2.UseVisualStyleBackColor = true;
  155. //
  156. // button1
  157. //
  158. this.button1.Location = new System.Drawing.Point(214, 400);
  159. this.button1.Name = "button1";
  160. this.button1.Size = new System.Drawing.Size(40, 23);
  161. this.button1.TabIndex = 10;
  162. this.button1.Text = "添加";
  163. this.button1.UseVisualStyleBackColor = true;
  164. //
  165. // textBox1
  166. //
  167. this.textBox1.Location = new System.Drawing.Point(6, 400);
  168. this.textBox1.Name = "textBox1";
  169. this.textBox1.Size = new System.Drawing.Size(204, 21);
  170. this.textBox1.TabIndex = 9;
  171. this.textBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.textBox1_MouseClick);
  172. //
  173. // label1
  174. //
  175. this.label1.AutoSize = true;
  176. this.label1.Location = new System.Drawing.Point(4, 284);
  177. this.label1.Name = "label1";
  178. this.label1.Size = new System.Drawing.Size(71, 12);
  179. this.label1.TabIndex = 8;
  180. this.label1.Text = "复杂列选择:";
  181. //
  182. // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left
  183. //
  184. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  185. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  186. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  187. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  188. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  189. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Left";
  190. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 431);
  191. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  192. //
  193. // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right
  194. //
  195. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  196. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  197. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  198. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  199. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(299, 28);
  200. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Right";
  201. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 431);
  202. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  203. //
  204. // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top
  205. //
  206. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  207. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  208. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  209. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  210. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  211. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Top";
  212. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(299, 28);
  213. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  214. //
  215. // _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom
  216. //
  217. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  218. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(215)))));
  219. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  220. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  221. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 459);
  222. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom";
  223. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(299, 0);
  224. this._FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  225. //
  226. // frmConfigElementsRow
  227. //
  228. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  229. this.ClientSize = new System.Drawing.Size(299, 459);
  230. this.Controls.Add(this.FrmBase_Fill_Panel);
  231. this.MaximizeBox = false;
  232. this.MinimizeBox = false;
  233. this.Name = "frmConfigElementsRow";
  234. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  235. this.Text = "化学成分列设置";
  236. this.Load += new System.EventHandler(this.frmConfigElementsRow_Load);
  237. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  238. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  239. this.FrmBase_Fill_Panel.ResumeLayout(false);
  240. this.FrmBase_Fill_Panel_Fill_Panel.ResumeLayout(false);
  241. this.FrmBase_Fill_Panel_Fill_Panel.PerformLayout();
  242. this.ResumeLayout(false);
  243. }
  244. #endregion
  245. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  246. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  247. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  248. private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel;
  249. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Fill_Panel_Toolbars_Dock_Area_Left;
  250. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Fill_Panel_Toolbars_Dock_Area_Right;
  251. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Fill_Panel_Toolbars_Dock_Area_Top;
  252. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Fill_Panel_Toolbars_Dock_Area_Bottom;
  253. private System.Windows.Forms.Label label1;
  254. public System.Windows.Forms.TextBox textBox1;
  255. private System.Windows.Forms.Button button1;
  256. private System.Windows.Forms.Button button2;
  257. public System.Windows.Forms.CheckedListBox checkedListBox1;
  258. }
  259. }