PageRecipeManage.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  1. namespace Scada.Page
  2. {
  3. partial class PageRecipeManage
  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. DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
  29. DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
  30. DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
  31. DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
  32. DataGridViewCellStyle dataGridViewCellStyle5 = new DataGridViewCellStyle();
  33. uiTitlePanel1 = new Sunny.UI.UITitlePanel();
  34. userSetValue9 = new UserSetValue();
  35. userSetValue10 = new UserSetValue();
  36. userSetValue2 = new UserSetValue();
  37. userSetValue11 = new UserSetValue();
  38. userSetValue12 = new UserSetValue();
  39. userSetValue3 = new UserSetValue();
  40. userSetValue14 = new UserSetValue();
  41. userSetValue7 = new UserSetValue();
  42. userSetValue6 = new UserSetValue();
  43. userSetValue13 = new UserSetValue();
  44. userSetValue8 = new UserSetValue();
  45. userSetValue5 = new UserSetValue();
  46. userSetValue4 = new UserSetValue();
  47. userSetValue1 = new UserSetValue();
  48. uiTitlePanel2 = new Sunny.UI.UITitlePanel();
  49. dgv_Recipe = new Sunny.UI.UIDataGridView();
  50. btn_DownloadRecipe = new Sunny.UI.UISymbolButton();
  51. btn_ExportRecipe = new Sunny.UI.UISymbolButton();
  52. btn_ImportRecipe = new Sunny.UI.UISymbolButton();
  53. btn_QueryRecipe = new Sunny.UI.UISymbolButton();
  54. btn_UpdateRecipe = new Sunny.UI.UISymbolButton();
  55. btn_DelRecipe = new Sunny.UI.UISymbolButton();
  56. btn_AddRecipe = new Sunny.UI.UISymbolButton();
  57. txt_ProductType = new Sunny.UI.UITextBox();
  58. uiLabel1 = new Sunny.UI.UILabel();
  59. 产品型号 = new DataGridViewTextBoxColumn();
  60. Id = new DataGridViewTextBoxColumn();
  61. uiTitlePanel1.SuspendLayout();
  62. uiTitlePanel2.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)dgv_Recipe).BeginInit();
  64. SuspendLayout();
  65. //
  66. // uiTitlePanel1
  67. //
  68. uiTitlePanel1.Controls.Add(userSetValue9);
  69. uiTitlePanel1.Controls.Add(userSetValue10);
  70. uiTitlePanel1.Controls.Add(userSetValue2);
  71. uiTitlePanel1.Controls.Add(userSetValue11);
  72. uiTitlePanel1.Controls.Add(userSetValue12);
  73. uiTitlePanel1.Controls.Add(userSetValue3);
  74. uiTitlePanel1.Controls.Add(userSetValue14);
  75. uiTitlePanel1.Controls.Add(userSetValue7);
  76. uiTitlePanel1.Controls.Add(userSetValue6);
  77. uiTitlePanel1.Controls.Add(userSetValue13);
  78. uiTitlePanel1.Controls.Add(userSetValue8);
  79. uiTitlePanel1.Controls.Add(userSetValue5);
  80. uiTitlePanel1.Controls.Add(userSetValue4);
  81. uiTitlePanel1.Controls.Add(userSetValue1);
  82. uiTitlePanel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  83. uiTitlePanel1.Location = new Point(3, 0);
  84. uiTitlePanel1.Margin = new Padding(4, 5, 4, 5);
  85. uiTitlePanel1.MinimumSize = new Size(1, 1);
  86. uiTitlePanel1.Name = "uiTitlePanel1";
  87. uiTitlePanel1.ShowText = false;
  88. uiTitlePanel1.Size = new Size(764, 544);
  89. uiTitlePanel1.TabIndex = 2;
  90. uiTitlePanel1.Text = "配方参数";
  91. uiTitlePanel1.TextAlignment = ContentAlignment.MiddleCenter;
  92. //
  93. // userSetValue9
  94. //
  95. userSetValue9.DataType = Sunny.UI.UITextBox.UIEditType.Integer;
  96. userSetValue9.DeviceVarName = "输送机设定频率";
  97. userSetValue9.FillColor = Color.Transparent;
  98. userSetValue9.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  99. userSetValue9.Location = new Point(400, 459);
  100. userSetValue9.MinimumSize = new Size(1, 1);
  101. userSetValue9.Name = "userSetValue9";
  102. userSetValue9.RectColor = Color.Transparent;
  103. userSetValue9.Size = new Size(353, 46);
  104. userSetValue9.TabIndex = 13;
  105. userSetValue9.Text = "userSetValue9";
  106. userSetValue9.TextAlignment = ContentAlignment.MiddleCenter;
  107. userSetValue9.Unit = "HZ";
  108. userSetValue9.VariableName = "输送机设定频率";
  109. userSetValue9.VarValue = "0";
  110. //
  111. // userSetValue10
  112. //
  113. userSetValue10.DataType = Sunny.UI.UITextBox.UIEditType.Double;
  114. userSetValue10.DeviceVarName = "精洗液位下限值";
  115. userSetValue10.FillColor = Color.Transparent;
  116. userSetValue10.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  117. userSetValue10.Location = new Point(12, 459);
  118. userSetValue10.MinimumSize = new Size(1, 1);
  119. userSetValue10.Name = "userSetValue10";
  120. userSetValue10.RectColor = Color.Transparent;
  121. userSetValue10.Size = new Size(382, 46);
  122. userSetValue10.TabIndex = 12;
  123. userSetValue10.Text = "userSetValue10";
  124. userSetValue10.TextAlignment = ContentAlignment.MiddleCenter;
  125. userSetValue10.Unit = "m³";
  126. userSetValue10.VariableName = "精洗液位下限值";
  127. userSetValue10.VarValue = "0.00";
  128. //
  129. // userSetValue2
  130. //
  131. userSetValue2.DataType = Sunny.UI.UITextBox.UIEditType.Integer;
  132. userSetValue2.DeviceVarName = "水分炉温度上限值";
  133. userSetValue2.FillColor = Color.Transparent;
  134. userSetValue2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  135. userSetValue2.Location = new Point(400, 44);
  136. userSetValue2.MinimumSize = new Size(1, 1);
  137. userSetValue2.Name = "userSetValue2";
  138. userSetValue2.RectColor = Color.Transparent;
  139. userSetValue2.Size = new Size(353, 46);
  140. userSetValue2.TabIndex = 1;
  141. userSetValue2.Text = "userSetValue2";
  142. userSetValue2.TextAlignment = ContentAlignment.MiddleCenter;
  143. userSetValue2.Unit = "℃";
  144. userSetValue2.VariableName = "水分炉温度上限值";
  145. userSetValue2.VarValue = "0";
  146. //
  147. // userSetValue11
  148. //
  149. userSetValue11.DataType = Sunny.UI.UITextBox.UIEditType.Double;
  150. userSetValue11.DeviceVarName = "输送机设定速度";
  151. userSetValue11.FillColor = Color.Transparent;
  152. userSetValue11.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  153. userSetValue11.Location = new Point(400, 390);
  154. userSetValue11.MinimumSize = new Size(1, 1);
  155. userSetValue11.Name = "userSetValue11";
  156. userSetValue11.RectColor = Color.Transparent;
  157. userSetValue11.Size = new Size(353, 46);
  158. userSetValue11.TabIndex = 11;
  159. userSetValue11.Text = "userSetValue11";
  160. userSetValue11.TextAlignment = ContentAlignment.MiddleCenter;
  161. userSetValue11.Unit = "m/s";
  162. userSetValue11.VariableName = "输送机设定速度";
  163. userSetValue11.VarValue = "0.00";
  164. //
  165. // userSetValue12
  166. //
  167. userSetValue12.DataType = Sunny.UI.UITextBox.UIEditType.Double;
  168. userSetValue12.DeviceVarName = "精洗喷淋泵过载上限值";
  169. userSetValue12.FillColor = Color.Transparent;
  170. userSetValue12.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  171. userSetValue12.Location = new Point(12, 390);
  172. userSetValue12.MinimumSize = new Size(1, 1);
  173. userSetValue12.Name = "userSetValue12";
  174. userSetValue12.RectColor = Color.Transparent;
  175. userSetValue12.Size = new Size(395, 46);
  176. userSetValue12.TabIndex = 10;
  177. userSetValue12.Text = "userSetValue12";
  178. userSetValue12.TextAlignment = ContentAlignment.MiddleCenter;
  179. userSetValue12.Unit = "KW";
  180. userSetValue12.VariableName = "精洗喷淋泵过载上限值";
  181. userSetValue12.VarValue = "0.00";
  182. //
  183. // userSetValue3
  184. //
  185. userSetValue3.DataType = Sunny.UI.UITextBox.UIEditType.Integer;
  186. userSetValue3.DeviceVarName = "冷却室离心风机过载上限值";
  187. userSetValue3.FillColor = Color.Transparent;
  188. userSetValue3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  189. userSetValue3.Location = new Point(400, 182);
  190. userSetValue3.MinimumSize = new Size(1, 1);
  191. userSetValue3.Name = "userSetValue3";
  192. userSetValue3.RectColor = Color.Transparent;
  193. userSetValue3.Size = new Size(353, 65);
  194. userSetValue3.TabIndex = 3;
  195. userSetValue3.Text = "userSetValue3";
  196. userSetValue3.TextAlignment = ContentAlignment.MiddleCenter;
  197. userSetValue3.Unit = "KW";
  198. userSetValue3.VariableName = "冷却室离心风机过载上限值";
  199. userSetValue3.VarValue = "0";
  200. //
  201. // userSetValue14
  202. //
  203. userSetValue14.DataType = Sunny.UI.UITextBox.UIEditType.Double;
  204. userSetValue14.DeviceVarName = "陶化喷淋泵过载上限值";
  205. userSetValue14.FillColor = Color.Transparent;
  206. userSetValue14.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  207. userSetValue14.Location = new Point(12, 319);
  208. userSetValue14.MinimumSize = new Size(1, 1);
  209. userSetValue14.Name = "userSetValue14";
  210. userSetValue14.RectColor = Color.Transparent;
  211. userSetValue14.Size = new Size(395, 46);
  212. userSetValue14.TabIndex = 8;
  213. userSetValue14.Text = "userSetValue14";
  214. userSetValue14.TextAlignment = ContentAlignment.MiddleCenter;
  215. userSetValue14.Unit = "Mpa";
  216. userSetValue14.VariableName = "陶化喷淋泵过载上限值";
  217. userSetValue14.VarValue = "0.00";
  218. //
  219. // userSetValue7
  220. //
  221. userSetValue7.DataType = Sunny.UI.UITextBox.UIEditType.Integer;
  222. userSetValue7.DeviceVarName = "水分炉温度下限值";
  223. userSetValue7.FillColor = Color.Transparent;
  224. userSetValue7.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  225. userSetValue7.Location = new Point(400, 113);
  226. userSetValue7.MinimumSize = new Size(1, 1);
  227. userSetValue7.Name = "userSetValue7";
  228. userSetValue7.RectColor = Color.Transparent;
  229. userSetValue7.Size = new Size(353, 46);
  230. userSetValue7.TabIndex = 5;
  231. userSetValue7.Text = "userSetValue7";
  232. userSetValue7.TextAlignment = ContentAlignment.MiddleCenter;
  233. userSetValue7.Unit = "℃";
  234. userSetValue7.VariableName = "水分炉温度下限值";
  235. userSetValue7.VarValue = "0";
  236. //
  237. // userSetValue6
  238. //
  239. userSetValue6.DataType = Sunny.UI.UITextBox.UIEditType.Double;
  240. userSetValue6.DeviceVarName = "粗洗液位下限值";
  241. userSetValue6.FillColor = Color.Transparent;
  242. userSetValue6.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  243. userSetValue6.Location = new Point(12, 253);
  244. userSetValue6.MinimumSize = new Size(1, 1);
  245. userSetValue6.Name = "userSetValue6";
  246. userSetValue6.RectColor = Color.Transparent;
  247. userSetValue6.Size = new Size(382, 46);
  248. userSetValue6.TabIndex = 6;
  249. userSetValue6.Text = "userSetValue6";
  250. userSetValue6.TextAlignment = ContentAlignment.MiddleCenter;
  251. userSetValue6.Unit = "m³";
  252. userSetValue6.VariableName = "粗洗液位下限值";
  253. userSetValue6.VarValue = "0.00";
  254. //
  255. // userSetValue13
  256. //
  257. userSetValue13.DataType = Sunny.UI.UITextBox.UIEditType.Integer;
  258. userSetValue13.DeviceVarName = "固化炉温度下限值";
  259. userSetValue13.FillColor = Color.Transparent;
  260. userSetValue13.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  261. userSetValue13.Location = new Point(400, 319);
  262. userSetValue13.MinimumSize = new Size(1, 1);
  263. userSetValue13.Name = "userSetValue13";
  264. userSetValue13.RectColor = Color.Transparent;
  265. userSetValue13.Size = new Size(353, 46);
  266. userSetValue13.TabIndex = 9;
  267. userSetValue13.Text = "userSetValue13";
  268. userSetValue13.TextAlignment = ContentAlignment.MiddleCenter;
  269. userSetValue13.Unit = "℃";
  270. userSetValue13.VariableName = "固化炉温度下限值";
  271. userSetValue13.VarValue = "0";
  272. //
  273. // userSetValue8
  274. //
  275. userSetValue8.DataType = Sunny.UI.UITextBox.UIEditType.Integer;
  276. userSetValue8.DeviceVarName = "粗洗喷淋泵过载上限值";
  277. userSetValue8.FillColor = Color.Transparent;
  278. userSetValue8.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  279. userSetValue8.Location = new Point(12, 184);
  280. userSetValue8.MinimumSize = new Size(1, 1);
  281. userSetValue8.Name = "userSetValue8";
  282. userSetValue8.RectColor = Color.Transparent;
  283. userSetValue8.Size = new Size(395, 46);
  284. userSetValue8.TabIndex = 4;
  285. userSetValue8.Text = "userSetValue8";
  286. userSetValue8.TextAlignment = ContentAlignment.MiddleCenter;
  287. userSetValue8.Unit = "KW";
  288. userSetValue8.VariableName = "粗洗喷淋泵过载上限值";
  289. userSetValue8.VarValue = "0";
  290. //
  291. // userSetValue5
  292. //
  293. userSetValue5.DataType = Sunny.UI.UITextBox.UIEditType.Integer;
  294. userSetValue5.DeviceVarName = "固化炉温度上限值";
  295. userSetValue5.FillColor = Color.Transparent;
  296. userSetValue5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  297. userSetValue5.Location = new Point(400, 253);
  298. userSetValue5.MinimumSize = new Size(1, 1);
  299. userSetValue5.Name = "userSetValue5";
  300. userSetValue5.RectColor = Color.Transparent;
  301. userSetValue5.Size = new Size(353, 46);
  302. userSetValue5.TabIndex = 7;
  303. userSetValue5.Text = "userSetValue5";
  304. userSetValue5.TextAlignment = ContentAlignment.MiddleCenter;
  305. userSetValue5.Unit = "℃";
  306. userSetValue5.VariableName = "固化炉温度上限值";
  307. userSetValue5.VarValue = "0";
  308. //
  309. // userSetValue4
  310. //
  311. userSetValue4.DataType = Sunny.UI.UITextBox.UIEditType.Double;
  312. userSetValue4.DeviceVarName = "脱脂设定压力下限值";
  313. userSetValue4.FillColor = Color.Transparent;
  314. userSetValue4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  315. userSetValue4.Location = new Point(12, 113);
  316. userSetValue4.MinimumSize = new Size(1, 1);
  317. userSetValue4.Name = "userSetValue4";
  318. userSetValue4.RectColor = Color.Transparent;
  319. userSetValue4.Size = new Size(382, 46);
  320. userSetValue4.TabIndex = 2;
  321. userSetValue4.Text = "userSetValue4";
  322. userSetValue4.TextAlignment = ContentAlignment.MiddleCenter;
  323. userSetValue4.Unit = "Mpa";
  324. userSetValue4.VariableName = "脱脂设定压力下限值";
  325. userSetValue4.VarValue = "0.00";
  326. //
  327. // userSetValue1
  328. //
  329. userSetValue1.DataType = Sunny.UI.UITextBox.UIEditType.Double;
  330. userSetValue1.DeviceVarName = "脱脂设定压力上限值";
  331. userSetValue1.FillColor = Color.Transparent;
  332. userSetValue1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  333. userSetValue1.Location = new Point(12, 44);
  334. userSetValue1.MinimumSize = new Size(1, 1);
  335. userSetValue1.Name = "userSetValue1";
  336. userSetValue1.RectColor = Color.Transparent;
  337. userSetValue1.Size = new Size(382, 46);
  338. userSetValue1.TabIndex = 0;
  339. userSetValue1.Text = "userSetValue1";
  340. userSetValue1.TextAlignment = ContentAlignment.MiddleCenter;
  341. userSetValue1.Unit = "Mpa";
  342. userSetValue1.VariableName = "脱脂设定压力上限值";
  343. userSetValue1.VarValue = "0.00";
  344. //
  345. // uiTitlePanel2
  346. //
  347. uiTitlePanel2.Controls.Add(dgv_Recipe);
  348. uiTitlePanel2.Controls.Add(btn_DownloadRecipe);
  349. uiTitlePanel2.Controls.Add(btn_ExportRecipe);
  350. uiTitlePanel2.Controls.Add(btn_ImportRecipe);
  351. uiTitlePanel2.Controls.Add(btn_QueryRecipe);
  352. uiTitlePanel2.Controls.Add(btn_UpdateRecipe);
  353. uiTitlePanel2.Controls.Add(btn_DelRecipe);
  354. uiTitlePanel2.Controls.Add(btn_AddRecipe);
  355. uiTitlePanel2.Controls.Add(txt_ProductType);
  356. uiTitlePanel2.Controls.Add(uiLabel1);
  357. uiTitlePanel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  358. uiTitlePanel2.Location = new Point(769, 0);
  359. uiTitlePanel2.Margin = new Padding(4, 5, 4, 5);
  360. uiTitlePanel2.MinimumSize = new Size(1, 1);
  361. uiTitlePanel2.Name = "uiTitlePanel2";
  362. uiTitlePanel2.ShowText = false;
  363. uiTitlePanel2.Size = new Size(294, 544);
  364. uiTitlePanel2.TabIndex = 3;
  365. uiTitlePanel2.Text = "配方控制台";
  366. uiTitlePanel2.TextAlignment = ContentAlignment.MiddleCenter;
  367. //
  368. // dgv_Recipe
  369. //
  370. dataGridViewCellStyle1.BackColor = Color.FromArgb(235, 243, 255);
  371. dgv_Recipe.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  372. dgv_Recipe.BackgroundColor = Color.White;
  373. dgv_Recipe.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
  374. dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter;
  375. dataGridViewCellStyle2.BackColor = Color.FromArgb(80, 160, 255);
  376. dataGridViewCellStyle2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  377. dataGridViewCellStyle2.ForeColor = Color.White;
  378. dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight;
  379. dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
  380. dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True;
  381. dgv_Recipe.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  382. dgv_Recipe.ColumnHeadersHeight = 32;
  383. dgv_Recipe.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  384. dgv_Recipe.Columns.AddRange(new DataGridViewColumn[] { 产品型号, Id });
  385. dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
  386. dataGridViewCellStyle3.BackColor = SystemColors.Window;
  387. dataGridViewCellStyle3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  388. dataGridViewCellStyle3.ForeColor = Color.FromArgb(48, 48, 48);
  389. dataGridViewCellStyle3.SelectionBackColor = SystemColors.Highlight;
  390. dataGridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText;
  391. dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False;
  392. dgv_Recipe.DefaultCellStyle = dataGridViewCellStyle3;
  393. dgv_Recipe.EnableHeadersVisualStyles = false;
  394. dgv_Recipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  395. dgv_Recipe.GridColor = Color.FromArgb(80, 160, 255);
  396. dgv_Recipe.Location = new Point(4, 331);
  397. dgv_Recipe.Name = "dgv_Recipe";
  398. dataGridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleLeft;
  399. dataGridViewCellStyle4.BackColor = Color.FromArgb(235, 243, 255);
  400. dataGridViewCellStyle4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  401. dataGridViewCellStyle4.ForeColor = Color.FromArgb(48, 48, 48);
  402. dataGridViewCellStyle4.SelectionBackColor = Color.FromArgb(80, 160, 255);
  403. dataGridViewCellStyle4.SelectionForeColor = Color.White;
  404. dataGridViewCellStyle4.WrapMode = DataGridViewTriState.True;
  405. dgv_Recipe.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  406. dgv_Recipe.RowHeadersWidth = 51;
  407. dataGridViewCellStyle5.BackColor = Color.White;
  408. dataGridViewCellStyle5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  409. dgv_Recipe.RowsDefaultCellStyle = dataGridViewCellStyle5;
  410. dgv_Recipe.SelectedIndex = -1;
  411. dgv_Recipe.Size = new Size(287, 210);
  412. dgv_Recipe.StripeOddColor = Color.FromArgb(235, 243, 255);
  413. dgv_Recipe.TabIndex = 9;
  414. dgv_Recipe.SelectIndexChange += dgv_Recipe_SelectIndexChangeAsync;
  415. //
  416. // btn_DownloadRecipe
  417. //
  418. btn_DownloadRecipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  419. btn_DownloadRecipe.Location = new Point(20, 265);
  420. btn_DownloadRecipe.MinimumSize = new Size(1, 1);
  421. btn_DownloadRecipe.Name = "btn_DownloadRecipe";
  422. btn_DownloadRecipe.Size = new Size(257, 47);
  423. btn_DownloadRecipe.Symbol = 61465;
  424. btn_DownloadRecipe.TabIndex = 8;
  425. btn_DownloadRecipe.Text = "下载配方";
  426. btn_DownloadRecipe.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  427. btn_DownloadRecipe.Click += btn_DownloadRecipe_Click;
  428. //
  429. // btn_ExportRecipe
  430. //
  431. btn_ExportRecipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  432. btn_ExportRecipe.Location = new Point(166, 212);
  433. btn_ExportRecipe.MinimumSize = new Size(1, 1);
  434. btn_ExportRecipe.Name = "btn_ExportRecipe";
  435. btn_ExportRecipe.Size = new Size(111, 41);
  436. btn_ExportRecipe.Symbol = 362831;
  437. btn_ExportRecipe.TabIndex = 7;
  438. btn_ExportRecipe.Text = "导出配方";
  439. btn_ExportRecipe.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  440. btn_ExportRecipe.Click += btn_ExportRecipe_Click;
  441. //
  442. // btn_ImportRecipe
  443. //
  444. btn_ImportRecipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  445. btn_ImportRecipe.Location = new Point(20, 212);
  446. btn_ImportRecipe.MinimumSize = new Size(1, 1);
  447. btn_ImportRecipe.Name = "btn_ImportRecipe";
  448. btn_ImportRecipe.Size = new Size(111, 41);
  449. btn_ImportRecipe.Symbol = 362831;
  450. btn_ImportRecipe.TabIndex = 6;
  451. btn_ImportRecipe.Text = "导入配方";
  452. btn_ImportRecipe.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  453. btn_ImportRecipe.Click += btn_ImportRecipe_Click;
  454. //
  455. // btn_QueryRecipe
  456. //
  457. btn_QueryRecipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  458. btn_QueryRecipe.Location = new Point(166, 156);
  459. btn_QueryRecipe.MinimumSize = new Size(1, 1);
  460. btn_QueryRecipe.Name = "btn_QueryRecipe";
  461. btn_QueryRecipe.Size = new Size(111, 41);
  462. btn_QueryRecipe.Symbol = 559520;
  463. btn_QueryRecipe.TabIndex = 5;
  464. btn_QueryRecipe.Text = "查询配方";
  465. btn_QueryRecipe.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  466. btn_QueryRecipe.Click += btn_QueryRecipe_Click;
  467. //
  468. // btn_UpdateRecipe
  469. //
  470. btn_UpdateRecipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  471. btn_UpdateRecipe.Location = new Point(20, 156);
  472. btn_UpdateRecipe.MinimumSize = new Size(1, 1);
  473. btn_UpdateRecipe.Name = "btn_UpdateRecipe";
  474. btn_UpdateRecipe.Size = new Size(111, 41);
  475. btn_UpdateRecipe.Symbol = 558087;
  476. btn_UpdateRecipe.TabIndex = 4;
  477. btn_UpdateRecipe.Text = "修改配方";
  478. btn_UpdateRecipe.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  479. btn_UpdateRecipe.Click += btn_UpdateRecipe_Click;
  480. //
  481. // btn_DelRecipe
  482. //
  483. btn_DelRecipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  484. btn_DelRecipe.Location = new Point(166, 102);
  485. btn_DelRecipe.MinimumSize = new Size(1, 1);
  486. btn_DelRecipe.Name = "btn_DelRecipe";
  487. btn_DelRecipe.Size = new Size(113, 39);
  488. btn_DelRecipe.Symbol = 362810;
  489. btn_DelRecipe.TabIndex = 3;
  490. btn_DelRecipe.Text = "删除配方";
  491. btn_DelRecipe.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  492. btn_DelRecipe.Click += btn_DelRecipe_Click;
  493. //
  494. // btn_AddRecipe
  495. //
  496. btn_AddRecipe.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  497. btn_AddRecipe.Location = new Point(20, 102);
  498. btn_AddRecipe.MinimumSize = new Size(1, 1);
  499. btn_AddRecipe.Name = "btn_AddRecipe";
  500. btn_AddRecipe.Size = new Size(111, 39);
  501. btn_AddRecipe.Symbol = 557670;
  502. btn_AddRecipe.TabIndex = 1;
  503. btn_AddRecipe.Text = "添加配方";
  504. btn_AddRecipe.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  505. btn_AddRecipe.Click += btn_AddRecipe_Click;
  506. //
  507. // txt_ProductType
  508. //
  509. txt_ProductType.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  510. txt_ProductType.Location = new Point(150, 44);
  511. txt_ProductType.Margin = new Padding(4, 5, 4, 5);
  512. txt_ProductType.MinimumSize = new Size(1, 16);
  513. txt_ProductType.Name = "txt_ProductType";
  514. txt_ProductType.Padding = new Padding(5);
  515. txt_ProductType.ShowText = false;
  516. txt_ProductType.Size = new Size(129, 46);
  517. txt_ProductType.TabIndex = 1;
  518. txt_ProductType.TextAlignment = ContentAlignment.MiddleLeft;
  519. txt_ProductType.Watermark = "";
  520. //
  521. // uiLabel1
  522. //
  523. uiLabel1.Font = new Font("宋体", 13.8F, FontStyle.Regular, GraphicsUnit.Point, 134);
  524. uiLabel1.ForeColor = Color.FromArgb(48, 48, 48);
  525. uiLabel1.Location = new Point(20, 44);
  526. uiLabel1.Name = "uiLabel1";
  527. uiLabel1.Size = new Size(126, 46);
  528. uiLabel1.TabIndex = 0;
  529. uiLabel1.Text = "产品型号:";
  530. uiLabel1.TextAlign = ContentAlignment.MiddleCenter;
  531. //
  532. // 产品型号
  533. //
  534. 产品型号.DataPropertyName = "产品类型";
  535. 产品型号.HeaderText = "产品型号";
  536. 产品型号.MinimumWidth = 6;
  537. 产品型号.Name = "产品型号";
  538. 产品型号.Width = 230;
  539. //
  540. // Id
  541. //
  542. Id.DataPropertyName = "Id";
  543. Id.HeaderText = "Id";
  544. Id.MinimumWidth = 6;
  545. Id.Name = "Id";
  546. Id.Visible = false;
  547. Id.Width = 125;
  548. //
  549. // PageRecipeManage
  550. //
  551. AutoScaleMode = AutoScaleMode.None;
  552. ClientSize = new Size(1067, 544);
  553. Controls.Add(uiTitlePanel1);
  554. Controls.Add(uiTitlePanel2);
  555. Name = "PageRecipeManage";
  556. Text = "配方管理";
  557. Load += PageRecipeManage_Load;
  558. uiTitlePanel1.ResumeLayout(false);
  559. uiTitlePanel2.ResumeLayout(false);
  560. ((System.ComponentModel.ISupportInitialize)dgv_Recipe).EndInit();
  561. ResumeLayout(false);
  562. }
  563. #endregion
  564. private Sunny.UI.UITitlePanel uiTitlePanel1;
  565. private UserSetValue userSetValue9;
  566. private UserSetValue userSetValue10;
  567. private UserSetValue userSetValue2;
  568. private UserSetValue userSetValue11;
  569. private UserSetValue userSetValue12;
  570. private UserSetValue userSetValue3;
  571. private UserSetValue userSetValue14;
  572. private UserSetValue userSetValue7;
  573. private UserSetValue userSetValue6;
  574. private UserSetValue userSetValue13;
  575. private UserSetValue userSetValue8;
  576. private UserSetValue userSetValue5;
  577. private UserSetValue userSetValue4;
  578. private UserSetValue userSetValue1;
  579. private Sunny.UI.UITitlePanel uiTitlePanel2;
  580. private Sunny.UI.UIDataGridView dgv_Recipe;
  581. private Sunny.UI.UISymbolButton btn_DownloadRecipe;
  582. private Sunny.UI.UISymbolButton btn_ExportRecipe;
  583. private Sunny.UI.UISymbolButton btn_ImportRecipe;
  584. private Sunny.UI.UISymbolButton btn_QueryRecipe;
  585. private Sunny.UI.UISymbolButton btn_UpdateRecipe;
  586. private Sunny.UI.UISymbolButton btn_DelRecipe;
  587. private Sunny.UI.UISymbolButton btn_AddRecipe;
  588. private Sunny.UI.UITextBox txt_ProductType;
  589. private Sunny.UI.UILabel uiLabel1;
  590. private DataGridViewTextBoxColumn 产品型号;
  591. private DataGridViewTextBoxColumn Id;
  592. }
  593. }