FrmMeasureDetailsReport.Designer.cs 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897
  1. namespace Core.StlMes.Client.Mcp.Mch.Report
  2. {
  3. partial class FrmMeasureDetailsReport
  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.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MSAUER_DATE");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_CODE");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_NAME");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRO_BC");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRO_BZ");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_STOVE_NO");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BATCH_NO");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MAT_NO");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_LEN");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_WEIGHT");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_NO");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUCNAME");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OUTDIAMETER");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WALLTHICK");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELNAME");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GRADENAME");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODEL_DESC");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STD_NAME");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MAT_INFO");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("KEY_ID");
  59. Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("1");
  60. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo1 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MSAUER_DATE", -1, Infragistics.Win.DefaultableBoolean.Default);
  61. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo2 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PLINE_CODE", -1, Infragistics.Win.DefaultableBoolean.Default);
  62. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo3 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PLINE_NAME", -1, Infragistics.Win.DefaultableBoolean.Default);
  63. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo4 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PRO_BC", -1, Infragistics.Win.DefaultableBoolean.Default);
  64. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo5 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PRO_BZ", -1, Infragistics.Win.DefaultableBoolean.Default);
  65. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo6 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "JUDGE_STOVE_NO", -1, Infragistics.Win.DefaultableBoolean.Default);
  66. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo7 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "BATCH_NO", -1, Infragistics.Win.DefaultableBoolean.Default);
  67. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo8 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MAT_NO", -1, Infragistics.Win.DefaultableBoolean.Default);
  68. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo9 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ACT_LEN", -1, Infragistics.Win.DefaultableBoolean.Default);
  69. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo10 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ACT_WEIGHT", -1, Infragistics.Win.DefaultableBoolean.Default);
  70. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo11 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ORDER_NO", -1, Infragistics.Win.DefaultableBoolean.Default);
  71. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo12 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PRODUCNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
  72. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo13 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "OUTDIAMETER", -1, Infragistics.Win.DefaultableBoolean.Default);
  73. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo14 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "WALLTHICK", -1, Infragistics.Win.DefaultableBoolean.Default);
  74. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo15 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "STEELNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
  75. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo16 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "GRADENAME", -1, Infragistics.Win.DefaultableBoolean.Default);
  76. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo17 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MODEL_DESC", -1, Infragistics.Win.DefaultableBoolean.Default);
  77. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo18 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "STD_NAME", -1, Infragistics.Win.DefaultableBoolean.Default);
  78. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo19 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MAT_INFO", -1, Infragistics.Win.DefaultableBoolean.Default);
  79. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo20 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CHK", -1, Infragistics.Win.DefaultableBoolean.Default);
  80. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo21 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "KEY_ID", -1, Infragistics.Win.DefaultableBoolean.Default);
  81. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "ACT_LEN", 8, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "ACT_LEN", 8, true);
  82. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  83. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "ACT_WEIGHT", 9, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "ACT_WEIGHT", 9, true);
  84. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings3 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Count, null, "MSAUER_DATE", 0, true, "Table1", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "MSAUER_DATE", 0, true);
  86. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
  88. Infragistics.Win.ValueListItem valueListItem29 = new Infragistics.Win.ValueListItem();
  89. Infragistics.Win.ValueListItem valueListItem30 = new Infragistics.Win.ValueListItem();
  90. Infragistics.Win.ValueListItem valueListItem31 = new Infragistics.Win.ValueListItem();
  91. Infragistics.Win.ValueListItem valueListItem32 = new Infragistics.Win.ValueListItem();
  92. Infragistics.Win.ValueListItem valueListItem33 = new Infragistics.Win.ValueListItem();
  93. Infragistics.Win.ValueListItem valueListItem34 = new Infragistics.Win.ValueListItem();
  94. Infragistics.Win.ValueListItem valueListItem35 = new Infragistics.Win.ValueListItem();
  95. Infragistics.Win.ValueListItem valueListItem36 = new Infragistics.Win.ValueListItem();
  96. Infragistics.Win.ValueListItem valueListItem37 = new Infragistics.Win.ValueListItem();
  97. Infragistics.Win.ValueListItem valueListItem38 = new Infragistics.Win.ValueListItem();
  98. this.cmbBc = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  99. this.cmbBz = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  100. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  101. this.CrackDetectGrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
  102. this.dataSet1 = new System.Data.DataSet();
  103. this.dataTable1 = new System.Data.DataTable();
  104. this.MSAUER_DATE = new System.Data.DataColumn();
  105. this.dataColumn2 = new System.Data.DataColumn();
  106. this.dataColumn3 = new System.Data.DataColumn();
  107. this.dataColumn4 = new System.Data.DataColumn();
  108. this.dataColumn5 = new System.Data.DataColumn();
  109. this.dataColumn6 = new System.Data.DataColumn();
  110. this.dataColumn7 = new System.Data.DataColumn();
  111. this.dataColumn8 = new System.Data.DataColumn();
  112. this.dataColumn9 = new System.Data.DataColumn();
  113. this.dataColumn10 = new System.Data.DataColumn();
  114. this.dataColumn11 = new System.Data.DataColumn();
  115. this.dataColumn12 = new System.Data.DataColumn();
  116. this.dataColumn13 = new System.Data.DataColumn();
  117. this.dataColumn14 = new System.Data.DataColumn();
  118. this.dataColumn15 = new System.Data.DataColumn();
  119. this.dataColumn16 = new System.Data.DataColumn();
  120. this.dataColumn17 = new System.Data.DataColumn();
  121. this.dataColumn18 = new System.Data.DataColumn();
  122. this.dataColumn19 = new System.Data.DataColumn();
  123. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  124. this.chkTim = new System.Windows.Forms.CheckBox();
  125. this.RegStartTime = new System.Windows.Forms.DateTimePicker();
  126. this.label1 = new System.Windows.Forms.Label();
  127. this.RegEndTime = new System.Windows.Forms.DateTimePicker();
  128. this.chkOrderNo = new System.Windows.Forms.CheckBox();
  129. this.txtOrderNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  130. this.chkJudgeStove = new System.Windows.Forms.CheckBox();
  131. this.txtJudgeStove = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  132. this.chkBatchNo = new System.Windows.Forms.CheckBox();
  133. this.txtBatchNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  134. this.chkOrder = new System.Windows.Forms.CheckBox();
  135. this.cmbOrder = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  136. this.chkGroup = new System.Windows.Forms.CheckBox();
  137. this.cmbGroup = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  138. this.chkPlineCode = new System.Windows.Forms.CheckBox();
  139. this.txt_PlinCode = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  140. this.chkShow = new System.Windows.Forms.CheckBox();
  141. this.chkFlag = new System.Windows.Forms.CheckBox();
  142. this.ultraFlowLayoutManager1 = new Infragistics.Win.Misc.UltraFlowLayoutManager(this.components);
  143. this.CHK = new System.Data.DataColumn();
  144. this.KEY_ID = new System.Data.DataColumn();
  145. ((System.ComponentModel.ISupportInitialize)(this.cmbBc)).BeginInit();
  146. ((System.ComponentModel.ISupportInitialize)(this.cmbBz)).BeginInit();
  147. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  148. this.ultraGroupBox1.SuspendLayout();
  149. ((System.ComponentModel.ISupportInitialize)(this.CrackDetectGrid)).BeginInit();
  150. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  151. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  152. this.ultraPanel2.ClientArea.SuspendLayout();
  153. this.ultraPanel2.SuspendLayout();
  154. ((System.ComponentModel.ISupportInitialize)(this.txtOrderNo)).BeginInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.txtJudgeStove)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.txtBatchNo)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.cmbOrder)).BeginInit();
  158. ((System.ComponentModel.ISupportInitialize)(this.cmbGroup)).BeginInit();
  159. ((System.ComponentModel.ISupportInitialize)(this.txt_PlinCode)).BeginInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.ultraFlowLayoutManager1)).BeginInit();
  161. this.SuspendLayout();
  162. //
  163. // cmbBc
  164. //
  165. this.cmbBc.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  166. valueListItem5.DataValue = "1";
  167. valueListItem5.DisplayText = "早";
  168. valueListItem6.DataValue = "2";
  169. valueListItem6.DisplayText = "中";
  170. valueListItem7.DataValue = "3";
  171. valueListItem7.DisplayText = "晚";
  172. valueListItem1.DataValue = "0";
  173. valueListItem1.DisplayText = "白";
  174. this.cmbBc.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  175. valueListItem5,
  176. valueListItem6,
  177. valueListItem7,
  178. valueListItem1});
  179. this.cmbBc.Location = new System.Drawing.Point(689, 298);
  180. this.cmbBc.Margin = new System.Windows.Forms.Padding(4);
  181. this.cmbBc.Name = "cmbBc";
  182. this.cmbBc.Size = new System.Drawing.Size(75, 24);
  183. this.cmbBc.TabIndex = 73;
  184. this.cmbBc.Visible = false;
  185. //
  186. // cmbBz
  187. //
  188. this.cmbBz.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  189. valueListItem8.DataValue = "1";
  190. valueListItem8.DisplayText = "甲";
  191. valueListItem9.DataValue = "2";
  192. valueListItem9.DisplayText = "乙";
  193. valueListItem10.DataValue = "3";
  194. valueListItem10.DisplayText = "丙";
  195. valueListItem11.DataValue = "4";
  196. valueListItem11.DisplayText = "丁";
  197. this.cmbBz.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  198. valueListItem8,
  199. valueListItem9,
  200. valueListItem10,
  201. valueListItem11});
  202. this.cmbBz.Location = new System.Drawing.Point(605, 298);
  203. this.cmbBz.Margin = new System.Windows.Forms.Padding(4);
  204. this.cmbBz.Name = "cmbBz";
  205. this.cmbBz.Size = new System.Drawing.Size(75, 24);
  206. this.cmbBz.TabIndex = 74;
  207. this.cmbBz.Visible = false;
  208. //
  209. // ultraGroupBox1
  210. //
  211. this.ultraGroupBox1.Controls.Add(this.CrackDetectGrid);
  212. this.ultraGroupBox1.Controls.Add(this.ultraPanel2);
  213. this.ultraGroupBox1.Controls.Add(this.cmbBz);
  214. this.ultraGroupBox1.Controls.Add(this.cmbBc);
  215. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  216. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  217. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  218. this.ultraGroupBox1.Name = "ultraGroupBox1";
  219. this.ultraGroupBox1.Size = new System.Drawing.Size(1812, 669);
  220. this.ultraGroupBox1.TabIndex = 5;
  221. this.ultraGroupBox1.Text = "测量点信息";
  222. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  223. //
  224. // CrackDetectGrid
  225. //
  226. this.CrackDetectGrid.DataMember = "Table1";
  227. this.CrackDetectGrid.DataSource = this.dataSet1;
  228. ultraGridColumn1.Header.VisiblePosition = 0;
  229. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  230. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  231. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  232. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  233. ultraGridColumn2.Header.VisiblePosition = 1;
  234. ultraGridColumn2.Hidden = true;
  235. ultraGridColumn3.Header.VisiblePosition = 2;
  236. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  237. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  238. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  239. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  240. ultraGridColumn4.Header.VisiblePosition = 3;
  241. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  242. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  243. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  244. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  245. ultraGridColumn5.Header.VisiblePosition = 4;
  246. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
  247. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  248. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  249. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  250. ultraGridColumn6.Header.VisiblePosition = 5;
  251. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 10;
  252. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  253. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  254. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  255. ultraGridColumn7.Header.VisiblePosition = 6;
  256. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 12;
  257. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  258. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  259. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  260. ultraGridColumn8.Header.VisiblePosition = 7;
  261. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 14;
  262. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  263. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  264. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  265. ultraGridColumn9.Header.VisiblePosition = 8;
  266. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 16;
  267. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  268. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  269. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  270. ultraGridColumn10.Header.VisiblePosition = 9;
  271. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 18;
  272. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  273. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  274. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  275. ultraGridColumn11.Header.VisiblePosition = 10;
  276. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 20;
  277. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  278. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  279. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  280. ultraGridColumn12.Header.VisiblePosition = 11;
  281. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 22;
  282. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  283. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  284. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  285. ultraGridColumn13.Header.VisiblePosition = 12;
  286. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 24;
  287. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  288. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  289. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  290. ultraGridColumn14.Header.VisiblePosition = 13;
  291. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 26;
  292. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  293. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  294. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  295. ultraGridColumn15.Header.VisiblePosition = 14;
  296. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 28;
  297. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  298. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  299. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  300. ultraGridColumn16.Header.VisiblePosition = 15;
  301. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 30;
  302. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  303. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  304. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  305. ultraGridColumn17.Header.VisiblePosition = 16;
  306. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 32;
  307. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  308. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  309. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  310. ultraGridColumn18.Header.VisiblePosition = 17;
  311. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 34;
  312. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  313. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  314. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  315. ultraGridColumn19.Header.VisiblePosition = 18;
  316. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 36;
  317. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  318. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  319. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  320. ultraGridColumn20.Header.CheckBoxAlignment = Infragistics.Win.UltraWinGrid.HeaderCheckBoxAlignment.Right;
  321. ultraGridColumn20.Header.CheckBoxSynchronization = Infragistics.Win.UltraWinGrid.HeaderCheckBoxSynchronization.RowsCollection;
  322. ultraGridColumn20.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  323. ultraGridColumn20.Header.VisiblePosition = 19;
  324. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 0;
  325. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  326. ultraGridColumn20.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0);
  327. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  328. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  329. ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  330. ultraGridColumn21.Header.VisiblePosition = 20;
  331. ultraGridColumn21.Hidden = true;
  332. ultraGridBand1.Columns.AddRange(new object[] {
  333. ultraGridColumn1,
  334. ultraGridColumn2,
  335. ultraGridColumn3,
  336. ultraGridColumn4,
  337. ultraGridColumn5,
  338. ultraGridColumn6,
  339. ultraGridColumn7,
  340. ultraGridColumn8,
  341. ultraGridColumn9,
  342. ultraGridColumn10,
  343. ultraGridColumn11,
  344. ultraGridColumn12,
  345. ultraGridColumn13,
  346. ultraGridColumn14,
  347. ultraGridColumn15,
  348. ultraGridColumn16,
  349. ultraGridColumn17,
  350. ultraGridColumn18,
  351. ultraGridColumn19,
  352. ultraGridColumn20,
  353. ultraGridColumn21});
  354. rowLayout1.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
  355. rowLayoutColumnInfo1,
  356. rowLayoutColumnInfo2,
  357. rowLayoutColumnInfo3,
  358. rowLayoutColumnInfo4,
  359. rowLayoutColumnInfo5,
  360. rowLayoutColumnInfo6,
  361. rowLayoutColumnInfo7,
  362. rowLayoutColumnInfo8,
  363. rowLayoutColumnInfo9,
  364. rowLayoutColumnInfo10,
  365. rowLayoutColumnInfo11,
  366. rowLayoutColumnInfo12,
  367. rowLayoutColumnInfo13,
  368. rowLayoutColumnInfo14,
  369. rowLayoutColumnInfo15,
  370. rowLayoutColumnInfo16,
  371. rowLayoutColumnInfo17,
  372. rowLayoutColumnInfo18,
  373. rowLayoutColumnInfo19,
  374. rowLayoutColumnInfo20,
  375. rowLayoutColumnInfo21});
  376. rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  377. ultraGridBand1.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
  378. rowLayout1});
  379. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  380. summarySettings1.DisplayFormat = "{0:N3}";
  381. summarySettings1.GroupBySummaryValueAppearance = appearance4;
  382. summarySettings2.DisplayFormat = "{0:N3}";
  383. summarySettings2.GroupBySummaryValueAppearance = appearance5;
  384. summarySettings3.DisplayFormat = "共{0}记录";
  385. summarySettings3.GroupBySummaryValueAppearance = appearance6;
  386. ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
  387. summarySettings1,
  388. summarySettings2,
  389. summarySettings3});
  390. this.CrackDetectGrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  391. this.CrackDetectGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  392. this.CrackDetectGrid.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.CrackDetectGrid.Location = new System.Drawing.Point(3, 89);
  394. this.CrackDetectGrid.Margin = new System.Windows.Forms.Padding(4);
  395. this.CrackDetectGrid.Name = "CrackDetectGrid";
  396. this.CrackDetectGrid.Size = new System.Drawing.Size(1806, 577);
  397. this.CrackDetectGrid.TabIndex = 75;
  398. //
  399. // dataSet1
  400. //
  401. this.dataSet1.DataSetName = "NewDataSet";
  402. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  403. this.dataTable1});
  404. //
  405. // dataTable1
  406. //
  407. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  408. this.MSAUER_DATE,
  409. this.dataColumn2,
  410. this.dataColumn3,
  411. this.dataColumn4,
  412. this.dataColumn5,
  413. this.dataColumn6,
  414. this.dataColumn7,
  415. this.dataColumn8,
  416. this.dataColumn9,
  417. this.dataColumn10,
  418. this.dataColumn11,
  419. this.dataColumn12,
  420. this.dataColumn13,
  421. this.dataColumn14,
  422. this.dataColumn15,
  423. this.dataColumn16,
  424. this.dataColumn17,
  425. this.dataColumn18,
  426. this.dataColumn19,
  427. this.CHK,
  428. this.KEY_ID});
  429. this.dataTable1.TableName = "Table1";
  430. //
  431. // MSAUER_DATE
  432. //
  433. this.MSAUER_DATE.Caption = "生产时间";
  434. this.MSAUER_DATE.ColumnName = "MSAUER_DATE";
  435. //
  436. // dataColumn2
  437. //
  438. this.dataColumn2.ColumnName = "PLINE_CODE";
  439. //
  440. // dataColumn3
  441. //
  442. this.dataColumn3.Caption = "产线";
  443. this.dataColumn3.ColumnName = "PLINE_NAME";
  444. //
  445. // dataColumn4
  446. //
  447. this.dataColumn4.Caption = "班次";
  448. this.dataColumn4.ColumnName = "PRO_BC";
  449. //
  450. // dataColumn5
  451. //
  452. this.dataColumn5.Caption = "班组";
  453. this.dataColumn5.ColumnName = "PRO_BZ";
  454. //
  455. // dataColumn6
  456. //
  457. this.dataColumn6.Caption = "判定炉号";
  458. this.dataColumn6.ColumnName = "JUDGE_STOVE_NO";
  459. //
  460. // dataColumn7
  461. //
  462. this.dataColumn7.Caption = "批号";
  463. this.dataColumn7.ColumnName = "BATCH_NO";
  464. //
  465. // dataColumn8
  466. //
  467. this.dataColumn8.Caption = "喷印管号";
  468. this.dataColumn8.ColumnName = "MAT_NO";
  469. //
  470. // dataColumn9
  471. //
  472. this.dataColumn9.Caption = "长度";
  473. this.dataColumn9.ColumnName = "ACT_LEN";
  474. //
  475. // dataColumn10
  476. //
  477. this.dataColumn10.Caption = "实重";
  478. this.dataColumn10.ColumnName = "ACT_WEIGHT";
  479. //
  480. // dataColumn11
  481. //
  482. this.dataColumn11.Caption = "合同号";
  483. this.dataColumn11.ColumnName = "ORDER_NO";
  484. //
  485. // dataColumn12
  486. //
  487. this.dataColumn12.Caption = "品种";
  488. this.dataColumn12.ColumnName = "PRODUCNAME";
  489. //
  490. // dataColumn13
  491. //
  492. this.dataColumn13.Caption = "外径";
  493. this.dataColumn13.ColumnName = "OUTDIAMETER";
  494. //
  495. // dataColumn14
  496. //
  497. this.dataColumn14.Caption = "壁厚";
  498. this.dataColumn14.ColumnName = "WALLTHICK";
  499. //
  500. // dataColumn15
  501. //
  502. this.dataColumn15.Caption = "钢级";
  503. this.dataColumn15.ColumnName = "STEELNAME";
  504. //
  505. // dataColumn16
  506. //
  507. this.dataColumn16.Caption = "钢种";
  508. this.dataColumn16.ColumnName = "GRADENAME";
  509. //
  510. // dataColumn17
  511. //
  512. this.dataColumn17.Caption = "扣型";
  513. this.dataColumn17.ColumnName = "MODEL_DESC";
  514. //
  515. // dataColumn18
  516. //
  517. this.dataColumn18.Caption = "标准";
  518. this.dataColumn18.ColumnName = "STD_NAME";
  519. //
  520. // dataColumn19
  521. //
  522. this.dataColumn19.Caption = "喷印信息";
  523. this.dataColumn19.ColumnName = "MAT_INFO";
  524. //
  525. // ultraPanel2
  526. //
  527. this.ultraPanel2.AutoSize = true;
  528. //
  529. // ultraPanel2.ClientArea
  530. //
  531. this.ultraPanel2.ClientArea.Controls.Add(this.chkTim);
  532. this.ultraPanel2.ClientArea.Controls.Add(this.RegStartTime);
  533. this.ultraPanel2.ClientArea.Controls.Add(this.label1);
  534. this.ultraPanel2.ClientArea.Controls.Add(this.RegEndTime);
  535. this.ultraPanel2.ClientArea.Controls.Add(this.chkOrderNo);
  536. this.ultraPanel2.ClientArea.Controls.Add(this.txtOrderNo);
  537. this.ultraPanel2.ClientArea.Controls.Add(this.chkJudgeStove);
  538. this.ultraPanel2.ClientArea.Controls.Add(this.txtJudgeStove);
  539. this.ultraPanel2.ClientArea.Controls.Add(this.chkBatchNo);
  540. this.ultraPanel2.ClientArea.Controls.Add(this.txtBatchNo);
  541. this.ultraPanel2.ClientArea.Controls.Add(this.chkOrder);
  542. this.ultraPanel2.ClientArea.Controls.Add(this.cmbOrder);
  543. this.ultraPanel2.ClientArea.Controls.Add(this.chkGroup);
  544. this.ultraPanel2.ClientArea.Controls.Add(this.cmbGroup);
  545. this.ultraPanel2.ClientArea.Controls.Add(this.chkPlineCode);
  546. this.ultraPanel2.ClientArea.Controls.Add(this.txt_PlinCode);
  547. this.ultraPanel2.ClientArea.Controls.Add(this.chkShow);
  548. this.ultraPanel2.ClientArea.Controls.Add(this.chkFlag);
  549. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  550. this.ultraPanel2.Location = new System.Drawing.Point(3, 21);
  551. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
  552. this.ultraPanel2.Name = "ultraPanel2";
  553. scrollBarLook1.ViewStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Office2007;
  554. this.ultraPanel2.ScrollBarLook = scrollBarLook1;
  555. this.ultraPanel2.Size = new System.Drawing.Size(1806, 68);
  556. this.ultraPanel2.TabIndex = 77;
  557. //
  558. // chkTim
  559. //
  560. this.chkTim.AutoSize = true;
  561. this.chkTim.Checked = true;
  562. this.chkTim.CheckState = System.Windows.Forms.CheckState.Checked;
  563. this.chkTim.Location = new System.Drawing.Point(7, 13);
  564. this.chkTim.Margin = new System.Windows.Forms.Padding(4);
  565. this.chkTim.Name = "chkTim";
  566. this.chkTim.Size = new System.Drawing.Size(89, 19);
  567. this.chkTim.TabIndex = 947;
  568. this.chkTim.Text = "生产时间";
  569. this.chkTim.UseVisualStyleBackColor = false;
  570. this.chkTim.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  571. //
  572. // RegStartTime
  573. //
  574. this.RegStartTime.CustomFormat = "yyyy-MM-dd HH:mm";
  575. this.RegStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  576. this.RegStartTime.Location = new System.Drawing.Point(103, 10);
  577. this.RegStartTime.Margin = new System.Windows.Forms.Padding(4);
  578. this.RegStartTime.Name = "RegStartTime";
  579. this.RegStartTime.Size = new System.Drawing.Size(191, 25);
  580. this.RegStartTime.TabIndex = 948;
  581. //
  582. // label1
  583. //
  584. this.label1.AutoSize = true;
  585. this.label1.Location = new System.Drawing.Point(301, 15);
  586. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  587. this.label1.Name = "label1";
  588. this.label1.Size = new System.Drawing.Size(22, 15);
  589. this.label1.TabIndex = 953;
  590. this.label1.Text = "至";
  591. //
  592. // RegEndTime
  593. //
  594. this.RegEndTime.CustomFormat = "yyyy-MM-dd HH:mm";
  595. this.RegEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  596. this.RegEndTime.Location = new System.Drawing.Point(330, 10);
  597. this.RegEndTime.Margin = new System.Windows.Forms.Padding(4);
  598. this.RegEndTime.Name = "RegEndTime";
  599. this.RegEndTime.Size = new System.Drawing.Size(199, 25);
  600. this.RegEndTime.TabIndex = 954;
  601. //
  602. // chkOrderNo
  603. //
  604. this.chkOrderNo.AutoSize = true;
  605. this.chkOrderNo.Location = new System.Drawing.Point(536, 13);
  606. this.chkOrderNo.Margin = new System.Windows.Forms.Padding(4);
  607. this.chkOrderNo.Name = "chkOrderNo";
  608. this.chkOrderNo.Size = new System.Drawing.Size(74, 19);
  609. this.chkOrderNo.TabIndex = 962;
  610. this.chkOrderNo.Text = "合同号";
  611. this.chkOrderNo.UseVisualStyleBackColor = false;
  612. this.chkOrderNo.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  613. //
  614. // txtOrderNo
  615. //
  616. this.txtOrderNo.Enabled = false;
  617. this.txtOrderNo.Location = new System.Drawing.Point(617, 10);
  618. this.txtOrderNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  619. this.txtOrderNo.Name = "txtOrderNo";
  620. this.txtOrderNo.Size = new System.Drawing.Size(149, 24);
  621. this.txtOrderNo.TabIndex = 963;
  622. this.txtOrderNo.Visible = false;
  623. //
  624. // chkJudgeStove
  625. //
  626. this.chkJudgeStove.AutoSize = true;
  627. this.chkJudgeStove.Location = new System.Drawing.Point(773, 13);
  628. this.chkJudgeStove.Margin = new System.Windows.Forms.Padding(4);
  629. this.chkJudgeStove.Name = "chkJudgeStove";
  630. this.chkJudgeStove.Size = new System.Drawing.Size(59, 19);
  631. this.chkJudgeStove.TabIndex = 964;
  632. this.chkJudgeStove.Text = "炉号";
  633. this.chkJudgeStove.UseVisualStyleBackColor = false;
  634. this.chkJudgeStove.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  635. //
  636. // txtJudgeStove
  637. //
  638. this.txtJudgeStove.Enabled = false;
  639. this.txtJudgeStove.Location = new System.Drawing.Point(839, 10);
  640. this.txtJudgeStove.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  641. this.txtJudgeStove.Name = "txtJudgeStove";
  642. this.txtJudgeStove.Size = new System.Drawing.Size(92, 24);
  643. this.txtJudgeStove.TabIndex = 965;
  644. this.txtJudgeStove.Visible = false;
  645. //
  646. // chkBatchNo
  647. //
  648. this.chkBatchNo.AutoSize = true;
  649. this.chkBatchNo.Location = new System.Drawing.Point(938, 13);
  650. this.chkBatchNo.Margin = new System.Windows.Forms.Padding(4);
  651. this.chkBatchNo.Name = "chkBatchNo";
  652. this.chkBatchNo.Size = new System.Drawing.Size(59, 19);
  653. this.chkBatchNo.TabIndex = 967;
  654. this.chkBatchNo.Text = "批号";
  655. this.chkBatchNo.UseVisualStyleBackColor = false;
  656. this.chkBatchNo.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  657. //
  658. // txtBatchNo
  659. //
  660. this.txtBatchNo.Enabled = false;
  661. this.txtBatchNo.Location = new System.Drawing.Point(1004, 10);
  662. this.txtBatchNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  663. this.txtBatchNo.Name = "txtBatchNo";
  664. this.txtBatchNo.Size = new System.Drawing.Size(92, 24);
  665. this.txtBatchNo.TabIndex = 968;
  666. this.txtBatchNo.Visible = false;
  667. //
  668. // chkOrder
  669. //
  670. this.chkOrder.AutoSize = true;
  671. this.chkOrder.Location = new System.Drawing.Point(1103, 13);
  672. this.chkOrder.Margin = new System.Windows.Forms.Padding(4);
  673. this.chkOrder.Name = "chkOrder";
  674. this.chkOrder.Size = new System.Drawing.Size(59, 19);
  675. this.chkOrder.TabIndex = 951;
  676. this.chkOrder.Text = "班次";
  677. this.chkOrder.UseVisualStyleBackColor = false;
  678. this.chkOrder.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  679. //
  680. // cmbOrder
  681. //
  682. this.cmbOrder.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  683. this.cmbOrder.Enabled = false;
  684. valueListItem29.DataValue = "";
  685. valueListItem29.DisplayText = " ";
  686. valueListItem30.DataValue = "0";
  687. valueListItem30.DisplayText = "白班";
  688. valueListItem31.DataValue = "1";
  689. valueListItem31.DisplayText = "早班";
  690. valueListItem32.DataValue = "2";
  691. valueListItem32.DisplayText = "中班";
  692. valueListItem33.DataValue = "3";
  693. valueListItem33.DisplayText = "晚班";
  694. this.cmbOrder.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  695. valueListItem29,
  696. valueListItem30,
  697. valueListItem31,
  698. valueListItem32,
  699. valueListItem33});
  700. this.cmbOrder.Location = new System.Drawing.Point(1169, 10);
  701. this.cmbOrder.Margin = new System.Windows.Forms.Padding(4);
  702. this.cmbOrder.Name = "cmbOrder";
  703. this.cmbOrder.Size = new System.Drawing.Size(124, 24);
  704. this.cmbOrder.TabIndex = 966;
  705. this.cmbOrder.Visible = false;
  706. //
  707. // chkGroup
  708. //
  709. this.chkGroup.AutoSize = true;
  710. this.chkGroup.Location = new System.Drawing.Point(1300, 13);
  711. this.chkGroup.Margin = new System.Windows.Forms.Padding(4);
  712. this.chkGroup.Name = "chkGroup";
  713. this.chkGroup.Size = new System.Drawing.Size(59, 19);
  714. this.chkGroup.TabIndex = 952;
  715. this.chkGroup.Text = "班组";
  716. this.chkGroup.UseVisualStyleBackColor = false;
  717. this.chkGroup.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  718. //
  719. // cmbGroup
  720. //
  721. this.cmbGroup.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  722. this.cmbGroup.Enabled = false;
  723. valueListItem34.DataValue = "";
  724. valueListItem34.DisplayText = " ";
  725. valueListItem35.DataValue = "1";
  726. valueListItem35.DisplayText = "甲班";
  727. valueListItem36.DataValue = "2";
  728. valueListItem36.DisplayText = "乙班";
  729. valueListItem37.DataValue = "3";
  730. valueListItem37.DisplayText = "丙班";
  731. valueListItem38.DataValue = "4";
  732. valueListItem38.DisplayText = "丁班";
  733. this.cmbGroup.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  734. valueListItem34,
  735. valueListItem35,
  736. valueListItem36,
  737. valueListItem37,
  738. valueListItem38});
  739. this.cmbGroup.Location = new System.Drawing.Point(1366, 10);
  740. this.cmbGroup.Margin = new System.Windows.Forms.Padding(4);
  741. this.cmbGroup.Name = "cmbGroup";
  742. this.cmbGroup.Size = new System.Drawing.Size(124, 24);
  743. this.cmbGroup.TabIndex = 950;
  744. this.cmbGroup.Visible = false;
  745. //
  746. // chkPlineCode
  747. //
  748. this.chkPlineCode.AutoSize = true;
  749. this.chkPlineCode.Location = new System.Drawing.Point(1497, 13);
  750. this.chkPlineCode.Margin = new System.Windows.Forms.Padding(4);
  751. this.chkPlineCode.Name = "chkPlineCode";
  752. this.chkPlineCode.Size = new System.Drawing.Size(59, 19);
  753. this.chkPlineCode.TabIndex = 969;
  754. this.chkPlineCode.Text = "产线";
  755. this.chkPlineCode.UseVisualStyleBackColor = false;
  756. this.chkPlineCode.CheckedChanged += new System.EventHandler(this.chkStarts_CheckedChanged);
  757. //
  758. // txt_PlinCode
  759. //
  760. this.txt_PlinCode.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  761. this.txt_PlinCode.Location = new System.Drawing.Point(1563, 10);
  762. this.txt_PlinCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  763. this.txt_PlinCode.Name = "txt_PlinCode";
  764. this.txt_PlinCode.Size = new System.Drawing.Size(144, 24);
  765. this.txt_PlinCode.TabIndex = 960;
  766. this.txt_PlinCode.Visible = false;
  767. this.txt_PlinCode.ValueChanged += new System.EventHandler(this.txt_PlinCode_TextChanged);
  768. //
  769. // chkShow
  770. //
  771. this.chkShow.AutoSize = true;
  772. this.chkShow.Location = new System.Drawing.Point(7, 45);
  773. this.chkShow.Margin = new System.Windows.Forms.Padding(4);
  774. this.chkShow.Name = "chkShow";
  775. this.chkShow.Size = new System.Drawing.Size(119, 19);
  776. this.chkShow.TabIndex = 970;
  777. this.chkShow.Text = "仅显示已匹配";
  778. this.chkShow.UseVisualStyleBackColor = false;
  779. //
  780. // chkFlag
  781. //
  782. this.chkFlag.AutoSize = true;
  783. this.chkFlag.Checked = true;
  784. this.chkFlag.CheckState = System.Windows.Forms.CheckState.Checked;
  785. this.chkFlag.Location = new System.Drawing.Point(133, 45);
  786. this.chkFlag.Margin = new System.Windows.Forms.Padding(4);
  787. this.chkFlag.Name = "chkFlag";
  788. this.chkFlag.Size = new System.Drawing.Size(89, 19);
  789. this.chkFlag.TabIndex = 971;
  790. this.chkFlag.Text = "显示剔除";
  791. this.chkFlag.UseVisualStyleBackColor = false;
  792. //
  793. // ultraFlowLayoutManager1
  794. //
  795. this.ultraFlowLayoutManager1.ContainerControl = this.ultraPanel2.ClientArea;
  796. this.ultraFlowLayoutManager1.HorizontalAlignment = Infragistics.Win.Layout.DefaultableFlowLayoutAlignment.Near;
  797. this.ultraFlowLayoutManager1.HorizontalGap = 7;
  798. this.ultraFlowLayoutManager1.VerticalGap = 10;
  799. //
  800. // CHK
  801. //
  802. this.CHK.Caption = "选择";
  803. this.CHK.ColumnName = "CHK";
  804. this.CHK.DataType = typeof(bool);
  805. //
  806. // KEY_ID
  807. //
  808. this.KEY_ID.Caption = "ID";
  809. this.KEY_ID.ColumnName = "KEY_ID";
  810. //
  811. // FrmMeasureDetailsReport
  812. //
  813. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  814. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  815. this.ClientSize = new System.Drawing.Size(1812, 669);
  816. this.Controls.Add(this.ultraGroupBox1);
  817. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  818. this.Name = "FrmMeasureDetailsReport";
  819. this.Text = "测量点明细";
  820. this.Load += new System.EventHandler(this.FrmMeasureDetailsReport_Load);
  821. ((System.ComponentModel.ISupportInitialize)(this.cmbBc)).EndInit();
  822. ((System.ComponentModel.ISupportInitialize)(this.cmbBz)).EndInit();
  823. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  824. this.ultraGroupBox1.ResumeLayout(false);
  825. this.ultraGroupBox1.PerformLayout();
  826. ((System.ComponentModel.ISupportInitialize)(this.CrackDetectGrid)).EndInit();
  827. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  828. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  829. this.ultraPanel2.ClientArea.ResumeLayout(false);
  830. this.ultraPanel2.ClientArea.PerformLayout();
  831. this.ultraPanel2.ResumeLayout(false);
  832. this.ultraPanel2.PerformLayout();
  833. ((System.ComponentModel.ISupportInitialize)(this.txtOrderNo)).EndInit();
  834. ((System.ComponentModel.ISupportInitialize)(this.txtJudgeStove)).EndInit();
  835. ((System.ComponentModel.ISupportInitialize)(this.txtBatchNo)).EndInit();
  836. ((System.ComponentModel.ISupportInitialize)(this.cmbOrder)).EndInit();
  837. ((System.ComponentModel.ISupportInitialize)(this.cmbGroup)).EndInit();
  838. ((System.ComponentModel.ISupportInitialize)(this.txt_PlinCode)).EndInit();
  839. ((System.ComponentModel.ISupportInitialize)(this.ultraFlowLayoutManager1)).EndInit();
  840. this.ResumeLayout(false);
  841. }
  842. #endregion
  843. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  844. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbBz;
  845. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbBc;
  846. private Infragistics.Win.UltraWinGrid.UltraGrid CrackDetectGrid;
  847. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtJudgeStove;
  848. private System.Windows.Forms.CheckBox chkJudgeStove;
  849. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtOrderNo;
  850. private System.Windows.Forms.CheckBox chkOrderNo;
  851. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_PlinCode;
  852. private System.Windows.Forms.DateTimePicker RegEndTime;
  853. private System.Windows.Forms.Label label1;
  854. private System.Windows.Forms.CheckBox chkGroup;
  855. private System.Windows.Forms.CheckBox chkOrder;
  856. private System.Windows.Forms.CheckBox chkTim;
  857. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbGroup;
  858. private System.Windows.Forms.DateTimePicker RegStartTime;
  859. private System.Data.DataSet dataSet1;
  860. private System.Data.DataTable dataTable1;
  861. private System.Data.DataColumn MSAUER_DATE;
  862. private System.Data.DataColumn dataColumn2;
  863. private System.Data.DataColumn dataColumn3;
  864. private System.Data.DataColumn dataColumn4;
  865. private System.Data.DataColumn dataColumn5;
  866. private System.Data.DataColumn dataColumn6;
  867. private System.Data.DataColumn dataColumn7;
  868. private System.Data.DataColumn dataColumn8;
  869. private System.Data.DataColumn dataColumn9;
  870. private System.Data.DataColumn dataColumn10;
  871. private System.Data.DataColumn dataColumn11;
  872. private System.Data.DataColumn dataColumn12;
  873. private System.Data.DataColumn dataColumn13;
  874. private System.Data.DataColumn dataColumn14;
  875. private System.Data.DataColumn dataColumn15;
  876. private System.Data.DataColumn dataColumn16;
  877. private System.Data.DataColumn dataColumn17;
  878. private System.Data.DataColumn dataColumn18;
  879. private System.Data.DataColumn dataColumn19;
  880. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbOrder;
  881. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtBatchNo;
  882. private System.Windows.Forms.CheckBox chkBatchNo;
  883. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  884. private Infragistics.Win.Misc.UltraFlowLayoutManager ultraFlowLayoutManager1;
  885. private System.Windows.Forms.CheckBox chkPlineCode;
  886. private System.Windows.Forms.CheckBox chkShow;
  887. private System.Windows.Forms.CheckBox chkFlag;
  888. private System.Data.DataColumn CHK;
  889. private System.Data.DataColumn KEY_ID;
  890. }
  891. }