FrmReportDefault.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
  1. namespace Core.StlMes.Client.Mcp.Treatment.HeatTreatment
  2. {
  3. partial class FrmReportDefault
  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 valueListItem2 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem25 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem26 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem27 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.ValueListItem valueListItem28 = new Infragistics.Win.ValueListItem();
  35. Infragistics.Win.ValueListItem valueListItem29 = new Infragistics.Win.ValueListItem();
  36. Infragistics.Win.ValueListItem valueListItem30 = new Infragistics.Win.ValueListItem();
  37. Infragistics.Win.ValueListItem valueListItem31 = new Infragistics.Win.ValueListItem();
  38. Infragistics.Win.ValueListItem valueListItem32 = new Infragistics.Win.ValueListItem();
  39. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  40. Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
  41. Infragistics.Win.ValueListItem valueListItem21 = new Infragistics.Win.ValueListItem();
  42. Infragistics.Win.ValueListItem valueListItem22 = new Infragistics.Win.ValueListItem();
  43. Infragistics.Win.ValueListItem valueListItem23 = new Infragistics.Win.ValueListItem();
  44. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton("select");
  45. Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton("select");
  46. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  47. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  48. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  49. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  50. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("HttReportDefaultEntity", -1);
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Chk");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PlineCode");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ReportNo");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ReportColumn");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ColumnType");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TextDefault");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DroplistDefult");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DroplistUsed");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ReportSeq");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ColumnVisible");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CheckNull");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OriginX");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OriginY");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SpanX");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SpanY");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CellSizeWidth");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CellSizeHigh");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LabelSizeWidth");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LabelSizeHigh");
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MachineNo");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("isNew");
  73. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
  77. Infragistics.Win.ValueListItem valueListItem33 = new Infragistics.Win.ValueListItem();
  78. Infragistics.Win.ValueListItem valueListItem34 = new Infragistics.Win.ValueListItem();
  79. Infragistics.Win.ValueListItem valueListItem35 = new Infragistics.Win.ValueListItem();
  80. Infragistics.Win.ValueListItem valueListItem36 = new Infragistics.Win.ValueListItem();
  81. Infragistics.Win.ValueListItem valueListItem37 = new Infragistics.Win.ValueListItem();
  82. Infragistics.Win.ValueListItem valueListItem38 = new Infragistics.Win.ValueListItem();
  83. Infragistics.Win.ValueListItem valueListItem39 = new Infragistics.Win.ValueListItem();
  84. Infragistics.Win.ValueListItem valueListItem40 = new Infragistics.Win.ValueListItem();
  85. Infragistics.Win.ValueListItem valueListItem41 = new Infragistics.Win.ValueListItem();
  86. Infragistics.Win.ValueListItem valueListItem42 = new Infragistics.Win.ValueListItem();
  87. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  88. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  89. Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
  90. Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
  91. Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
  92. this.reportNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  93. this.cmbReportColumn = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  94. this.cmbComlumType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  95. this.cmbTextDefault = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  96. this.utUsed = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  97. this.cmbVisible = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  98. this.uceCheck = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  99. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  100. this.ugDefault = new Infragistics.Win.UltraWinGrid.UltraGrid();
  101. this.httReportDefaultEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  102. this.egbView = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  103. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  104. this.commonCrackDetection1 = new Core.StlMes.Client.Mcp.Control.Common.CommonCrackDetection();
  105. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  106. this.ucReportNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  107. this.uceMachineNo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  108. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  109. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  110. this.ucePlinCode = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  111. this.PlinCode = new Infragistics.Win.Misc.UltraLabel();
  112. ((System.ComponentModel.ISupportInitialize)(this.reportNo)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.cmbReportColumn)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.cmbComlumType)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.cmbTextDefault)).BeginInit();
  116. ((System.ComponentModel.ISupportInitialize)(this.utUsed)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.cmbVisible)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.uceCheck)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  120. this.ultraGroupBox1.SuspendLayout();
  121. ((System.ComponentModel.ISupportInitialize)(this.ugDefault)).BeginInit();
  122. ((System.ComponentModel.ISupportInitialize)(this.httReportDefaultEntityBindingSource)).BeginInit();
  123. ((System.ComponentModel.ISupportInitialize)(this.egbView)).BeginInit();
  124. this.egbView.SuspendLayout();
  125. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  126. this.ultraPanel1.ClientArea.SuspendLayout();
  127. this.ultraPanel1.SuspendLayout();
  128. ((System.ComponentModel.ISupportInitialize)(this.ucReportNo)).BeginInit();
  129. ((System.ComponentModel.ISupportInitialize)(this.uceMachineNo)).BeginInit();
  130. ((System.ComponentModel.ISupportInitialize)(this.ucePlinCode)).BeginInit();
  131. this.SuspendLayout();
  132. //
  133. // reportNo
  134. //
  135. this.reportNo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  136. valueListItem2.DataValue = "0";
  137. valueListItem2.DisplayText = "管体超声UT";
  138. valueListItem7.DataValue = "15";
  139. valueListItem7.DisplayText = "管体超声手探UT";
  140. valueListItem25.DataValue = "4";
  141. valueListItem25.DisplayText = "管体涡流ET";
  142. valueListItem26.DataValue = "10";
  143. valueListItem26.DisplayText = "管端超声UT";
  144. valueListItem27.DataValue = "1";
  145. valueListItem27.DisplayText = "管端超声手探UT";
  146. valueListItem28.DataValue = "12";
  147. valueListItem28.DisplayText = "管端磁粉MT ";
  148. valueListItem29.DataValue = "13";
  149. valueListItem29.DisplayText = "螺纹磁粉MT";
  150. valueListItem30.DataValue = "16";
  151. valueListItem30.DisplayText = "坡口磁粉MT";
  152. valueListItem31.DataValue = "11";
  153. valueListItem31.DisplayText = "管端磁粉手探MT";
  154. valueListItem32.DataValue = "14";
  155. valueListItem32.DisplayText = "管端电磁声EMAT";
  156. valueListItem3.DataValue = "17";
  157. valueListItem3.DisplayText = "管体磁粉手探";
  158. this.reportNo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  159. valueListItem2,
  160. valueListItem7,
  161. valueListItem25,
  162. valueListItem26,
  163. valueListItem27,
  164. valueListItem28,
  165. valueListItem29,
  166. valueListItem30,
  167. valueListItem31,
  168. valueListItem32,
  169. valueListItem3});
  170. this.reportNo.Location = new System.Drawing.Point(695, 339);
  171. this.reportNo.Name = "reportNo";
  172. this.reportNo.Size = new System.Drawing.Size(144, 24);
  173. this.reportNo.TabIndex = 964;
  174. this.reportNo.Visible = false;
  175. //
  176. // cmbReportColumn
  177. //
  178. this.cmbReportColumn.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  179. this.cmbReportColumn.Location = new System.Drawing.Point(490, 251);
  180. this.cmbReportColumn.Margin = new System.Windows.Forms.Padding(4);
  181. this.cmbReportColumn.Name = "cmbReportColumn";
  182. this.cmbReportColumn.Size = new System.Drawing.Size(138, 24);
  183. this.cmbReportColumn.TabIndex = 87;
  184. this.cmbReportColumn.Visible = false;
  185. //
  186. // cmbComlumType
  187. //
  188. this.cmbComlumType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  189. valueListItem20.DataValue = "0";
  190. valueListItem20.DisplayText = "文本输入框";
  191. valueListItem21.DataValue = "1";
  192. valueListItem21.DisplayText = "下拉框只选";
  193. valueListItem22.DataValue = "2";
  194. valueListItem22.DisplayText = "下拉框可手输";
  195. valueListItem23.DataValue = "99";
  196. valueListItem23.DisplayText = "特定类型";
  197. this.cmbComlumType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  198. valueListItem20,
  199. valueListItem21,
  200. valueListItem22,
  201. valueListItem23});
  202. this.cmbComlumType.Location = new System.Drawing.Point(1070, 223);
  203. this.cmbComlumType.Margin = new System.Windows.Forms.Padding(4);
  204. this.cmbComlumType.Name = "cmbComlumType";
  205. this.cmbComlumType.Size = new System.Drawing.Size(138, 24);
  206. this.cmbComlumType.TabIndex = 89;
  207. this.cmbComlumType.Visible = false;
  208. //
  209. // cmbTextDefault
  210. //
  211. editorButton1.Key = "select";
  212. editorButton1.Text = "编辑";
  213. this.cmbTextDefault.ButtonsRight.Add(editorButton1);
  214. this.cmbTextDefault.Location = new System.Drawing.Point(691, 250);
  215. this.cmbTextDefault.Margin = new System.Windows.Forms.Padding(4);
  216. this.cmbTextDefault.Name = "cmbTextDefault";
  217. this.cmbTextDefault.Size = new System.Drawing.Size(183, 24);
  218. this.cmbTextDefault.TabIndex = 88;
  219. this.cmbTextDefault.Visible = false;
  220. this.cmbTextDefault.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utProbe_EditorButtonClick);
  221. //
  222. // utUsed
  223. //
  224. editorButton2.Key = "select";
  225. editorButton2.Text = "编辑";
  226. this.utUsed.ButtonsRight.Add(editorButton2);
  227. this.utUsed.Location = new System.Drawing.Point(943, 308);
  228. this.utUsed.Margin = new System.Windows.Forms.Padding(4);
  229. this.utUsed.Name = "utUsed";
  230. this.utUsed.Size = new System.Drawing.Size(183, 24);
  231. this.utUsed.TabIndex = 91;
  232. this.utUsed.Visible = false;
  233. this.utUsed.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utUsed_EditorButtonClick);
  234. //
  235. // cmbVisible
  236. //
  237. this.cmbVisible.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  238. valueListItem6.DataValue = "0";
  239. valueListItem6.DisplayText = "隐藏";
  240. valueListItem9.DataValue = "1";
  241. valueListItem9.DisplayText = "显示";
  242. this.cmbVisible.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  243. valueListItem6,
  244. valueListItem9});
  245. this.cmbVisible.Location = new System.Drawing.Point(698, 339);
  246. this.cmbVisible.Margin = new System.Windows.Forms.Padding(4);
  247. this.cmbVisible.Name = "cmbVisible";
  248. this.cmbVisible.Size = new System.Drawing.Size(138, 24);
  249. this.cmbVisible.TabIndex = 90;
  250. this.cmbVisible.Visible = false;
  251. //
  252. // uceCheck
  253. //
  254. this.uceCheck.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  255. valueListItem11.DataValue = "0";
  256. valueListItem11.DisplayText = "可以为空";
  257. valueListItem12.DataValue = "1";
  258. valueListItem12.DisplayText = "不能为空";
  259. this.uceCheck.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  260. valueListItem11,
  261. valueListItem12});
  262. this.uceCheck.Location = new System.Drawing.Point(480, 322);
  263. this.uceCheck.Margin = new System.Windows.Forms.Padding(4);
  264. this.uceCheck.Name = "uceCheck";
  265. this.uceCheck.Size = new System.Drawing.Size(138, 24);
  266. this.uceCheck.TabIndex = 92;
  267. this.uceCheck.Visible = false;
  268. //
  269. // ultraGroupBox1
  270. //
  271. this.ultraGroupBox1.Controls.Add(this.reportNo);
  272. this.ultraGroupBox1.Controls.Add(this.uceCheck);
  273. this.ultraGroupBox1.Controls.Add(this.utUsed);
  274. this.ultraGroupBox1.Controls.Add(this.cmbVisible);
  275. this.ultraGroupBox1.Controls.Add(this.cmbComlumType);
  276. this.ultraGroupBox1.Controls.Add(this.cmbTextDefault);
  277. this.ultraGroupBox1.Controls.Add(this.cmbReportColumn);
  278. this.ultraGroupBox1.Controls.Add(this.ugDefault);
  279. this.ultraGroupBox1.Controls.Add(this.egbView);
  280. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  281. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 50);
  282. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  283. this.ultraGroupBox1.Name = "ultraGroupBox1";
  284. this.ultraGroupBox1.Size = new System.Drawing.Size(1534, 702);
  285. this.ultraGroupBox1.TabIndex = 7;
  286. this.ultraGroupBox1.Text = "报表配置";
  287. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  288. //
  289. // ugDefault
  290. //
  291. this.ugDefault.DataSource = this.httReportDefaultEntityBindingSource;
  292. appearance5.BackColor = System.Drawing.Color.Transparent;
  293. this.ugDefault.DisplayLayout.Appearance = appearance5;
  294. ultraGridColumn1.Header.CheckBoxSynchronization = Infragistics.Win.UltraWinGrid.HeaderCheckBoxSynchronization.RowsCollection;
  295. ultraGridColumn1.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  296. ultraGridColumn1.Header.VisiblePosition = 0;
  297. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  298. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  299. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  300. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  301. ultraGridColumn2.Header.VisiblePosition = 1;
  302. ultraGridColumn2.Hidden = true;
  303. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  304. ultraGridColumn3.EditorComponent = this.reportNo;
  305. ultraGridColumn3.Header.VisiblePosition = 2;
  306. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
  307. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  308. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  309. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  310. ultraGridColumn3.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  311. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  312. ultraGridColumn4.EditorComponent = this.cmbReportColumn;
  313. ultraGridColumn4.Header.VisiblePosition = 3;
  314. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 4;
  315. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  316. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  317. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  318. ultraGridColumn4.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  319. ultraGridColumn4.SupportDataErrorInfo = Infragistics.Win.DefaultableBoolean.True;
  320. ultraGridColumn5.EditorComponent = this.cmbComlumType;
  321. ultraGridColumn5.Header.VisiblePosition = 4;
  322. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
  323. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  324. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  325. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  326. ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  327. ultraGridColumn6.EditorComponent = this.cmbTextDefault;
  328. ultraGridColumn6.Header.VisiblePosition = 5;
  329. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 10;
  330. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  331. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  332. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  333. ultraGridColumn7.Header.VisiblePosition = 6;
  334. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 12;
  335. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  336. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  337. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  338. ultraGridColumn8.EditorComponent = this.utUsed;
  339. ultraGridColumn8.Header.VisiblePosition = 7;
  340. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 14;
  341. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  342. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  343. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  344. ultraGridColumn9.Header.VisiblePosition = 8;
  345. ultraGridColumn9.Hidden = true;
  346. ultraGridColumn10.EditorComponent = this.cmbVisible;
  347. ultraGridColumn10.FilterOperatorDefaultValue = Infragistics.Win.UltraWinGrid.FilterOperatorDefaultValue.Equals;
  348. ultraGridColumn10.Header.VisiblePosition = 9;
  349. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 16;
  350. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  351. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  352. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  353. ultraGridColumn10.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  354. ultraGridColumn11.EditorComponent = this.uceCheck;
  355. ultraGridColumn11.Header.VisiblePosition = 10;
  356. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 18;
  357. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  358. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  359. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  360. ultraGridColumn11.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  361. ultraGridColumn12.Header.VisiblePosition = 11;
  362. ultraGridColumn12.MaskInput = "nnnn";
  363. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 20;
  364. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  365. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  366. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  367. ultraGridColumn13.Header.VisiblePosition = 12;
  368. ultraGridColumn13.MaskInput = "nnnn";
  369. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 22;
  370. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  371. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  372. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  373. ultraGridColumn14.Header.VisiblePosition = 13;
  374. ultraGridColumn14.MaskInput = "nnnn";
  375. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 24;
  376. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  377. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  378. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  379. ultraGridColumn15.Header.VisiblePosition = 14;
  380. ultraGridColumn15.MaskInput = "nnnn";
  381. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 26;
  382. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  383. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  384. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  385. ultraGridColumn16.Header.VisiblePosition = 15;
  386. ultraGridColumn16.MaskInput = "nnnn";
  387. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 28;
  388. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  389. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  390. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  391. ultraGridColumn17.Header.VisiblePosition = 16;
  392. ultraGridColumn17.MaskInput = "nnnn";
  393. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 30;
  394. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  395. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  396. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  397. ultraGridColumn18.Header.VisiblePosition = 17;
  398. ultraGridColumn18.MaskInput = "nnnn";
  399. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 32;
  400. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  401. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  402. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  403. ultraGridColumn19.Header.VisiblePosition = 18;
  404. ultraGridColumn19.MaskInput = "nnnn";
  405. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 34;
  406. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  407. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  408. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  409. ultraGridColumn20.Header.VisiblePosition = 19;
  410. ultraGridColumn20.HiddenWhenGroupBy = Infragistics.Win.DefaultableBoolean.True;
  411. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 6;
  412. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  413. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  414. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  415. ultraGridColumn21.Header.VisiblePosition = 20;
  416. ultraGridColumn21.Hidden = true;
  417. ultraGridBand1.Columns.AddRange(new object[] {
  418. ultraGridColumn1,
  419. ultraGridColumn2,
  420. ultraGridColumn3,
  421. ultraGridColumn4,
  422. ultraGridColumn5,
  423. ultraGridColumn6,
  424. ultraGridColumn7,
  425. ultraGridColumn8,
  426. ultraGridColumn9,
  427. ultraGridColumn10,
  428. ultraGridColumn11,
  429. ultraGridColumn12,
  430. ultraGridColumn13,
  431. ultraGridColumn14,
  432. ultraGridColumn15,
  433. ultraGridColumn16,
  434. ultraGridColumn17,
  435. ultraGridColumn18,
  436. ultraGridColumn19,
  437. ultraGridColumn20,
  438. ultraGridColumn21});
  439. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  440. this.ugDefault.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  441. this.ugDefault.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  442. this.ugDefault.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  443. this.ugDefault.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
  444. this.ugDefault.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  445. this.ugDefault.DisplayLayout.Override.BorderStyleCardArea = Infragistics.Win.UIElementBorderStyle.None;
  446. this.ugDefault.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Etched;
  447. this.ugDefault.DisplayLayout.Override.BorderStyleHeader = Infragistics.Win.UIElementBorderStyle.None;
  448. this.ugDefault.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None;
  449. appearance6.BackColor = System.Drawing.Color.Transparent;
  450. this.ugDefault.DisplayLayout.Override.CardAreaAppearance = appearance6;
  451. appearance7.TextVAlignAsString = "Middle";
  452. this.ugDefault.DisplayLayout.Override.CellAppearance = appearance7;
  453. this.ugDefault.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  454. appearance8.BackColor = System.Drawing.Color.LightSteelBlue;
  455. appearance8.TextHAlignAsString = "Center";
  456. appearance8.TextVAlignAsString = "Middle";
  457. this.ugDefault.DisplayLayout.Override.HeaderAppearance = appearance8;
  458. this.ugDefault.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  459. this.ugDefault.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  460. this.ugDefault.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  461. this.ugDefault.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  462. this.ugDefault.Dock = System.Windows.Forms.DockStyle.Fill;
  463. this.ugDefault.Font = new System.Drawing.Font("宋体", 10F);
  464. this.ugDefault.Location = new System.Drawing.Point(3, 21);
  465. this.ugDefault.Margin = new System.Windows.Forms.Padding(4);
  466. this.ugDefault.Name = "ugDefault";
  467. this.ugDefault.Size = new System.Drawing.Size(1528, 427);
  468. this.ugDefault.TabIndex = 13;
  469. this.ugDefault.AfterRowInsert += new Infragistics.Win.UltraWinGrid.RowEventHandler(this.ugDefault_AfterRowInsert);
  470. this.ugDefault.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ugDefault_CellChange);
  471. //
  472. // httReportDefaultEntityBindingSource
  473. //
  474. this.httReportDefaultEntityBindingSource.DataSource = typeof(Core.StlMes.Client.Mcp.Control.Entity.HttReportDefaultEntity);
  475. //
  476. // egbView
  477. //
  478. this.egbView.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  479. this.egbView.Dock = System.Windows.Forms.DockStyle.Bottom;
  480. this.egbView.ExpandedSize = new System.Drawing.Size(1528, 251);
  481. this.egbView.Location = new System.Drawing.Point(3, 448);
  482. this.egbView.Name = "egbView";
  483. this.egbView.Size = new System.Drawing.Size(1528, 251);
  484. this.egbView.TabIndex = 14;
  485. this.egbView.Text = "预览";
  486. this.egbView.ExpandedStateChanged += new System.EventHandler(this.egbView_ExpandedStateChanged);
  487. //
  488. // ultraExpandableGroupBoxPanel1
  489. //
  490. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.commonCrackDetection1);
  491. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  492. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
  493. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  494. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1522, 227);
  495. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  496. //
  497. // commonCrackDetection1
  498. //
  499. this.commonCrackDetection1.Dock = System.Windows.Forms.DockStyle.Fill;
  500. this.commonCrackDetection1.Location = new System.Drawing.Point(0, 0);
  501. this.commonCrackDetection1.Name = "commonCrackDetection1";
  502. this.commonCrackDetection1.ScrappedCode = null;
  503. this.commonCrackDetection1.SettingMode = true;
  504. this.commonCrackDetection1.Size = new System.Drawing.Size(1522, 227);
  505. this.commonCrackDetection1.SuspiciousCode = null;
  506. this.commonCrackDetection1.TabIndex = 0;
  507. this.commonCrackDetection1.UnPassCode = null;
  508. //
  509. // ultraPanel1
  510. //
  511. //
  512. // ultraPanel1.ClientArea
  513. //
  514. this.ultraPanel1.ClientArea.Controls.Add(this.ucReportNo);
  515. this.ultraPanel1.ClientArea.Controls.Add(this.uceMachineNo);
  516. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel2);
  517. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel1);
  518. this.ultraPanel1.ClientArea.Controls.Add(this.ucePlinCode);
  519. this.ultraPanel1.ClientArea.Controls.Add(this.PlinCode);
  520. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  521. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  522. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4);
  523. this.ultraPanel1.Name = "ultraPanel1";
  524. scrollBarLook1.ViewStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Office2007;
  525. this.ultraPanel1.ScrollBarLook = scrollBarLook1;
  526. this.ultraPanel1.Size = new System.Drawing.Size(1534, 50);
  527. this.ultraPanel1.TabIndex = 6;
  528. //
  529. // ucReportNo
  530. //
  531. this.ucReportNo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  532. valueListItem33.DataValue = "0";
  533. valueListItem33.DisplayText = "管体超声UT";
  534. valueListItem34.DataValue = "15";
  535. valueListItem34.DisplayText = "管体超声手探UT";
  536. valueListItem35.DataValue = "4";
  537. valueListItem35.DisplayText = "管体涡流ET";
  538. valueListItem36.DataValue = "10";
  539. valueListItem36.DisplayText = "管端超声UT";
  540. valueListItem37.DataValue = "1";
  541. valueListItem37.DisplayText = "管端超声手探UT";
  542. valueListItem38.DataValue = "12";
  543. valueListItem38.DisplayText = "管端磁粉MT ";
  544. valueListItem39.DataValue = "13";
  545. valueListItem39.DisplayText = "螺纹磁粉MT";
  546. valueListItem40.DataValue = "16";
  547. valueListItem40.DisplayText = "坡口磁粉MT";
  548. valueListItem41.DataValue = "11";
  549. valueListItem41.DisplayText = "管端磁粉手探MT";
  550. valueListItem42.DataValue = "14";
  551. valueListItem42.DisplayText = "管端电磁声EMAT";
  552. valueListItem1.DataValue = "17";
  553. valueListItem1.DisplayText = "管体磁粉手探";
  554. this.ucReportNo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  555. valueListItem33,
  556. valueListItem34,
  557. valueListItem35,
  558. valueListItem36,
  559. valueListItem37,
  560. valueListItem38,
  561. valueListItem39,
  562. valueListItem40,
  563. valueListItem41,
  564. valueListItem42,
  565. valueListItem1});
  566. this.ucReportNo.Location = new System.Drawing.Point(321, 14);
  567. this.ucReportNo.Name = "ucReportNo";
  568. this.ucReportNo.Size = new System.Drawing.Size(144, 24);
  569. this.ucReportNo.TabIndex = 963;
  570. //
  571. // uceMachineNo
  572. //
  573. this.uceMachineNo.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  574. valueListItem15.DataValue = "1";
  575. valueListItem15.DisplayText = "1";
  576. valueListItem16.DataValue = "2";
  577. valueListItem16.DisplayText = "2";
  578. valueListItem17.DataValue = "3";
  579. valueListItem17.DisplayText = "3";
  580. valueListItem18.DataValue = "4";
  581. valueListItem18.DisplayText = "4";
  582. this.uceMachineNo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  583. valueListItem15,
  584. valueListItem16,
  585. valueListItem17,
  586. valueListItem18});
  587. this.uceMachineNo.Location = new System.Drawing.Point(602, 14);
  588. this.uceMachineNo.Margin = new System.Windows.Forms.Padding(4);
  589. this.uceMachineNo.Name = "uceMachineNo";
  590. this.uceMachineNo.Size = new System.Drawing.Size(138, 24);
  591. this.uceMachineNo.TabIndex = 962;
  592. //
  593. // ultraLabel2
  594. //
  595. this.ultraLabel2.AutoSize = true;
  596. this.ultraLabel2.Location = new System.Drawing.Point(516, 18);
  597. this.ultraLabel2.Name = "ultraLabel2";
  598. this.ultraLabel2.Size = new System.Drawing.Size(67, 19);
  599. this.ultraLabel2.TabIndex = 961;
  600. this.ultraLabel2.Text = "机器编号";
  601. //
  602. // ultraLabel1
  603. //
  604. this.ultraLabel1.AutoSize = true;
  605. this.ultraLabel1.Location = new System.Drawing.Point(260, 18);
  606. this.ultraLabel1.Name = "ultraLabel1";
  607. this.ultraLabel1.Size = new System.Drawing.Size(44, 19);
  608. this.ultraLabel1.TabIndex = 959;
  609. this.ultraLabel1.Text = "报 表";
  610. //
  611. // ucePlinCode
  612. //
  613. this.ucePlinCode.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  614. this.ucePlinCode.Location = new System.Drawing.Point(88, 14);
  615. this.ucePlinCode.Name = "ucePlinCode";
  616. this.ucePlinCode.Size = new System.Drawing.Size(144, 24);
  617. this.ucePlinCode.TabIndex = 958;
  618. //
  619. // PlinCode
  620. //
  621. this.PlinCode.AutoSize = true;
  622. this.PlinCode.Location = new System.Drawing.Point(28, 18);
  623. this.PlinCode.Name = "PlinCode";
  624. this.PlinCode.Size = new System.Drawing.Size(44, 19);
  625. this.PlinCode.TabIndex = 957;
  626. this.PlinCode.Text = "产 线";
  627. //
  628. // FrmReportDefault
  629. //
  630. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  631. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  632. this.ClientSize = new System.Drawing.Size(1534, 752);
  633. this.Controls.Add(this.ultraGroupBox1);
  634. this.Controls.Add(this.ultraPanel1);
  635. this.Margin = new System.Windows.Forms.Padding(4);
  636. this.Name = "FrmReportDefault";
  637. this.Text = "报表配置界面";
  638. ((System.ComponentModel.ISupportInitialize)(this.reportNo)).EndInit();
  639. ((System.ComponentModel.ISupportInitialize)(this.cmbReportColumn)).EndInit();
  640. ((System.ComponentModel.ISupportInitialize)(this.cmbComlumType)).EndInit();
  641. ((System.ComponentModel.ISupportInitialize)(this.cmbTextDefault)).EndInit();
  642. ((System.ComponentModel.ISupportInitialize)(this.utUsed)).EndInit();
  643. ((System.ComponentModel.ISupportInitialize)(this.cmbVisible)).EndInit();
  644. ((System.ComponentModel.ISupportInitialize)(this.uceCheck)).EndInit();
  645. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  646. this.ultraGroupBox1.ResumeLayout(false);
  647. this.ultraGroupBox1.PerformLayout();
  648. ((System.ComponentModel.ISupportInitialize)(this.ugDefault)).EndInit();
  649. ((System.ComponentModel.ISupportInitialize)(this.httReportDefaultEntityBindingSource)).EndInit();
  650. ((System.ComponentModel.ISupportInitialize)(this.egbView)).EndInit();
  651. this.egbView.ResumeLayout(false);
  652. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  653. this.ultraPanel1.ClientArea.ResumeLayout(false);
  654. this.ultraPanel1.ClientArea.PerformLayout();
  655. this.ultraPanel1.ResumeLayout(false);
  656. ((System.ComponentModel.ISupportInitialize)(this.ucReportNo)).EndInit();
  657. ((System.ComponentModel.ISupportInitialize)(this.uceMachineNo)).EndInit();
  658. ((System.ComponentModel.ISupportInitialize)(this.ucePlinCode)).EndInit();
  659. this.ResumeLayout(false);
  660. }
  661. #endregion
  662. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  663. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  664. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  665. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucePlinCode;
  666. private Infragistics.Win.Misc.UltraLabel PlinCode;
  667. private Infragistics.Win.UltraWinGrid.UltraGrid ugDefault;
  668. private Infragistics.Win.Misc.UltraExpandableGroupBox egbView;
  669. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  670. private System.Windows.Forms.BindingSource httReportDefaultEntityBindingSource;
  671. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbReportColumn;
  672. private Infragistics.Win.UltraWinEditors.UltraTextEditor cmbTextDefault;
  673. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbComlumType;
  674. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbVisible;
  675. private Infragistics.Win.UltraWinEditors.UltraTextEditor utUsed;
  676. private Infragistics.Win.UltraWinEditors.UltraComboEditor uceCheck;
  677. private Infragistics.Win.UltraWinEditors.UltraComboEditor uceMachineNo;
  678. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  679. private Control.Common.CommonCrackDetection commonCrackDetection1;
  680. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucReportNo;
  681. private Infragistics.Win.UltraWinEditors.UltraComboEditor reportNo;
  682. }
  683. }