PurOrderModeM.Designer.cs 78 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361
  1. namespace Pur.order
  2. {
  3. partial class PurOrderModeM
  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. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  30. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeId");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeName");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeDesc");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeVer");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrderType");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CompanyCode");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CompanyName");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Validflag");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteName");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteTime");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("orderClass");
  47. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance8 = 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 appearance11 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeId");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeName");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseId");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseName");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseDesc");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseIndx");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseType");
  67. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseDefault");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteName");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteTime");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("bcmId");
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("bcmName");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseIndxIn");
  79. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  82. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  83. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  87. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  89. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  90. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  91. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  92. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PurOrderModeM));
  93. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  94. this.txt_orderClass = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  95. this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
  96. this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
  97. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  98. this.txt_ModeVer = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  99. this.txt_OrderType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  100. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  101. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  102. this.txt_ModeDesc = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  103. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  104. this.txt_ModeName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  105. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  106. this.txt_ModeId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  107. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  108. this.txt_ClauseDesc = new System.Windows.Forms.RichTextBox();
  109. this.txt_ClauseType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  110. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  111. this.txt_ClauseIndx2 = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  112. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  113. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  114. this.txt_ClauseName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  115. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  116. this.txt_ClauseIndx1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  117. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  118. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  119. this.txt_ClauseId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  120. this.行号 = new Infragistics.Win.Misc.UltraLabel();
  121. this.txt_id = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  122. this.dataSet1 = new System.Data.DataSet();
  123. this.dataTable1 = new System.Data.DataTable();
  124. this.dataColumn1 = new System.Data.DataColumn();
  125. this.dataColumn2 = new System.Data.DataColumn();
  126. this.dataColumn3 = new System.Data.DataColumn();
  127. this.dataColumn4 = new System.Data.DataColumn();
  128. this.dataColumn5 = new System.Data.DataColumn();
  129. this.dataColumn6 = new System.Data.DataColumn();
  130. this.dataColumn7 = new System.Data.DataColumn();
  131. this.dataColumn8 = new System.Data.DataColumn();
  132. this.dataColumn9 = new System.Data.DataColumn();
  133. this.dataColumn10 = new System.Data.DataColumn();
  134. this.dataColumn11 = new System.Data.DataColumn();
  135. this.dataColumn12 = new System.Data.DataColumn();
  136. this.dataColumn13 = new System.Data.DataColumn();
  137. this.dataColumn14 = new System.Data.DataColumn();
  138. this.dataColumn33 = new System.Data.DataColumn();
  139. this.dataSet2 = new System.Data.DataSet();
  140. this.dataTable2 = new System.Data.DataTable();
  141. this.dataColumn15 = new System.Data.DataColumn();
  142. this.dataColumn16 = new System.Data.DataColumn();
  143. this.dataColumn17 = new System.Data.DataColumn();
  144. this.dataColumn18 = new System.Data.DataColumn();
  145. this.dataColumn19 = new System.Data.DataColumn();
  146. this.dataColumn20 = new System.Data.DataColumn();
  147. this.dataColumn21 = new System.Data.DataColumn();
  148. this.dataColumn22 = new System.Data.DataColumn();
  149. this.dataColumn23 = new System.Data.DataColumn();
  150. this.dataColumn24 = new System.Data.DataColumn();
  151. this.dataColumn25 = new System.Data.DataColumn();
  152. this.dataColumn26 = new System.Data.DataColumn();
  153. this.dataColumn27 = new System.Data.DataColumn();
  154. this.dataColumn28 = new System.Data.DataColumn();
  155. this.dataColumn29 = new System.Data.DataColumn();
  156. this.dataColumn30 = new System.Data.DataColumn();
  157. this.dataColumn31 = new System.Data.DataColumn();
  158. this.dataColumn32 = new System.Data.DataColumn();
  159. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  160. this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
  161. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  162. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  163. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  164. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  165. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  166. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  167. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  168. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  169. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  170. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  171. this.cop_orderType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  172. this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
  173. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  174. this.txt_CopModeName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  175. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  176. this.txt_CopModeId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  177. this.ultraTabPageControl1.SuspendLayout();
  178. ((System.ComponentModel.ISupportInitialize)(this.txt_orderClass)).BeginInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.txt_ModeVer)).BeginInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.txt_OrderType)).BeginInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.txt_ModeDesc)).BeginInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.txt_ModeName)).BeginInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.txt_ModeId)).BeginInit();
  184. this.ultraTabPageControl2.SuspendLayout();
  185. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseType)).BeginInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseIndx2)).BeginInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseName)).BeginInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseIndx1)).BeginInit();
  189. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseId)).BeginInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.txt_id)).BeginInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  193. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  194. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  195. this.ultraPanel2.ClientArea.SuspendLayout();
  196. this.ultraPanel2.SuspendLayout();
  197. this.ultraPanel4.ClientArea.SuspendLayout();
  198. this.ultraPanel4.SuspendLayout();
  199. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  200. this.splitContainer1.Panel1.SuspendLayout();
  201. this.splitContainer1.Panel2.SuspendLayout();
  202. this.splitContainer1.SuspendLayout();
  203. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  204. this.ultraGroupBox1.SuspendLayout();
  205. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  207. this.ultraGroupBox2.SuspendLayout();
  208. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  210. this.ultraExpandableGroupBox1.SuspendLayout();
  211. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  212. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  213. this.ultraTabControl1.SuspendLayout();
  214. this.ultraPanel1.ClientArea.SuspendLayout();
  215. this.ultraPanel1.SuspendLayout();
  216. ((System.ComponentModel.ISupportInitialize)(this.cop_orderType)).BeginInit();
  217. ((System.ComponentModel.ISupportInitialize)(this.txt_CopModeName)).BeginInit();
  218. ((System.ComponentModel.ISupportInitialize)(this.txt_CopModeId)).BeginInit();
  219. this.SuspendLayout();
  220. //
  221. // ultraTabPageControl1
  222. //
  223. this.ultraTabPageControl1.Controls.Add(this.txt_orderClass);
  224. this.ultraTabPageControl1.Controls.Add(this.ultraLabel14);
  225. this.ultraTabPageControl1.Controls.Add(this.ultraLabel15);
  226. this.ultraTabPageControl1.Controls.Add(this.ultraLabel5);
  227. this.ultraTabPageControl1.Controls.Add(this.txt_ModeVer);
  228. this.ultraTabPageControl1.Controls.Add(this.txt_OrderType);
  229. this.ultraTabPageControl1.Controls.Add(this.ultraLabel8);
  230. this.ultraTabPageControl1.Controls.Add(this.ultraLabel7);
  231. this.ultraTabPageControl1.Controls.Add(this.txt_ModeDesc);
  232. this.ultraTabPageControl1.Controls.Add(this.ultraLabel6);
  233. this.ultraTabPageControl1.Controls.Add(this.txt_ModeName);
  234. this.ultraTabPageControl1.Controls.Add(this.ultraLabel4);
  235. this.ultraTabPageControl1.Controls.Add(this.txt_ModeId);
  236. this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
  237. this.ultraTabPageControl1.Margin = new System.Windows.Forms.Padding(2);
  238. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  239. this.ultraTabPageControl1.Size = new System.Drawing.Size(1145, 152);
  240. //
  241. // txt_orderClass
  242. //
  243. this.txt_orderClass.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
  244. this.txt_orderClass.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  245. this.txt_orderClass.Location = new System.Drawing.Point(530, 7);
  246. this.txt_orderClass.Margin = new System.Windows.Forms.Padding(2);
  247. this.txt_orderClass.Name = "txt_orderClass";
  248. this.txt_orderClass.Size = new System.Drawing.Size(122, 21);
  249. this.txt_orderClass.TabIndex = 23;
  250. //
  251. // ultraLabel14
  252. //
  253. this.ultraLabel14.AutoSize = true;
  254. this.ultraLabel14.Location = new System.Drawing.Point(468, 9);
  255. this.ultraLabel14.Margin = new System.Windows.Forms.Padding(2);
  256. this.ultraLabel14.Name = "ultraLabel14";
  257. this.ultraLabel14.Size = new System.Drawing.Size(54, 16);
  258. this.ultraLabel14.TabIndex = 22;
  259. this.ultraLabel14.Text = "模板类型";
  260. //
  261. // ultraLabel15
  262. //
  263. this.ultraLabel15.AutoSize = true;
  264. this.ultraLabel15.Location = new System.Drawing.Point(960, 9);
  265. this.ultraLabel15.Margin = new System.Windows.Forms.Padding(2);
  266. this.ultraLabel15.Name = "ultraLabel15";
  267. this.ultraLabel15.Size = new System.Drawing.Size(54, 16);
  268. this.ultraLabel15.TabIndex = 21;
  269. this.ultraLabel15.Text = "例:V2.1";
  270. //
  271. // ultraLabel5
  272. //
  273. this.ultraLabel5.AutoSize = true;
  274. this.ultraLabel5.Location = new System.Drawing.Point(844, 9);
  275. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(2);
  276. this.ultraLabel5.Name = "ultraLabel5";
  277. this.ultraLabel5.Size = new System.Drawing.Size(42, 16);
  278. this.ultraLabel5.TabIndex = 20;
  279. this.ultraLabel5.Text = "版本号";
  280. //
  281. // txt_ModeVer
  282. //
  283. this.txt_ModeVer.Location = new System.Drawing.Point(889, 7);
  284. this.txt_ModeVer.Margin = new System.Windows.Forms.Padding(2);
  285. this.txt_ModeVer.Name = "txt_ModeVer";
  286. this.txt_ModeVer.Size = new System.Drawing.Size(67, 21);
  287. this.txt_ModeVer.TabIndex = 19;
  288. //
  289. // txt_OrderType
  290. //
  291. this.txt_OrderType.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.Suggest;
  292. this.txt_OrderType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  293. this.txt_OrderType.Location = new System.Drawing.Point(718, 7);
  294. this.txt_OrderType.Margin = new System.Windows.Forms.Padding(2);
  295. this.txt_OrderType.Name = "txt_OrderType";
  296. this.txt_OrderType.Size = new System.Drawing.Size(122, 21);
  297. this.txt_OrderType.TabIndex = 18;
  298. //
  299. // ultraLabel8
  300. //
  301. this.ultraLabel8.AutoSize = true;
  302. this.ultraLabel8.Location = new System.Drawing.Point(660, 9);
  303. this.ultraLabel8.Margin = new System.Windows.Forms.Padding(2);
  304. this.ultraLabel8.Name = "ultraLabel8";
  305. this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
  306. this.ultraLabel8.TabIndex = 10;
  307. this.ultraLabel8.Text = "合同类别";
  308. //
  309. // ultraLabel7
  310. //
  311. this.ultraLabel7.AutoSize = true;
  312. this.ultraLabel7.Location = new System.Drawing.Point(20, 35);
  313. this.ultraLabel7.Margin = new System.Windows.Forms.Padding(2);
  314. this.ultraLabel7.Name = "ultraLabel7";
  315. this.ultraLabel7.Size = new System.Drawing.Size(54, 16);
  316. this.ultraLabel7.TabIndex = 9;
  317. this.ultraLabel7.Text = "模板描述";
  318. //
  319. // txt_ModeDesc
  320. //
  321. this.txt_ModeDesc.Location = new System.Drawing.Point(78, 32);
  322. this.txt_ModeDesc.Margin = new System.Windows.Forms.Padding(2);
  323. this.txt_ModeDesc.Multiline = true;
  324. this.txt_ModeDesc.Name = "txt_ModeDesc";
  325. this.txt_ModeDesc.Size = new System.Drawing.Size(936, 107);
  326. this.txt_ModeDesc.TabIndex = 8;
  327. //
  328. // ultraLabel6
  329. //
  330. this.ultraLabel6.AutoSize = true;
  331. this.ultraLabel6.Location = new System.Drawing.Point(200, 9);
  332. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(2);
  333. this.ultraLabel6.Name = "ultraLabel6";
  334. this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
  335. this.ultraLabel6.TabIndex = 7;
  336. this.ultraLabel6.Text = "模板名称";
  337. //
  338. // txt_ModeName
  339. //
  340. this.txt_ModeName.Location = new System.Drawing.Point(257, 7);
  341. this.txt_ModeName.Margin = new System.Windows.Forms.Padding(2);
  342. this.txt_ModeName.Name = "txt_ModeName";
  343. this.txt_ModeName.Size = new System.Drawing.Size(207, 21);
  344. this.txt_ModeName.TabIndex = 6;
  345. //
  346. // ultraLabel4
  347. //
  348. this.ultraLabel4.AutoSize = true;
  349. this.ultraLabel4.Location = new System.Drawing.Point(20, 9);
  350. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(2);
  351. this.ultraLabel4.Name = "ultraLabel4";
  352. this.ultraLabel4.Size = new System.Drawing.Size(54, 16);
  353. this.ultraLabel4.TabIndex = 3;
  354. this.ultraLabel4.Text = "模板编号";
  355. //
  356. // txt_ModeId
  357. //
  358. this.txt_ModeId.Location = new System.Drawing.Point(78, 7);
  359. this.txt_ModeId.Margin = new System.Windows.Forms.Padding(2);
  360. this.txt_ModeId.Name = "txt_ModeId";
  361. this.txt_ModeId.ReadOnly = true;
  362. this.txt_ModeId.Size = new System.Drawing.Size(116, 21);
  363. this.txt_ModeId.TabIndex = 2;
  364. //
  365. // ultraTabPageControl2
  366. //
  367. this.ultraTabPageControl2.Controls.Add(this.txt_ClauseDesc);
  368. this.ultraTabPageControl2.Controls.Add(this.txt_ClauseType);
  369. this.ultraTabPageControl2.Controls.Add(this.ultraLabel10);
  370. this.ultraTabPageControl2.Controls.Add(this.txt_ClauseIndx2);
  371. this.ultraTabPageControl2.Controls.Add(this.ultraLabel1);
  372. this.ultraTabPageControl2.Controls.Add(this.ultraLabel13);
  373. this.ultraTabPageControl2.Controls.Add(this.txt_ClauseName);
  374. this.ultraTabPageControl2.Controls.Add(this.ultraLabel11);
  375. this.ultraTabPageControl2.Controls.Add(this.txt_ClauseIndx1);
  376. this.ultraTabPageControl2.Controls.Add(this.ultraLabel12);
  377. this.ultraTabPageControl2.Controls.Add(this.ultraLabel9);
  378. this.ultraTabPageControl2.Controls.Add(this.txt_ClauseId);
  379. this.ultraTabPageControl2.Controls.Add(this.行号);
  380. this.ultraTabPageControl2.Controls.Add(this.txt_id);
  381. this.ultraTabPageControl2.Location = new System.Drawing.Point(1, 22);
  382. this.ultraTabPageControl2.Margin = new System.Windows.Forms.Padding(2);
  383. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  384. this.ultraTabPageControl2.Size = new System.Drawing.Size(1145, 152);
  385. //
  386. // txt_ClauseDesc
  387. //
  388. this.txt_ClauseDesc.Location = new System.Drawing.Point(80, 31);
  389. this.txt_ClauseDesc.Name = "txt_ClauseDesc";
  390. this.txt_ClauseDesc.Size = new System.Drawing.Size(1002, 118);
  391. this.txt_ClauseDesc.TabIndex = 35;
  392. this.txt_ClauseDesc.Text = "";
  393. //
  394. // txt_ClauseType
  395. //
  396. this.txt_ClauseType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  397. this.txt_ClauseType.Location = new System.Drawing.Point(713, 4);
  398. this.txt_ClauseType.Margin = new System.Windows.Forms.Padding(2);
  399. this.txt_ClauseType.Name = "txt_ClauseType";
  400. this.txt_ClauseType.ReadOnly = true;
  401. this.txt_ClauseType.Size = new System.Drawing.Size(142, 21);
  402. this.txt_ClauseType.TabIndex = 34;
  403. this.txt_ClauseType.ValueChanged += new System.EventHandler(this.txt_ClauseType_ValueChanged);
  404. //
  405. // ultraLabel10
  406. //
  407. this.ultraLabel10.AutoSize = true;
  408. this.ultraLabel10.Location = new System.Drawing.Point(653, 6);
  409. this.ultraLabel10.Margin = new System.Windows.Forms.Padding(2);
  410. this.ultraLabel10.Name = "ultraLabel10";
  411. this.ultraLabel10.Size = new System.Drawing.Size(54, 16);
  412. this.ultraLabel10.TabIndex = 33;
  413. this.ultraLabel10.Text = "条款分类";
  414. //
  415. // txt_ClauseIndx2
  416. //
  417. this.txt_ClauseIndx2.Location = new System.Drawing.Point(1014, 4);
  418. this.txt_ClauseIndx2.MaskClipMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeBoth;
  419. this.txt_ClauseIndx2.MaskInput = "nnnnnnnnn";
  420. this.txt_ClauseIndx2.MaxValue = 999;
  421. this.txt_ClauseIndx2.MinValue = 1;
  422. this.txt_ClauseIndx2.Name = "txt_ClauseIndx2";
  423. this.txt_ClauseIndx2.Size = new System.Drawing.Size(68, 21);
  424. this.txt_ClauseIndx2.TabIndex = 20;
  425. //
  426. // ultraLabel1
  427. //
  428. this.ultraLabel1.AutoSize = true;
  429. this.ultraLabel1.Location = new System.Drawing.Point(998, 7);
  430. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(2);
  431. this.ultraLabel1.Name = "ultraLabel1";
  432. this.ultraLabel1.Size = new System.Drawing.Size(11, 14);
  433. this.ultraLabel1.TabIndex = 19;
  434. this.ultraLabel1.Text = "-";
  435. //
  436. // ultraLabel13
  437. //
  438. this.ultraLabel13.AutoSize = true;
  439. this.ultraLabel13.Location = new System.Drawing.Point(435, 6);
  440. this.ultraLabel13.Margin = new System.Windows.Forms.Padding(2);
  441. this.ultraLabel13.Name = "ultraLabel13";
  442. this.ultraLabel13.Size = new System.Drawing.Size(54, 16);
  443. this.ultraLabel13.TabIndex = 17;
  444. this.ultraLabel13.Text = "条款名称";
  445. //
  446. // txt_ClauseName
  447. //
  448. this.txt_ClauseName.Location = new System.Drawing.Point(495, 4);
  449. this.txt_ClauseName.Margin = new System.Windows.Forms.Padding(2);
  450. this.txt_ClauseName.Name = "txt_ClauseName";
  451. this.txt_ClauseName.ReadOnly = true;
  452. this.txt_ClauseName.Size = new System.Drawing.Size(152, 21);
  453. this.txt_ClauseName.TabIndex = 16;
  454. //
  455. // ultraLabel11
  456. //
  457. this.ultraLabel11.AutoSize = true;
  458. this.ultraLabel11.Location = new System.Drawing.Point(874, 6);
  459. this.ultraLabel11.Margin = new System.Windows.Forms.Padding(2);
  460. this.ultraLabel11.Name = "ultraLabel11";
  461. this.ultraLabel11.Size = new System.Drawing.Size(54, 16);
  462. this.ultraLabel11.TabIndex = 15;
  463. this.ultraLabel11.Text = "打印顺序";
  464. //
  465. // txt_ClauseIndx1
  466. //
  467. appearance13.TextHAlignAsString = "Right";
  468. this.txt_ClauseIndx1.Appearance = appearance13;
  469. this.txt_ClauseIndx1.Location = new System.Drawing.Point(932, 4);
  470. this.txt_ClauseIndx1.Margin = new System.Windows.Forms.Padding(2);
  471. this.txt_ClauseIndx1.Name = "txt_ClauseIndx1";
  472. this.txt_ClauseIndx1.ReadOnly = true;
  473. this.txt_ClauseIndx1.Size = new System.Drawing.Size(62, 21);
  474. this.txt_ClauseIndx1.TabIndex = 14;
  475. //
  476. // ultraLabel12
  477. //
  478. this.ultraLabel12.AutoSize = true;
  479. this.ultraLabel12.Location = new System.Drawing.Point(21, 74);
  480. this.ultraLabel12.Margin = new System.Windows.Forms.Padding(2);
  481. this.ultraLabel12.Name = "ultraLabel12";
  482. this.ultraLabel12.Size = new System.Drawing.Size(54, 16);
  483. this.ultraLabel12.TabIndex = 13;
  484. this.ultraLabel12.Text = "条款内容";
  485. //
  486. // ultraLabel9
  487. //
  488. this.ultraLabel9.AutoSize = true;
  489. this.ultraLabel9.Location = new System.Drawing.Point(228, 6);
  490. this.ultraLabel9.Margin = new System.Windows.Forms.Padding(2);
  491. this.ultraLabel9.Name = "ultraLabel9";
  492. this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
  493. this.ultraLabel9.TabIndex = 11;
  494. this.ultraLabel9.Text = "系统条款";
  495. //
  496. // txt_ClauseId
  497. //
  498. editorButton1.Text = "+";
  499. this.txt_ClauseId.ButtonsRight.Add(editorButton1);
  500. this.txt_ClauseId.Location = new System.Drawing.Point(288, 4);
  501. this.txt_ClauseId.Margin = new System.Windows.Forms.Padding(2);
  502. this.txt_ClauseId.Name = "txt_ClauseId";
  503. this.txt_ClauseId.ReadOnly = true;
  504. this.txt_ClauseId.Size = new System.Drawing.Size(143, 21);
  505. this.txt_ClauseId.TabIndex = 10;
  506. this.txt_ClauseId.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_ClauseId_EditorButtonClick);
  507. //
  508. // 行号
  509. //
  510. this.行号.AutoSize = true;
  511. this.行号.Location = new System.Drawing.Point(20, 6);
  512. this.行号.Margin = new System.Windows.Forms.Padding(2);
  513. this.行号.Name = "行号";
  514. this.行号.Size = new System.Drawing.Size(54, 16);
  515. this.行号.TabIndex = 9;
  516. this.行号.Text = "模板行号";
  517. //
  518. // txt_id
  519. //
  520. this.txt_id.Location = new System.Drawing.Point(80, 4);
  521. this.txt_id.Margin = new System.Windows.Forms.Padding(2);
  522. this.txt_id.Name = "txt_id";
  523. this.txt_id.ReadOnly = true;
  524. this.txt_id.Size = new System.Drawing.Size(142, 21);
  525. this.txt_id.TabIndex = 8;
  526. //
  527. // dataSet1
  528. //
  529. this.dataSet1.DataSetName = "NewDataSet";
  530. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  531. this.dataTable1});
  532. //
  533. // dataTable1
  534. //
  535. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  536. this.dataColumn1,
  537. this.dataColumn2,
  538. this.dataColumn3,
  539. this.dataColumn4,
  540. this.dataColumn5,
  541. this.dataColumn6,
  542. this.dataColumn7,
  543. this.dataColumn8,
  544. this.dataColumn9,
  545. this.dataColumn10,
  546. this.dataColumn11,
  547. this.dataColumn12,
  548. this.dataColumn13,
  549. this.dataColumn14,
  550. this.dataColumn33});
  551. this.dataTable1.TableName = "Table1";
  552. //
  553. // dataColumn1
  554. //
  555. this.dataColumn1.Caption = "模板编号";
  556. this.dataColumn1.ColumnName = "ModeId";
  557. //
  558. // dataColumn2
  559. //
  560. this.dataColumn2.Caption = "模板名称";
  561. this.dataColumn2.ColumnName = "ModeName";
  562. //
  563. // dataColumn3
  564. //
  565. this.dataColumn3.Caption = "模板描叙";
  566. this.dataColumn3.ColumnName = "ModeDesc";
  567. //
  568. // dataColumn4
  569. //
  570. this.dataColumn4.Caption = "版本号";
  571. this.dataColumn4.ColumnName = "ModeVer";
  572. //
  573. // dataColumn5
  574. //
  575. this.dataColumn5.Caption = "适用合同类别";
  576. this.dataColumn5.ColumnName = "OrderType";
  577. //
  578. // dataColumn6
  579. //
  580. this.dataColumn6.Caption = "公司代码";
  581. this.dataColumn6.ColumnName = "CompanyCode";
  582. //
  583. // dataColumn7
  584. //
  585. this.dataColumn7.Caption = "公司中文名称";
  586. this.dataColumn7.ColumnName = "CompanyName";
  587. //
  588. // dataColumn8
  589. //
  590. this.dataColumn8.Caption = "数据状态";
  591. this.dataColumn8.ColumnName = "Validflag";
  592. //
  593. // dataColumn9
  594. //
  595. this.dataColumn9.Caption = "创建人";
  596. this.dataColumn9.ColumnName = "CreateName";
  597. //
  598. // dataColumn10
  599. //
  600. this.dataColumn10.Caption = "创建时间";
  601. this.dataColumn10.ColumnName = "CreateTime";
  602. //
  603. // dataColumn11
  604. //
  605. this.dataColumn11.Caption = "修改人";
  606. this.dataColumn11.ColumnName = "UpdateName";
  607. //
  608. // dataColumn12
  609. //
  610. this.dataColumn12.Caption = "修改时间";
  611. this.dataColumn12.ColumnName = "UpdateTime";
  612. //
  613. // dataColumn13
  614. //
  615. this.dataColumn13.Caption = "废除人";
  616. this.dataColumn13.ColumnName = "DeleteName";
  617. //
  618. // dataColumn14
  619. //
  620. this.dataColumn14.Caption = "废除时间";
  621. this.dataColumn14.ColumnName = "DeleteTime";
  622. //
  623. // dataColumn33
  624. //
  625. this.dataColumn33.Caption = "模板分类";
  626. this.dataColumn33.ColumnName = "orderClass";
  627. //
  628. // dataSet2
  629. //
  630. this.dataSet2.DataSetName = "NewDataSet";
  631. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  632. this.dataTable2});
  633. //
  634. // dataTable2
  635. //
  636. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  637. this.dataColumn15,
  638. this.dataColumn16,
  639. this.dataColumn17,
  640. this.dataColumn18,
  641. this.dataColumn19,
  642. this.dataColumn20,
  643. this.dataColumn21,
  644. this.dataColumn22,
  645. this.dataColumn23,
  646. this.dataColumn24,
  647. this.dataColumn25,
  648. this.dataColumn26,
  649. this.dataColumn27,
  650. this.dataColumn28,
  651. this.dataColumn29,
  652. this.dataColumn30,
  653. this.dataColumn31,
  654. this.dataColumn32});
  655. this.dataTable2.TableName = "Table1";
  656. //
  657. // dataColumn15
  658. //
  659. this.dataColumn15.Caption = "模板编号";
  660. this.dataColumn15.ColumnName = "ModeId";
  661. //
  662. // dataColumn16
  663. //
  664. this.dataColumn16.Caption = "模板名称";
  665. this.dataColumn16.ColumnName = "ModeName";
  666. //
  667. // dataColumn17
  668. //
  669. this.dataColumn17.Caption = "条款代码标识";
  670. this.dataColumn17.ColumnName = "ClauseId";
  671. //
  672. // dataColumn18
  673. //
  674. this.dataColumn18.Caption = "条款名称";
  675. this.dataColumn18.ColumnName = "ClauseName";
  676. //
  677. // dataColumn19
  678. //
  679. this.dataColumn19.Caption = "条款内容";
  680. this.dataColumn19.ColumnName = "ClauseDesc";
  681. //
  682. // dataColumn20
  683. //
  684. this.dataColumn20.Caption = "打印顺序1";
  685. this.dataColumn20.ColumnName = "ClauseIndx";
  686. //
  687. // dataColumn21
  688. //
  689. this.dataColumn21.Caption = "条款分类";
  690. this.dataColumn21.ColumnName = "ClauseType";
  691. //
  692. // dataColumn22
  693. //
  694. this.dataColumn22.Caption = "是否必选";
  695. this.dataColumn22.ColumnName = "ClauseDefault";
  696. //
  697. // dataColumn23
  698. //
  699. this.dataColumn23.Caption = "创建人";
  700. this.dataColumn23.ColumnName = "CreateName";
  701. //
  702. // dataColumn24
  703. //
  704. this.dataColumn24.Caption = "创建时间";
  705. this.dataColumn24.ColumnName = "CreateTime";
  706. //
  707. // dataColumn25
  708. //
  709. this.dataColumn25.Caption = "修改人";
  710. this.dataColumn25.ColumnName = "UpdateName";
  711. //
  712. // dataColumn26
  713. //
  714. this.dataColumn26.Caption = "修改时间";
  715. this.dataColumn26.ColumnName = "UpdateTime";
  716. //
  717. // dataColumn27
  718. //
  719. this.dataColumn27.Caption = "废除人";
  720. this.dataColumn27.ColumnName = "DeleteName";
  721. //
  722. // dataColumn28
  723. //
  724. this.dataColumn28.Caption = "废除时间";
  725. this.dataColumn28.ColumnName = "DeleteTime";
  726. //
  727. // dataColumn29
  728. //
  729. this.dataColumn29.Caption = "合同模板行号";
  730. this.dataColumn29.ColumnName = "ID";
  731. //
  732. // dataColumn30
  733. //
  734. this.dataColumn30.Caption = "结算条款号";
  735. this.dataColumn30.ColumnName = "bcmId";
  736. //
  737. // dataColumn31
  738. //
  739. this.dataColumn31.Caption = "结算条款名";
  740. this.dataColumn31.ColumnName = "bcmName";
  741. //
  742. // dataColumn32
  743. //
  744. this.dataColumn32.Caption = "打印顺序2";
  745. this.dataColumn32.ColumnName = "ClauseIndxIn";
  746. //
  747. // ultraPanel2
  748. //
  749. //
  750. // ultraPanel2.ClientArea
  751. //
  752. this.ultraPanel2.ClientArea.Controls.Add(this.ultraPanel4);
  753. this.ultraPanel2.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
  754. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  755. this.ultraPanel2.Location = new System.Drawing.Point(0, 32);
  756. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(2);
  757. this.ultraPanel2.Name = "ultraPanel2";
  758. this.ultraPanel2.Size = new System.Drawing.Size(1153, 442);
  759. this.ultraPanel2.TabIndex = 1;
  760. //
  761. // ultraPanel4
  762. //
  763. //
  764. // ultraPanel4.ClientArea
  765. //
  766. this.ultraPanel4.ClientArea.Controls.Add(this.splitContainer1);
  767. this.ultraPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  768. this.ultraPanel4.Location = new System.Drawing.Point(0, 0);
  769. this.ultraPanel4.Margin = new System.Windows.Forms.Padding(2);
  770. this.ultraPanel4.Name = "ultraPanel4";
  771. this.ultraPanel4.Size = new System.Drawing.Size(1153, 240);
  772. this.ultraPanel4.TabIndex = 1;
  773. //
  774. // splitContainer1
  775. //
  776. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  777. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  778. this.splitContainer1.Name = "splitContainer1";
  779. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  780. //
  781. // splitContainer1.Panel1
  782. //
  783. this.splitContainer1.Panel1.Controls.Add(this.ultraGroupBox1);
  784. //
  785. // splitContainer1.Panel2
  786. //
  787. this.splitContainer1.Panel2.Controls.Add(this.ultraGroupBox2);
  788. this.splitContainer1.Size = new System.Drawing.Size(1153, 240);
  789. this.splitContainer1.SplitterDistance = 117;
  790. this.splitContainer1.TabIndex = 1;
  791. //
  792. // ultraGroupBox1
  793. //
  794. this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
  795. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  796. this.ultraGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
  797. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  798. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(2);
  799. this.ultraGroupBox1.Name = "ultraGroupBox1";
  800. this.ultraGroupBox1.Size = new System.Drawing.Size(1153, 117);
  801. this.ultraGroupBox1.TabIndex = 0;
  802. this.ultraGroupBox1.Text = "合同模板头";
  803. //
  804. // ultraGrid1
  805. //
  806. this.ultraGrid1.DataSource = this.dataSet1;
  807. appearance1.BackColor = System.Drawing.SystemColors.Window;
  808. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  809. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  810. ultraGridColumn1.Header.VisiblePosition = 0;
  811. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  812. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  813. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  814. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  815. ultraGridColumn2.Header.VisiblePosition = 1;
  816. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  817. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  818. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(135, 0);
  819. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  820. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  821. ultraGridColumn3.Header.VisiblePosition = 2;
  822. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  823. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  824. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(330, 0);
  825. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  826. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  827. ultraGridColumn4.Header.VisiblePosition = 3;
  828. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 10;
  829. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  830. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  831. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  832. ultraGridColumn5.Header.VisiblePosition = 4;
  833. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 8;
  834. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  835. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  836. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  837. ultraGridColumn6.Header.VisiblePosition = 5;
  838. ultraGridColumn6.Hidden = true;
  839. ultraGridColumn7.Header.VisiblePosition = 6;
  840. ultraGridColumn7.Hidden = true;
  841. ultraGridColumn8.Header.VisiblePosition = 7;
  842. ultraGridColumn8.Hidden = true;
  843. ultraGridColumn9.Header.VisiblePosition = 8;
  844. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 12;
  845. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  846. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  847. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  848. ultraGridColumn10.Header.VisiblePosition = 9;
  849. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 14;
  850. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  851. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  852. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  853. ultraGridColumn11.Header.VisiblePosition = 10;
  854. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 16;
  855. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  856. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  857. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  858. ultraGridColumn12.Header.VisiblePosition = 11;
  859. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 18;
  860. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  861. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  862. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  863. ultraGridColumn13.Header.VisiblePosition = 12;
  864. ultraGridColumn13.Hidden = true;
  865. ultraGridColumn14.Header.VisiblePosition = 13;
  866. ultraGridColumn14.Hidden = true;
  867. ultraGridColumn15.Header.VisiblePosition = 14;
  868. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 6;
  869. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  870. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  871. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  872. ultraGridBand1.Columns.AddRange(new object[] {
  873. ultraGridColumn1,
  874. ultraGridColumn2,
  875. ultraGridColumn3,
  876. ultraGridColumn4,
  877. ultraGridColumn5,
  878. ultraGridColumn6,
  879. ultraGridColumn7,
  880. ultraGridColumn8,
  881. ultraGridColumn9,
  882. ultraGridColumn10,
  883. ultraGridColumn11,
  884. ultraGridColumn12,
  885. ultraGridColumn13,
  886. ultraGridColumn14,
  887. ultraGridColumn15});
  888. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  889. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  890. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  891. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  892. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  893. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  894. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  895. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  896. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  897. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  898. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  899. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  900. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  901. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  902. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  903. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  904. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  905. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  906. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  907. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  908. appearance5.BackColor = System.Drawing.SystemColors.Window;
  909. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  910. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  911. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  912. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  913. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  914. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  915. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  916. appearance7.BackColor = System.Drawing.SystemColors.Window;
  917. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  918. appearance8.BorderColor = System.Drawing.Color.Silver;
  919. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  920. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  921. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  922. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  923. appearance9.BackColor = System.Drawing.SystemColors.Control;
  924. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  925. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  926. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  927. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  928. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  929. appearance10.TextHAlignAsString = "Left";
  930. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  931. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  932. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  933. appearance11.BackColor = System.Drawing.SystemColors.Window;
  934. appearance11.BorderColor = System.Drawing.Color.Silver;
  935. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  936. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  937. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  938. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  939. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  940. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  941. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  942. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  943. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  944. this.ultraGrid1.Location = new System.Drawing.Point(3, 23);
  945. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(2);
  946. this.ultraGrid1.Name = "ultraGrid1";
  947. this.ultraGrid1.Size = new System.Drawing.Size(1147, 91);
  948. this.ultraGrid1.TabIndex = 0;
  949. this.ultraGrid1.Text = "ultraGrid1";
  950. this.ultraGrid1.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid1_ClickCell);
  951. this.ultraGrid1.Click += new System.EventHandler(this.ultraGrid1_Click);
  952. //
  953. // ultraGroupBox2
  954. //
  955. this.ultraGroupBox2.Controls.Add(this.ultraGrid2);
  956. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  957. this.ultraGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
  958. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  959. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(2);
  960. this.ultraGroupBox2.Name = "ultraGroupBox2";
  961. this.ultraGroupBox2.Size = new System.Drawing.Size(1153, 119);
  962. this.ultraGroupBox2.TabIndex = 0;
  963. this.ultraGroupBox2.Text = "合同模板条款";
  964. //
  965. // ultraGrid2
  966. //
  967. this.ultraGrid2.DataSource = this.dataSet2;
  968. appearance39.BackColor = System.Drawing.SystemColors.Window;
  969. appearance39.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  970. this.ultraGrid2.DisplayLayout.Appearance = appearance39;
  971. ultraGridColumn16.Header.VisiblePosition = 0;
  972. ultraGridColumn16.Hidden = true;
  973. ultraGridColumn17.Header.VisiblePosition = 1;
  974. ultraGridColumn17.Hidden = true;
  975. ultraGridColumn18.Header.VisiblePosition = 10;
  976. ultraGridColumn19.Header.VisiblePosition = 4;
  977. ultraGridColumn19.Width = 168;
  978. ultraGridColumn20.Header.VisiblePosition = 5;
  979. ultraGridColumn20.Width = 348;
  980. ultraGridColumn21.Header.VisiblePosition = 8;
  981. ultraGridColumn21.Width = 71;
  982. appearance14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  983. ultraGridColumn22.CellAppearance = appearance14;
  984. ultraGridColumn22.Header.VisiblePosition = 2;
  985. ultraGridColumn22.MergedCellContentArea = Infragistics.Win.UltraWinGrid.MergedCellContentArea.VisibleRect;
  986. ultraGridColumn22.MergedCellEvaluationType = Infragistics.Win.UltraWinGrid.MergedCellEvaluationType.MergeSameValue;
  987. ultraGridColumn22.MergedCellStyle = Infragistics.Win.UltraWinGrid.MergedCellStyle.Always;
  988. ultraGridColumn22.Width = 248;
  989. ultraGridColumn23.Header.VisiblePosition = 11;
  990. ultraGridColumn23.Hidden = true;
  991. ultraGridColumn23.Width = 62;
  992. ultraGridColumn24.Header.VisiblePosition = 12;
  993. ultraGridColumn25.Header.VisiblePosition = 13;
  994. ultraGridColumn26.Header.VisiblePosition = 14;
  995. ultraGridColumn27.Header.VisiblePosition = 15;
  996. ultraGridColumn28.Header.VisiblePosition = 16;
  997. ultraGridColumn28.Hidden = true;
  998. ultraGridColumn29.Header.VisiblePosition = 17;
  999. ultraGridColumn29.Hidden = true;
  1000. ultraGridColumn30.Header.VisiblePosition = 3;
  1001. ultraGridColumn31.Header.VisiblePosition = 6;
  1002. ultraGridColumn32.Header.VisiblePosition = 7;
  1003. ultraGridColumn33.Header.VisiblePosition = 9;
  1004. ultraGridColumn33.Width = 69;
  1005. ultraGridBand2.Columns.AddRange(new object[] {
  1006. ultraGridColumn16,
  1007. ultraGridColumn17,
  1008. ultraGridColumn18,
  1009. ultraGridColumn19,
  1010. ultraGridColumn20,
  1011. ultraGridColumn21,
  1012. ultraGridColumn22,
  1013. ultraGridColumn23,
  1014. ultraGridColumn24,
  1015. ultraGridColumn25,
  1016. ultraGridColumn26,
  1017. ultraGridColumn27,
  1018. ultraGridColumn28,
  1019. ultraGridColumn29,
  1020. ultraGridColumn30,
  1021. ultraGridColumn31,
  1022. ultraGridColumn32,
  1023. ultraGridColumn33});
  1024. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  1025. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1026. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1027. appearance40.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1028. appearance40.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1029. appearance40.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1030. appearance40.BorderColor = System.Drawing.SystemColors.Window;
  1031. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance40;
  1032. appearance41.ForeColor = System.Drawing.SystemColors.GrayText;
  1033. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance41;
  1034. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1035. this.ultraGrid2.DisplayLayout.GroupByBox.Hidden = true;
  1036. appearance42.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1037. appearance42.BackColor2 = System.Drawing.SystemColors.Control;
  1038. appearance42.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1039. appearance42.ForeColor = System.Drawing.SystemColors.GrayText;
  1040. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance42;
  1041. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  1042. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  1043. appearance43.BackColor = System.Drawing.SystemColors.Window;
  1044. appearance43.ForeColor = System.Drawing.SystemColors.ControlText;
  1045. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance43;
  1046. appearance44.BackColor = System.Drawing.SystemColors.Highlight;
  1047. appearance44.ForeColor = System.Drawing.SystemColors.HighlightText;
  1048. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance44;
  1049. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1050. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1051. appearance45.BackColor = System.Drawing.SystemColors.Window;
  1052. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance45;
  1053. appearance46.BorderColor = System.Drawing.Color.Silver;
  1054. appearance46.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1055. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance46;
  1056. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1057. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  1058. appearance47.BackColor = System.Drawing.SystemColors.Control;
  1059. appearance47.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1060. appearance47.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1061. appearance47.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1062. appearance47.BorderColor = System.Drawing.SystemColors.Window;
  1063. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance47;
  1064. appearance48.TextHAlignAsString = "Left";
  1065. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance48;
  1066. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1067. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1068. appearance49.BackColor = System.Drawing.SystemColors.Window;
  1069. appearance49.BorderColor = System.Drawing.Color.Silver;
  1070. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance49;
  1071. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1072. appearance50.BackColor = System.Drawing.SystemColors.ControlLight;
  1073. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance50;
  1074. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1075. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1076. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1077. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  1078. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1079. this.ultraGrid2.Location = new System.Drawing.Point(3, 23);
  1080. this.ultraGrid2.Margin = new System.Windows.Forms.Padding(2);
  1081. this.ultraGrid2.Name = "ultraGrid2";
  1082. this.ultraGrid2.Size = new System.Drawing.Size(1147, 93);
  1083. this.ultraGrid2.TabIndex = 0;
  1084. this.ultraGrid2.Text = "ultraGrid2";
  1085. this.ultraGrid2.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid2_ClickCell);
  1086. this.ultraGrid2.Click += new System.EventHandler(this.ultraGrid2_Click);
  1087. //
  1088. // ultraExpandableGroupBox1
  1089. //
  1090. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  1091. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  1092. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1153, 202);
  1093. this.ultraExpandableGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
  1094. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 240);
  1095. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  1096. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1153, 202);
  1097. this.ultraExpandableGroupBox1.TabIndex = 0;
  1098. this.ultraExpandableGroupBox1.Text = "编辑区域";
  1099. //
  1100. // ultraExpandableGroupBoxPanel1
  1101. //
  1102. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTabControl1);
  1103. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  1104. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 24);
  1105. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  1106. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1147, 175);
  1107. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  1108. //
  1109. // ultraTabControl1
  1110. //
  1111. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  1112. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  1113. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  1114. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  1115. this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
  1116. this.ultraTabControl1.Margin = new System.Windows.Forms.Padding(2);
  1117. this.ultraTabControl1.Name = "ultraTabControl1";
  1118. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  1119. this.ultraTabControl1.Size = new System.Drawing.Size(1147, 175);
  1120. this.ultraTabControl1.TabIndex = 0;
  1121. ultraTab1.TabPage = this.ultraTabPageControl1;
  1122. ultraTab1.Text = "头信息";
  1123. ultraTab2.TabPage = this.ultraTabPageControl2;
  1124. ultraTab2.Text = "行信息";
  1125. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  1126. ultraTab1,
  1127. ultraTab2});
  1128. this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.Office2007;
  1129. //
  1130. // ultraTabSharedControlsPage1
  1131. //
  1132. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  1133. this.ultraTabSharedControlsPage1.Margin = new System.Windows.Forms.Padding(2);
  1134. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  1135. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1145, 152);
  1136. //
  1137. // ultraPanel1
  1138. //
  1139. //
  1140. // ultraPanel1.ClientArea
  1141. //
  1142. this.ultraPanel1.ClientArea.Controls.Add(this.cop_orderType);
  1143. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel16);
  1144. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel3);
  1145. this.ultraPanel1.ClientArea.Controls.Add(this.txt_CopModeName);
  1146. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel2);
  1147. this.ultraPanel1.ClientArea.Controls.Add(this.txt_CopModeId);
  1148. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  1149. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  1150. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(2);
  1151. this.ultraPanel1.Name = "ultraPanel1";
  1152. this.ultraPanel1.Size = new System.Drawing.Size(1153, 32);
  1153. this.ultraPanel1.TabIndex = 0;
  1154. //
  1155. // cop_orderType
  1156. //
  1157. this.cop_orderType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1158. this.cop_orderType.Location = new System.Drawing.Point(484, 6);
  1159. this.cop_orderType.Margin = new System.Windows.Forms.Padding(2);
  1160. this.cop_orderType.Name = "cop_orderType";
  1161. this.cop_orderType.Size = new System.Drawing.Size(142, 21);
  1162. this.cop_orderType.TabIndex = 40;
  1163. //
  1164. // ultraLabel16
  1165. //
  1166. this.ultraLabel16.AutoSize = true;
  1167. this.ultraLabel16.Location = new System.Drawing.Point(400, 8);
  1168. this.ultraLabel16.Margin = new System.Windows.Forms.Padding(2);
  1169. this.ultraLabel16.Name = "ultraLabel16";
  1170. this.ultraLabel16.Size = new System.Drawing.Size(79, 16);
  1171. this.ultraLabel16.TabIndex = 39;
  1172. this.ultraLabel16.Text = "适用合同类别";
  1173. //
  1174. // ultraLabel3
  1175. //
  1176. this.ultraLabel3.AutoSize = true;
  1177. this.ultraLabel3.Location = new System.Drawing.Point(204, 8);
  1178. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(2);
  1179. this.ultraLabel3.Name = "ultraLabel3";
  1180. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  1181. this.ultraLabel3.TabIndex = 5;
  1182. this.ultraLabel3.Text = "模板名称";
  1183. //
  1184. // txt_CopModeName
  1185. //
  1186. this.txt_CopModeName.Location = new System.Drawing.Point(262, 5);
  1187. this.txt_CopModeName.Margin = new System.Windows.Forms.Padding(2);
  1188. this.txt_CopModeName.Name = "txt_CopModeName";
  1189. this.txt_CopModeName.Size = new System.Drawing.Size(98, 21);
  1190. this.txt_CopModeName.TabIndex = 4;
  1191. //
  1192. // ultraLabel2
  1193. //
  1194. this.ultraLabel2.AutoSize = true;
  1195. this.ultraLabel2.Location = new System.Drawing.Point(24, 8);
  1196. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(2);
  1197. this.ultraLabel2.Name = "ultraLabel2";
  1198. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  1199. this.ultraLabel2.TabIndex = 3;
  1200. this.ultraLabel2.Text = "模板编号";
  1201. //
  1202. // txt_CopModeId
  1203. //
  1204. this.txt_CopModeId.Location = new System.Drawing.Point(82, 5);
  1205. this.txt_CopModeId.Margin = new System.Windows.Forms.Padding(2);
  1206. this.txt_CopModeId.Name = "txt_CopModeId";
  1207. this.txt_CopModeId.Size = new System.Drawing.Size(98, 21);
  1208. this.txt_CopModeId.TabIndex = 2;
  1209. //
  1210. // PurOrderModeM
  1211. //
  1212. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1213. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1214. this.ClientSize = new System.Drawing.Size(1153, 474);
  1215. this.Controls.Add(this.ultraPanel2);
  1216. this.Controls.Add(this.ultraPanel1);
  1217. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1218. this.Margin = new System.Windows.Forms.Padding(2);
  1219. this.Name = "PurOrderModeM";
  1220. this.Text = "PurOrderModeM";
  1221. this.Load += new System.EventHandler(this.PurOrderModeM_Load);
  1222. this.ultraTabPageControl1.ResumeLayout(false);
  1223. this.ultraTabPageControl1.PerformLayout();
  1224. ((System.ComponentModel.ISupportInitialize)(this.txt_orderClass)).EndInit();
  1225. ((System.ComponentModel.ISupportInitialize)(this.txt_ModeVer)).EndInit();
  1226. ((System.ComponentModel.ISupportInitialize)(this.txt_OrderType)).EndInit();
  1227. ((System.ComponentModel.ISupportInitialize)(this.txt_ModeDesc)).EndInit();
  1228. ((System.ComponentModel.ISupportInitialize)(this.txt_ModeName)).EndInit();
  1229. ((System.ComponentModel.ISupportInitialize)(this.txt_ModeId)).EndInit();
  1230. this.ultraTabPageControl2.ResumeLayout(false);
  1231. this.ultraTabPageControl2.PerformLayout();
  1232. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseType)).EndInit();
  1233. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseIndx2)).EndInit();
  1234. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseName)).EndInit();
  1235. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseIndx1)).EndInit();
  1236. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseId)).EndInit();
  1237. ((System.ComponentModel.ISupportInitialize)(this.txt_id)).EndInit();
  1238. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1239. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1240. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  1241. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1242. this.ultraPanel2.ClientArea.ResumeLayout(false);
  1243. this.ultraPanel2.ResumeLayout(false);
  1244. this.ultraPanel4.ClientArea.ResumeLayout(false);
  1245. this.ultraPanel4.ResumeLayout(false);
  1246. this.splitContainer1.Panel1.ResumeLayout(false);
  1247. this.splitContainer1.Panel2.ResumeLayout(false);
  1248. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1249. this.splitContainer1.ResumeLayout(false);
  1250. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1251. this.ultraGroupBox1.ResumeLayout(false);
  1252. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1253. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1254. this.ultraGroupBox2.ResumeLayout(false);
  1255. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1256. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1257. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1258. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1259. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  1260. this.ultraTabControl1.ResumeLayout(false);
  1261. this.ultraPanel1.ClientArea.ResumeLayout(false);
  1262. this.ultraPanel1.ClientArea.PerformLayout();
  1263. this.ultraPanel1.ResumeLayout(false);
  1264. ((System.ComponentModel.ISupportInitialize)(this.cop_orderType)).EndInit();
  1265. ((System.ComponentModel.ISupportInitialize)(this.txt_CopModeName)).EndInit();
  1266. ((System.ComponentModel.ISupportInitialize)(this.txt_CopModeId)).EndInit();
  1267. this.ResumeLayout(false);
  1268. }
  1269. #endregion
  1270. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  1271. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  1272. private Infragistics.Win.Misc.UltraPanel ultraPanel4;
  1273. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1274. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1275. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  1276. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1277. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  1278. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  1279. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1280. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1281. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  1282. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  1283. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ModeDesc;
  1284. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  1285. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ModeName;
  1286. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1287. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ModeId;
  1288. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1289. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_CopModeName;
  1290. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1291. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_CopModeId;
  1292. private System.Data.DataSet dataSet1;
  1293. private System.Data.DataSet dataSet2;
  1294. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  1295. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ClauseName;
  1296. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  1297. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ClauseIndx1;
  1298. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  1299. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  1300. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ClauseId;
  1301. private Infragistics.Win.Misc.UltraLabel 行号;
  1302. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_id;
  1303. private System.Data.DataTable dataTable1;
  1304. private System.Data.DataColumn dataColumn1;
  1305. private System.Data.DataColumn dataColumn2;
  1306. private System.Data.DataColumn dataColumn3;
  1307. private System.Data.DataColumn dataColumn4;
  1308. private System.Data.DataColumn dataColumn5;
  1309. private System.Data.DataColumn dataColumn6;
  1310. private System.Data.DataColumn dataColumn7;
  1311. private System.Data.DataColumn dataColumn8;
  1312. private System.Data.DataColumn dataColumn9;
  1313. private System.Data.DataColumn dataColumn10;
  1314. private System.Data.DataColumn dataColumn11;
  1315. private System.Data.DataColumn dataColumn12;
  1316. private System.Data.DataColumn dataColumn13;
  1317. private System.Data.DataColumn dataColumn14;
  1318. private System.Data.DataTable dataTable2;
  1319. private System.Data.DataColumn dataColumn15;
  1320. private System.Data.DataColumn dataColumn16;
  1321. private System.Data.DataColumn dataColumn17;
  1322. private System.Data.DataColumn dataColumn18;
  1323. private System.Data.DataColumn dataColumn19;
  1324. private System.Data.DataColumn dataColumn20;
  1325. private System.Data.DataColumn dataColumn21;
  1326. private System.Data.DataColumn dataColumn22;
  1327. private System.Data.DataColumn dataColumn23;
  1328. private System.Data.DataColumn dataColumn24;
  1329. private System.Data.DataColumn dataColumn25;
  1330. private System.Data.DataColumn dataColumn26;
  1331. private System.Data.DataColumn dataColumn27;
  1332. private System.Data.DataColumn dataColumn28;
  1333. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_OrderType;
  1334. private System.Data.DataColumn dataColumn29;
  1335. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  1336. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ModeVer;
  1337. private System.Windows.Forms.SplitContainer splitContainer1;
  1338. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1339. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1340. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1341. private Infragistics.Win.UltraWinEditors.UltraNumericEditor txt_ClauseIndx2;
  1342. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_ClauseType;
  1343. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  1344. private System.Data.DataColumn dataColumn30;
  1345. private System.Data.DataColumn dataColumn31;
  1346. private System.Data.DataColumn dataColumn32;
  1347. private Infragistics.Win.Misc.UltraLabel ultraLabel15;
  1348. private Infragistics.Win.UltraWinEditors.UltraComboEditor cop_orderType;
  1349. private Infragistics.Win.Misc.UltraLabel ultraLabel16;
  1350. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_orderClass;
  1351. private Infragistics.Win.Misc.UltraLabel ultraLabel14;
  1352. private System.Data.DataColumn dataColumn33;
  1353. private System.Windows.Forms.RichTextBox txt_ClauseDesc;
  1354. }
  1355. }