frmCheckWeightInfo.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671
  1. namespace BeltScaleSystem
  2. {
  3. partial class frmCheckWeightInfo
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotNo");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("baseSpotName");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("scaleName");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManNo");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createManName");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("checkbeltNo");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("predictionNo");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("productName");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("productNo");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newZero");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("newMatName");
  42. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  46. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  47. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("导出");
  48. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  49. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  50. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCheckWeightInfo));
  51. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("导出");
  52. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
  54. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("还原");
  56. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("退出");
  58. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  60. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  62. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("审核");
  64. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("取消审核");
  66. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  67. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  68. this.panel2 = new System.Windows.Forms.Panel();
  69. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  70. this.panel2Query = new System.Windows.Forms.Panel();
  71. this.beltXiaoPilGrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
  72. this.dataSet1 = new System.Data.DataSet();
  73. this.dataTable1 = new System.Data.DataTable();
  74. this.dataColumn4 = new System.Data.DataColumn();
  75. this.dataColumn5 = new System.Data.DataColumn();
  76. this.dataColumn6 = new System.Data.DataColumn();
  77. this.dataColumn9 = new System.Data.DataColumn();
  78. this.dataColumn10 = new System.Data.DataColumn();
  79. this.dataColumn11 = new System.Data.DataColumn();
  80. this.dataColumn1 = new System.Data.DataColumn();
  81. this.dataColumn2 = new System.Data.DataColumn();
  82. this.dataColumn3 = new System.Data.DataColumn();
  83. this.dataColumn7 = new System.Data.DataColumn();
  84. this.dataColumn8 = new System.Data.DataColumn();
  85. this.dataColumn12 = new System.Data.DataColumn();
  86. this.ultraGroupBoxCondition = new Infragistics.Win.Misc.UltraGroupBox();
  87. this.checkDate = new System.Windows.Forms.CheckBox();
  88. this.dtStartTime = new System.Windows.Forms.DateTimePicker();
  89. this.label4 = new System.Windows.Forms.Label();
  90. this.dtEndTime = new System.Windows.Forms.DateTimePicker();
  91. this.label1 = new System.Windows.Forms.Label();
  92. this.cmbPoint = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  93. this.label16 = new System.Windows.Forms.Label();
  94. this.cmbScaleName = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  95. this.label6 = new System.Windows.Forms.Label();
  96. this.panel1 = new System.Windows.Forms.Panel();
  97. this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
  98. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  99. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  100. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  101. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  102. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  103. this.ultraGridExcelExporter1 = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
  104. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  105. this.ultraGroupBox1.SuspendLayout();
  106. this.panel2.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  108. this.ultraGroupBox4.SuspendLayout();
  109. this.panel2Query.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.beltXiaoPilGrid)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).BeginInit();
  114. this.ultraGroupBoxCondition.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.cmbPoint)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.cmbScaleName)).BeginInit();
  117. this.panel1.SuspendLayout();
  118. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  119. this.SuspendLayout();
  120. //
  121. // ultraGroupBox1
  122. //
  123. this.ultraGroupBox1.Controls.Add(this.panel2);
  124. this.ultraGroupBox1.Controls.Add(this.panel1);
  125. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  126. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  127. this.ultraGroupBox1.Name = "ultraGroupBox1";
  128. this.ultraGroupBox1.Size = new System.Drawing.Size(1704, 706);
  129. this.ultraGroupBox1.TabIndex = 1;
  130. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  131. //
  132. // panel2
  133. //
  134. this.panel2.Controls.Add(this.ultraGroupBox4);
  135. this.panel2.Controls.Add(this.ultraGroupBoxCondition);
  136. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  137. this.panel2.Location = new System.Drawing.Point(3, 30);
  138. this.panel2.Name = "panel2";
  139. this.panel2.Size = new System.Drawing.Size(1698, 673);
  140. this.panel2.TabIndex = 1;
  141. //
  142. // ultraGroupBox4
  143. //
  144. this.ultraGroupBox4.Controls.Add(this.panel2Query);
  145. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.ultraGroupBox4.Location = new System.Drawing.Point(0, 68);
  147. this.ultraGroupBox4.Name = "ultraGroupBox4";
  148. this.ultraGroupBox4.Size = new System.Drawing.Size(1698, 605);
  149. this.ultraGroupBox4.TabIndex = 2;
  150. this.ultraGroupBox4.Text = "数据展示区域";
  151. this.ultraGroupBox4.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  152. //
  153. // panel2Query
  154. //
  155. this.panel2Query.Controls.Add(this.beltXiaoPilGrid);
  156. this.panel2Query.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.panel2Query.Location = new System.Drawing.Point(3, 18);
  158. this.panel2Query.Name = "panel2Query";
  159. this.panel2Query.Size = new System.Drawing.Size(1692, 584);
  160. this.panel2Query.TabIndex = 3;
  161. //
  162. // beltXiaoPilGrid
  163. //
  164. this.beltXiaoPilGrid.DataSource = this.dataSet1;
  165. ultraGridColumn1.Header.VisiblePosition = 0;
  166. ultraGridColumn1.Hidden = true;
  167. ultraGridColumn2.Header.Caption = "计量点";
  168. ultraGridColumn2.Header.VisiblePosition = 1;
  169. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  170. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  171. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(85, 0);
  172. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 27);
  173. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  174. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  175. ultraGridColumn3.Header.VisiblePosition = 2;
  176. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6;
  177. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  178. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  179. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  180. ultraGridColumn4.Header.VisiblePosition = 3;
  181. ultraGridColumn4.Hidden = true;
  182. ultraGridColumn5.Header.VisiblePosition = 4;
  183. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 10;
  184. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  185. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  186. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  187. ultraGridColumn6.Header.VisiblePosition = 5;
  188. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 12;
  189. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  190. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  191. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  192. ultraGridColumn7.Header.VisiblePosition = 6;
  193. ultraGridColumn7.Hidden = true;
  194. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
  195. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  196. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  197. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  198. ultraGridColumn8.Header.VisiblePosition = 7;
  199. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 0;
  200. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  201. ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 27);
  202. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  203. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  204. ultraGridColumn9.Header.Caption = "物料名称";
  205. ultraGridColumn9.Header.VisiblePosition = 8;
  206. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 3;
  207. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  208. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(121, 0);
  209. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
  210. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  211. ultraGridColumn10.Header.VisiblePosition = 9;
  212. ultraGridColumn10.Hidden = true;
  213. ultraGridColumn11.Header.VisiblePosition = 10;
  214. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 8;
  215. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  216. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  217. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  218. ultraGridColumn12.Header.VisiblePosition = 11;
  219. ultraGridColumn12.Hidden = true;
  220. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 4;
  221. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  222. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  223. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  224. ultraGridBand1.Columns.AddRange(new object[] {
  225. ultraGridColumn1,
  226. ultraGridColumn2,
  227. ultraGridColumn3,
  228. ultraGridColumn4,
  229. ultraGridColumn5,
  230. ultraGridColumn6,
  231. ultraGridColumn7,
  232. ultraGridColumn8,
  233. ultraGridColumn9,
  234. ultraGridColumn10,
  235. ultraGridColumn11,
  236. ultraGridColumn12});
  237. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  238. this.beltXiaoPilGrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  239. this.beltXiaoPilGrid.DisplayLayout.DefaultSelectedBackColor = System.Drawing.Color.Empty;
  240. this.beltXiaoPilGrid.DisplayLayout.DefaultSelectedForeColor = System.Drawing.Color.Empty;
  241. this.beltXiaoPilGrid.DisplayLayout.GroupByBox.Hidden = true;
  242. this.beltXiaoPilGrid.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.True;
  243. this.beltXiaoPilGrid.DisplayLayout.Override.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Button3D;
  244. appearance8.TextVAlignAsString = "Middle";
  245. this.beltXiaoPilGrid.DisplayLayout.Override.CellAppearance = appearance8;
  246. this.beltXiaoPilGrid.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  247. appearance17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  248. appearance17.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  249. this.beltXiaoPilGrid.DisplayLayout.Override.HeaderAppearance = appearance17;
  250. this.beltXiaoPilGrid.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  251. this.beltXiaoPilGrid.DisplayLayout.Override.MaxSelectedRows = 1;
  252. this.beltXiaoPilGrid.DisplayLayout.Override.MinRowHeight = 21;
  253. appearance18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  254. appearance18.TextVAlignAsString = "Middle";
  255. this.beltXiaoPilGrid.DisplayLayout.Override.RowSelectorAppearance = appearance18;
  256. this.beltXiaoPilGrid.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  257. this.beltXiaoPilGrid.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  258. this.beltXiaoPilGrid.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  259. this.beltXiaoPilGrid.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  260. this.beltXiaoPilGrid.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  261. this.beltXiaoPilGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  262. this.beltXiaoPilGrid.Font = new System.Drawing.Font("宋体", 12F);
  263. this.beltXiaoPilGrid.Location = new System.Drawing.Point(0, 0);
  264. this.beltXiaoPilGrid.Name = "beltXiaoPilGrid";
  265. this.beltXiaoPilGrid.Size = new System.Drawing.Size(1692, 584);
  266. this.beltXiaoPilGrid.TabIndex = 8;
  267. //
  268. // dataSet1
  269. //
  270. this.dataSet1.DataSetName = "NewDataSet";
  271. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  272. this.dataTable1});
  273. //
  274. // dataTable1
  275. //
  276. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  277. this.dataColumn4,
  278. this.dataColumn5,
  279. this.dataColumn6,
  280. this.dataColumn9,
  281. this.dataColumn10,
  282. this.dataColumn11,
  283. this.dataColumn1,
  284. this.dataColumn2,
  285. this.dataColumn3,
  286. this.dataColumn7,
  287. this.dataColumn8,
  288. this.dataColumn12});
  289. this.dataTable1.TableName = "Table1";
  290. //
  291. // dataColumn4
  292. //
  293. this.dataColumn4.Caption = "计量点编号";
  294. this.dataColumn4.ColumnName = "baseSpotNo";
  295. //
  296. // dataColumn5
  297. //
  298. this.dataColumn5.Caption = "卸货码头";
  299. this.dataColumn5.ColumnName = "baseSpotName";
  300. //
  301. // dataColumn6
  302. //
  303. this.dataColumn6.Caption = "AB秤";
  304. this.dataColumn6.ColumnName = "scaleName";
  305. //
  306. // dataColumn9
  307. //
  308. this.dataColumn9.Caption = "创建人编号";
  309. this.dataColumn9.ColumnName = "createManNo";
  310. //
  311. // dataColumn10
  312. //
  313. this.dataColumn10.Caption = "创建人姓名";
  314. this.dataColumn10.ColumnName = "createManName";
  315. //
  316. // dataColumn11
  317. //
  318. this.dataColumn11.Caption = "创建时间";
  319. this.dataColumn11.ColumnName = "createTime";
  320. //
  321. // dataColumn1
  322. //
  323. this.dataColumn1.Caption = "校皮数据编码";
  324. this.dataColumn1.ColumnName = "checkbeltNo";
  325. //
  326. // dataColumn2
  327. //
  328. this.dataColumn2.Caption = "预报编号";
  329. this.dataColumn2.ColumnName = "predictionNo";
  330. //
  331. // dataColumn3
  332. //
  333. this.dataColumn3.Caption = "产品名称";
  334. this.dataColumn3.ColumnName = "productName";
  335. //
  336. // dataColumn7
  337. //
  338. this.dataColumn7.Caption = "产品名称编号";
  339. this.dataColumn7.ColumnName = "productNo";
  340. //
  341. // dataColumn8
  342. //
  343. this.dataColumn8.Caption = "新零点";
  344. this.dataColumn8.ColumnName = "newZero";
  345. //
  346. // dataColumn12
  347. //
  348. this.dataColumn12.Caption = "物料名称";
  349. this.dataColumn12.ColumnName = "newMatName";
  350. //
  351. // ultraGroupBoxCondition
  352. //
  353. this.ultraGroupBoxCondition.Controls.Add(this.checkDate);
  354. this.ultraGroupBoxCondition.Controls.Add(this.dtStartTime);
  355. this.ultraGroupBoxCondition.Controls.Add(this.label4);
  356. this.ultraGroupBoxCondition.Controls.Add(this.dtEndTime);
  357. this.ultraGroupBoxCondition.Controls.Add(this.label1);
  358. this.ultraGroupBoxCondition.Controls.Add(this.cmbPoint);
  359. this.ultraGroupBoxCondition.Controls.Add(this.label16);
  360. this.ultraGroupBoxCondition.Controls.Add(this.cmbScaleName);
  361. this.ultraGroupBoxCondition.Controls.Add(this.label6);
  362. this.ultraGroupBoxCondition.Dock = System.Windows.Forms.DockStyle.Top;
  363. this.ultraGroupBoxCondition.Location = new System.Drawing.Point(0, 0);
  364. this.ultraGroupBoxCondition.Name = "ultraGroupBoxCondition";
  365. this.ultraGroupBoxCondition.Size = new System.Drawing.Size(1698, 68);
  366. this.ultraGroupBoxCondition.TabIndex = 0;
  367. this.ultraGroupBoxCondition.Text = "查询条件";
  368. this.ultraGroupBoxCondition.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  369. //
  370. // checkDate
  371. //
  372. this.checkDate.AutoSize = true;
  373. this.checkDate.Location = new System.Drawing.Point(77, 32);
  374. this.checkDate.Name = "checkDate";
  375. this.checkDate.Size = new System.Drawing.Size(15, 14);
  376. this.checkDate.TabIndex = 145;
  377. this.checkDate.UseVisualStyleBackColor = true;
  378. //
  379. // dtStartTime
  380. //
  381. this.dtStartTime.Cursor = System.Windows.Forms.Cursors.Default;
  382. this.dtStartTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  383. this.dtStartTime.Font = new System.Drawing.Font("宋体", 12F);
  384. this.dtStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  385. this.dtStartTime.Location = new System.Drawing.Point(104, 26);
  386. this.dtStartTime.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  387. this.dtStartTime.MaxDate = new System.DateTime(3000, 12, 31, 0, 0, 0, 0);
  388. this.dtStartTime.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  389. this.dtStartTime.Name = "dtStartTime";
  390. this.dtStartTime.Size = new System.Drawing.Size(200, 26);
  391. this.dtStartTime.TabIndex = 144;
  392. //
  393. // label4
  394. //
  395. this.label4.AutoSize = true;
  396. this.label4.BackColor = System.Drawing.Color.Transparent;
  397. this.label4.Location = new System.Drawing.Point(310, 33);
  398. this.label4.Name = "label4";
  399. this.label4.Size = new System.Drawing.Size(17, 12);
  400. this.label4.TabIndex = 143;
  401. this.label4.Text = "至";
  402. //
  403. // dtEndTime
  404. //
  405. this.dtEndTime.Cursor = System.Windows.Forms.Cursors.Default;
  406. this.dtEndTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  407. this.dtEndTime.Font = new System.Drawing.Font("宋体", 12F);
  408. this.dtEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  409. this.dtEndTime.Location = new System.Drawing.Point(330, 26);
  410. this.dtEndTime.Margin = new System.Windows.Forms.Padding(0, 5, 0, 0);
  411. this.dtEndTime.MaxDate = new System.DateTime(3000, 12, 31, 0, 0, 0, 0);
  412. this.dtEndTime.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
  413. this.dtEndTime.Name = "dtEndTime";
  414. this.dtEndTime.Size = new System.Drawing.Size(200, 26);
  415. this.dtEndTime.TabIndex = 141;
  416. //
  417. // label1
  418. //
  419. this.label1.AutoSize = true;
  420. this.label1.BackColor = System.Drawing.Color.Transparent;
  421. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  422. this.label1.Location = new System.Drawing.Point(7, 34);
  423. this.label1.Name = "label1";
  424. this.label1.Size = new System.Drawing.Size(63, 14);
  425. this.label1.TabIndex = 142;
  426. this.label1.Text = "创建时间";
  427. //
  428. // cmbPoint
  429. //
  430. this.cmbPoint.Font = new System.Drawing.Font("宋体", 12F);
  431. this.cmbPoint.Location = new System.Drawing.Point(755, 27);
  432. this.cmbPoint.Name = "cmbPoint";
  433. this.cmbPoint.Size = new System.Drawing.Size(152, 25);
  434. this.cmbPoint.TabIndex = 140;
  435. //
  436. // label16
  437. //
  438. this.label16.AutoSize = true;
  439. this.label16.BackColor = System.Drawing.Color.Transparent;
  440. this.label16.Font = new System.Drawing.Font("宋体", 10F);
  441. this.label16.Location = new System.Drawing.Point(700, 34);
  442. this.label16.Name = "label16";
  443. this.label16.Size = new System.Drawing.Size(49, 14);
  444. this.label16.TabIndex = 139;
  445. this.label16.Text = "计量点";
  446. //
  447. // cmbScaleName
  448. //
  449. this.cmbScaleName.Font = new System.Drawing.Font("宋体", 12F);
  450. this.cmbScaleName.Location = new System.Drawing.Point(587, 27);
  451. this.cmbScaleName.Name = "cmbScaleName";
  452. this.cmbScaleName.Size = new System.Drawing.Size(92, 25);
  453. this.cmbScaleName.TabIndex = 124;
  454. //
  455. // label6
  456. //
  457. this.label6.AutoSize = true;
  458. this.label6.BackColor = System.Drawing.Color.Transparent;
  459. this.label6.Font = new System.Drawing.Font("宋体", 10F);
  460. this.label6.Location = new System.Drawing.Point(546, 33);
  461. this.label6.Name = "label6";
  462. this.label6.Size = new System.Drawing.Size(35, 14);
  463. this.label6.TabIndex = 123;
  464. this.label6.Text = "秤台";
  465. //
  466. // panel1
  467. //
  468. this.panel1.Controls.Add(this.panel1_Fill_Panel);
  469. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  470. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  471. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  472. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  473. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  474. this.panel1.Location = new System.Drawing.Point(3, 0);
  475. this.panel1.Name = "panel1";
  476. this.panel1.Size = new System.Drawing.Size(1698, 30);
  477. this.panel1.TabIndex = 0;
  478. //
  479. // panel1_Fill_Panel
  480. //
  481. this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  482. this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  483. this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 27);
  484. this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
  485. this.panel1_Fill_Panel.Size = new System.Drawing.Size(1698, 3);
  486. this.panel1_Fill_Panel.TabIndex = 0;
  487. //
  488. // _panel1_Toolbars_Dock_Area_Left
  489. //
  490. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  491. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  492. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  493. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  494. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 27);
  495. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  496. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 3);
  497. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  498. //
  499. // ultraToolbarsManager1
  500. //
  501. this.ultraToolbarsManager1.DesignerFlags = 1;
  502. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  503. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2003;
  504. ultraToolbar1.DockedColumn = 0;
  505. ultraToolbar1.DockedRow = 0;
  506. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  507. buttonTool1,
  508. buttonTool2});
  509. ultraToolbar1.Text = "UltraToolbar1";
  510. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  511. ultraToolbar1});
  512. appearance27.Image = ((object)(resources.GetObject("appearance27.Image")));
  513. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance27;
  514. buttonTool5.SharedPropsInternal.Caption = "查询";
  515. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  516. appearance28.Image = ((object)(resources.GetObject("appearance28.Image")));
  517. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance28;
  518. buttonTool6.SharedPropsInternal.Caption = "导出";
  519. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  520. appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
  521. buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
  522. buttonTool7.SharedPropsInternal.Caption = "删除";
  523. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  524. appearance54.Image = ((object)(resources.GetObject("appearance54.Image")));
  525. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance54;
  526. buttonTool8.SharedPropsInternal.Caption = "还原";
  527. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  528. appearance55.Image = ((object)(resources.GetObject("appearance55.Image")));
  529. buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance55;
  530. buttonTool10.SharedPropsInternal.Caption = "退出";
  531. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  532. appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
  533. buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
  534. buttonTool12.SharedPropsInternal.Caption = "新增";
  535. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  536. appearance24.Image = ((object)(resources.GetObject("appearance24.Image")));
  537. buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance24;
  538. buttonTool14.SharedPropsInternal.Caption = "修改";
  539. buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  540. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  541. buttonTool16.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  542. buttonTool16.SharedPropsInternal.Caption = "审核";
  543. buttonTool16.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  544. appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
  545. buttonTool17.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
  546. buttonTool17.SharedPropsInternal.Caption = "取消审核";
  547. buttonTool17.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  548. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  549. buttonTool5,
  550. buttonTool6,
  551. buttonTool7,
  552. buttonTool8,
  553. buttonTool10,
  554. buttonTool12,
  555. buttonTool14,
  556. buttonTool16,
  557. buttonTool17});
  558. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  559. //
  560. // _panel1_Toolbars_Dock_Area_Right
  561. //
  562. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  563. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  564. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  565. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  566. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1698, 27);
  567. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  568. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 3);
  569. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  570. //
  571. // _panel1_Toolbars_Dock_Area_Top
  572. //
  573. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  574. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  575. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  576. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  577. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  578. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  579. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1698, 27);
  580. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  581. //
  582. // _panel1_Toolbars_Dock_Area_Bottom
  583. //
  584. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  585. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(158)))), ((int)(((byte)(190)))), ((int)(((byte)(245)))));
  586. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  587. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  588. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 30);
  589. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  590. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1698, 0);
  591. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  592. //
  593. // frmCheckWeightInfo
  594. //
  595. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  596. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  597. this.BackColor = System.Drawing.Color.White;
  598. this.ClientSize = new System.Drawing.Size(1704, 706);
  599. this.ControlBox = false;
  600. this.Controls.Add(this.ultraGroupBox1);
  601. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  602. this.Margin = new System.Windows.Forms.Padding(2);
  603. this.MaximizeBox = false;
  604. this.MinimizeBox = false;
  605. this.Name = "frmCheckWeightInfo";
  606. this.Text = "皮带校皮数据查询";
  607. this.Load += new System.EventHandler(this.frmCheckWeightInfo_Load);
  608. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  609. this.ultraGroupBox1.ResumeLayout(false);
  610. this.panel2.ResumeLayout(false);
  611. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  612. this.ultraGroupBox4.ResumeLayout(false);
  613. this.panel2Query.ResumeLayout(false);
  614. ((System.ComponentModel.ISupportInitialize)(this.beltXiaoPilGrid)).EndInit();
  615. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  616. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  617. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBoxCondition)).EndInit();
  618. this.ultraGroupBoxCondition.ResumeLayout(false);
  619. this.ultraGroupBoxCondition.PerformLayout();
  620. ((System.ComponentModel.ISupportInitialize)(this.cmbPoint)).EndInit();
  621. ((System.ComponentModel.ISupportInitialize)(this.cmbScaleName)).EndInit();
  622. this.panel1.ResumeLayout(false);
  623. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  624. this.ResumeLayout(false);
  625. }
  626. #endregion
  627. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  628. private System.Windows.Forms.Panel panel2;
  629. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  630. private System.Windows.Forms.Panel panel2Query;
  631. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBoxCondition;
  632. private System.Windows.Forms.Panel panel1;
  633. private System.Windows.Forms.Panel panel1_Fill_Panel;
  634. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  635. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  636. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  637. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  638. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  639. private Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter ultraGridExcelExporter1;
  640. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbScaleName;
  641. private System.Windows.Forms.Label label6;
  642. private Infragistics.Win.UltraWinGrid.UltraGrid beltXiaoPilGrid;
  643. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbPoint;
  644. private System.Windows.Forms.Label label16;
  645. private System.Windows.Forms.CheckBox checkDate;
  646. private System.Windows.Forms.DateTimePicker dtStartTime;
  647. private System.Windows.Forms.Label label4;
  648. private System.Windows.Forms.DateTimePicker dtEndTime;
  649. private System.Windows.Forms.Label label1;
  650. private System.Data.DataSet dataSet1;
  651. private System.Data.DataTable dataTable1;
  652. private System.Data.DataColumn dataColumn4;
  653. private System.Data.DataColumn dataColumn5;
  654. private System.Data.DataColumn dataColumn6;
  655. private System.Data.DataColumn dataColumn9;
  656. private System.Data.DataColumn dataColumn10;
  657. private System.Data.DataColumn dataColumn11;
  658. private System.Data.DataColumn dataColumn1;
  659. private System.Data.DataColumn dataColumn2;
  660. private System.Data.DataColumn dataColumn3;
  661. private System.Data.DataColumn dataColumn7;
  662. private System.Data.DataColumn dataColumn8;
  663. private System.Data.DataColumn dataColumn12;
  664. }
  665. }