frmSetEleCols.designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. namespace Core.StlMes.Client.LgIntegrationQuery
  2. {
  3. partial class frmSetEleCols
  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 appearance2 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Restore");
  38. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  40. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
  41. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Restore");
  43. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  45. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Del");
  47. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSetEleCols));
  48. this.panel1 = new System.Windows.Forms.Panel();
  49. this.ulblDown = new Infragistics.Win.Misc.UltraLabel();
  50. this.ulblAllCancel = new Infragistics.Win.Misc.UltraLabel();
  51. this.ulblUp = new Infragistics.Win.Misc.UltraLabel();
  52. this.panel3 = new System.Windows.Forms.Panel();
  53. this.btnUp = new Core.StlMes.Client.LgCommon.ucButton();
  54. this.btnDown = new Core.StlMes.Client.LgCommon.ucButton();
  55. this.ulblAllChoice = new Infragistics.Win.Misc.UltraLabel();
  56. this.panel2 = new System.Windows.Forms.Panel();
  57. this.btnL2RSingle = new Core.StlMes.Client.LgCommon.ucButton();
  58. this.btnR2LSingle = new Core.StlMes.Client.LgCommon.ucButton();
  59. this.btnL2RAll = new Core.StlMes.Client.LgCommon.ucButton();
  60. this.btnR2LAll = new Core.StlMes.Client.LgCommon.ucButton();
  61. this.ulblCancel = new Infragistics.Win.Misc.UltraLabel();
  62. this.btnRestore = new Core.StlMes.Client.LgCommon.ucButton();
  63. this.ulblChoice = new Infragistics.Win.Misc.UltraLabel();
  64. this.btnCancel = new Core.StlMes.Client.LgCommon.ucButton();
  65. this.btnSave = new Core.StlMes.Client.LgCommon.ucButton();
  66. this.listBoxUse = new System.Windows.Forms.ListBox();
  67. this.listBoxAll = new System.Windows.Forms.ListBox();
  68. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  69. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  70. this._frmModelFormStyle_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  71. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  72. this._frmModelFormStyle_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  73. this._frmModelFormStyle_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  74. this.panel1.SuspendLayout();
  75. this.panel3.SuspendLayout();
  76. this.panel2.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  78. this.SuspendLayout();
  79. //
  80. // panel1
  81. //
  82. this.panel1.Controls.Add(this.ulblDown);
  83. this.panel1.Controls.Add(this.ulblAllCancel);
  84. this.panel1.Controls.Add(this.ulblUp);
  85. this.panel1.Controls.Add(this.panel3);
  86. this.panel1.Controls.Add(this.ulblAllChoice);
  87. this.panel1.Controls.Add(this.panel2);
  88. this.panel1.Controls.Add(this.ulblCancel);
  89. this.panel1.Controls.Add(this.btnRestore);
  90. this.panel1.Controls.Add(this.ulblChoice);
  91. this.panel1.Controls.Add(this.btnCancel);
  92. this.panel1.Controls.Add(this.btnSave);
  93. this.panel1.Controls.Add(this.listBoxUse);
  94. this.panel1.Controls.Add(this.listBoxAll);
  95. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.panel1.Location = new System.Drawing.Point(0, 23);
  97. this.panel1.Name = "panel1";
  98. this.panel1.Size = new System.Drawing.Size(347, 249);
  99. this.panel1.TabIndex = 0;
  100. //
  101. // ulblDown
  102. //
  103. appearance2.TextHAlignAsString = "Center";
  104. appearance2.TextVAlignAsString = "Middle";
  105. this.ulblDown.Appearance = appearance2;
  106. this.ulblDown.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
  107. this.ulblDown.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.ulblDown.Location = new System.Drawing.Point(540, 137);
  109. this.ulblDown.Name = "ulblDown";
  110. this.ulblDown.Size = new System.Drawing.Size(28, 50);
  111. this.ulblDown.TabIndex = 2;
  112. this.ulblDown.Text = "↓";
  113. this.ulblDown.Visible = false;
  114. this.ulblDown.Click += new System.EventHandler(this.ultraLabel_Click);
  115. //
  116. // ulblAllCancel
  117. //
  118. appearance5.Image = global::Core.StlMes.Client.LgIntegrationQuery.Properties.Resources.b_left_s;
  119. appearance5.TextHAlignAsString = "Center";
  120. appearance5.TextVAlignAsString = "Middle";
  121. this.ulblAllCancel.Appearance = appearance5;
  122. this.ulblAllCancel.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
  123. this.ulblAllCancel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.ulblAllCancel.Location = new System.Drawing.Point(454, 175);
  125. this.ulblAllCancel.Name = "ulblAllCancel";
  126. this.ulblAllCancel.Size = new System.Drawing.Size(28, 23);
  127. this.ulblAllCancel.TabIndex = 3;
  128. this.ulblAllCancel.Text = "<<";
  129. this.ulblAllCancel.Visible = false;
  130. this.ulblAllCancel.Click += new System.EventHandler(this.ultraLabel_Click);
  131. //
  132. // ulblUp
  133. //
  134. appearance4.TextHAlignAsString = "Center";
  135. appearance4.TextVAlignAsString = "Middle";
  136. this.ulblUp.Appearance = appearance4;
  137. this.ulblUp.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
  138. this.ulblUp.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.ulblUp.Location = new System.Drawing.Point(540, 55);
  140. this.ulblUp.Name = "ulblUp";
  141. this.ulblUp.Size = new System.Drawing.Size(28, 50);
  142. this.ulblUp.TabIndex = 0;
  143. this.ulblUp.Text = "↑";
  144. this.ulblUp.Visible = false;
  145. this.ulblUp.Click += new System.EventHandler(this.ultraLabel_Click);
  146. //
  147. // panel3
  148. //
  149. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  150. this.panel3.Controls.Add(this.btnUp);
  151. this.panel3.Controls.Add(this.btnDown);
  152. this.panel3.Location = new System.Drawing.Point(273, 16);
  153. this.panel3.Name = "panel3";
  154. this.panel3.Size = new System.Drawing.Size(52, 214);
  155. this.panel3.TabIndex = 10;
  156. //
  157. // btnUp
  158. //
  159. this.btnUp.Font = new System.Drawing.Font("宋体", 13F);
  160. this.btnUp.Image = global::Core.StlMes.Client.LgIntegrationQuery.Properties.Resources.b_up_s;
  161. this.btnUp.Location = new System.Drawing.Point(11, 49);
  162. this.btnUp.Name = "btnUp";
  163. this.btnUp.Size = new System.Drawing.Size(32, 32);
  164. this.btnUp.TabIndex = 0;
  165. this.toolTip1.SetToolTip(this.btnUp, "上移选中项");
  166. this.btnUp.UseVisualStyleBackColor = true;
  167. this.btnUp.Click += new System.EventHandler(this.ucButton_Click);
  168. //
  169. // btnDown
  170. //
  171. this.btnDown.Font = new System.Drawing.Font("宋体", 13F);
  172. this.btnDown.Image = global::Core.StlMes.Client.LgIntegrationQuery.Properties.Resources.b_down_s;
  173. this.btnDown.Location = new System.Drawing.Point(11, 109);
  174. this.btnDown.Name = "btnDown";
  175. this.btnDown.Size = new System.Drawing.Size(32, 32);
  176. this.btnDown.TabIndex = 1;
  177. this.toolTip1.SetToolTip(this.btnDown, "下移选中项");
  178. this.btnDown.UseVisualStyleBackColor = true;
  179. this.btnDown.Click += new System.EventHandler(this.ucButton_Click);
  180. //
  181. // ulblAllChoice
  182. //
  183. appearance6.TextHAlignAsString = "Center";
  184. appearance6.TextVAlignAsString = "Middle";
  185. this.ulblAllChoice.Appearance = appearance6;
  186. this.ulblAllChoice.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
  187. this.ulblAllChoice.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.ulblAllChoice.Location = new System.Drawing.Point(454, 148);
  189. this.ulblAllChoice.Name = "ulblAllChoice";
  190. this.ulblAllChoice.Size = new System.Drawing.Size(28, 23);
  191. this.ulblAllChoice.TabIndex = 2;
  192. this.ulblAllChoice.Text = ">>";
  193. this.ulblAllChoice.Visible = false;
  194. this.ulblAllChoice.Click += new System.EventHandler(this.ultraLabel_Click);
  195. //
  196. // panel2
  197. //
  198. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  199. this.panel2.Controls.Add(this.btnL2RSingle);
  200. this.panel2.Controls.Add(this.btnR2LSingle);
  201. this.panel2.Controls.Add(this.btnL2RAll);
  202. this.panel2.Controls.Add(this.btnR2LAll);
  203. this.panel2.Location = new System.Drawing.Point(121, 16);
  204. this.panel2.Name = "panel2";
  205. this.panel2.Size = new System.Drawing.Size(52, 214);
  206. this.panel2.TabIndex = 9;
  207. //
  208. // btnL2RSingle
  209. //
  210. this.btnL2RSingle.Font = new System.Drawing.Font("宋体", 13F);
  211. this.btnL2RSingle.Image = global::Core.StlMes.Client.LgIntegrationQuery.Properties.Resources.b_right_s;
  212. this.btnL2RSingle.Location = new System.Drawing.Point(9, 18);
  213. this.btnL2RSingle.Name = "btnL2RSingle";
  214. this.btnL2RSingle.Size = new System.Drawing.Size(32, 32);
  215. this.btnL2RSingle.TabIndex = 0;
  216. this.toolTip1.SetToolTip(this.btnL2RSingle, "选取所选元素");
  217. this.btnL2RSingle.UseVisualStyleBackColor = true;
  218. this.btnL2RSingle.Click += new System.EventHandler(this.ucButton_Click);
  219. //
  220. // btnR2LSingle
  221. //
  222. this.btnR2LSingle.Font = new System.Drawing.Font("宋体", 13F);
  223. this.btnR2LSingle.Image = global::Core.StlMes.Client.LgIntegrationQuery.Properties.Resources.b_left_s;
  224. this.btnR2LSingle.Location = new System.Drawing.Point(9, 56);
  225. this.btnR2LSingle.Name = "btnR2LSingle";
  226. this.btnR2LSingle.Size = new System.Drawing.Size(32, 32);
  227. this.btnR2LSingle.TabIndex = 3;
  228. this.toolTip1.SetToolTip(this.btnR2LSingle, "移出所选元素");
  229. this.btnR2LSingle.UseVisualStyleBackColor = true;
  230. this.btnR2LSingle.Click += new System.EventHandler(this.ucButton_Click);
  231. //
  232. // btnL2RAll
  233. //
  234. this.btnL2RAll.Font = new System.Drawing.Font("宋体", 13F);
  235. this.btnL2RAll.Image = global::Core.StlMes.Client.LgIntegrationQuery.Properties.Resources.b_allright;
  236. this.btnL2RAll.Location = new System.Drawing.Point(9, 111);
  237. this.btnL2RAll.Name = "btnL2RAll";
  238. this.btnL2RAll.Size = new System.Drawing.Size(32, 32);
  239. this.btnL2RAll.TabIndex = 1;
  240. this.toolTip1.SetToolTip(this.btnL2RAll, "选取所有元素");
  241. this.btnL2RAll.UseVisualStyleBackColor = true;
  242. this.btnL2RAll.Click += new System.EventHandler(this.ucButton_Click);
  243. //
  244. // btnR2LAll
  245. //
  246. this.btnR2LAll.Font = new System.Drawing.Font("宋体", 13F);
  247. this.btnR2LAll.Image = global::Core.StlMes.Client.LgIntegrationQuery.Properties.Resources.b_allleft;
  248. this.btnR2LAll.Location = new System.Drawing.Point(9, 150);
  249. this.btnR2LAll.Name = "btnR2LAll";
  250. this.btnR2LAll.Size = new System.Drawing.Size(32, 32);
  251. this.btnR2LAll.TabIndex = 2;
  252. this.toolTip1.SetToolTip(this.btnR2LAll, "移出所有元素");
  253. this.btnR2LAll.UseVisualStyleBackColor = true;
  254. this.btnR2LAll.Click += new System.EventHandler(this.ucButton_Click);
  255. //
  256. // ulblCancel
  257. //
  258. appearance7.TextHAlignAsString = "Center";
  259. appearance7.TextVAlignAsString = "Middle";
  260. this.ulblCancel.Appearance = appearance7;
  261. this.ulblCancel.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
  262. this.ulblCancel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.ulblCancel.Location = new System.Drawing.Point(454, 93);
  264. this.ulblCancel.Name = "ulblCancel";
  265. this.ulblCancel.Size = new System.Drawing.Size(28, 23);
  266. this.ulblCancel.TabIndex = 1;
  267. this.ulblCancel.Text = "<";
  268. this.ulblCancel.Visible = false;
  269. this.ulblCancel.Click += new System.EventHandler(this.ultraLabel_Click);
  270. //
  271. // btnRestore
  272. //
  273. this.btnRestore.FlatStyle = System.Windows.Forms.FlatStyle.System;
  274. this.btnRestore.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.btnRestore.ForeColor = System.Drawing.Color.Black;
  276. this.btnRestore.Location = new System.Drawing.Point(371, 16);
  277. this.btnRestore.Name = "btnRestore";
  278. this.btnRestore.Size = new System.Drawing.Size(75, 25);
  279. this.btnRestore.TabIndex = 2;
  280. this.btnRestore.Text = "还原";
  281. this.toolTip1.SetToolTip(this.btnRestore, "还原元素配置");
  282. this.btnRestore.UseVisualStyleBackColor = false;
  283. this.btnRestore.Visible = false;
  284. this.btnRestore.Click += new System.EventHandler(this.ucButton_Click);
  285. //
  286. // ulblChoice
  287. //
  288. appearance8.TextHAlignAsString = "Center";
  289. appearance8.TextVAlignAsString = "Middle";
  290. this.ulblChoice.Appearance = appearance8;
  291. this.ulblChoice.BorderStyleOuter = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
  292. this.ulblChoice.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  293. this.ulblChoice.Location = new System.Drawing.Point(454, 66);
  294. this.ulblChoice.Name = "ulblChoice";
  295. this.ulblChoice.Size = new System.Drawing.Size(28, 23);
  296. this.ulblChoice.TabIndex = 0;
  297. this.ulblChoice.Text = ">";
  298. this.ulblChoice.Visible = false;
  299. this.ulblChoice.Click += new System.EventHandler(this.ultraLabel_Click);
  300. //
  301. // btnCancel
  302. //
  303. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  304. this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
  305. this.btnCancel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.btnCancel.ForeColor = System.Drawing.Color.Black;
  307. this.btnCancel.Location = new System.Drawing.Point(371, 89);
  308. this.btnCancel.Name = "btnCancel";
  309. this.btnCancel.Size = new System.Drawing.Size(75, 25);
  310. this.btnCancel.TabIndex = 1;
  311. this.btnCancel.Text = "取消";
  312. this.toolTip1.SetToolTip(this.btnCancel, "关闭窗口");
  313. this.btnCancel.UseVisualStyleBackColor = false;
  314. this.btnCancel.Visible = false;
  315. this.btnCancel.Click += new System.EventHandler(this.ucButton_Click);
  316. //
  317. // btnSave
  318. //
  319. this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
  320. this.btnSave.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. this.btnSave.ForeColor = System.Drawing.Color.Black;
  322. this.btnSave.Location = new System.Drawing.Point(370, 53);
  323. this.btnSave.Name = "btnSave";
  324. this.btnSave.Size = new System.Drawing.Size(75, 25);
  325. this.btnSave.TabIndex = 0;
  326. this.btnSave.Text = "保存";
  327. this.toolTip1.SetToolTip(this.btnSave, "保存元素配置");
  328. this.btnSave.UseVisualStyleBackColor = false;
  329. this.btnSave.Visible = false;
  330. this.btnSave.Click += new System.EventHandler(this.ucButton_Click);
  331. //
  332. // listBoxUse
  333. //
  334. this.listBoxUse.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.listBoxUse.FormattingEnabled = true;
  336. this.listBoxUse.ItemHeight = 14;
  337. this.listBoxUse.Location = new System.Drawing.Point(173, 16);
  338. this.listBoxUse.Name = "listBoxUse";
  339. this.listBoxUse.Size = new System.Drawing.Size(100, 214);
  340. this.listBoxUse.TabIndex = 0;
  341. this.toolTip1.SetToolTip(this.listBoxUse, "从此处移除不需要显示的化学成分元素");
  342. this.listBoxUse.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
  343. //
  344. // listBoxAll
  345. //
  346. this.listBoxAll.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.listBoxAll.FormattingEnabled = true;
  348. this.listBoxAll.ItemHeight = 14;
  349. this.listBoxAll.Location = new System.Drawing.Point(22, 16);
  350. this.listBoxAll.Name = "listBoxAll";
  351. this.listBoxAll.Size = new System.Drawing.Size(100, 214);
  352. this.listBoxAll.TabIndex = 0;
  353. this.toolTip1.SetToolTip(this.listBoxAll, "从此处选择需要显示的化学元素名称");
  354. this.listBoxAll.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
  355. //
  356. // ultraToolbarsManager1
  357. //
  358. appearance23.FontData.Name = "宋体";
  359. appearance23.FontData.SizeInPoints = 9F;
  360. this.ultraToolbarsManager1.Appearance = appearance23;
  361. this.ultraToolbarsManager1.DesignerFlags = 1;
  362. this.ultraToolbarsManager1.DockWithinContainer = this;
  363. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  364. this.ultraToolbarsManager1.LockToolbars = true;
  365. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  366. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  367. ultraToolbar1.DockedColumn = 0;
  368. ultraToolbar1.DockedRow = 0;
  369. buttonTool1.InstanceProps.IsFirstInGroup = true;
  370. buttonTool3.InstanceProps.IsFirstInGroup = true;
  371. buttonTool7.InstanceProps.IsFirstInGroup = true;
  372. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  373. buttonTool1,
  374. buttonTool3,
  375. buttonTool7});
  376. ultraToolbar1.Text = "UltraToolbar1";
  377. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  378. ultraToolbar1});
  379. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  380. buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  381. buttonTool9.SharedPropsInternal.Caption = "保存";
  382. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  383. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  384. buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  385. buttonTool11.SharedPropsInternal.Caption = "重置";
  386. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  387. appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
  388. buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
  389. buttonTool12.SharedPropsInternal.Caption = "关闭";
  390. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  391. buttonTool14.SharedPropsInternal.Caption = "删除";
  392. buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  393. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  394. buttonTool9,
  395. buttonTool11,
  396. buttonTool12,
  397. buttonTool14});
  398. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  399. //
  400. // _frmModelFormStyle_Toolbars_Dock_Area_Top
  401. //
  402. this._frmModelFormStyle_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  403. this._frmModelFormStyle_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  404. this._frmModelFormStyle_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  405. this._frmModelFormStyle_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  406. this._frmModelFormStyle_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  407. this._frmModelFormStyle_Toolbars_Dock_Area_Top.Name = "_frmModelFormStyle_Toolbars_Dock_Area_Top";
  408. this._frmModelFormStyle_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(347, 23);
  409. this._frmModelFormStyle_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  410. //
  411. // _frmModelFormStyle_Toolbars_Dock_Area_Bottom
  412. //
  413. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  414. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  415. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  416. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  417. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 272);
  418. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.Name = "_frmModelFormStyle_Toolbars_Dock_Area_Bottom";
  419. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(347, 0);
  420. this._frmModelFormStyle_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  421. //
  422. // _frmModelFormStyle_Toolbars_Dock_Area_Left
  423. //
  424. this._frmModelFormStyle_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  425. this._frmModelFormStyle_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  426. this._frmModelFormStyle_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  427. this._frmModelFormStyle_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  428. this._frmModelFormStyle_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 23);
  429. this._frmModelFormStyle_Toolbars_Dock_Area_Left.Name = "_frmModelFormStyle_Toolbars_Dock_Area_Left";
  430. this._frmModelFormStyle_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 249);
  431. this._frmModelFormStyle_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  432. //
  433. // _frmModelFormStyle_Toolbars_Dock_Area_Right
  434. //
  435. this._frmModelFormStyle_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  436. this._frmModelFormStyle_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  437. this._frmModelFormStyle_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  438. this._frmModelFormStyle_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  439. this._frmModelFormStyle_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(347, 23);
  440. this._frmModelFormStyle_Toolbars_Dock_Area_Right.Name = "_frmModelFormStyle_Toolbars_Dock_Area_Right";
  441. this._frmModelFormStyle_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 249);
  442. this._frmModelFormStyle_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  443. //
  444. // frmSetEleCols
  445. //
  446. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  447. this.CancelButton = this.btnCancel;
  448. this.ClientSize = new System.Drawing.Size(347, 272);
  449. this.Controls.Add(this.panel1);
  450. this.Controls.Add(this._frmModelFormStyle_Toolbars_Dock_Area_Left);
  451. this.Controls.Add(this._frmModelFormStyle_Toolbars_Dock_Area_Right);
  452. this.Controls.Add(this._frmModelFormStyle_Toolbars_Dock_Area_Top);
  453. this.Controls.Add(this._frmModelFormStyle_Toolbars_Dock_Area_Bottom);
  454. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  455. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  456. this.KeyPreview = true;
  457. this.MaximizeBox = false;
  458. this.MinimizeBox = false;
  459. this.Name = "frmSetEleCols";
  460. this.ShowInTaskbar = false;
  461. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  462. this.Text = "化学成分列设置";
  463. this.Load += new System.EventHandler(this.frmSetEleCols_Load);
  464. this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.frmSetEleCols_KeyPress);
  465. this.panel1.ResumeLayout(false);
  466. this.panel3.ResumeLayout(false);
  467. this.panel2.ResumeLayout(false);
  468. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  469. this.ResumeLayout(false);
  470. }
  471. #endregion
  472. private System.Windows.Forms.Panel panel1;
  473. private System.Windows.Forms.ListBox listBoxAll;
  474. private Core.StlMes.Client.LgCommon.ucButton btnR2LSingle;
  475. private Core.StlMes.Client.LgCommon.ucButton btnR2LAll;
  476. private Core.StlMes.Client.LgCommon.ucButton btnL2RAll;
  477. private Core.StlMes.Client.LgCommon.ucButton btnL2RSingle;
  478. private System.Windows.Forms.ListBox listBoxUse;
  479. private Core.StlMes.Client.LgCommon.ucButton btnDown;
  480. private Core.StlMes.Client.LgCommon.ucButton btnUp;
  481. private Core.StlMes.Client.LgCommon.ucButton btnSave;
  482. private Core.StlMes.Client.LgCommon.ucButton btnCancel;
  483. private System.Windows.Forms.ToolTip toolTip1;
  484. private Core.StlMes.Client.LgCommon.ucButton btnRestore;
  485. private System.Windows.Forms.Panel panel2;
  486. private Infragistics.Win.Misc.UltraLabel ulblCancel;
  487. private Infragistics.Win.Misc.UltraLabel ulblChoice;
  488. private System.Windows.Forms.Panel panel3;
  489. private Infragistics.Win.Misc.UltraLabel ulblDown;
  490. private Infragistics.Win.Misc.UltraLabel ulblUp;
  491. private Infragistics.Win.Misc.UltraLabel ulblAllCancel;
  492. private Infragistics.Win.Misc.UltraLabel ulblAllChoice;
  493. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  494. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmModelFormStyle_Toolbars_Dock_Area_Left;
  495. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmModelFormStyle_Toolbars_Dock_Area_Right;
  496. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmModelFormStyle_Toolbars_Dock_Area_Top;
  497. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _frmModelFormStyle_Toolbars_Dock_Area_Bottom;
  498. }
  499. }