FrmReportBase.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692
  1. using com.steering.mes.mcp.entity;
  2. namespace Core.StlMes.Client.Mcp.Mch.Report
  3. {
  4. partial class FrmReportBase
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("BindingList`1", -1);
  39. Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("1");
  40. Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
  41. Infragistics.Win.ValueListItem valueListItem29 = new Infragistics.Win.ValueListItem();
  42. Infragistics.Win.ValueListItem valueListItem30 = new Infragistics.Win.ValueListItem();
  43. Infragistics.Win.ValueListItem valueListItem31 = new Infragistics.Win.ValueListItem();
  44. Infragistics.Win.ValueListItem valueListItem32 = new Infragistics.Win.ValueListItem();
  45. Infragistics.Win.ValueListItem valueListItem33 = new Infragistics.Win.ValueListItem();
  46. Infragistics.Win.ValueListItem valueListItem34 = new Infragistics.Win.ValueListItem();
  47. Infragistics.Win.ValueListItem valueListItem35 = new Infragistics.Win.ValueListItem();
  48. Infragistics.Win.ValueListItem valueListItem36 = new Infragistics.Win.ValueListItem();
  49. Infragistics.Win.ValueListItem valueListItem37 = new Infragistics.Win.ValueListItem();
  50. Infragistics.Win.ValueListItem valueListItem38 = new Infragistics.Win.ValueListItem();
  51. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  52. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  53. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  54. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("select");
  55. this.cmbBc = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  56. this.cmbBz = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  57. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  58. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  59. this.CrackDetectGrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
  60. this.DataBindingSource = new System.Windows.Forms.BindingSource(this.components);
  61. this.plQuery = new Infragistics.Win.Misc.UltraPanel();
  62. this.chkTim = new System.Windows.Forms.CheckBox();
  63. this.plDate = new System.Windows.Forms.Panel();
  64. this.RegEndTime = new System.Windows.Forms.DateTimePicker();
  65. this.label1 = new System.Windows.Forms.Label();
  66. this.RegStartTime = new System.Windows.Forms.DateTimePicker();
  67. this.chkYear = new System.Windows.Forms.CheckBox();
  68. this.plnDateYearMonth = new System.Windows.Forms.Panel();
  69. this.dtpYearEnd = new System.Windows.Forms.DateTimePicker();
  70. this.label2 = new System.Windows.Forms.Label();
  71. this.dtpYearStart = new System.Windows.Forms.DateTimePicker();
  72. this.chkOrderNo = new System.Windows.Forms.CheckBox();
  73. this.txtOrderNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  74. this.chkJudgeStove = new System.Windows.Forms.CheckBox();
  75. this.txtJudgeStove = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  76. this.chkBatchNo = new System.Windows.Forms.CheckBox();
  77. this.txtBatchNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  78. this.chkJgJudgeStove = new System.Windows.Forms.CheckBox();
  79. this.txtJgJudgeStove = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  80. this.chkJgBatch = new System.Windows.Forms.CheckBox();
  81. this.txtJgBatch = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  82. this.chkOrder = new System.Windows.Forms.CheckBox();
  83. this.cmbOrder = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  84. this.chkGroup = new System.Windows.Forms.CheckBox();
  85. this.cmbGroup = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  86. this.chkPlineCode = new System.Windows.Forms.CheckBox();
  87. this.cboPline = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  88. this.osStatus = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
  89. this.uteReport = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  90. this.ultraFlowLayoutManager1 = new Infragistics.Win.Misc.UltraFlowLayoutManager(this.components);
  91. ((System.ComponentModel.ISupportInitialize)(this.cmbBc)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.cmbBz)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  94. this.ultraGroupBox1.SuspendLayout();
  95. this.ultraPanel1.ClientArea.SuspendLayout();
  96. this.ultraPanel1.SuspendLayout();
  97. ((System.ComponentModel.ISupportInitialize)(this.CrackDetectGrid)).BeginInit();
  98. ((System.ComponentModel.ISupportInitialize)(this.DataBindingSource)).BeginInit();
  99. this.plQuery.ClientArea.SuspendLayout();
  100. this.plQuery.SuspendLayout();
  101. this.plDate.SuspendLayout();
  102. this.plnDateYearMonth.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.txtOrderNo)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.txtJudgeStove)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.txtBatchNo)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.txtJgJudgeStove)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.txtJgBatch)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.cmbOrder)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.cmbGroup)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.cboPline)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.osStatus)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.uteReport)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.ultraFlowLayoutManager1)).BeginInit();
  114. this.SuspendLayout();
  115. //
  116. // cmbBc
  117. //
  118. this.cmbBc.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  119. valueListItem5.DataValue = "1";
  120. valueListItem5.DisplayText = "早";
  121. valueListItem6.DataValue = "2";
  122. valueListItem6.DisplayText = "中";
  123. valueListItem7.DataValue = "3";
  124. valueListItem7.DisplayText = "晚";
  125. valueListItem1.DataValue = "0";
  126. valueListItem1.DisplayText = "白";
  127. this.cmbBc.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  128. valueListItem5,
  129. valueListItem6,
  130. valueListItem7,
  131. valueListItem1});
  132. this.cmbBc.Location = new System.Drawing.Point(689, 298);
  133. this.cmbBc.Margin = new System.Windows.Forms.Padding(4);
  134. this.cmbBc.Name = "cmbBc";
  135. this.cmbBc.Size = new System.Drawing.Size(75, 24);
  136. this.cmbBc.TabIndex = 73;
  137. this.cmbBc.Visible = false;
  138. //
  139. // cmbBz
  140. //
  141. this.cmbBz.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  142. valueListItem8.DataValue = "1";
  143. valueListItem8.DisplayText = "甲";
  144. valueListItem9.DataValue = "2";
  145. valueListItem9.DisplayText = "乙";
  146. valueListItem10.DataValue = "3";
  147. valueListItem10.DisplayText = "丙";
  148. valueListItem11.DataValue = "4";
  149. valueListItem11.DisplayText = "丁";
  150. this.cmbBz.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  151. valueListItem8,
  152. valueListItem9,
  153. valueListItem10,
  154. valueListItem11});
  155. this.cmbBz.Location = new System.Drawing.Point(605, 298);
  156. this.cmbBz.Margin = new System.Windows.Forms.Padding(4);
  157. this.cmbBz.Name = "cmbBz";
  158. this.cmbBz.Size = new System.Drawing.Size(75, 24);
  159. this.cmbBz.TabIndex = 74;
  160. this.cmbBz.Visible = false;
  161. //
  162. // ultraGroupBox1
  163. //
  164. this.ultraGroupBox1.Controls.Add(this.ultraPanel1);
  165. this.ultraGroupBox1.Controls.Add(this.plQuery);
  166. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  168. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  169. this.ultraGroupBox1.Name = "ultraGroupBox1";
  170. this.ultraGroupBox1.Size = new System.Drawing.Size(1604, 669);
  171. this.ultraGroupBox1.TabIndex = 5;
  172. this.ultraGroupBox1.Text = "查询条件";
  173. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  174. //
  175. // ultraPanel1
  176. //
  177. //
  178. // ultraPanel1.ClientArea
  179. //
  180. this.ultraPanel1.ClientArea.Controls.Add(this.CrackDetectGrid);
  181. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  182. this.ultraPanel1.Location = new System.Drawing.Point(3, 110);
  183. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  184. this.ultraPanel1.Name = "ultraPanel1";
  185. this.ultraPanel1.Size = new System.Drawing.Size(1598, 556);
  186. this.ultraPanel1.TabIndex = 78;
  187. //
  188. // CrackDetectGrid
  189. //
  190. this.CrackDetectGrid.DataSource = this.DataBindingSource;
  191. rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  192. ultraGridBand1.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
  193. rowLayout1});
  194. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  195. this.CrackDetectGrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  196. this.CrackDetectGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  197. this.CrackDetectGrid.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.CrackDetectGrid.Location = new System.Drawing.Point(0, 0);
  199. this.CrackDetectGrid.Margin = new System.Windows.Forms.Padding(4);
  200. this.CrackDetectGrid.Name = "CrackDetectGrid";
  201. this.CrackDetectGrid.Size = new System.Drawing.Size(1598, 556);
  202. this.CrackDetectGrid.TabIndex = 79;
  203. //
  204. // plQuery
  205. //
  206. this.plQuery.AutoSize = true;
  207. //
  208. // plQuery.ClientArea
  209. //
  210. this.plQuery.ClientArea.Controls.Add(this.chkTim);
  211. this.plQuery.ClientArea.Controls.Add(this.plDate);
  212. this.plQuery.ClientArea.Controls.Add(this.chkYear);
  213. this.plQuery.ClientArea.Controls.Add(this.plnDateYearMonth);
  214. this.plQuery.ClientArea.Controls.Add(this.chkOrderNo);
  215. this.plQuery.ClientArea.Controls.Add(this.txtOrderNo);
  216. this.plQuery.ClientArea.Controls.Add(this.chkJudgeStove);
  217. this.plQuery.ClientArea.Controls.Add(this.txtJudgeStove);
  218. this.plQuery.ClientArea.Controls.Add(this.chkBatchNo);
  219. this.plQuery.ClientArea.Controls.Add(this.txtBatchNo);
  220. this.plQuery.ClientArea.Controls.Add(this.chkJgJudgeStove);
  221. this.plQuery.ClientArea.Controls.Add(this.txtJgJudgeStove);
  222. this.plQuery.ClientArea.Controls.Add(this.chkJgBatch);
  223. this.plQuery.ClientArea.Controls.Add(this.txtJgBatch);
  224. this.plQuery.ClientArea.Controls.Add(this.chkOrder);
  225. this.plQuery.ClientArea.Controls.Add(this.cmbOrder);
  226. this.plQuery.ClientArea.Controls.Add(this.chkGroup);
  227. this.plQuery.ClientArea.Controls.Add(this.cmbGroup);
  228. this.plQuery.ClientArea.Controls.Add(this.chkPlineCode);
  229. this.plQuery.ClientArea.Controls.Add(this.cboPline);
  230. this.plQuery.ClientArea.Controls.Add(this.osStatus);
  231. this.plQuery.Dock = System.Windows.Forms.DockStyle.Top;
  232. this.plQuery.Location = new System.Drawing.Point(3, 21);
  233. this.plQuery.Margin = new System.Windows.Forms.Padding(4);
  234. this.plQuery.Name = "plQuery";
  235. scrollBarLook1.ViewStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Office2007;
  236. this.plQuery.ScrollBarLook = scrollBarLook1;
  237. this.plQuery.Size = new System.Drawing.Size(1598, 89);
  238. this.plQuery.TabIndex = 77;
  239. //
  240. // chkTim
  241. //
  242. this.chkTim.AutoSize = true;
  243. this.chkTim.Location = new System.Drawing.Point(7, 18);
  244. this.chkTim.Margin = new System.Windows.Forms.Padding(4);
  245. this.chkTim.Name = "chkTim";
  246. this.chkTim.Size = new System.Drawing.Size(89, 19);
  247. this.chkTim.TabIndex = 947;
  248. this.chkTim.Text = "生产时间";
  249. this.chkTim.UseVisualStyleBackColor = false;
  250. this.chkTim.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  251. //
  252. // plDate
  253. //
  254. this.plDate.AutoSize = true;
  255. this.plDate.Controls.Add(this.RegEndTime);
  256. this.plDate.Controls.Add(this.label1);
  257. this.plDate.Controls.Add(this.RegStartTime);
  258. this.plDate.Location = new System.Drawing.Point(103, 10);
  259. this.plDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  260. this.plDate.Name = "plDate";
  261. this.plDate.Size = new System.Drawing.Size(404, 35);
  262. this.plDate.TabIndex = 80;
  263. //
  264. // RegEndTime
  265. //
  266. this.RegEndTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  267. | System.Windows.Forms.AnchorStyles.Left)));
  268. this.RegEndTime.CustomFormat = "yyyy-MM-dd HH:mm";
  269. this.RegEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  270. this.RegEndTime.Location = new System.Drawing.Point(219, 0);
  271. this.RegEndTime.Margin = new System.Windows.Forms.Padding(4);
  272. this.RegEndTime.Name = "RegEndTime";
  273. this.RegEndTime.Size = new System.Drawing.Size(181, 25);
  274. this.RegEndTime.TabIndex = 954;
  275. //
  276. // label1
  277. //
  278. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  279. | System.Windows.Forms.AnchorStyles.Left)));
  280. this.label1.AutoSize = true;
  281. this.label1.Location = new System.Drawing.Point(189, 6);
  282. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  283. this.label1.Name = "label1";
  284. this.label1.Size = new System.Drawing.Size(22, 15);
  285. this.label1.TabIndex = 953;
  286. this.label1.Text = "至";
  287. //
  288. // RegStartTime
  289. //
  290. this.RegStartTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  291. | System.Windows.Forms.AnchorStyles.Left)));
  292. this.RegStartTime.CustomFormat = "yyyy-MM-dd HH:mm";
  293. this.RegStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  294. this.RegStartTime.Location = new System.Drawing.Point(0, 0);
  295. this.RegStartTime.Margin = new System.Windows.Forms.Padding(4);
  296. this.RegStartTime.Name = "RegStartTime";
  297. this.RegStartTime.Size = new System.Drawing.Size(181, 25);
  298. this.RegStartTime.TabIndex = 948;
  299. //
  300. // chkYear
  301. //
  302. this.chkYear.AutoSize = true;
  303. this.chkYear.Location = new System.Drawing.Point(514, 18);
  304. this.chkYear.Margin = new System.Windows.Forms.Padding(4);
  305. this.chkYear.Name = "chkYear";
  306. this.chkYear.Size = new System.Drawing.Size(89, 19);
  307. this.chkYear.TabIndex = 1093;
  308. this.chkYear.Text = "生产年月";
  309. this.chkYear.UseVisualStyleBackColor = false;
  310. this.chkYear.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  311. //
  312. // plnDateYearMonth
  313. //
  314. this.plnDateYearMonth.AutoSize = true;
  315. this.plnDateYearMonth.Controls.Add(this.dtpYearEnd);
  316. this.plnDateYearMonth.Controls.Add(this.label2);
  317. this.plnDateYearMonth.Controls.Add(this.dtpYearStart);
  318. this.plnDateYearMonth.Location = new System.Drawing.Point(610, 10);
  319. this.plnDateYearMonth.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  320. this.plnDateYearMonth.Name = "plnDateYearMonth";
  321. this.plnDateYearMonth.Size = new System.Drawing.Size(254, 35);
  322. this.plnDateYearMonth.TabIndex = 1094;
  323. //
  324. // dtpYearEnd
  325. //
  326. this.dtpYearEnd.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  327. | System.Windows.Forms.AnchorStyles.Left)));
  328. this.dtpYearEnd.CustomFormat = "yyyy-MM";
  329. this.dtpYearEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  330. this.dtpYearEnd.Location = new System.Drawing.Point(144, 0);
  331. this.dtpYearEnd.Margin = new System.Windows.Forms.Padding(4);
  332. this.dtpYearEnd.Name = "dtpYearEnd";
  333. this.dtpYearEnd.Size = new System.Drawing.Size(106, 25);
  334. this.dtpYearEnd.TabIndex = 954;
  335. //
  336. // label2
  337. //
  338. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  339. | System.Windows.Forms.AnchorStyles.Left)));
  340. this.label2.AutoSize = true;
  341. this.label2.Location = new System.Drawing.Point(114, 6);
  342. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  343. this.label2.Name = "label2";
  344. this.label2.Size = new System.Drawing.Size(22, 15);
  345. this.label2.TabIndex = 953;
  346. this.label2.Text = "至";
  347. //
  348. // dtpYearStart
  349. //
  350. this.dtpYearStart.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  351. | System.Windows.Forms.AnchorStyles.Left)));
  352. this.dtpYearStart.CustomFormat = "yyyy-MM";
  353. this.dtpYearStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  354. this.dtpYearStart.Location = new System.Drawing.Point(0, 0);
  355. this.dtpYearStart.Margin = new System.Windows.Forms.Padding(4);
  356. this.dtpYearStart.Name = "dtpYearStart";
  357. this.dtpYearStart.Size = new System.Drawing.Size(106, 25);
  358. this.dtpYearStart.TabIndex = 948;
  359. //
  360. // chkOrderNo
  361. //
  362. this.chkOrderNo.AutoSize = true;
  363. this.chkOrderNo.Location = new System.Drawing.Point(871, 18);
  364. this.chkOrderNo.Margin = new System.Windows.Forms.Padding(4);
  365. this.chkOrderNo.Name = "chkOrderNo";
  366. this.chkOrderNo.Size = new System.Drawing.Size(74, 19);
  367. this.chkOrderNo.TabIndex = 962;
  368. this.chkOrderNo.Text = "合同号";
  369. this.chkOrderNo.UseVisualStyleBackColor = false;
  370. this.chkOrderNo.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  371. //
  372. // txtOrderNo
  373. //
  374. this.txtOrderNo.Enabled = false;
  375. this.txtOrderNo.Location = new System.Drawing.Point(952, 15);
  376. this.txtOrderNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  377. this.txtOrderNo.Name = "txtOrderNo";
  378. this.txtOrderNo.Size = new System.Drawing.Size(149, 24);
  379. this.txtOrderNo.TabIndex = 963;
  380. //
  381. // chkJudgeStove
  382. //
  383. this.chkJudgeStove.AutoSize = true;
  384. this.chkJudgeStove.Location = new System.Drawing.Point(1108, 18);
  385. this.chkJudgeStove.Margin = new System.Windows.Forms.Padding(4);
  386. this.chkJudgeStove.Name = "chkJudgeStove";
  387. this.chkJudgeStove.Size = new System.Drawing.Size(59, 19);
  388. this.chkJudgeStove.TabIndex = 964;
  389. this.chkJudgeStove.Text = "炉号";
  390. this.chkJudgeStove.UseVisualStyleBackColor = false;
  391. this.chkJudgeStove.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  392. //
  393. // txtJudgeStove
  394. //
  395. this.txtJudgeStove.Enabled = false;
  396. this.txtJudgeStove.Location = new System.Drawing.Point(1174, 15);
  397. this.txtJudgeStove.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  398. this.txtJudgeStove.Name = "txtJudgeStove";
  399. this.txtJudgeStove.Size = new System.Drawing.Size(92, 24);
  400. this.txtJudgeStove.TabIndex = 965;
  401. //
  402. // chkBatchNo
  403. //
  404. this.chkBatchNo.AutoSize = true;
  405. this.chkBatchNo.Location = new System.Drawing.Point(1273, 18);
  406. this.chkBatchNo.Margin = new System.Windows.Forms.Padding(4);
  407. this.chkBatchNo.Name = "chkBatchNo";
  408. this.chkBatchNo.Size = new System.Drawing.Size(59, 19);
  409. this.chkBatchNo.TabIndex = 967;
  410. this.chkBatchNo.Text = "批号";
  411. this.chkBatchNo.UseVisualStyleBackColor = false;
  412. this.chkBatchNo.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  413. //
  414. // txtBatchNo
  415. //
  416. this.txtBatchNo.Enabled = false;
  417. this.txtBatchNo.Location = new System.Drawing.Point(1339, 15);
  418. this.txtBatchNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  419. this.txtBatchNo.Name = "txtBatchNo";
  420. this.txtBatchNo.Size = new System.Drawing.Size(92, 24);
  421. this.txtBatchNo.TabIndex = 968;
  422. //
  423. // chkJgJudgeStove
  424. //
  425. this.chkJgJudgeStove.AutoSize = true;
  426. this.chkJgJudgeStove.Location = new System.Drawing.Point(1438, 18);
  427. this.chkJgJudgeStove.Margin = new System.Windows.Forms.Padding(4);
  428. this.chkJgJudgeStove.Name = "chkJgJudgeStove";
  429. this.chkJgJudgeStove.Size = new System.Drawing.Size(89, 19);
  430. this.chkJgJudgeStove.TabIndex = 1089;
  431. this.chkJgJudgeStove.Text = "接箍炉号";
  432. this.chkJgJudgeStove.UseVisualStyleBackColor = false;
  433. this.chkJgJudgeStove.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  434. //
  435. // txtJgJudgeStove
  436. //
  437. this.txtJgJudgeStove.Enabled = false;
  438. this.txtJgJudgeStove.Location = new System.Drawing.Point(7, 58);
  439. this.txtJgJudgeStove.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  440. this.txtJgJudgeStove.Name = "txtJgJudgeStove";
  441. this.txtJgJudgeStove.Size = new System.Drawing.Size(92, 24);
  442. this.txtJgJudgeStove.TabIndex = 1090;
  443. //
  444. // chkJgBatch
  445. //
  446. this.chkJgBatch.AutoSize = true;
  447. this.chkJgBatch.Location = new System.Drawing.Point(106, 60);
  448. this.chkJgBatch.Margin = new System.Windows.Forms.Padding(4);
  449. this.chkJgBatch.Name = "chkJgBatch";
  450. this.chkJgBatch.Size = new System.Drawing.Size(89, 19);
  451. this.chkJgBatch.TabIndex = 1091;
  452. this.chkJgBatch.Text = "接箍批号";
  453. this.chkJgBatch.UseVisualStyleBackColor = false;
  454. this.chkJgBatch.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  455. //
  456. // txtJgBatch
  457. //
  458. this.txtJgBatch.Enabled = false;
  459. this.txtJgBatch.Location = new System.Drawing.Point(202, 58);
  460. this.txtJgBatch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  461. this.txtJgBatch.Name = "txtJgBatch";
  462. this.txtJgBatch.Size = new System.Drawing.Size(92, 24);
  463. this.txtJgBatch.TabIndex = 1092;
  464. //
  465. // chkOrder
  466. //
  467. this.chkOrder.AutoSize = true;
  468. this.chkOrder.Location = new System.Drawing.Point(301, 60);
  469. this.chkOrder.Margin = new System.Windows.Forms.Padding(4);
  470. this.chkOrder.Name = "chkOrder";
  471. this.chkOrder.Size = new System.Drawing.Size(59, 19);
  472. this.chkOrder.TabIndex = 951;
  473. this.chkOrder.Text = "班次";
  474. this.chkOrder.UseVisualStyleBackColor = false;
  475. this.chkOrder.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  476. //
  477. // cmbOrder
  478. //
  479. this.cmbOrder.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  480. this.cmbOrder.Enabled = false;
  481. valueListItem29.DataValue = "";
  482. valueListItem29.DisplayText = " ";
  483. valueListItem30.DataValue = "0";
  484. valueListItem30.DisplayText = "白班";
  485. valueListItem31.DataValue = "1";
  486. valueListItem31.DisplayText = "早班";
  487. valueListItem32.DataValue = "2";
  488. valueListItem32.DisplayText = "中班";
  489. valueListItem33.DataValue = "3";
  490. valueListItem33.DisplayText = "晚班";
  491. this.cmbOrder.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  492. valueListItem29,
  493. valueListItem30,
  494. valueListItem31,
  495. valueListItem32,
  496. valueListItem33});
  497. this.cmbOrder.Location = new System.Drawing.Point(367, 58);
  498. this.cmbOrder.Margin = new System.Windows.Forms.Padding(4);
  499. this.cmbOrder.Name = "cmbOrder";
  500. this.cmbOrder.Size = new System.Drawing.Size(124, 24);
  501. this.cmbOrder.TabIndex = 966;
  502. //
  503. // chkGroup
  504. //
  505. this.chkGroup.AutoSize = true;
  506. this.chkGroup.Location = new System.Drawing.Point(498, 60);
  507. this.chkGroup.Margin = new System.Windows.Forms.Padding(4);
  508. this.chkGroup.Name = "chkGroup";
  509. this.chkGroup.Size = new System.Drawing.Size(59, 19);
  510. this.chkGroup.TabIndex = 952;
  511. this.chkGroup.Text = "班组";
  512. this.chkGroup.UseVisualStyleBackColor = false;
  513. this.chkGroup.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  514. //
  515. // cmbGroup
  516. //
  517. this.cmbGroup.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  518. this.cmbGroup.Enabled = false;
  519. valueListItem34.DataValue = "";
  520. valueListItem34.DisplayText = " ";
  521. valueListItem35.DataValue = "1";
  522. valueListItem35.DisplayText = "甲班";
  523. valueListItem36.DataValue = "2";
  524. valueListItem36.DisplayText = "乙班";
  525. valueListItem37.DataValue = "3";
  526. valueListItem37.DisplayText = "丙班";
  527. valueListItem38.DataValue = "4";
  528. valueListItem38.DisplayText = "丁班";
  529. this.cmbGroup.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  530. valueListItem34,
  531. valueListItem35,
  532. valueListItem36,
  533. valueListItem37,
  534. valueListItem38});
  535. this.cmbGroup.Location = new System.Drawing.Point(564, 58);
  536. this.cmbGroup.Margin = new System.Windows.Forms.Padding(4);
  537. this.cmbGroup.Name = "cmbGroup";
  538. this.cmbGroup.Size = new System.Drawing.Size(124, 24);
  539. this.cmbGroup.TabIndex = 950;
  540. //
  541. // chkPlineCode
  542. //
  543. this.chkPlineCode.AutoSize = true;
  544. this.chkPlineCode.Location = new System.Drawing.Point(695, 60);
  545. this.chkPlineCode.Margin = new System.Windows.Forms.Padding(4);
  546. this.chkPlineCode.Name = "chkPlineCode";
  547. this.chkPlineCode.Size = new System.Drawing.Size(59, 19);
  548. this.chkPlineCode.TabIndex = 969;
  549. this.chkPlineCode.Text = "产线";
  550. this.chkPlineCode.UseVisualStyleBackColor = false;
  551. this.chkPlineCode.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  552. //
  553. // cboPline
  554. //
  555. this.cboPline.CheckedListSettings.CheckBoxStyle = Infragistics.Win.CheckStyle.CheckBox;
  556. this.cboPline.CheckedListSettings.EditorValueSource = Infragistics.Win.EditorWithComboValueSource.CheckedItems;
  557. this.cboPline.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  558. this.cboPline.Location = new System.Drawing.Point(761, 58);
  559. this.cboPline.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  560. this.cboPline.Name = "cboPline";
  561. this.cboPline.Size = new System.Drawing.Size(197, 24);
  562. this.cboPline.TabIndex = 1068;
  563. //
  564. // osStatus
  565. //
  566. this.osStatus.CheckedIndex = 2;
  567. valueListItem2.DataValue = "0";
  568. valueListItem2.DisplayText = "未结炉";
  569. valueListItem3.DataValue = "1";
  570. valueListItem3.DisplayText = "已结炉";
  571. valueListItem4.DataValue = "";
  572. valueListItem4.DisplayText = "全部";
  573. this.osStatus.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  574. valueListItem2,
  575. valueListItem3,
  576. valueListItem4});
  577. this.osStatus.Location = new System.Drawing.Point(965, 55);
  578. this.osStatus.Margin = new System.Windows.Forms.Padding(4);
  579. this.osStatus.Name = "osStatus";
  580. this.osStatus.Size = new System.Drawing.Size(304, 30);
  581. this.osStatus.TabIndex = 1088;
  582. this.osStatus.Text = "全部";
  583. //
  584. // uteReport
  585. //
  586. editorButton1.Key = "select";
  587. editorButton1.Text = "查看";
  588. this.uteReport.ButtonsRight.Add(editorButton1);
  589. this.uteReport.Location = new System.Drawing.Point(812, 291);
  590. this.uteReport.Margin = new System.Windows.Forms.Padding(4);
  591. this.uteReport.Name = "uteReport";
  592. this.uteReport.Size = new System.Drawing.Size(183, 24);
  593. this.uteReport.TabIndex = 78;
  594. this.uteReport.Visible = false;
  595. this.uteReport.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.uteReport_EditorButtonClick);
  596. //
  597. // ultraFlowLayoutManager1
  598. //
  599. this.ultraFlowLayoutManager1.ContainerControl = this.plQuery.ClientArea;
  600. this.ultraFlowLayoutManager1.HorizontalAlignment = Infragistics.Win.Layout.DefaultableFlowLayoutAlignment.Near;
  601. this.ultraFlowLayoutManager1.HorizontalGap = 7;
  602. this.ultraFlowLayoutManager1.VerticalGap = 10;
  603. //
  604. // FrmReportBase
  605. //
  606. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  607. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  608. this.ClientSize = new System.Drawing.Size(1604, 669);
  609. this.Controls.Add(this.cmbBz);
  610. this.Controls.Add(this.cmbBc);
  611. this.Controls.Add(this.uteReport);
  612. this.Controls.Add(this.ultraGroupBox1);
  613. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  614. this.Name = "FrmReportBase";
  615. this.Text = "";
  616. ((System.ComponentModel.ISupportInitialize)(this.cmbBc)).EndInit();
  617. ((System.ComponentModel.ISupportInitialize)(this.cmbBz)).EndInit();
  618. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  619. this.ultraGroupBox1.ResumeLayout(false);
  620. this.ultraGroupBox1.PerformLayout();
  621. this.ultraPanel1.ClientArea.ResumeLayout(false);
  622. this.ultraPanel1.ResumeLayout(false);
  623. ((System.ComponentModel.ISupportInitialize)(this.CrackDetectGrid)).EndInit();
  624. ((System.ComponentModel.ISupportInitialize)(this.DataBindingSource)).EndInit();
  625. this.plQuery.ClientArea.ResumeLayout(false);
  626. this.plQuery.ClientArea.PerformLayout();
  627. this.plQuery.ResumeLayout(false);
  628. this.plQuery.PerformLayout();
  629. this.plDate.ResumeLayout(false);
  630. this.plDate.PerformLayout();
  631. this.plnDateYearMonth.ResumeLayout(false);
  632. this.plnDateYearMonth.PerformLayout();
  633. ((System.ComponentModel.ISupportInitialize)(this.txtOrderNo)).EndInit();
  634. ((System.ComponentModel.ISupportInitialize)(this.txtJudgeStove)).EndInit();
  635. ((System.ComponentModel.ISupportInitialize)(this.txtBatchNo)).EndInit();
  636. ((System.ComponentModel.ISupportInitialize)(this.txtJgJudgeStove)).EndInit();
  637. ((System.ComponentModel.ISupportInitialize)(this.txtJgBatch)).EndInit();
  638. ((System.ComponentModel.ISupportInitialize)(this.cmbOrder)).EndInit();
  639. ((System.ComponentModel.ISupportInitialize)(this.cmbGroup)).EndInit();
  640. ((System.ComponentModel.ISupportInitialize)(this.cboPline)).EndInit();
  641. ((System.ComponentModel.ISupportInitialize)(this.osStatus)).EndInit();
  642. ((System.ComponentModel.ISupportInitialize)(this.uteReport)).EndInit();
  643. ((System.ComponentModel.ISupportInitialize)(this.ultraFlowLayoutManager1)).EndInit();
  644. this.ResumeLayout(false);
  645. this.PerformLayout();
  646. }
  647. #endregion
  648. private System.Windows.Forms.DateTimePicker RegEndTime;
  649. private System.Windows.Forms.Label label1;
  650. private Infragistics.Win.Misc.UltraFlowLayoutManager ultraFlowLayoutManager1;
  651. protected Infragistics.Win.UltraWinEditors.UltraComboEditor cmbBz;
  652. protected Infragistics.Win.UltraWinEditors.UltraComboEditor cmbBc;
  653. public Infragistics.Win.UltraWinEditors.UltraTextEditor uteReport;
  654. protected System.Windows.Forms.BindingSource DataBindingSource;
  655. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  656. protected Infragistics.Win.UltraWinGrid.UltraGrid CrackDetectGrid;
  657. private System.Windows.Forms.DateTimePicker RegStartTime;
  658. public Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  659. protected Infragistics.Win.UltraWinEditors.UltraOptionSet osStatus;
  660. protected System.Windows.Forms.CheckBox chkTim;
  661. protected Infragistics.Win.Misc.UltraPanel plQuery;
  662. protected System.Windows.Forms.CheckBox chkYear;
  663. private System.Windows.Forms.DateTimePicker dtpYearEnd;
  664. private System.Windows.Forms.Label label2;
  665. private System.Windows.Forms.DateTimePicker dtpYearStart;
  666. protected System.Windows.Forms.CheckBox chkJudgeStove;
  667. protected System.Windows.Forms.CheckBox chkOrderNo;
  668. protected System.Windows.Forms.CheckBox chkGroup;
  669. protected System.Windows.Forms.CheckBox chkOrder;
  670. protected System.Windows.Forms.CheckBox chkBatchNo;
  671. protected System.Windows.Forms.CheckBox chkPlineCode;
  672. protected System.Windows.Forms.Panel plDate;
  673. protected System.Windows.Forms.CheckBox chkJgJudgeStove;
  674. protected System.Windows.Forms.CheckBox chkJgBatch;
  675. protected System.Windows.Forms.Panel plnDateYearMonth;
  676. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtJudgeStove;
  677. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtOrderNo;
  678. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbGroup;
  679. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbOrder;
  680. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtBatchNo;
  681. private Infragistics.Win.UltraWinEditors.UltraComboEditor cboPline;
  682. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtJgJudgeStove;
  683. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtJgBatch;
  684. }
  685. }