FrmNewreport.Designer.cs 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  1. namespace Core.StlMes.Client.Mcp.Treatment
  2. {
  3. partial class FrmNewreport
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("HttQuenchingResultEntity", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ResultNo");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HeatPlanNo");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ZyBatchId");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProdIndex");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProPlanId");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GxPlanNo");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PlineCode");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PlineName");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("QuenchWay");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Traffic");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LengthTime");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PassNum");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ColTime");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ColUser");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ColShift");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ColGroup");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ColMode");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProYearMonthDay");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BalYearMonth");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProcessSeq");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FailNum");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FailWt");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProNum");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProWt");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Model");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NeiGps");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NeiTime");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("NeiPsi");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WaiGps");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WaiTime");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WaiPsi");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Delayed");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BeforeTemperature");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AfterTemperature");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MediumTemperature");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Pemark");
  70. Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("1");
  71. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo1 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ResultNo", -1, Infragistics.Win.DefaultableBoolean.Default);
  72. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo2 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "HeatPlanNo", -1, Infragistics.Win.DefaultableBoolean.Default);
  73. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo3 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ZyBatchId", -1, Infragistics.Win.DefaultableBoolean.Default);
  74. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo4 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ProdIndex", -1, Infragistics.Win.DefaultableBoolean.Default);
  75. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo5 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ProPlanId", -1, Infragistics.Win.DefaultableBoolean.Default);
  76. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo6 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "GxPlanNo", -1, Infragistics.Win.DefaultableBoolean.Default);
  77. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo7 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PlineCode", -1, Infragistics.Win.DefaultableBoolean.Default);
  78. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo8 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PlineName", -1, Infragistics.Win.DefaultableBoolean.Default);
  79. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo9 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "QuenchWay", -1, Infragistics.Win.DefaultableBoolean.Default);
  80. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo10 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "Traffic", -1, Infragistics.Win.DefaultableBoolean.Default);
  81. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo11 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "LengthTime", -1, Infragistics.Win.DefaultableBoolean.Default);
  82. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo12 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PassNum", -1, Infragistics.Win.DefaultableBoolean.Default);
  83. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo13 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ColTime", -1, Infragistics.Win.DefaultableBoolean.Default);
  84. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo14 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ColUser", -1, Infragistics.Win.DefaultableBoolean.Default);
  85. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo15 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ColShift", -1, Infragistics.Win.DefaultableBoolean.Default);
  86. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo16 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ColGroup", -1, Infragistics.Win.DefaultableBoolean.Default);
  87. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo17 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CreateTime", -1, Infragistics.Win.DefaultableBoolean.Default);
  88. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo18 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "UpdateTime", -1, Infragistics.Win.DefaultableBoolean.Default);
  89. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo19 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "UpdateName", -1, Infragistics.Win.DefaultableBoolean.Default);
  90. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo20 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ColMode", -1, Infragistics.Win.DefaultableBoolean.Default);
  91. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo21 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ProYearMonthDay", -1, Infragistics.Win.DefaultableBoolean.Default);
  92. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo22 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "BalYearMonth", -1, Infragistics.Win.DefaultableBoolean.Default);
  93. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo23 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ProcessSeq", -1, Infragistics.Win.DefaultableBoolean.Default);
  94. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo24 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FailNum", -1, Infragistics.Win.DefaultableBoolean.Default);
  95. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo25 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "FailWt", -1, Infragistics.Win.DefaultableBoolean.Default);
  96. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo26 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ProNum", -1, Infragistics.Win.DefaultableBoolean.Default);
  97. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo27 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ProWt", -1, Infragistics.Win.DefaultableBoolean.Default);
  98. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo28 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "Model", -1, Infragistics.Win.DefaultableBoolean.Default);
  99. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo29 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "NeiGps", -1, Infragistics.Win.DefaultableBoolean.Default);
  100. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo30 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "NeiTime", -1, Infragistics.Win.DefaultableBoolean.Default);
  101. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo31 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "NeiPsi", -1, Infragistics.Win.DefaultableBoolean.Default);
  102. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo32 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "WaiGps", -1, Infragistics.Win.DefaultableBoolean.Default);
  103. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo33 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "WaiTime", -1, Infragistics.Win.DefaultableBoolean.Default);
  104. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo34 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "WaiPsi", -1, Infragistics.Win.DefaultableBoolean.Default);
  105. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo35 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "Delayed", -1, Infragistics.Win.DefaultableBoolean.Default);
  106. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo36 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "BeforeTemperature", -1, Infragistics.Win.DefaultableBoolean.Default);
  107. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo37 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "AfterTemperature", -1, Infragistics.Win.DefaultableBoolean.Default);
  108. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo38 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MediumTemperature", -1, Infragistics.Win.DefaultableBoolean.Default);
  109. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo39 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "Pemark", -1, Infragistics.Win.DefaultableBoolean.Default);
  110. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  111. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  112. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  113. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  114. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
  115. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  116. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
  117. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  118. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmNewreport));
  119. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  120. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  121. this.FrmScrap_Fill_Panel = new System.Windows.Forms.Panel();
  122. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  123. this.ultraGridDetailDes1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  124. this.panel1 = new System.Windows.Forms.Panel();
  125. this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
  126. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  127. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  128. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  129. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  130. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  131. this.ultraToolbarsDockArea1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  132. this.ultraToolbarsDockArea2 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  133. this.ultraToolbarsDockArea3 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  134. this.ultraToolbarsDockArea4 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  135. this.httQuenchingResultEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  136. this.FrmScrap_Fill_Panel.SuspendLayout();
  137. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  138. this.ultraGroupBox2.SuspendLayout();
  139. ((System.ComponentModel.ISupportInitialize)(this.ultraGridDetailDes1)).BeginInit();
  140. this.panel1.SuspendLayout();
  141. this.panel1_Fill_Panel.SuspendLayout();
  142. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  143. ((System.ComponentModel.ISupportInitialize)(this.httQuenchingResultEntityBindingSource)).BeginInit();
  144. this.SuspendLayout();
  145. //
  146. // FrmScrap_Fill_Panel
  147. //
  148. this.FrmScrap_Fill_Panel.Controls.Add(this.ultraGroupBox2);
  149. this.FrmScrap_Fill_Panel.Controls.Add(this.panel1);
  150. this.FrmScrap_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  151. this.FrmScrap_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  152. this.FrmScrap_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  153. this.FrmScrap_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  154. this.FrmScrap_Fill_Panel.Name = "FrmScrap_Fill_Panel";
  155. this.FrmScrap_Fill_Panel.Size = new System.Drawing.Size(1924, 369);
  156. this.FrmScrap_Fill_Panel.TabIndex = 1;
  157. //
  158. // ultraGroupBox2
  159. //
  160. this.ultraGroupBox2.Controls.Add(this.ultraGridDetailDes1);
  161. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 32);
  163. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(4);
  164. this.ultraGroupBox2.Name = "ultraGroupBox2";
  165. this.ultraGroupBox2.Size = new System.Drawing.Size(1924, 337);
  166. this.ultraGroupBox2.TabIndex = 1;
  167. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  168. //
  169. // ultraGridDetailDes1
  170. //
  171. this.ultraGridDetailDes1.DataSource = this.httQuenchingResultEntityBindingSource;
  172. appearance17.BackColor = System.Drawing.Color.Transparent;
  173. this.ultraGridDetailDes1.DisplayLayout.Appearance = appearance17;
  174. ultraGridBand1.CardSettings.CardScrollbars = Infragistics.Win.UltraWinGrid.CardScrollbars.None;
  175. ultraGridBand1.CardSettings.ShowCaption = false;
  176. ultraGridBand1.CardSettings.Style = Infragistics.Win.UltraWinGrid.CardStyle.StandardLabels;
  177. ultraGridColumn1.Header.VisiblePosition = 0;
  178. ultraGridColumn1.Hidden = true;
  179. ultraGridColumn2.Header.VisiblePosition = 1;
  180. ultraGridColumn2.Hidden = true;
  181. ultraGridColumn3.Header.VisiblePosition = 2;
  182. ultraGridColumn3.Hidden = true;
  183. ultraGridColumn4.Header.VisiblePosition = 3;
  184. ultraGridColumn4.Hidden = true;
  185. ultraGridColumn5.Header.VisiblePosition = 4;
  186. ultraGridColumn5.Hidden = true;
  187. ultraGridColumn6.Header.VisiblePosition = 5;
  188. ultraGridColumn6.Hidden = true;
  189. ultraGridColumn7.Header.VisiblePosition = 6;
  190. ultraGridColumn7.Hidden = true;
  191. ultraGridColumn8.Header.VisiblePosition = 7;
  192. ultraGridColumn8.Hidden = true;
  193. ultraGridColumn9.Header.VisiblePosition = 8;
  194. ultraGridColumn9.Hidden = true;
  195. ultraGridColumn10.Header.VisiblePosition = 9;
  196. ultraGridColumn10.Hidden = true;
  197. ultraGridColumn11.Header.VisiblePosition = 10;
  198. ultraGridColumn11.Hidden = true;
  199. ultraGridColumn12.Header.VisiblePosition = 11;
  200. ultraGridColumn12.Hidden = true;
  201. ultraGridColumn13.Header.VisiblePosition = 12;
  202. ultraGridColumn13.Hidden = true;
  203. ultraGridColumn14.Header.VisiblePosition = 13;
  204. ultraGridColumn14.Hidden = true;
  205. ultraGridColumn15.Header.VisiblePosition = 14;
  206. ultraGridColumn15.Hidden = true;
  207. ultraGridColumn16.Header.VisiblePosition = 15;
  208. ultraGridColumn16.Hidden = true;
  209. ultraGridColumn17.Header.VisiblePosition = 16;
  210. ultraGridColumn17.Hidden = true;
  211. ultraGridColumn18.Header.VisiblePosition = 17;
  212. ultraGridColumn18.Hidden = true;
  213. ultraGridColumn19.Header.VisiblePosition = 18;
  214. ultraGridColumn19.Hidden = true;
  215. ultraGridColumn20.Header.VisiblePosition = 19;
  216. ultraGridColumn20.Hidden = true;
  217. ultraGridColumn21.Header.VisiblePosition = 20;
  218. ultraGridColumn21.Hidden = true;
  219. ultraGridColumn22.Header.VisiblePosition = 21;
  220. ultraGridColumn22.Hidden = true;
  221. ultraGridColumn23.Header.VisiblePosition = 22;
  222. ultraGridColumn23.Hidden = true;
  223. ultraGridColumn24.Header.VisiblePosition = 23;
  224. ultraGridColumn24.Hidden = true;
  225. ultraGridColumn25.Header.VisiblePosition = 24;
  226. ultraGridColumn25.Hidden = true;
  227. ultraGridColumn26.Header.VisiblePosition = 25;
  228. ultraGridColumn26.Hidden = true;
  229. ultraGridColumn27.Header.VisiblePosition = 26;
  230. ultraGridColumn27.Hidden = true;
  231. ultraGridColumn28.Header.VisiblePosition = 27;
  232. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 0;
  233. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
  234. ultraGridColumn28.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(71, 49);
  235. ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 45);
  236. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 1;
  237. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
  238. ultraGridColumn29.Header.VisiblePosition = 28;
  239. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 1;
  240. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
  241. ultraGridColumn29.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 49);
  242. ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 45);
  243. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 1;
  244. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
  245. ultraGridColumn30.Header.VisiblePosition = 29;
  246. ultraGridColumn30.RowLayoutColumnInfo.OriginX = 2;
  247. ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
  248. ultraGridColumn30.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(96, 49);
  249. ultraGridColumn30.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 45);
  250. ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
  251. ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
  252. ultraGridColumn31.Header.VisiblePosition = 30;
  253. ultraGridColumn31.RowLayoutColumnInfo.OriginX = 4;
  254. ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
  255. ultraGridColumn31.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(81, 49);
  256. ultraGridColumn31.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 45);
  257. ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
  258. ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
  259. ultraGridColumn32.Header.VisiblePosition = 31;
  260. ultraGridColumn32.RowLayoutColumnInfo.OriginX = 6;
  261. ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
  262. ultraGridColumn32.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 49);
  263. ultraGridColumn32.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 45);
  264. ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
  265. ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
  266. ultraGridColumn33.Header.VisiblePosition = 32;
  267. ultraGridColumn33.RowLayoutColumnInfo.OriginX = 8;
  268. ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
  269. ultraGridColumn33.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 49);
  270. ultraGridColumn33.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 45);
  271. ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
  272. ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
  273. ultraGridColumn34.Header.VisiblePosition = 33;
  274. ultraGridColumn34.RowLayoutColumnInfo.OriginX = 10;
  275. ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
  276. ultraGridColumn34.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(91, 49);
  277. ultraGridColumn34.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 45);
  278. ultraGridColumn34.RowLayoutColumnInfo.SpanX = 1;
  279. ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
  280. ultraGridColumn35.Header.VisiblePosition = 34;
  281. ultraGridColumn35.RowLayoutColumnInfo.OriginX = 11;
  282. ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
  283. ultraGridColumn35.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(79, 49);
  284. ultraGridColumn35.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 45);
  285. ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
  286. ultraGridColumn35.RowLayoutColumnInfo.SpanY = 2;
  287. ultraGridColumn36.Header.VisiblePosition = 35;
  288. ultraGridColumn36.RowLayoutColumnInfo.OriginX = 13;
  289. ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
  290. ultraGridColumn36.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(94, 49);
  291. ultraGridColumn36.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 45);
  292. ultraGridColumn36.RowLayoutColumnInfo.SpanX = 1;
  293. ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
  294. ultraGridColumn37.Header.VisiblePosition = 36;
  295. ultraGridColumn37.RowLayoutColumnInfo.OriginX = 14;
  296. ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
  297. ultraGridColumn37.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(82, 49);
  298. ultraGridColumn37.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 45);
  299. ultraGridColumn37.RowLayoutColumnInfo.SpanX = 1;
  300. ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
  301. ultraGridColumn38.Header.VisiblePosition = 37;
  302. ultraGridColumn38.RowLayoutColumnInfo.OriginX = 15;
  303. ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
  304. ultraGridColumn38.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(108, 49);
  305. ultraGridColumn38.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 45);
  306. ultraGridColumn38.RowLayoutColumnInfo.SpanX = 1;
  307. ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
  308. ultraGridColumn39.Header.VisiblePosition = 38;
  309. ultraGridColumn39.RowLayoutColumnInfo.OriginX = 16;
  310. ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
  311. ultraGridColumn39.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(224, 49);
  312. ultraGridColumn39.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 45);
  313. ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
  314. ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
  315. ultraGridBand1.Columns.AddRange(new object[] {
  316. ultraGridColumn1,
  317. ultraGridColumn2,
  318. ultraGridColumn3,
  319. ultraGridColumn4,
  320. ultraGridColumn5,
  321. ultraGridColumn6,
  322. ultraGridColumn7,
  323. ultraGridColumn8,
  324. ultraGridColumn9,
  325. ultraGridColumn10,
  326. ultraGridColumn11,
  327. ultraGridColumn12,
  328. ultraGridColumn13,
  329. ultraGridColumn14,
  330. ultraGridColumn15,
  331. ultraGridColumn16,
  332. ultraGridColumn17,
  333. ultraGridColumn18,
  334. ultraGridColumn19,
  335. ultraGridColumn20,
  336. ultraGridColumn21,
  337. ultraGridColumn22,
  338. ultraGridColumn23,
  339. ultraGridColumn24,
  340. ultraGridColumn25,
  341. ultraGridColumn26,
  342. ultraGridColumn27,
  343. ultraGridColumn28,
  344. ultraGridColumn29,
  345. ultraGridColumn30,
  346. ultraGridColumn31,
  347. ultraGridColumn32,
  348. ultraGridColumn33,
  349. ultraGridColumn34,
  350. ultraGridColumn35,
  351. ultraGridColumn36,
  352. ultraGridColumn37,
  353. ultraGridColumn38,
  354. ultraGridColumn39});
  355. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  356. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  357. ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  358. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  359. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  360. ultraGridBand1.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.None;
  361. ultraGridBand1.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  362. rowLayout1.CardViewStyle = Infragistics.Win.UltraWinGrid.CardStyle.StandardLabels;
  363. rowLayout1.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
  364. rowLayoutColumnInfo1,
  365. rowLayoutColumnInfo2,
  366. rowLayoutColumnInfo3,
  367. rowLayoutColumnInfo4,
  368. rowLayoutColumnInfo5,
  369. rowLayoutColumnInfo6,
  370. rowLayoutColumnInfo7,
  371. rowLayoutColumnInfo8,
  372. rowLayoutColumnInfo9,
  373. rowLayoutColumnInfo10,
  374. rowLayoutColumnInfo11,
  375. rowLayoutColumnInfo12,
  376. rowLayoutColumnInfo13,
  377. rowLayoutColumnInfo14,
  378. rowLayoutColumnInfo15,
  379. rowLayoutColumnInfo16,
  380. rowLayoutColumnInfo17,
  381. rowLayoutColumnInfo18,
  382. rowLayoutColumnInfo19,
  383. rowLayoutColumnInfo20,
  384. rowLayoutColumnInfo21,
  385. rowLayoutColumnInfo22,
  386. rowLayoutColumnInfo23,
  387. rowLayoutColumnInfo24,
  388. rowLayoutColumnInfo25,
  389. rowLayoutColumnInfo26,
  390. rowLayoutColumnInfo27,
  391. rowLayoutColumnInfo28,
  392. rowLayoutColumnInfo29,
  393. rowLayoutColumnInfo30,
  394. rowLayoutColumnInfo31,
  395. rowLayoutColumnInfo32,
  396. rowLayoutColumnInfo33,
  397. rowLayoutColumnInfo34,
  398. rowLayoutColumnInfo35,
  399. rowLayoutColumnInfo36,
  400. rowLayoutColumnInfo37,
  401. rowLayoutColumnInfo38,
  402. rowLayoutColumnInfo39});
  403. rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  404. ultraGridBand1.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
  405. rowLayout1});
  406. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  407. this.ultraGridDetailDes1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  408. this.ultraGridDetailDes1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  409. this.ultraGridDetailDes1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  410. this.ultraGridDetailDes1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
  411. this.ultraGridDetailDes1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  412. this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleCardArea = Infragistics.Win.UIElementBorderStyle.None;
  413. this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Etched;
  414. this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleHeader = Infragistics.Win.UIElementBorderStyle.None;
  415. this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None;
  416. appearance18.BackColor = System.Drawing.Color.Transparent;
  417. this.ultraGridDetailDes1.DisplayLayout.Override.CardAreaAppearance = appearance18;
  418. appearance19.TextVAlignAsString = "Middle";
  419. this.ultraGridDetailDes1.DisplayLayout.Override.CellAppearance = appearance19;
  420. this.ultraGridDetailDes1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  421. appearance20.BackColor = System.Drawing.Color.LightSteelBlue;
  422. appearance20.TextHAlignAsString = "Center";
  423. appearance20.TextVAlignAsString = "Middle";
  424. this.ultraGridDetailDes1.DisplayLayout.Override.HeaderAppearance = appearance20;
  425. this.ultraGridDetailDes1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  426. this.ultraGridDetailDes1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  427. this.ultraGridDetailDes1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  428. this.ultraGridDetailDes1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  429. this.ultraGridDetailDes1.Dock = System.Windows.Forms.DockStyle.Fill;
  430. this.ultraGridDetailDes1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.ultraGridDetailDes1.Location = new System.Drawing.Point(3, 0);
  432. this.ultraGridDetailDes1.Margin = new System.Windows.Forms.Padding(4);
  433. this.ultraGridDetailDes1.Name = "ultraGridDetailDes1";
  434. this.ultraGridDetailDes1.Size = new System.Drawing.Size(1918, 334);
  435. this.ultraGridDetailDes1.TabIndex = 11;
  436. //
  437. // panel1
  438. //
  439. this.panel1.Controls.Add(this.panel1_Fill_Panel);
  440. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  441. this.panel1.Location = new System.Drawing.Point(0, 0);
  442. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  443. this.panel1.Name = "panel1";
  444. this.panel1.Size = new System.Drawing.Size(1924, 32);
  445. this.panel1.TabIndex = 0;
  446. //
  447. // panel1_Fill_Panel
  448. //
  449. this.panel1_Fill_Panel.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  450. this.panel1_Fill_Panel.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  451. this.panel1_Fill_Panel.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  452. this.panel1_Fill_Panel.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  453. this.panel1_Fill_Panel.Controls.Add(this.ultraToolbarsDockArea1);
  454. this.panel1_Fill_Panel.Controls.Add(this.ultraToolbarsDockArea2);
  455. this.panel1_Fill_Panel.Controls.Add(this.ultraToolbarsDockArea3);
  456. this.panel1_Fill_Panel.Controls.Add(this.ultraToolbarsDockArea4);
  457. this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  458. this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  459. this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  460. this.panel1_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  461. this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
  462. this.panel1_Fill_Panel.Size = new System.Drawing.Size(1924, 32);
  463. this.panel1_Fill_Panel.TabIndex = 0;
  464. //
  465. // _panel1_Toolbars_Dock_Area_Top
  466. //
  467. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  468. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  469. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  470. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  471. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  472. this._panel1_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4);
  473. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  474. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1924, 31);
  475. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  476. //
  477. // ultraToolbarsManager1
  478. //
  479. this.ultraToolbarsManager1.DesignerFlags = 1;
  480. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  481. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  482. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
  483. ultraToolbar1.DockedColumn = 0;
  484. ultraToolbar1.DockedRow = 0;
  485. buttonTool1.InstanceProps.IsFirstInGroup = true;
  486. buttonTool2.InstanceProps.IsFirstInGroup = true;
  487. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  488. buttonTool1,
  489. buttonTool2});
  490. ultraToolbar1.Text = "UltraToolbar1";
  491. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  492. ultraToolbar1});
  493. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  494. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  495. buttonTool3.SharedPropsInternal.Caption = "保存";
  496. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  497. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  498. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  499. buttonTool4.SharedPropsInternal.Caption = "关闭";
  500. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  501. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  502. buttonTool3,
  503. buttonTool4});
  504. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  505. //
  506. // _panel1_Toolbars_Dock_Area_Bottom
  507. //
  508. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  509. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  510. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  511. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  512. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 32);
  513. this._panel1_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4);
  514. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  515. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1924, 0);
  516. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  517. //
  518. // _panel1_Toolbars_Dock_Area_Left
  519. //
  520. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  521. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  522. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  523. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  524. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 0);
  525. this._panel1_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4);
  526. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  527. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 32);
  528. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  529. //
  530. // _panel1_Toolbars_Dock_Area_Right
  531. //
  532. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  533. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  534. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  535. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  536. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1924, 0);
  537. this._panel1_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4);
  538. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  539. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 32);
  540. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  541. //
  542. // ultraToolbarsDockArea1
  543. //
  544. this.ultraToolbarsDockArea1.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  545. this.ultraToolbarsDockArea1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  546. this.ultraToolbarsDockArea1.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  547. this.ultraToolbarsDockArea1.ForeColor = System.Drawing.SystemColors.ControlText;
  548. this.ultraToolbarsDockArea1.Location = new System.Drawing.Point(0, 0);
  549. this.ultraToolbarsDockArea1.Margin = new System.Windows.Forms.Padding(4);
  550. this.ultraToolbarsDockArea1.Name = "ultraToolbarsDockArea1";
  551. this.ultraToolbarsDockArea1.Size = new System.Drawing.Size(1924, 0);
  552. //
  553. // ultraToolbarsDockArea2
  554. //
  555. this.ultraToolbarsDockArea2.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  556. this.ultraToolbarsDockArea2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  557. this.ultraToolbarsDockArea2.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  558. this.ultraToolbarsDockArea2.ForeColor = System.Drawing.SystemColors.ControlText;
  559. this.ultraToolbarsDockArea2.Location = new System.Drawing.Point(0, 32);
  560. this.ultraToolbarsDockArea2.Margin = new System.Windows.Forms.Padding(4);
  561. this.ultraToolbarsDockArea2.Name = "ultraToolbarsDockArea2";
  562. this.ultraToolbarsDockArea2.Size = new System.Drawing.Size(1924, 0);
  563. //
  564. // ultraToolbarsDockArea3
  565. //
  566. this.ultraToolbarsDockArea3.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  567. this.ultraToolbarsDockArea3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  568. this.ultraToolbarsDockArea3.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  569. this.ultraToolbarsDockArea3.ForeColor = System.Drawing.SystemColors.ControlText;
  570. this.ultraToolbarsDockArea3.Location = new System.Drawing.Point(0, 0);
  571. this.ultraToolbarsDockArea3.Margin = new System.Windows.Forms.Padding(4);
  572. this.ultraToolbarsDockArea3.Name = "ultraToolbarsDockArea3";
  573. this.ultraToolbarsDockArea3.Size = new System.Drawing.Size(0, 32);
  574. //
  575. // ultraToolbarsDockArea4
  576. //
  577. this.ultraToolbarsDockArea4.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  578. this.ultraToolbarsDockArea4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  579. this.ultraToolbarsDockArea4.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  580. this.ultraToolbarsDockArea4.ForeColor = System.Drawing.SystemColors.ControlText;
  581. this.ultraToolbarsDockArea4.Location = new System.Drawing.Point(1924, 0);
  582. this.ultraToolbarsDockArea4.Margin = new System.Windows.Forms.Padding(4);
  583. this.ultraToolbarsDockArea4.Name = "ultraToolbarsDockArea4";
  584. this.ultraToolbarsDockArea4.Size = new System.Drawing.Size(0, 32);
  585. //
  586. // httQuenchingResultEntityBindingSource
  587. //
  588. this.httQuenchingResultEntityBindingSource.DataSource = typeof(Core.StlMes.Client.Mcp.Treatment.Entity.HttQuenchingResultEntity);
  589. //
  590. // FrmNewreport
  591. //
  592. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  593. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  594. this.ClientSize = new System.Drawing.Size(1924, 369);
  595. this.Controls.Add(this.FrmScrap_Fill_Panel);
  596. this.Name = "FrmNewreport";
  597. this.Text = "水淬质量报告录入";
  598. this.FrmScrap_Fill_Panel.ResumeLayout(false);
  599. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  600. this.ultraGroupBox2.ResumeLayout(false);
  601. ((System.ComponentModel.ISupportInitialize)(this.ultraGridDetailDes1)).EndInit();
  602. this.panel1.ResumeLayout(false);
  603. this.panel1_Fill_Panel.ResumeLayout(false);
  604. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  605. ((System.ComponentModel.ISupportInitialize)(this.httQuenchingResultEntityBindingSource)).EndInit();
  606. this.ResumeLayout(false);
  607. }
  608. #endregion
  609. private System.Windows.Forms.Panel FrmScrap_Fill_Panel;
  610. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  611. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridDetailDes1;
  612. private System.Windows.Forms.Panel panel1;
  613. private System.Windows.Forms.Panel panel1_Fill_Panel;
  614. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea1;
  615. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea2;
  616. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea3;
  617. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea ultraToolbarsDockArea4;
  618. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  619. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  620. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  621. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  622. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  623. private System.Windows.Forms.BindingSource httQuenchingResultEntityBindingSource;
  624. }
  625. }