FrmBaseCheckMethod.designer.cs 86 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388
  1. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
  2. {
  3. partial class FrmBaseCheckMethod
  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 appearance30 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHECK_METHOD_NO");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHECK_METHOD_ITEMNAME");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SHOW_SEQ", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ISDOWN");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEFAULT_VALUES");
  37. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table3", -1);
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEFAULT_VALUES");
  51. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  63. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("AddItem");
  64. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("UpdateItem");
  65. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DeleteItem");
  66. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("AddItem");
  67. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  68. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBaseCheckMethod));
  69. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("UpdateItem");
  70. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("DeleteItem");
  72. Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  78. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  79. Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
  80. Infragistics.Win.ValueListItem valueListItem13 = new Infragistics.Win.ValueListItem();
  81. Infragistics.Win.ValueListItem valueListItem14 = new Infragistics.Win.ValueListItem();
  82. Infragistics.Win.ValueListItem valueListItem15 = new Infragistics.Win.ValueListItem();
  83. Infragistics.Win.ValueListItem valueListItem16 = new Infragistics.Win.ValueListItem();
  84. Infragistics.Win.ValueListItem valueListItem17 = new Infragistics.Win.ValueListItem();
  85. Infragistics.Win.ValueListItem valueListItem18 = new Infragistics.Win.ValueListItem();
  86. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  89. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  90. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHECK_METHOD_NO", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  91. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHECK_METHOD_NAME");
  92. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PHY_CODE_MAX");
  93. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PHY_NAME_MAX");
  94. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PHY_CODE_MIN");
  95. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PHY_NAME_MIN");
  96. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  97. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPT_ID");
  98. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  99. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  100. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  102. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  104. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
  106. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  107. Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
  108. Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
  109. Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
  110. Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
  111. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  112. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  113. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  114. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  115. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  116. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  117. Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
  118. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  119. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  120. Infragistics.Win.ValueListItem valueListItem19 = new Infragistics.Win.ValueListItem();
  121. Infragistics.Win.ValueListItem valueListItem20 = new Infragistics.Win.ValueListItem();
  122. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  123. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  124. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  125. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  126. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  127. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  128. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  129. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  130. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  131. Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
  132. this.dataSet1 = new System.Data.DataSet();
  133. this.dataTable1 = new System.Data.DataTable();
  134. this.dataColumn1 = new System.Data.DataColumn();
  135. this.dataColumn2 = new System.Data.DataColumn();
  136. this.dataColumn3 = new System.Data.DataColumn();
  137. this.dataColumn4 = new System.Data.DataColumn();
  138. this.dataColumn5 = new System.Data.DataColumn();
  139. this.dataColumn6 = new System.Data.DataColumn();
  140. this.dataColumn7 = new System.Data.DataColumn();
  141. this.dataColumn13 = new System.Data.DataColumn();
  142. this.dataColumn16 = new System.Data.DataColumn();
  143. this.dataColumn17 = new System.Data.DataColumn();
  144. this.dataTable2 = new System.Data.DataTable();
  145. this.dataColumn8 = new System.Data.DataColumn();
  146. this.dataColumn9 = new System.Data.DataColumn();
  147. this.dataColumn10 = new System.Data.DataColumn();
  148. this.dataColumn11 = new System.Data.DataColumn();
  149. this.dataColumn12 = new System.Data.DataColumn();
  150. this.dataColumn14 = new System.Data.DataColumn();
  151. this.dataTable3 = new System.Data.DataTable();
  152. this.dataColumn15 = new System.Data.DataColumn();
  153. this.panel1 = new System.Windows.Forms.Panel();
  154. this.panel3 = new System.Windows.Forms.Panel();
  155. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  156. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  157. this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  158. this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  159. this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  160. this.chkISDOWN = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  161. this.panel4 = new System.Windows.Forms.Panel();
  162. this.panel4_Fill_Panel = new System.Windows.Forms.Panel();
  163. this._panel4_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  164. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  165. this._panel4_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  166. this._panel4_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  167. this._panel4_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  168. this.ultraLabel18 = new Infragistics.Win.Misc.UltraLabel();
  169. this.txtREMARKS = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  170. this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
  171. this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
  172. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  173. this.ultraSHOW_SEQ = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  174. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  175. this.txtCHECK_METHOD_ITEMNAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  176. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  177. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  178. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  179. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  180. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  181. this.txtCHECK_METHOD_NAME = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  182. this.ultraDeptId = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  183. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  184. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  185. this.ultraPHY_NAME_MIN = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  186. this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
  187. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  188. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  189. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  190. this.txtREMARK = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  191. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  192. this.ultraPHY_NAME_MAX = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  193. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  194. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  195. this.txtCHECK_METHOD_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  196. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  197. this.panel2 = new System.Windows.Forms.Panel();
  198. this.ultraQueryDEPT_ID = new Core.StlMes.Client.Lims.Data.PipeAndOutdec.PublicUltraDept_ID();
  199. this.chkDEPT_ID = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  200. this.chkCHECK_METHOD_NAME = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  201. this.txtQueryCHECK_METHOD_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  202. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  206. this.panel1.SuspendLayout();
  207. this.panel3.SuspendLayout();
  208. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  209. this.ultraGroupBox2.SuspendLayout();
  210. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
  212. this.ultraExpandableGroupBox2.SuspendLayout();
  213. this.ultraExpandableGroupBoxPanel2.SuspendLayout();
  214. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
  215. ((System.ComponentModel.ISupportInitialize)(this.chkISDOWN)).BeginInit();
  216. this.panel4.SuspendLayout();
  217. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  218. ((System.ComponentModel.ISupportInitialize)(this.txtREMARKS)).BeginInit();
  219. ((System.ComponentModel.ISupportInitialize)(this.ultraSHOW_SEQ)).BeginInit();
  220. ((System.ComponentModel.ISupportInitialize)(this.txtCHECK_METHOD_ITEMNAME)).BeginInit();
  221. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  222. this.ultraGroupBox1.SuspendLayout();
  223. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  224. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  225. this.ultraExpandableGroupBox1.SuspendLayout();
  226. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  227. ((System.ComponentModel.ISupportInitialize)(this.txtCHECK_METHOD_NAME)).BeginInit();
  228. ((System.ComponentModel.ISupportInitialize)(this.ultraDeptId)).BeginInit();
  229. ((System.ComponentModel.ISupportInitialize)(this.ultraPHY_NAME_MIN)).BeginInit();
  230. ((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).BeginInit();
  231. ((System.ComponentModel.ISupportInitialize)(this.ultraPHY_NAME_MAX)).BeginInit();
  232. ((System.ComponentModel.ISupportInitialize)(this.txtCHECK_METHOD_NO)).BeginInit();
  233. this.panel2.SuspendLayout();
  234. ((System.ComponentModel.ISupportInitialize)(this.chkDEPT_ID)).BeginInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.chkCHECK_METHOD_NAME)).BeginInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.txtQueryCHECK_METHOD_NAME)).BeginInit();
  237. this.SuspendLayout();
  238. //
  239. // dataSet1
  240. //
  241. this.dataSet1.DataSetName = "NewDataSet";
  242. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  243. this.dataTable1,
  244. this.dataTable2,
  245. this.dataTable3});
  246. //
  247. // dataTable1
  248. //
  249. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  250. this.dataColumn1,
  251. this.dataColumn2,
  252. this.dataColumn3,
  253. this.dataColumn4,
  254. this.dataColumn5,
  255. this.dataColumn6,
  256. this.dataColumn7,
  257. this.dataColumn13,
  258. this.dataColumn16,
  259. this.dataColumn17});
  260. this.dataTable1.TableName = "Table1";
  261. //
  262. // dataColumn1
  263. //
  264. this.dataColumn1.Caption = "试验方法编号";
  265. this.dataColumn1.ColumnName = "CHECK_METHOD_NO";
  266. //
  267. // dataColumn2
  268. //
  269. this.dataColumn2.Caption = "试验方法名称";
  270. this.dataColumn2.ColumnName = "CHECK_METHOD_NAME";
  271. //
  272. // dataColumn3
  273. //
  274. this.dataColumn3.Caption = "检验项代码";
  275. this.dataColumn3.ColumnName = "PHY_CODE_MAX";
  276. //
  277. // dataColumn4
  278. //
  279. this.dataColumn4.Caption = "检验项";
  280. this.dataColumn4.ColumnName = "PHY_NAME_MAX";
  281. //
  282. // dataColumn5
  283. //
  284. this.dataColumn5.Caption = "检验基础项代码";
  285. this.dataColumn5.ColumnName = "PHY_CODE_MIN";
  286. //
  287. // dataColumn6
  288. //
  289. this.dataColumn6.Caption = "检验基础项";
  290. this.dataColumn6.ColumnName = "PHY_NAME_MIN";
  291. //
  292. // dataColumn7
  293. //
  294. this.dataColumn7.Caption = "备注";
  295. this.dataColumn7.ColumnName = "REMARK";
  296. //
  297. // dataColumn13
  298. //
  299. this.dataColumn13.Caption = "试验室";
  300. this.dataColumn13.ColumnName = "DEPT_ID";
  301. //
  302. // dataColumn16
  303. //
  304. this.dataColumn16.Caption = "创建人";
  305. this.dataColumn16.ColumnName = "CREATE_NAME";
  306. //
  307. // dataColumn17
  308. //
  309. this.dataColumn17.Caption = "创建时间";
  310. this.dataColumn17.ColumnName = "CREATE_TIME";
  311. //
  312. // dataTable2
  313. //
  314. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  315. this.dataColumn8,
  316. this.dataColumn9,
  317. this.dataColumn10,
  318. this.dataColumn11,
  319. this.dataColumn12,
  320. this.dataColumn14});
  321. this.dataTable2.TableName = "Table2";
  322. //
  323. // dataColumn8
  324. //
  325. this.dataColumn8.Caption = "试验方法编号";
  326. this.dataColumn8.ColumnName = "CHECK_METHOD_NO";
  327. //
  328. // dataColumn9
  329. //
  330. this.dataColumn9.Caption = "试验方法项目名称";
  331. this.dataColumn9.ColumnName = "CHECK_METHOD_ITEMNAME";
  332. //
  333. // dataColumn10
  334. //
  335. this.dataColumn10.Caption = "显示序号";
  336. this.dataColumn10.ColumnName = "SHOW_SEQ";
  337. //
  338. // dataColumn11
  339. //
  340. this.dataColumn11.Caption = "是否下拉框";
  341. this.dataColumn11.ColumnName = "ISDOWN";
  342. //
  343. // dataColumn12
  344. //
  345. this.dataColumn12.Caption = "备注";
  346. this.dataColumn12.ColumnName = "REMARK";
  347. //
  348. // dataColumn14
  349. //
  350. this.dataColumn14.Caption = "默认值";
  351. this.dataColumn14.ColumnName = "DEFAULT_VALUES";
  352. //
  353. // dataTable3
  354. //
  355. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  356. this.dataColumn15});
  357. this.dataTable3.TableName = "Table3";
  358. //
  359. // dataColumn15
  360. //
  361. this.dataColumn15.Caption = "默认值";
  362. this.dataColumn15.ColumnName = "DEFAULT_VALUES";
  363. //
  364. // panel1
  365. //
  366. this.panel1.Controls.Add(this.panel3);
  367. this.panel1.Controls.Add(this.panel2);
  368. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  369. this.panel1.Location = new System.Drawing.Point(0, 0);
  370. this.panel1.Name = "panel1";
  371. this.panel1.Size = new System.Drawing.Size(1328, 474);
  372. this.panel1.TabIndex = 0;
  373. //
  374. // panel3
  375. //
  376. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  377. this.panel3.Controls.Add(this.ultraGroupBox2);
  378. this.panel3.Controls.Add(this.ultraGroupBox1);
  379. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  380. this.panel3.Location = new System.Drawing.Point(0, 40);
  381. this.panel3.Name = "panel3";
  382. this.panel3.Size = new System.Drawing.Size(1328, 434);
  383. this.panel3.TabIndex = 17;
  384. //
  385. // ultraGroupBox2
  386. //
  387. this.ultraGroupBox2.Controls.Add(this.ultraGrid2);
  388. this.ultraGroupBox2.Controls.Add(this.ultraExpandableGroupBox2);
  389. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  390. this.ultraGroupBox2.Location = new System.Drawing.Point(644, 0);
  391. this.ultraGroupBox2.Name = "ultraGroupBox2";
  392. this.ultraGroupBox2.Size = new System.Drawing.Size(682, 432);
  393. this.ultraGroupBox2.TabIndex = 36;
  394. this.ultraGroupBox2.Text = "方法项目信息";
  395. //
  396. // ultraGrid2
  397. //
  398. this.ultraGrid2.DataMember = "Table2";
  399. this.ultraGrid2.DataSource = this.dataSet1;
  400. appearance30.BackColor = System.Drawing.SystemColors.Window;
  401. appearance30.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  402. this.ultraGrid2.DisplayLayout.Appearance = appearance30;
  403. ultraGridColumn1.Header.VisiblePosition = 0;
  404. ultraGridColumn1.Hidden = true;
  405. ultraGridColumn2.Header.Caption = "项目名称";
  406. ultraGridColumn2.Header.VisiblePosition = 1;
  407. ultraGridColumn3.Header.VisiblePosition = 2;
  408. ultraGridColumn4.Header.VisiblePosition = 3;
  409. ultraGridColumn5.Header.VisiblePosition = 5;
  410. ultraGridColumn6.Header.VisiblePosition = 4;
  411. ultraGridBand1.Columns.AddRange(new object[] {
  412. ultraGridColumn1,
  413. ultraGridColumn2,
  414. ultraGridColumn3,
  415. ultraGridColumn4,
  416. ultraGridColumn5,
  417. ultraGridColumn6});
  418. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  419. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  420. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  421. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  422. appearance31.BackColor = System.Drawing.SystemColors.ActiveBorder;
  423. appearance31.BackColor2 = System.Drawing.SystemColors.ControlDark;
  424. appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  425. appearance31.BorderColor = System.Drawing.SystemColors.Window;
  426. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance31;
  427. appearance32.ForeColor = System.Drawing.SystemColors.GrayText;
  428. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance32;
  429. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  430. appearance34.BackColor = System.Drawing.SystemColors.ControlLightLight;
  431. appearance34.BackColor2 = System.Drawing.SystemColors.Control;
  432. appearance34.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  433. appearance34.ForeColor = System.Drawing.SystemColors.GrayText;
  434. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance34;
  435. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  436. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  437. appearance42.BackColor = System.Drawing.SystemColors.Window;
  438. appearance42.ForeColor = System.Drawing.SystemColors.ControlText;
  439. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance42;
  440. appearance43.BackColor = System.Drawing.SystemColors.Highlight;
  441. appearance43.ForeColor = System.Drawing.SystemColors.HighlightText;
  442. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance43;
  443. this.ultraGrid2.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  444. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  445. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  446. appearance45.BackColor = System.Drawing.SystemColors.Window;
  447. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance45;
  448. appearance46.BorderColor = System.Drawing.Color.Silver;
  449. appearance46.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  450. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance46;
  451. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  452. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  453. this.ultraGrid2.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  454. appearance47.BackColor = System.Drawing.SystemColors.Control;
  455. appearance47.BackColor2 = System.Drawing.SystemColors.ControlDark;
  456. appearance47.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  457. appearance47.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  458. appearance47.BorderColor = System.Drawing.SystemColors.Window;
  459. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance47;
  460. appearance48.TextHAlignAsString = "Left";
  461. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance48;
  462. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  463. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  464. appearance49.BackColor = System.Drawing.SystemColors.Window;
  465. appearance49.BorderColor = System.Drawing.Color.Silver;
  466. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance49;
  467. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  468. appearance50.BackColor = System.Drawing.SystemColors.ControlLight;
  469. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance50;
  470. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  471. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  472. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  473. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  474. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. this.ultraGrid2.Location = new System.Drawing.Point(3, 18);
  476. this.ultraGrid2.Name = "ultraGrid2";
  477. this.ultraGrid2.Size = new System.Drawing.Size(676, 261);
  478. this.ultraGrid2.TabIndex = 27;
  479. this.ultraGrid2.Text = "钢级名称";
  480. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  481. //
  482. // ultraExpandableGroupBox2
  483. //
  484. this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
  485. this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom;
  486. this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(676, 150);
  487. this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(3, 279);
  488. this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
  489. this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(676, 150);
  490. this.ultraExpandableGroupBox2.TabIndex = 1;
  491. this.ultraExpandableGroupBox2.Text = "试验方法项目编辑(*为必填项)";
  492. //
  493. // ultraExpandableGroupBoxPanel2
  494. //
  495. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraGrid3);
  496. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.chkISDOWN);
  497. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.panel4);
  498. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraLabel18);
  499. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.txtREMARKS);
  500. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraLabel15);
  501. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraLabel14);
  502. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraLabel10);
  503. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraSHOW_SEQ);
  504. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraLabel9);
  505. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.txtCHECK_METHOD_ITEMNAME);
  506. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraLabel8);
  507. this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  508. this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 19);
  509. this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
  510. this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(670, 128);
  511. this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
  512. //
  513. // ultraGrid3
  514. //
  515. this.ultraGrid3.DataMember = "Table3";
  516. this.ultraGrid3.DataSource = this.dataSet1;
  517. appearance1.BackColor = System.Drawing.SystemColors.Window;
  518. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  519. this.ultraGrid3.DisplayLayout.Appearance = appearance1;
  520. ultraGridColumn7.Header.VisiblePosition = 0;
  521. ultraGridBand2.Columns.AddRange(new object[] {
  522. ultraGridColumn7});
  523. this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  524. this.ultraGrid3.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  525. this.ultraGrid3.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  526. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  527. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  528. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  529. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  530. this.ultraGrid3.DisplayLayout.GroupByBox.Appearance = appearance2;
  531. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  532. this.ultraGrid3.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  533. this.ultraGrid3.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  534. appearance6.BackColor = System.Drawing.SystemColors.ControlLightLight;
  535. appearance6.BackColor2 = System.Drawing.SystemColors.Control;
  536. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  537. appearance6.ForeColor = System.Drawing.SystemColors.GrayText;
  538. this.ultraGrid3.DisplayLayout.GroupByBox.PromptAppearance = appearance6;
  539. this.ultraGrid3.DisplayLayout.MaxColScrollRegions = 1;
  540. this.ultraGrid3.DisplayLayout.MaxRowScrollRegions = 1;
  541. appearance9.BackColor = System.Drawing.SystemColors.Window;
  542. appearance9.ForeColor = System.Drawing.SystemColors.ControlText;
  543. this.ultraGrid3.DisplayLayout.Override.ActiveCellAppearance = appearance9;
  544. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  545. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  546. this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  547. this.ultraGrid3.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  548. this.ultraGrid3.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  549. this.ultraGrid3.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  550. appearance63.BackColor = System.Drawing.SystemColors.Window;
  551. this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance63;
  552. appearance16.BorderColor = System.Drawing.Color.Silver;
  553. appearance16.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  554. this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance16;
  555. this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  556. this.ultraGrid3.DisplayLayout.Override.CellPadding = 0;
  557. this.ultraGrid3.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  558. appearance17.BackColor = System.Drawing.SystemColors.Control;
  559. appearance17.BackColor2 = System.Drawing.SystemColors.ControlDark;
  560. appearance17.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  561. appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  562. appearance17.BorderColor = System.Drawing.SystemColors.Window;
  563. this.ultraGrid3.DisplayLayout.Override.GroupByRowAppearance = appearance17;
  564. appearance19.TextHAlignAsString = "Left";
  565. this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance19;
  566. this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  567. this.ultraGrid3.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  568. appearance20.BackColor = System.Drawing.SystemColors.Window;
  569. appearance20.BorderColor = System.Drawing.Color.Silver;
  570. this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance20;
  571. this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  572. appearance21.BackColor = System.Drawing.SystemColors.ControlLight;
  573. this.ultraGrid3.DisplayLayout.Override.TemplateAddRowAppearance = appearance21;
  574. this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  575. this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  576. this.ultraGrid3.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  577. this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Right;
  578. this.ultraGrid3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.ultraGrid3.Location = new System.Drawing.Point(390, 25);
  580. this.ultraGrid3.Name = "ultraGrid3";
  581. this.ultraGrid3.Size = new System.Drawing.Size(280, 103);
  582. this.ultraGrid3.TabIndex = 120;
  583. this.ultraGrid3.Text = "钢级名称";
  584. //
  585. // chkISDOWN
  586. //
  587. this.chkISDOWN.AutoSize = true;
  588. this.chkISDOWN.Location = new System.Drawing.Point(245, 60);
  589. this.chkISDOWN.Margin = new System.Windows.Forms.Padding(2);
  590. this.chkISDOWN.Name = "chkISDOWN";
  591. this.chkISDOWN.Size = new System.Drawing.Size(71, 19);
  592. this.chkISDOWN.TabIndex = 8;
  593. this.chkISDOWN.Text = "是否下拉";
  594. //
  595. // panel4
  596. //
  597. this.panel4.Controls.Add(this.panel4_Fill_Panel);
  598. this.panel4.Controls.Add(this._panel4_Toolbars_Dock_Area_Left);
  599. this.panel4.Controls.Add(this._panel4_Toolbars_Dock_Area_Right);
  600. this.panel4.Controls.Add(this._panel4_Toolbars_Dock_Area_Top);
  601. this.panel4.Controls.Add(this._panel4_Toolbars_Dock_Area_Bottom);
  602. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  603. this.panel4.Location = new System.Drawing.Point(0, 0);
  604. this.panel4.Name = "panel4";
  605. this.panel4.Size = new System.Drawing.Size(670, 25);
  606. this.panel4.TabIndex = 117;
  607. //
  608. // panel4_Fill_Panel
  609. //
  610. this.panel4_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  611. this.panel4_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  612. this.panel4_Fill_Panel.Location = new System.Drawing.Point(0, 24);
  613. this.panel4_Fill_Panel.Name = "panel4_Fill_Panel";
  614. this.panel4_Fill_Panel.Size = new System.Drawing.Size(670, 1);
  615. this.panel4_Fill_Panel.TabIndex = 0;
  616. //
  617. // _panel4_Toolbars_Dock_Area_Left
  618. //
  619. this._panel4_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  620. this._panel4_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  621. this._panel4_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  622. this._panel4_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  623. this._panel4_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 24);
  624. this._panel4_Toolbars_Dock_Area_Left.Name = "_panel4_Toolbars_Dock_Area_Left";
  625. this._panel4_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 1);
  626. this._panel4_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  627. //
  628. // ultraToolbarsManager1
  629. //
  630. this.ultraToolbarsManager1.DesignerFlags = 1;
  631. this.ultraToolbarsManager1.DockWithinContainer = this.panel4;
  632. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  633. ultraToolbar1.DockedColumn = 0;
  634. ultraToolbar1.DockedRow = 0;
  635. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  636. buttonTool1,
  637. buttonTool2,
  638. buttonTool6});
  639. ultraToolbar1.Text = "UltraToolbar1";
  640. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  641. ultraToolbar1});
  642. appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
  643. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
  644. buttonTool3.SharedPropsInternal.Caption = "新增试验方法项目";
  645. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  646. appearance22.Image = ((object)(resources.GetObject("appearance22.Image")));
  647. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance22;
  648. buttonTool4.SharedPropsInternal.Caption = "修改";
  649. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  650. appearance65.Image = ((object)(resources.GetObject("appearance65.Image")));
  651. buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance65;
  652. buttonTool5.SharedPropsInternal.Caption = "删除";
  653. buttonTool5.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  654. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  655. buttonTool3,
  656. buttonTool4,
  657. buttonTool5});
  658. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  659. //
  660. // _panel4_Toolbars_Dock_Area_Right
  661. //
  662. this._panel4_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  663. this._panel4_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  664. this._panel4_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  665. this._panel4_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  666. this._panel4_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(670, 24);
  667. this._panel4_Toolbars_Dock_Area_Right.Name = "_panel4_Toolbars_Dock_Area_Right";
  668. this._panel4_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 1);
  669. this._panel4_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  670. //
  671. // _panel4_Toolbars_Dock_Area_Top
  672. //
  673. this._panel4_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  674. this._panel4_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  675. this._panel4_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  676. this._panel4_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  677. this._panel4_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  678. this._panel4_Toolbars_Dock_Area_Top.Name = "_panel4_Toolbars_Dock_Area_Top";
  679. this._panel4_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(670, 24);
  680. this._panel4_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  681. //
  682. // _panel4_Toolbars_Dock_Area_Bottom
  683. //
  684. this._panel4_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  685. this._panel4_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  686. this._panel4_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  687. this._panel4_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  688. this._panel4_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 25);
  689. this._panel4_Toolbars_Dock_Area_Bottom.Name = "_panel4_Toolbars_Dock_Area_Bottom";
  690. this._panel4_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(670, 0);
  691. this._panel4_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  692. //
  693. // ultraLabel18
  694. //
  695. appearance7.TextHAlignAsString = "Right";
  696. appearance7.TextVAlignAsString = "Middle";
  697. this.ultraLabel18.Appearance = appearance7;
  698. this.ultraLabel18.AutoSize = true;
  699. this.ultraLabel18.Location = new System.Drawing.Point(37, 97);
  700. this.ultraLabel18.Name = "ultraLabel18";
  701. this.ultraLabel18.Size = new System.Drawing.Size(29, 16);
  702. this.ultraLabel18.TabIndex = 116;
  703. this.ultraLabel18.Text = "备注";
  704. //
  705. // txtREMARKS
  706. //
  707. this.txtREMARKS.AutoSize = false;
  708. this.txtREMARKS.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  709. this.txtREMARKS.Location = new System.Drawing.Point(81, 84);
  710. this.txtREMARKS.MaxLength = 200;
  711. this.txtREMARKS.Multiline = true;
  712. this.txtREMARKS.Name = "txtREMARKS";
  713. this.txtREMARKS.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
  714. this.txtREMARKS.Size = new System.Drawing.Size(281, 40);
  715. this.txtREMARKS.TabIndex = 9;
  716. //
  717. // ultraLabel15
  718. //
  719. appearance38.ForeColor = System.Drawing.Color.Red;
  720. appearance38.TextHAlignAsString = "Right";
  721. appearance38.TextVAlignAsString = "Middle";
  722. this.ultraLabel15.Appearance = appearance38;
  723. this.ultraLabel15.AutoSize = true;
  724. this.ultraLabel15.Location = new System.Drawing.Point(67, 62);
  725. this.ultraLabel15.Name = "ultraLabel15";
  726. this.ultraLabel15.Size = new System.Drawing.Size(11, 14);
  727. this.ultraLabel15.TabIndex = 111;
  728. this.ultraLabel15.Text = "*";
  729. //
  730. // ultraLabel14
  731. //
  732. appearance36.ForeColor = System.Drawing.Color.Red;
  733. appearance36.TextHAlignAsString = "Right";
  734. appearance36.TextVAlignAsString = "Middle";
  735. this.ultraLabel14.Appearance = appearance36;
  736. this.ultraLabel14.AutoSize = true;
  737. this.ultraLabel14.Location = new System.Drawing.Point(67, 37);
  738. this.ultraLabel14.Name = "ultraLabel14";
  739. this.ultraLabel14.Size = new System.Drawing.Size(11, 14);
  740. this.ultraLabel14.TabIndex = 110;
  741. this.ultraLabel14.Text = "*";
  742. //
  743. // ultraLabel10
  744. //
  745. appearance33.ForeColor = System.Drawing.Color.Red;
  746. appearance33.TextHAlignAsString = "Right";
  747. appearance33.TextVAlignAsString = "Middle";
  748. this.ultraLabel10.Appearance = appearance33;
  749. this.ultraLabel10.AutoSize = true;
  750. this.ultraLabel10.Location = new System.Drawing.Point(180, 62);
  751. this.ultraLabel10.Name = "ultraLabel10";
  752. this.ultraLabel10.Size = new System.Drawing.Size(42, 16);
  753. this.ultraLabel10.TabIndex = 106;
  754. this.ultraLabel10.Text = "(整数)";
  755. //
  756. // ultraSHOW_SEQ
  757. //
  758. valueListItem10.DataValue = "1";
  759. valueListItem10.DisplayText = "1";
  760. valueListItem11.DataValue = "2";
  761. valueListItem11.DisplayText = "2";
  762. valueListItem12.DataValue = "3";
  763. valueListItem12.DisplayText = "3";
  764. valueListItem13.DataValue = "4";
  765. valueListItem13.DisplayText = "4";
  766. valueListItem14.DataValue = "5";
  767. valueListItem14.DisplayText = "5";
  768. valueListItem15.DataValue = "6";
  769. valueListItem15.DisplayText = "6";
  770. valueListItem16.DataValue = "7";
  771. valueListItem16.DisplayText = "7";
  772. valueListItem17.DataValue = "8";
  773. valueListItem17.DisplayText = "8";
  774. valueListItem18.DataValue = "9";
  775. valueListItem18.DisplayText = "9";
  776. this.ultraSHOW_SEQ.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  777. valueListItem10,
  778. valueListItem11,
  779. valueListItem12,
  780. valueListItem13,
  781. valueListItem14,
  782. valueListItem15,
  783. valueListItem16,
  784. valueListItem17,
  785. valueListItem18});
  786. this.ultraSHOW_SEQ.Location = new System.Drawing.Point(81, 59);
  787. this.ultraSHOW_SEQ.Name = "ultraSHOW_SEQ";
  788. this.ultraSHOW_SEQ.Size = new System.Drawing.Size(96, 21);
  789. this.ultraSHOW_SEQ.TabIndex = 7;
  790. this.ultraSHOW_SEQ.TextChanged += new System.EventHandler(this.ultraSHOW_SEQ_TextChanged);
  791. //
  792. // ultraLabel9
  793. //
  794. appearance39.TextHAlignAsString = "Right";
  795. appearance39.TextVAlignAsString = "Middle";
  796. this.ultraLabel9.Appearance = appearance39;
  797. this.ultraLabel9.AutoSize = true;
  798. this.ultraLabel9.Location = new System.Drawing.Point(12, 62);
  799. this.ultraLabel9.Name = "ultraLabel9";
  800. this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
  801. this.ultraLabel9.TabIndex = 5;
  802. this.ultraLabel9.Text = "显示序号";
  803. //
  804. // txtCHECK_METHOD_ITEMNAME
  805. //
  806. this.txtCHECK_METHOD_ITEMNAME.Location = new System.Drawing.Point(81, 34);
  807. this.txtCHECK_METHOD_ITEMNAME.MaxLength = 100;
  808. this.txtCHECK_METHOD_ITEMNAME.Name = "txtCHECK_METHOD_ITEMNAME";
  809. this.txtCHECK_METHOD_ITEMNAME.Size = new System.Drawing.Size(281, 21);
  810. this.txtCHECK_METHOD_ITEMNAME.TabIndex = 6;
  811. //
  812. // ultraLabel8
  813. //
  814. appearance86.TextHAlignAsString = "Right";
  815. appearance86.TextVAlignAsString = "Middle";
  816. this.ultraLabel8.Appearance = appearance86;
  817. this.ultraLabel8.AutoSize = true;
  818. this.ultraLabel8.Location = new System.Drawing.Point(12, 37);
  819. this.ultraLabel8.Name = "ultraLabel8";
  820. this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
  821. this.ultraLabel8.TabIndex = 3;
  822. this.ultraLabel8.Text = "项目名称";
  823. //
  824. // ultraGroupBox1
  825. //
  826. this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
  827. this.ultraGroupBox1.Controls.Add(this.ultraExpandableGroupBox1);
  828. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
  829. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  830. this.ultraGroupBox1.Name = "ultraGroupBox1";
  831. this.ultraGroupBox1.Size = new System.Drawing.Size(644, 432);
  832. this.ultraGroupBox1.TabIndex = 35;
  833. this.ultraGroupBox1.Text = "试验方法信息";
  834. //
  835. // ultraGrid1
  836. //
  837. this.ultraGrid1.DataMember = "Table1";
  838. this.ultraGrid1.DataSource = this.dataSet1;
  839. appearance41.BackColor = System.Drawing.SystemColors.Window;
  840. appearance41.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  841. this.ultraGrid1.DisplayLayout.Appearance = appearance41;
  842. ultraGridColumn8.Header.VisiblePosition = 0;
  843. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 0;
  844. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  845. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  846. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  847. ultraGridColumn9.Header.VisiblePosition = 1;
  848. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 1;
  849. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  850. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
  851. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
  852. ultraGridColumn10.Header.VisiblePosition = 2;
  853. ultraGridColumn10.Hidden = true;
  854. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
  855. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
  856. ultraGridColumn11.Header.VisiblePosition = 3;
  857. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 3;
  858. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  859. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 1;
  860. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 1;
  861. ultraGridColumn12.Header.VisiblePosition = 4;
  862. ultraGridColumn13.Header.VisiblePosition = 5;
  863. ultraGridColumn14.Header.VisiblePosition = 6;
  864. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 5;
  865. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  866. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
  867. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
  868. ultraGridColumn15.Header.VisiblePosition = 7;
  869. ultraGridColumn15.Hidden = true;
  870. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 2;
  871. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  872. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 1;
  873. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 1;
  874. ultraGridColumn16.Header.VisiblePosition = 8;
  875. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 6;
  876. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  877. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
  878. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
  879. ultraGridColumn17.Header.VisiblePosition = 9;
  880. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 7;
  881. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  882. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
  883. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
  884. ultraGridBand3.Columns.AddRange(new object[] {
  885. ultraGridColumn8,
  886. ultraGridColumn9,
  887. ultraGridColumn10,
  888. ultraGridColumn11,
  889. ultraGridColumn12,
  890. ultraGridColumn13,
  891. ultraGridColumn14,
  892. ultraGridColumn15,
  893. ultraGridColumn16,
  894. ultraGridColumn17});
  895. ultraGridBand3.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  896. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
  897. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  898. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  899. appearance51.BackColor = System.Drawing.SystemColors.ActiveBorder;
  900. appearance51.BackColor2 = System.Drawing.SystemColors.ControlDark;
  901. appearance51.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  902. appearance51.BorderColor = System.Drawing.SystemColors.Window;
  903. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance51;
  904. appearance52.ForeColor = System.Drawing.SystemColors.GrayText;
  905. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance52;
  906. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  907. appearance53.BackColor = System.Drawing.SystemColors.ControlLightLight;
  908. appearance53.BackColor2 = System.Drawing.SystemColors.Control;
  909. appearance53.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  910. appearance53.ForeColor = System.Drawing.SystemColors.GrayText;
  911. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance53;
  912. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  913. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  914. appearance54.BackColor = System.Drawing.SystemColors.Window;
  915. appearance54.ForeColor = System.Drawing.SystemColors.ControlText;
  916. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance54;
  917. appearance55.BackColor = System.Drawing.SystemColors.Highlight;
  918. appearance55.ForeColor = System.Drawing.SystemColors.HighlightText;
  919. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance55;
  920. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  921. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  922. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  923. appearance56.BackColor = System.Drawing.SystemColors.Window;
  924. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance56;
  925. appearance57.BorderColor = System.Drawing.Color.Silver;
  926. appearance57.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  927. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance57;
  928. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  929. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  930. this.ultraGrid1.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  931. appearance58.BackColor = System.Drawing.SystemColors.Control;
  932. appearance58.BackColor2 = System.Drawing.SystemColors.ControlDark;
  933. appearance58.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  934. appearance58.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  935. appearance58.BorderColor = System.Drawing.SystemColors.Window;
  936. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance58;
  937. appearance59.TextHAlignAsString = "Left";
  938. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance59;
  939. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  940. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  941. appearance60.BackColor = System.Drawing.SystemColors.Window;
  942. appearance60.BorderColor = System.Drawing.Color.Silver;
  943. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance60;
  944. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  945. appearance61.BackColor = System.Drawing.SystemColors.ControlLight;
  946. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance61;
  947. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  948. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  949. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  950. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  951. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  952. this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
  953. this.ultraGrid1.Name = "ultraGrid1";
  954. this.ultraGrid1.Size = new System.Drawing.Size(638, 261);
  955. this.ultraGrid1.TabIndex = 26;
  956. this.ultraGrid1.Text = "钢级名称";
  957. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  958. //
  959. // ultraExpandableGroupBox1
  960. //
  961. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  962. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  963. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(638, 150);
  964. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(3, 279);
  965. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  966. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(638, 150);
  967. this.ultraExpandableGroupBox1.TabIndex = 0;
  968. this.ultraExpandableGroupBox1.Text = "试验方法编辑(*为必填项)";
  969. //
  970. // ultraExpandableGroupBoxPanel1
  971. //
  972. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtCHECK_METHOD_NAME);
  973. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraDeptId);
  974. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
  975. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  976. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraPHY_NAME_MIN);
  977. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel16);
  978. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel13);
  979. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel12);
  980. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  981. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtREMARK);
  982. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  983. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraPHY_NAME_MAX);
  984. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  985. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
  986. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtCHECK_METHOD_NO);
  987. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel2);
  988. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  989. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19);
  990. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  991. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(632, 128);
  992. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  993. //
  994. // txtCHECK_METHOD_NAME
  995. //
  996. this.txtCHECK_METHOD_NAME.DropDownListWidth = -1;
  997. this.txtCHECK_METHOD_NAME.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  998. this.txtCHECK_METHOD_NAME.Location = new System.Drawing.Point(332, 31);
  999. this.txtCHECK_METHOD_NAME.Name = "txtCHECK_METHOD_NAME";
  1000. this.txtCHECK_METHOD_NAME.Size = new System.Drawing.Size(259, 21);
  1001. this.txtCHECK_METHOD_NAME.TabIndex = 116;
  1002. //
  1003. // ultraDeptId
  1004. //
  1005. this.ultraDeptId.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1006. valueListItem1.DataValue = "002001007009";
  1007. valueListItem1.DisplayText = "材力";
  1008. valueListItem2.DataValue = "002001007010";
  1009. valueListItem2.DisplayText = "化学";
  1010. valueListItem3.DataValue = "002001007013";
  1011. valueListItem3.DisplayText = "腐蚀";
  1012. valueListItem4.DataValue = "002001007014";
  1013. valueListItem4.DisplayText = "工程";
  1014. valueListItem5.DataValue = "002001007015";
  1015. valueListItem5.DisplayText = "金物";
  1016. valueListItem6.DataValue = "002001007020";
  1017. valueListItem6.DisplayText = "快分室";
  1018. valueListItem7.DataValue = "002023003001";
  1019. valueListItem7.DisplayText = "天淮化学实验室";
  1020. valueListItem8.DataValue = "002023003002";
  1021. valueListItem8.DisplayText = "天淮力学实验室";
  1022. valueListItem9.DataValue = "002023003003";
  1023. valueListItem9.DisplayText = "天淮应力腐蚀试验室";
  1024. valueListItem19.DataValue = "002023003004";
  1025. valueListItem19.DisplayText = "天淮工程试验研究室";
  1026. valueListItem20.DataValue = "002023003005";
  1027. valueListItem20.DisplayText = "天淮金属物理室";
  1028. this.ultraDeptId.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  1029. valueListItem1,
  1030. valueListItem2,
  1031. valueListItem3,
  1032. valueListItem4,
  1033. valueListItem5,
  1034. valueListItem6,
  1035. valueListItem7,
  1036. valueListItem8,
  1037. valueListItem9,
  1038. valueListItem19,
  1039. valueListItem20});
  1040. this.ultraDeptId.Location = new System.Drawing.Point(130, 8);
  1041. this.ultraDeptId.Name = "ultraDeptId";
  1042. this.ultraDeptId.Size = new System.Drawing.Size(127, 21);
  1043. this.ultraDeptId.TabIndex = 115;
  1044. this.ultraDeptId.ValueChanged += new System.EventHandler(this.ultraDeptId_ValueChanged);
  1045. //
  1046. // ultraLabel1
  1047. //
  1048. appearance37.ForeColor = System.Drawing.Color.Red;
  1049. appearance37.TextHAlignAsString = "Right";
  1050. appearance37.TextVAlignAsString = "Middle";
  1051. this.ultraLabel1.Appearance = appearance37;
  1052. this.ultraLabel1.AutoSize = true;
  1053. this.ultraLabel1.Location = new System.Drawing.Point(318, 62);
  1054. this.ultraLabel1.Name = "ultraLabel1";
  1055. this.ultraLabel1.Size = new System.Drawing.Size(11, 14);
  1056. this.ultraLabel1.TabIndex = 114;
  1057. this.ultraLabel1.Text = "*";
  1058. //
  1059. // ultraLabel6
  1060. //
  1061. appearance8.TextHAlignAsString = "Right";
  1062. appearance8.TextVAlignAsString = "Middle";
  1063. this.ultraLabel6.Appearance = appearance8;
  1064. this.ultraLabel6.AutoSize = true;
  1065. this.ultraLabel6.Location = new System.Drawing.Point(275, 62);
  1066. this.ultraLabel6.Name = "ultraLabel6";
  1067. this.ultraLabel6.Size = new System.Drawing.Size(42, 16);
  1068. this.ultraLabel6.TabIndex = 113;
  1069. this.ultraLabel6.Text = "试样组";
  1070. //
  1071. // ultraPHY_NAME_MIN
  1072. //
  1073. this.ultraPHY_NAME_MIN.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1074. this.ultraPHY_NAME_MIN.Location = new System.Drawing.Point(130, 59);
  1075. this.ultraPHY_NAME_MIN.Name = "ultraPHY_NAME_MIN";
  1076. this.ultraPHY_NAME_MIN.Size = new System.Drawing.Size(127, 21);
  1077. this.ultraPHY_NAME_MIN.TabIndex = 112;
  1078. this.ultraPHY_NAME_MIN.TextChanged += new System.EventHandler(this.ultraPHY_NAME_MIN_TextChanged);
  1079. //
  1080. // ultraLabel16
  1081. //
  1082. appearance12.TextHAlignAsString = "Right";
  1083. appearance12.TextVAlignAsString = "Middle";
  1084. this.ultraLabel16.Appearance = appearance12;
  1085. this.ultraLabel16.AutoSize = true;
  1086. this.ultraLabel16.Location = new System.Drawing.Point(73, 12);
  1087. this.ultraLabel16.Name = "ultraLabel16";
  1088. this.ultraLabel16.Size = new System.Drawing.Size(42, 16);
  1089. this.ultraLabel16.TabIndex = 110;
  1090. this.ultraLabel16.Text = "试验室";
  1091. //
  1092. // ultraLabel13
  1093. //
  1094. appearance14.ForeColor = System.Drawing.Color.Red;
  1095. appearance14.TextHAlignAsString = "Right";
  1096. appearance14.TextVAlignAsString = "Middle";
  1097. this.ultraLabel13.Appearance = appearance14;
  1098. this.ultraLabel13.AutoSize = true;
  1099. this.ultraLabel13.Location = new System.Drawing.Point(318, 37);
  1100. this.ultraLabel13.Name = "ultraLabel13";
  1101. this.ultraLabel13.Size = new System.Drawing.Size(11, 14);
  1102. this.ultraLabel13.TabIndex = 109;
  1103. this.ultraLabel13.Text = "*";
  1104. //
  1105. // ultraLabel12
  1106. //
  1107. appearance11.ForeColor = System.Drawing.Color.Red;
  1108. appearance11.TextHAlignAsString = "Right";
  1109. appearance11.TextVAlignAsString = "Middle";
  1110. this.ultraLabel12.Appearance = appearance11;
  1111. this.ultraLabel12.AutoSize = true;
  1112. this.ultraLabel12.Location = new System.Drawing.Point(116, 63);
  1113. this.ultraLabel12.Name = "ultraLabel12";
  1114. this.ultraLabel12.Size = new System.Drawing.Size(11, 14);
  1115. this.ultraLabel12.TabIndex = 108;
  1116. this.ultraLabel12.Text = "*";
  1117. //
  1118. // ultraLabel7
  1119. //
  1120. appearance40.TextHAlignAsString = "Right";
  1121. appearance40.TextVAlignAsString = "Middle";
  1122. this.ultraLabel7.Appearance = appearance40;
  1123. this.ultraLabel7.AutoSize = true;
  1124. this.ultraLabel7.Location = new System.Drawing.Point(86, 97);
  1125. this.ultraLabel7.Name = "ultraLabel7";
  1126. this.ultraLabel7.Size = new System.Drawing.Size(29, 16);
  1127. this.ultraLabel7.TabIndex = 83;
  1128. this.ultraLabel7.Text = "备注";
  1129. //
  1130. // txtREMARK
  1131. //
  1132. this.txtREMARK.AutoSize = false;
  1133. this.txtREMARK.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1134. this.txtREMARK.Location = new System.Drawing.Point(130, 84);
  1135. this.txtREMARK.MaxLength = 200;
  1136. this.txtREMARK.Multiline = true;
  1137. this.txtREMARK.Name = "txtREMARK";
  1138. this.txtREMARK.Scrollbars = System.Windows.Forms.ScrollBars.Vertical;
  1139. this.txtREMARK.Size = new System.Drawing.Size(461, 40);
  1140. this.txtREMARK.TabIndex = 5;
  1141. //
  1142. // ultraLabel5
  1143. //
  1144. appearance5.TextHAlignAsString = "Right";
  1145. appearance5.TextVAlignAsString = "Middle";
  1146. this.ultraLabel5.Appearance = appearance5;
  1147. this.ultraLabel5.AutoSize = true;
  1148. this.ultraLabel5.Location = new System.Drawing.Point(12, 62);
  1149. this.ultraLabel5.Name = "ultraLabel5";
  1150. this.ultraLabel5.Size = new System.Drawing.Size(103, 16);
  1151. this.ultraLabel5.TabIndex = 61;
  1152. this.ultraLabel5.Text = "关联检测项目大类";
  1153. //
  1154. // ultraPHY_NAME_MAX
  1155. //
  1156. this.ultraPHY_NAME_MAX.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1157. this.ultraPHY_NAME_MAX.Location = new System.Drawing.Point(332, 59);
  1158. this.ultraPHY_NAME_MAX.Name = "ultraPHY_NAME_MAX";
  1159. this.ultraPHY_NAME_MAX.Size = new System.Drawing.Size(259, 21);
  1160. this.ultraPHY_NAME_MAX.TabIndex = 3;
  1161. this.ultraPHY_NAME_MAX.TextChanged += new System.EventHandler(this.ultraPHY_NAME_MAX_TextChanged);
  1162. //
  1163. // ultraLabel4
  1164. //
  1165. appearance3.TextHAlignAsString = "Right";
  1166. appearance3.TextVAlignAsString = "Middle";
  1167. this.ultraLabel4.Appearance = appearance3;
  1168. this.ultraLabel4.AutoSize = true;
  1169. this.ultraLabel4.Location = new System.Drawing.Point(12, 37);
  1170. this.ultraLabel4.Name = "ultraLabel4";
  1171. this.ultraLabel4.Size = new System.Drawing.Size(0, 0);
  1172. this.ultraLabel4.TabIndex = 5;
  1173. //
  1174. // ultraLabel3
  1175. //
  1176. appearance15.TextHAlignAsString = "Right";
  1177. appearance15.TextVAlignAsString = "Middle";
  1178. this.ultraLabel3.Appearance = appearance15;
  1179. this.ultraLabel3.AutoSize = true;
  1180. this.ultraLabel3.Location = new System.Drawing.Point(263, 37);
  1181. this.ultraLabel3.Name = "ultraLabel3";
  1182. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  1183. this.ultraLabel3.TabIndex = 3;
  1184. this.ultraLabel3.Text = "方法名称";
  1185. //
  1186. // txtCHECK_METHOD_NO
  1187. //
  1188. this.txtCHECK_METHOD_NO.Location = new System.Drawing.Point(130, 34);
  1189. this.txtCHECK_METHOD_NO.MaxLength = 100;
  1190. this.txtCHECK_METHOD_NO.Name = "txtCHECK_METHOD_NO";
  1191. this.txtCHECK_METHOD_NO.Size = new System.Drawing.Size(127, 21);
  1192. this.txtCHECK_METHOD_NO.TabIndex = 1;
  1193. //
  1194. // ultraLabel2
  1195. //
  1196. appearance87.TextHAlignAsString = "Right";
  1197. appearance87.TextVAlignAsString = "Middle";
  1198. this.ultraLabel2.Appearance = appearance87;
  1199. this.ultraLabel2.AutoSize = true;
  1200. this.ultraLabel2.Location = new System.Drawing.Point(61, 37);
  1201. this.ultraLabel2.Name = "ultraLabel2";
  1202. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  1203. this.ultraLabel2.TabIndex = 1;
  1204. this.ultraLabel2.Text = "方法编号";
  1205. //
  1206. // panel2
  1207. //
  1208. this.panel2.Controls.Add(this.ultraQueryDEPT_ID);
  1209. this.panel2.Controls.Add(this.chkDEPT_ID);
  1210. this.panel2.Controls.Add(this.chkCHECK_METHOD_NAME);
  1211. this.panel2.Controls.Add(this.txtQueryCHECK_METHOD_NAME);
  1212. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  1213. this.panel2.Location = new System.Drawing.Point(0, 0);
  1214. this.panel2.Name = "panel2";
  1215. this.panel2.Size = new System.Drawing.Size(1328, 40);
  1216. this.panel2.TabIndex = 16;
  1217. //
  1218. // ultraQueryDEPT_ID
  1219. //
  1220. this.ultraQueryDEPT_ID.Location = new System.Drawing.Point(68, 10);
  1221. this.ultraQueryDEPT_ID.Name = "ultraQueryDEPT_ID";
  1222. this.ultraQueryDEPT_ID.Size = new System.Drawing.Size(133, 21);
  1223. this.ultraQueryDEPT_ID.TabIndex = 61;
  1224. this.ultraQueryDEPT_ID.UltDept_ID = "";
  1225. this.ultraQueryDEPT_ID.UltDept_Name = "";
  1226. //
  1227. // chkDEPT_ID
  1228. //
  1229. this.chkDEPT_ID.AutoSize = true;
  1230. this.chkDEPT_ID.Checked = true;
  1231. this.chkDEPT_ID.CheckState = System.Windows.Forms.CheckState.Checked;
  1232. this.chkDEPT_ID.Location = new System.Drawing.Point(12, 12);
  1233. this.chkDEPT_ID.Margin = new System.Windows.Forms.Padding(2);
  1234. this.chkDEPT_ID.Name = "chkDEPT_ID";
  1235. this.chkDEPT_ID.Size = new System.Drawing.Size(59, 19);
  1236. this.chkDEPT_ID.TabIndex = 57;
  1237. this.chkDEPT_ID.Text = "试验室";
  1238. this.chkDEPT_ID.CheckedChanged += new System.EventHandler(this.chkDEPT_ID_CheckedChanged);
  1239. //
  1240. // chkCHECK_METHOD_NAME
  1241. //
  1242. this.chkCHECK_METHOD_NAME.AutoSize = true;
  1243. this.chkCHECK_METHOD_NAME.Checked = true;
  1244. this.chkCHECK_METHOD_NAME.CheckState = System.Windows.Forms.CheckState.Checked;
  1245. this.chkCHECK_METHOD_NAME.Location = new System.Drawing.Point(206, 12);
  1246. this.chkCHECK_METHOD_NAME.Margin = new System.Windows.Forms.Padding(2);
  1247. this.chkCHECK_METHOD_NAME.Name = "chkCHECK_METHOD_NAME";
  1248. this.chkCHECK_METHOD_NAME.Size = new System.Drawing.Size(71, 19);
  1249. this.chkCHECK_METHOD_NAME.TabIndex = 56;
  1250. this.chkCHECK_METHOD_NAME.Text = "方法名称";
  1251. this.chkCHECK_METHOD_NAME.CheckedChanged += new System.EventHandler(this.chkDEPT_ID_CheckedChanged);
  1252. //
  1253. // txtQueryCHECK_METHOD_NAME
  1254. //
  1255. this.txtQueryCHECK_METHOD_NAME.Location = new System.Drawing.Point(282, 10);
  1256. this.txtQueryCHECK_METHOD_NAME.MaxLength = 100;
  1257. this.txtQueryCHECK_METHOD_NAME.Name = "txtQueryCHECK_METHOD_NAME";
  1258. this.txtQueryCHECK_METHOD_NAME.Size = new System.Drawing.Size(119, 21);
  1259. this.txtQueryCHECK_METHOD_NAME.TabIndex = 55;
  1260. //
  1261. // FrmBaseCheckMethod
  1262. //
  1263. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1264. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1265. this.ClientSize = new System.Drawing.Size(1328, 474);
  1266. this.Controls.Add(this.panel1);
  1267. this.Name = "FrmBaseCheckMethod";
  1268. this.Text = "试验方法基础配置";
  1269. this.Load += new System.EventHandler(this.FrmBaseCheckMethod_Load);
  1270. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1271. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1272. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1273. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  1274. this.panel1.ResumeLayout(false);
  1275. this.panel3.ResumeLayout(false);
  1276. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1277. this.ultraGroupBox2.ResumeLayout(false);
  1278. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1279. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
  1280. this.ultraExpandableGroupBox2.ResumeLayout(false);
  1281. this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
  1282. this.ultraExpandableGroupBoxPanel2.PerformLayout();
  1283. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
  1284. ((System.ComponentModel.ISupportInitialize)(this.chkISDOWN)).EndInit();
  1285. this.panel4.ResumeLayout(false);
  1286. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  1287. ((System.ComponentModel.ISupportInitialize)(this.txtREMARKS)).EndInit();
  1288. ((System.ComponentModel.ISupportInitialize)(this.ultraSHOW_SEQ)).EndInit();
  1289. ((System.ComponentModel.ISupportInitialize)(this.txtCHECK_METHOD_ITEMNAME)).EndInit();
  1290. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1291. this.ultraGroupBox1.ResumeLayout(false);
  1292. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1293. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1294. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1295. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1296. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  1297. ((System.ComponentModel.ISupportInitialize)(this.txtCHECK_METHOD_NAME)).EndInit();
  1298. ((System.ComponentModel.ISupportInitialize)(this.ultraDeptId)).EndInit();
  1299. ((System.ComponentModel.ISupportInitialize)(this.ultraPHY_NAME_MIN)).EndInit();
  1300. ((System.ComponentModel.ISupportInitialize)(this.txtREMARK)).EndInit();
  1301. ((System.ComponentModel.ISupportInitialize)(this.ultraPHY_NAME_MAX)).EndInit();
  1302. ((System.ComponentModel.ISupportInitialize)(this.txtCHECK_METHOD_NO)).EndInit();
  1303. this.panel2.ResumeLayout(false);
  1304. this.panel2.PerformLayout();
  1305. ((System.ComponentModel.ISupportInitialize)(this.chkDEPT_ID)).EndInit();
  1306. ((System.ComponentModel.ISupportInitialize)(this.chkCHECK_METHOD_NAME)).EndInit();
  1307. ((System.ComponentModel.ISupportInitialize)(this.txtQueryCHECK_METHOD_NAME)).EndInit();
  1308. this.ResumeLayout(false);
  1309. }
  1310. #endregion
  1311. private System.Data.DataSet dataSet1;
  1312. private System.Windows.Forms.Panel panel1;
  1313. private System.Windows.Forms.Panel panel3;
  1314. private System.Windows.Forms.Panel panel2;
  1315. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkDEPT_ID;
  1316. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkCHECK_METHOD_NAME;
  1317. internal Infragistics.Win.UltraWinEditors.UltraTextEditor txtQueryCHECK_METHOD_NAME;
  1318. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1319. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1320. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1321. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1322. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
  1323. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1324. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1325. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCHECK_METHOD_NO;
  1326. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1327. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1328. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1329. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraPHY_NAME_MAX;
  1330. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  1331. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  1332. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtREMARK;
  1333. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  1334. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  1335. private System.Data.DataTable dataTable1;
  1336. private System.Data.DataTable dataTable2;
  1337. private System.Data.DataColumn dataColumn1;
  1338. private System.Data.DataColumn dataColumn2;
  1339. private System.Data.DataColumn dataColumn3;
  1340. private System.Data.DataColumn dataColumn4;
  1341. private System.Data.DataColumn dataColumn5;
  1342. private System.Data.DataColumn dataColumn6;
  1343. private System.Data.DataColumn dataColumn7;
  1344. private System.Data.DataColumn dataColumn8;
  1345. private System.Data.DataColumn dataColumn9;
  1346. private System.Data.DataColumn dataColumn10;
  1347. private System.Data.DataColumn dataColumn11;
  1348. private System.Data.DataColumn dataColumn12;
  1349. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
  1350. private Infragistics.Win.Misc.UltraLabel ultraLabel18;
  1351. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtREMARKS;
  1352. private Infragistics.Win.Misc.UltraLabel ultraLabel15;
  1353. private Infragistics.Win.Misc.UltraLabel ultraLabel14;
  1354. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  1355. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraSHOW_SEQ;
  1356. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  1357. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCHECK_METHOD_ITEMNAME;
  1358. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  1359. private System.Windows.Forms.Panel panel4;
  1360. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  1361. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkISDOWN;
  1362. private Infragistics.Win.Misc.UltraLabel ultraLabel16;
  1363. private System.Data.DataColumn dataColumn13;
  1364. private System.Data.DataColumn dataColumn14;
  1365. private System.Windows.Forms.Panel panel4_Fill_Panel;
  1366. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel4_Toolbars_Dock_Area_Left;
  1367. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel4_Toolbars_Dock_Area_Right;
  1368. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel4_Toolbars_Dock_Area_Top;
  1369. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel4_Toolbars_Dock_Area_Bottom;
  1370. private System.Data.DataTable dataTable3;
  1371. private System.Data.DataColumn dataColumn15;
  1372. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
  1373. private System.Data.DataColumn dataColumn16;
  1374. private System.Data.DataColumn dataColumn17;
  1375. private PublicUltraDept_ID ultraQueryDEPT_ID;
  1376. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraPHY_NAME_MIN;
  1377. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1378. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  1379. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraDeptId;
  1380. private Infragistics.Win.UltraWinEditors.UltraComboEditor txtCHECK_METHOD_NAME;
  1381. }
  1382. }