frmHotDeliveryWeightWarn.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. namespace StorageMeterSystem
  2. {
  3. partial class frmHotDeliveryWeightWarn
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHotDeliveryWeightWarn));
  31. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
  43. this.dataSet2 = new System.Data.DataSet();
  44. this.dataTable1 = new System.Data.DataTable();
  45. this.dataColumn1 = new System.Data.DataColumn();
  46. this.dataColumn4 = new System.Data.DataColumn();
  47. this.dataColumn5 = new System.Data.DataColumn();
  48. this.dataColumn6 = new System.Data.DataColumn();
  49. this.dataColumn7 = new System.Data.DataColumn();
  50. this.dataColumn8 = new System.Data.DataColumn();
  51. this.dataColumn10 = new System.Data.DataColumn();
  52. this.dataColumn11 = new System.Data.DataColumn();
  53. this.dataColumn16 = new System.Data.DataColumn();
  54. this.dataColumn22 = new System.Data.DataColumn();
  55. this.dataColumn32 = new System.Data.DataColumn();
  56. this.dataColumn33 = new System.Data.DataColumn();
  57. this.dataColumn35 = new System.Data.DataColumn();
  58. this.dataColumn39 = new System.Data.DataColumn();
  59. this.dataColumn40 = new System.Data.DataColumn();
  60. this.dataColumn42 = new System.Data.DataColumn();
  61. this.dataColumn43 = new System.Data.DataColumn();
  62. this.dataColumn2 = new System.Data.DataColumn();
  63. this.dataColumn3 = new System.Data.DataColumn();
  64. this.dataColumn9 = new System.Data.DataColumn();
  65. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  66. this.panel2 = new System.Windows.Forms.Panel();
  67. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  68. this.lbState = new System.Windows.Forms.Label();
  69. this.txtWeight = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  70. this.ultraGroupBoxCondition = new Infragistics.Win.Misc.UltraGroupBox();
  71. this.numLimit = new System.Windows.Forms.NumericUpDown();
  72. this.label1 = new System.Windows.Forms.Label();
  73. this.btStart = new System.Windows.Forms.Button();
  74. this.label2 = new System.Windows.Forms.Label();
  75. this.btSetLimit = new System.Windows.Forms.Button();
  76. this.label3 = new System.Windows.Forms.Label();
  77. this.cmbPoint = new Infragistics.Win.UltraWinGrid.UltraCombo();
  78. this.timer1 = new System.Windows.Forms.Timer(this.components);
  79. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  82. this.ultraGroupBox1.SuspendLayout();
  83. this.panel2.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  85. this.ultraGroupBox4.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).BeginInit();
  88. this.ultraGroupBoxCondition.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.numLimit)).BeginInit();
  90. ((System.ComponentModel.ISupportInitialize)(this.cmbPoint)).BeginInit();
  91. this.SuspendLayout();
  92. //
  93. // dataSet2
  94. //
  95. this.dataSet2.DataSetName = "NewDataSet";
  96. this.dataSet2.Locale = new System.Globalization.CultureInfo("zh-CN");
  97. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  98. this.dataTable1});
  99. //
  100. // dataTable1
  101. //
  102. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  103. this.dataColumn1,
  104. this.dataColumn4,
  105. this.dataColumn5,
  106. this.dataColumn6,
  107. this.dataColumn7,
  108. this.dataColumn8,
  109. this.dataColumn10,
  110. this.dataColumn11,
  111. this.dataColumn16,
  112. this.dataColumn22,
  113. this.dataColumn32,
  114. this.dataColumn33,
  115. this.dataColumn35,
  116. this.dataColumn39,
  117. this.dataColumn40,
  118. this.dataColumn42,
  119. this.dataColumn43,
  120. this.dataColumn2,
  121. this.dataColumn3,
  122. this.dataColumn9});
  123. this.dataTable1.TableName = "单只重量";
  124. //
  125. // dataColumn1
  126. //
  127. this.dataColumn1.Caption = "重量编号";
  128. this.dataColumn1.ColumnName = "singleWgtNo";
  129. //
  130. // dataColumn4
  131. //
  132. this.dataColumn4.Caption = "备注";
  133. this.dataColumn4.ColumnName = "memo";
  134. //
  135. // dataColumn5
  136. //
  137. this.dataColumn5.Caption = "状态";
  138. this.dataColumn5.ColumnName = "valueFlag";
  139. //
  140. // dataColumn6
  141. //
  142. this.dataColumn6.Caption = "创建人编号";
  143. this.dataColumn6.ColumnName = "createManNo";
  144. //
  145. // dataColumn7
  146. //
  147. this.dataColumn7.Caption = "司秤工";
  148. this.dataColumn7.ColumnName = "createManName";
  149. //
  150. // dataColumn8
  151. //
  152. this.dataColumn8.Caption = "第一次审核时间";
  153. this.dataColumn8.ColumnName = "createTime";
  154. //
  155. // dataColumn10
  156. //
  157. this.dataColumn10.Caption = "修改人编号";
  158. this.dataColumn10.ColumnName = "updateManNo";
  159. //
  160. // dataColumn11
  161. //
  162. this.dataColumn11.Caption = "修改人";
  163. this.dataColumn11.ColumnName = "updateManName";
  164. //
  165. // dataColumn16
  166. //
  167. this.dataColumn16.Caption = "钢号编码";
  168. this.dataColumn16.ColumnName = "gradeNo";
  169. //
  170. // dataColumn22
  171. //
  172. this.dataColumn22.Caption = "产量时间";
  173. this.dataColumn22.ColumnName = "productDate";
  174. //
  175. // dataColumn32
  176. //
  177. this.dataColumn32.Caption = "计量点编号";
  178. this.dataColumn32.ColumnName = "baseSpotNo";
  179. //
  180. // dataColumn33
  181. //
  182. this.dataColumn33.Caption = "计量点";
  183. this.dataColumn33.ColumnName = "baseSpotName";
  184. //
  185. // dataColumn35
  186. //
  187. this.dataColumn35.Caption = "修改时间";
  188. this.dataColumn35.ColumnName = "updateTime";
  189. //
  190. // dataColumn39
  191. //
  192. this.dataColumn39.Caption = "班组";
  193. this.dataColumn39.ColumnName = "meterGroup";
  194. //
  195. // dataColumn40
  196. //
  197. this.dataColumn40.Caption = "班次";
  198. this.dataColumn40.ColumnName = "meterClass";
  199. //
  200. // dataColumn42
  201. //
  202. this.dataColumn42.Caption = "规格编号";
  203. this.dataColumn42.ColumnName = "specNo";
  204. //
  205. // dataColumn43
  206. //
  207. this.dataColumn43.Caption = "规格";
  208. this.dataColumn43.ColumnName = "specName";
  209. //
  210. // dataColumn2
  211. //
  212. this.dataColumn2.Caption = "单支重量";
  213. this.dataColumn2.ColumnName = "singleWeight";
  214. //
  215. // dataColumn3
  216. //
  217. this.dataColumn3.Caption = "重量类型";
  218. this.dataColumn3.ColumnName = "weightType";
  219. //
  220. // dataColumn9
  221. //
  222. this.dataColumn9.Caption = "钢种";
  223. this.dataColumn9.ColumnName = "gradeName";
  224. //
  225. // ultraGroupBox1
  226. //
  227. this.ultraGroupBox1.Controls.Add(this.panel2);
  228. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  229. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  230. this.ultraGroupBox1.Name = "ultraGroupBox1";
  231. this.ultraGroupBox1.Size = new System.Drawing.Size(1704, 706);
  232. this.ultraGroupBox1.TabIndex = 0;
  233. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  234. //
  235. // panel2
  236. //
  237. this.panel2.Controls.Add(this.ultraGroupBox4);
  238. this.panel2.Controls.Add(this.ultraGroupBoxCondition);
  239. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  240. this.panel2.Location = new System.Drawing.Point(3, 0);
  241. this.panel2.Name = "panel2";
  242. this.panel2.Size = new System.Drawing.Size(1698, 703);
  243. this.panel2.TabIndex = 1;
  244. //
  245. // ultraGroupBox4
  246. //
  247. this.ultraGroupBox4.Controls.Add(this.lbState);
  248. this.ultraGroupBox4.Controls.Add(this.txtWeight);
  249. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  250. this.ultraGroupBox4.Location = new System.Drawing.Point(0, 129);
  251. this.ultraGroupBox4.Name = "ultraGroupBox4";
  252. this.ultraGroupBox4.Size = new System.Drawing.Size(1698, 574);
  253. this.ultraGroupBox4.TabIndex = 2;
  254. this.ultraGroupBox4.Text = "显示区域";
  255. this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  256. //
  257. // lbState
  258. //
  259. this.lbState.AutoSize = true;
  260. this.lbState.BackColor = System.Drawing.Color.Transparent;
  261. this.lbState.Font = new System.Drawing.Font("宋体", 40F, System.Drawing.FontStyle.Bold);
  262. this.lbState.Location = new System.Drawing.Point(533, 18);
  263. this.lbState.Name = "lbState";
  264. this.lbState.Size = new System.Drawing.Size(243, 54);
  265. this.lbState.TabIndex = 604;
  266. this.lbState.Text = "重量正常";
  267. //
  268. // txtWeight
  269. //
  270. this.txtWeight.Anchor = System.Windows.Forms.AnchorStyles.None;
  271. appearance9.BackColor = System.Drawing.Color.Black;
  272. appearance9.ForeColor = System.Drawing.Color.Lime;
  273. appearance9.ForeColorDisabled = System.Drawing.Color.Lime;
  274. appearance9.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance9.ImageBackground")));
  275. appearance9.TextHAlignAsString = "Right";
  276. this.txtWeight.Appearance = appearance9;
  277. this.txtWeight.BackColor = System.Drawing.Color.Black;
  278. this.txtWeight.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
  279. this.txtWeight.Font = new System.Drawing.Font("宋体", 160F, System.Drawing.FontStyle.Bold);
  280. this.txtWeight.Location = new System.Drawing.Point(102, 82);
  281. this.txtWeight.Name = "txtWeight";
  282. this.txtWeight.ReadOnly = true;
  283. this.txtWeight.Size = new System.Drawing.Size(943, 247);
  284. this.txtWeight.TabIndex = 597;
  285. this.txtWeight.Text = "0kg";
  286. //
  287. // ultraGroupBoxCondition
  288. //
  289. this.ultraGroupBoxCondition.Controls.Add(this.numLimit);
  290. this.ultraGroupBoxCondition.Controls.Add(this.label1);
  291. this.ultraGroupBoxCondition.Controls.Add(this.btStart);
  292. this.ultraGroupBoxCondition.Controls.Add(this.label2);
  293. this.ultraGroupBoxCondition.Controls.Add(this.btSetLimit);
  294. this.ultraGroupBoxCondition.Controls.Add(this.label3);
  295. this.ultraGroupBoxCondition.Controls.Add(this.cmbPoint);
  296. this.ultraGroupBoxCondition.Dock = System.Windows.Forms.DockStyle.Top;
  297. this.ultraGroupBoxCondition.Location = new System.Drawing.Point(0, 0);
  298. this.ultraGroupBoxCondition.Name = "ultraGroupBoxCondition";
  299. this.ultraGroupBoxCondition.Size = new System.Drawing.Size(1698, 129);
  300. this.ultraGroupBoxCondition.TabIndex = 0;
  301. this.ultraGroupBoxCondition.Text = "操作区域";
  302. this.ultraGroupBoxCondition.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  303. //
  304. // numLimit
  305. //
  306. this.numLimit.Font = new System.Drawing.Font("宋体", 20F);
  307. this.numLimit.Location = new System.Drawing.Point(562, 57);
  308. this.numLimit.Maximum = new decimal(new int[] {
  309. 100000,
  310. 0,
  311. 0,
  312. 0});
  313. this.numLimit.Minimum = new decimal(new int[] {
  314. 100000,
  315. 0,
  316. 0,
  317. -2147483648});
  318. this.numLimit.Name = "numLimit";
  319. this.numLimit.Size = new System.Drawing.Size(120, 38);
  320. this.numLimit.TabIndex = 603;
  321. //
  322. // label1
  323. //
  324. this.label1.AutoSize = true;
  325. this.label1.BackColor = System.Drawing.Color.Transparent;
  326. this.label1.Font = new System.Drawing.Font("宋体", 16F);
  327. this.label1.Location = new System.Drawing.Point(478, 65);
  328. this.label1.Name = "label1";
  329. this.label1.Size = new System.Drawing.Size(98, 22);
  330. this.label1.TabIndex = 599;
  331. this.label1.Text = "报警值:";
  332. //
  333. // btStart
  334. //
  335. this.btStart.BackColor = System.Drawing.Color.Cyan;
  336. this.btStart.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.btStart.Location = new System.Drawing.Point(799, 56);
  338. this.btStart.Name = "btStart";
  339. this.btStart.Size = new System.Drawing.Size(110, 41);
  340. this.btStart.TabIndex = 598;
  341. this.btStart.Text = "开始监控";
  342. this.btStart.UseVisualStyleBackColor = false;
  343. this.btStart.Click += new System.EventHandler(this.btStart_Click);
  344. //
  345. // label2
  346. //
  347. this.label2.AutoSize = true;
  348. this.label2.BackColor = System.Drawing.Color.Transparent;
  349. this.label2.Font = new System.Drawing.Font("宋体", 16F);
  350. this.label2.Location = new System.Drawing.Point(98, 65);
  351. this.label2.Name = "label2";
  352. this.label2.Size = new System.Drawing.Size(142, 22);
  353. this.label2.TabIndex = 109;
  354. this.label2.Text = "计量点选择:";
  355. //
  356. // btSetLimit
  357. //
  358. this.btSetLimit.BackColor = System.Drawing.Color.Cyan;
  359. this.btSetLimit.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.btSetLimit.Location = new System.Drawing.Point(925, 56);
  361. this.btSetLimit.Name = "btSetLimit";
  362. this.btSetLimit.Size = new System.Drawing.Size(118, 41);
  363. this.btSetLimit.TabIndex = 602;
  364. this.btSetLimit.Text = "设置报警值";
  365. this.btSetLimit.UseVisualStyleBackColor = false;
  366. this.btSetLimit.Click += new System.EventHandler(this.btSetLimit_Click);
  367. //
  368. // label3
  369. //
  370. this.label3.AutoSize = true;
  371. this.label3.BackColor = System.Drawing.Color.Transparent;
  372. this.label3.Font = new System.Drawing.Font("宋体", 24F);
  373. this.label3.Location = new System.Drawing.Point(688, 60);
  374. this.label3.Name = "label3";
  375. this.label3.Size = new System.Drawing.Size(47, 33);
  376. this.label3.TabIndex = 601;
  377. this.label3.Text = "kg";
  378. //
  379. // cmbPoint
  380. //
  381. this.cmbPoint.CheckedListSettings.CheckStateMember = "";
  382. appearance16.BackColor = System.Drawing.SystemColors.Window;
  383. appearance16.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  384. this.cmbPoint.DisplayLayout.Appearance = appearance16;
  385. this.cmbPoint.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  386. this.cmbPoint.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  387. appearance17.BackColor = System.Drawing.SystemColors.ActiveBorder;
  388. appearance17.BackColor2 = System.Drawing.SystemColors.ControlDark;
  389. appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  390. appearance17.BorderColor = System.Drawing.SystemColors.Window;
  391. this.cmbPoint.DisplayLayout.GroupByBox.Appearance = appearance17;
  392. appearance22.ForeColor = System.Drawing.SystemColors.GrayText;
  393. this.cmbPoint.DisplayLayout.GroupByBox.BandLabelAppearance = appearance22;
  394. this.cmbPoint.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  395. appearance23.BackColor = System.Drawing.SystemColors.ControlLightLight;
  396. appearance23.BackColor2 = System.Drawing.SystemColors.Control;
  397. appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  398. appearance23.ForeColor = System.Drawing.SystemColors.GrayText;
  399. this.cmbPoint.DisplayLayout.GroupByBox.PromptAppearance = appearance23;
  400. this.cmbPoint.DisplayLayout.MaxColScrollRegions = 1;
  401. this.cmbPoint.DisplayLayout.MaxRowScrollRegions = 1;
  402. appearance24.BackColor = System.Drawing.SystemColors.Window;
  403. appearance24.ForeColor = System.Drawing.SystemColors.ControlText;
  404. this.cmbPoint.DisplayLayout.Override.ActiveCellAppearance = appearance24;
  405. appearance26.BackColor = System.Drawing.SystemColors.Highlight;
  406. appearance26.ForeColor = System.Drawing.SystemColors.HighlightText;
  407. this.cmbPoint.DisplayLayout.Override.ActiveRowAppearance = appearance26;
  408. this.cmbPoint.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  409. this.cmbPoint.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  410. appearance27.BackColor = System.Drawing.SystemColors.Window;
  411. this.cmbPoint.DisplayLayout.Override.CardAreaAppearance = appearance27;
  412. appearance28.BorderColor = System.Drawing.Color.Silver;
  413. appearance28.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  414. this.cmbPoint.DisplayLayout.Override.CellAppearance = appearance28;
  415. this.cmbPoint.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  416. this.cmbPoint.DisplayLayout.Override.CellPadding = 0;
  417. appearance30.BackColor = System.Drawing.SystemColors.Control;
  418. appearance30.BackColor2 = System.Drawing.SystemColors.ControlDark;
  419. appearance30.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  420. appearance30.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  421. appearance30.BorderColor = System.Drawing.SystemColors.Window;
  422. this.cmbPoint.DisplayLayout.Override.GroupByRowAppearance = appearance30;
  423. appearance54.TextHAlignAsString = "Left";
  424. this.cmbPoint.DisplayLayout.Override.HeaderAppearance = appearance54;
  425. this.cmbPoint.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  426. this.cmbPoint.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  427. appearance55.BackColor = System.Drawing.SystemColors.Window;
  428. appearance55.BorderColor = System.Drawing.Color.Silver;
  429. this.cmbPoint.DisplayLayout.Override.RowAppearance = appearance55;
  430. this.cmbPoint.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  431. appearance56.BackColor = System.Drawing.SystemColors.ControlLight;
  432. this.cmbPoint.DisplayLayout.Override.TemplateAddRowAppearance = appearance56;
  433. this.cmbPoint.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  434. this.cmbPoint.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  435. this.cmbPoint.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  436. this.cmbPoint.Font = new System.Drawing.Font("宋体", 20F);
  437. this.cmbPoint.Location = new System.Drawing.Point(246, 57);
  438. this.cmbPoint.Name = "cmbPoint";
  439. this.cmbPoint.Size = new System.Drawing.Size(171, 38);
  440. this.cmbPoint.TabIndex = 12;
  441. this.cmbPoint.ValueChanged += new System.EventHandler(this.cmbPoint_ValueChanged);
  442. //
  443. // timer1
  444. //
  445. this.timer1.Enabled = true;
  446. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  447. //
  448. // frmHotDeliveryWeightWarn
  449. //
  450. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  451. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  452. this.ClientSize = new System.Drawing.Size(1704, 706);
  453. this.Controls.Add(this.ultraGroupBox1);
  454. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  455. this.Name = "frmHotDeliveryWeightWarn";
  456. this.Text = "计量重量监控界面";
  457. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmHotDeliveryWeightWarn_FormClosing);
  458. this.Load += new System.EventHandler(this.frmHotDeliveryWeightWarn_Load);
  459. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  460. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  461. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  462. this.ultraGroupBox1.ResumeLayout(false);
  463. this.panel2.ResumeLayout(false);
  464. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  465. this.ultraGroupBox4.ResumeLayout(false);
  466. this.ultraGroupBox4.PerformLayout();
  467. ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).EndInit();
  468. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).EndInit();
  469. this.ultraGroupBoxCondition.ResumeLayout(false);
  470. this.ultraGroupBoxCondition.PerformLayout();
  471. ((System.ComponentModel.ISupportInitialize)(this.numLimit)).EndInit();
  472. ((System.ComponentModel.ISupportInitialize)(this.cmbPoint)).EndInit();
  473. this.ResumeLayout(false);
  474. }
  475. #endregion
  476. private System.Data.DataSet dataSet2;
  477. private System.Data.DataTable dataTable1;
  478. private System.Data.DataColumn dataColumn1;
  479. private System.Data.DataColumn dataColumn4;
  480. private System.Data.DataColumn dataColumn5;
  481. private System.Data.DataColumn dataColumn6;
  482. private System.Data.DataColumn dataColumn7;
  483. private System.Data.DataColumn dataColumn8;
  484. private System.Data.DataColumn dataColumn10;
  485. private System.Data.DataColumn dataColumn11;
  486. private System.Data.DataColumn dataColumn16;
  487. private System.Data.DataColumn dataColumn22;
  488. private System.Data.DataColumn dataColumn32;
  489. private System.Data.DataColumn dataColumn33;
  490. private System.Data.DataColumn dataColumn35;
  491. private Infragistics.Win.UltraWinGrid.UltraCombo cmbPoint;
  492. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  493. private System.Windows.Forms.Panel panel2;
  494. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  495. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxCondition;
  496. private System.Windows.Forms.Label label2;
  497. private System.Data.DataColumn dataColumn39;
  498. private System.Data.DataColumn dataColumn40;
  499. private System.Data.DataColumn dataColumn42;
  500. private System.Data.DataColumn dataColumn43;
  501. private System.Data.DataColumn dataColumn2;
  502. private System.Data.DataColumn dataColumn3;
  503. private System.Data.DataColumn dataColumn9;
  504. private System.Windows.Forms.Button btStart;
  505. private System.Windows.Forms.Label label1;
  506. private System.Windows.Forms.Label label3;
  507. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtWeight;
  508. private System.Windows.Forms.Button btSetLimit;
  509. private System.Windows.Forms.NumericUpDown numLimit;
  510. private System.Windows.Forms.Timer timer1;
  511. private System.Windows.Forms.Label lbState;
  512. }
  513. }