FrmPop-upOrderMode.Designer.cs 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901
  1. namespace Pur.Pop_upWindow
  2. {
  3. partial class FrmPop_upOrderMode
  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 appearance26 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeId");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeName");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeDesc");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeVer");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrderType");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHECK", 0);
  41. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeId");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ModeName");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseId");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseName");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseDesc");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseIndx");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseType");
  61. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseDefault");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteName");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DeleteTime");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseIndxIn");
  71. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  82. Infragistics.Win.UltraWinToolbars.RibbonTab ribbonTab1 = new Infragistics.Win.UltraWinToolbars.RibbonTab("ribbon1");
  83. Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup1 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup1");
  84. Infragistics.Win.UltraWinToolbars.RibbonGroup ribbonGroup2 = new Infragistics.Win.UltraWinToolbars.RibbonGroup("ribbonGroup2");
  85. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  86. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  87. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  88. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar2 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar2");
  89. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  90. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("conFirmation");
  91. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
  92. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("新增");
  93. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("删除");
  94. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("修改");
  95. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("查询");
  96. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("关闭");
  97. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("恢复");
  98. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("确认");
  99. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  100. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("ESC");
  102. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("conFirmation");
  104. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  105. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPop_upOrderMode));
  106. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  107. this.cop_orderType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  108. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  109. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  110. this.txt_CopModeName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  111. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  112. this.txt_CopModeId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  113. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  114. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  115. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  116. this.dataSet1 = new System.Data.DataSet();
  117. this.dataTable1 = new System.Data.DataTable();
  118. this.dataColumn1 = new System.Data.DataColumn();
  119. this.dataColumn2 = new System.Data.DataColumn();
  120. this.dataColumn3 = new System.Data.DataColumn();
  121. this.dataColumn4 = new System.Data.DataColumn();
  122. this.dataColumn5 = new System.Data.DataColumn();
  123. this.dataColumn9 = new System.Data.DataColumn();
  124. this.dataColumn10 = new System.Data.DataColumn();
  125. this.dataColumn11 = new System.Data.DataColumn();
  126. this.dataColumn12 = new System.Data.DataColumn();
  127. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  128. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  129. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  130. this.dataSet2 = new System.Data.DataSet();
  131. this.dataTable2 = new System.Data.DataTable();
  132. this.dataColumn15 = new System.Data.DataColumn();
  133. this.dataColumn16 = new System.Data.DataColumn();
  134. this.dataColumn17 = new System.Data.DataColumn();
  135. this.dataColumn18 = new System.Data.DataColumn();
  136. this.dataColumn19 = new System.Data.DataColumn();
  137. this.dataColumn20 = new System.Data.DataColumn();
  138. this.dataColumn21 = new System.Data.DataColumn();
  139. this.dataColumn22 = new System.Data.DataColumn();
  140. this.dataColumn23 = new System.Data.DataColumn();
  141. this.dataColumn24 = new System.Data.DataColumn();
  142. this.dataColumn25 = new System.Data.DataColumn();
  143. this.dataColumn26 = new System.Data.DataColumn();
  144. this.dataColumn27 = new System.Data.DataColumn();
  145. this.dataColumn28 = new System.Data.DataColumn();
  146. this.dataColumn29 = new System.Data.DataColumn();
  147. this.dataColumn6 = new System.Data.DataColumn();
  148. this.barsManagerButon = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  149. this._Form1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  150. this._Form1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  151. this._Form1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  152. this._Form1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  153. this.ultraPanel1.ClientArea.SuspendLayout();
  154. this.ultraPanel1.SuspendLayout();
  155. ((System.ComponentModel.ISupportInitialize)(this.cop_orderType)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.txt_CopModeName)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.txt_CopModeId)).BeginInit();
  158. this.ultraPanel3.ClientArea.SuspendLayout();
  159. this.ultraPanel3.SuspendLayout();
  160. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  161. this.ultraGroupBox1.SuspendLayout();
  162. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  163. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  164. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  165. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  166. this.ultraExpandableGroupBox1.SuspendLayout();
  167. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  168. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  169. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  170. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  171. ((System.ComponentModel.ISupportInitialize)(this.barsManagerButon)).BeginInit();
  172. this.SuspendLayout();
  173. //
  174. // ultraPanel1
  175. //
  176. //
  177. // ultraPanel1.ClientArea
  178. //
  179. this.ultraPanel1.ClientArea.Controls.Add(this.cop_orderType);
  180. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel11);
  181. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel3);
  182. this.ultraPanel1.ClientArea.Controls.Add(this.txt_CopModeName);
  183. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel2);
  184. this.ultraPanel1.ClientArea.Controls.Add(this.txt_CopModeId);
  185. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  186. this.ultraPanel1.Location = new System.Drawing.Point(0, 28);
  187. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  188. this.ultraPanel1.Name = "ultraPanel1";
  189. this.ultraPanel1.Size = new System.Drawing.Size(1471, 39);
  190. this.ultraPanel1.TabIndex = 0;
  191. //
  192. // cop_orderType
  193. //
  194. this.cop_orderType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  195. this.cop_orderType.Location = new System.Drawing.Point(540, 6);
  196. this.cop_orderType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  197. this.cop_orderType.Name = "cop_orderType";
  198. this.cop_orderType.Size = new System.Drawing.Size(189, 24);
  199. this.cop_orderType.TabIndex = 38;
  200. //
  201. // ultraLabel11
  202. //
  203. this.ultraLabel11.AutoSize = true;
  204. this.ultraLabel11.Location = new System.Drawing.Point(428, 9);
  205. this.ultraLabel11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  206. this.ultraLabel11.Name = "ultraLabel11";
  207. this.ultraLabel11.Size = new System.Drawing.Size(131, 24);
  208. this.ultraLabel11.TabIndex = 37;
  209. this.ultraLabel11.Text = "适用合同类别";
  210. //
  211. // ultraLabel3
  212. //
  213. this.ultraLabel3.AutoSize = true;
  214. this.ultraLabel3.Location = new System.Drawing.Point(223, 9);
  215. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  216. this.ultraLabel3.Name = "ultraLabel3";
  217. this.ultraLabel3.Size = new System.Drawing.Size(89, 24);
  218. this.ultraLabel3.TabIndex = 9;
  219. this.ultraLabel3.Text = "模板名称";
  220. //
  221. // txt_CopModeName
  222. //
  223. this.txt_CopModeName.Location = new System.Drawing.Point(297, 6);
  224. this.txt_CopModeName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  225. this.txt_CopModeName.Name = "txt_CopModeName";
  226. this.txt_CopModeName.Size = new System.Drawing.Size(116, 24);
  227. this.txt_CopModeName.TabIndex = 8;
  228. //
  229. // ultraLabel2
  230. //
  231. this.ultraLabel2.AutoSize = true;
  232. this.ultraLabel2.Location = new System.Drawing.Point(12, 9);
  233. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  234. this.ultraLabel2.Name = "ultraLabel2";
  235. this.ultraLabel2.Size = new System.Drawing.Size(89, 24);
  236. this.ultraLabel2.TabIndex = 7;
  237. this.ultraLabel2.Text = "模板编号";
  238. //
  239. // txt_CopModeId
  240. //
  241. this.txt_CopModeId.Location = new System.Drawing.Point(91, 6);
  242. this.txt_CopModeId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  243. this.txt_CopModeId.Name = "txt_CopModeId";
  244. this.txt_CopModeId.Size = new System.Drawing.Size(116, 24);
  245. this.txt_CopModeId.TabIndex = 6;
  246. //
  247. // ultraPanel3
  248. //
  249. //
  250. // ultraPanel3.ClientArea
  251. //
  252. this.ultraPanel3.ClientArea.Controls.Add(this.ultraGroupBox1);
  253. this.ultraPanel3.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
  254. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  255. this.ultraPanel3.Location = new System.Drawing.Point(0, 67);
  256. this.ultraPanel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  257. this.ultraPanel3.Name = "ultraPanel3";
  258. this.ultraPanel3.Size = new System.Drawing.Size(1471, 484);
  259. this.ultraPanel3.TabIndex = 2;
  260. //
  261. // ultraGroupBox1
  262. //
  263. this.ultraGroupBox1.Controls.Add(this.ultraGrid1);
  264. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  265. this.ultraGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
  266. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  267. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  268. this.ultraGroupBox1.Name = "ultraGroupBox1";
  269. this.ultraGroupBox1.Size = new System.Drawing.Size(1471, 208);
  270. this.ultraGroupBox1.TabIndex = 0;
  271. this.ultraGroupBox1.Text = "合同模板";
  272. //
  273. // ultraGrid1
  274. //
  275. this.ultraGrid1.DataSource = this.dataSet1;
  276. appearance26.BackColor = System.Drawing.SystemColors.Window;
  277. appearance26.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  278. this.ultraGrid1.DisplayLayout.Appearance = appearance26;
  279. ultraGridColumn1.Header.VisiblePosition = 2;
  280. ultraGridColumn2.Header.VisiblePosition = 3;
  281. ultraGridColumn2.Width = 173;
  282. ultraGridColumn3.Header.VisiblePosition = 4;
  283. ultraGridColumn3.Width = 346;
  284. ultraGridColumn4.Header.VisiblePosition = 5;
  285. ultraGridColumn4.Width = 83;
  286. ultraGridColumn5.Header.VisiblePosition = 1;
  287. ultraGridColumn6.Header.VisiblePosition = 6;
  288. ultraGridColumn6.Width = 72;
  289. ultraGridColumn7.Header.VisiblePosition = 7;
  290. ultraGridColumn8.Header.VisiblePosition = 8;
  291. ultraGridColumn8.Width = 63;
  292. ultraGridColumn9.Header.VisiblePosition = 9;
  293. ultraGridColumn10.DataType = typeof(bool);
  294. ultraGridColumn10.Header.Caption = "选择";
  295. ultraGridColumn10.Header.VisiblePosition = 0;
  296. ultraGridColumn10.Hidden = true;
  297. ultraGridColumn10.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  298. ultraGridBand1.Columns.AddRange(new object[] {
  299. ultraGridColumn1,
  300. ultraGridColumn2,
  301. ultraGridColumn3,
  302. ultraGridColumn4,
  303. ultraGridColumn5,
  304. ultraGridColumn6,
  305. ultraGridColumn7,
  306. ultraGridColumn8,
  307. ultraGridColumn9,
  308. ultraGridColumn10});
  309. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  310. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  311. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  312. appearance27.BackColor = System.Drawing.SystemColors.ActiveBorder;
  313. appearance27.BackColor2 = System.Drawing.SystemColors.ControlDark;
  314. appearance27.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  315. appearance27.BorderColor = System.Drawing.SystemColors.Window;
  316. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance27;
  317. appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
  318. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance28;
  319. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  320. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  321. appearance31.BackColor = System.Drawing.SystemColors.ControlLightLight;
  322. appearance31.BackColor2 = System.Drawing.SystemColors.Control;
  323. appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  324. appearance31.ForeColor = System.Drawing.SystemColors.GrayText;
  325. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance31;
  326. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  327. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  328. appearance32.BackColor = System.Drawing.SystemColors.Window;
  329. appearance32.ForeColor = System.Drawing.SystemColors.ControlText;
  330. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance32;
  331. appearance33.BackColor = System.Drawing.SystemColors.Highlight;
  332. appearance33.ForeColor = System.Drawing.SystemColors.HighlightText;
  333. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance33;
  334. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  335. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  336. appearance34.BackColor = System.Drawing.SystemColors.Window;
  337. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance34;
  338. appearance35.BorderColor = System.Drawing.Color.Silver;
  339. appearance35.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  340. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance35;
  341. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  342. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  343. appearance36.BackColor = System.Drawing.SystemColors.Control;
  344. appearance36.BackColor2 = System.Drawing.SystemColors.ControlDark;
  345. appearance36.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  346. appearance36.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  347. appearance36.BorderColor = System.Drawing.SystemColors.Window;
  348. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance36;
  349. appearance37.TextHAlignAsString = "Left";
  350. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance37;
  351. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  352. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  353. appearance38.BackColor = System.Drawing.SystemColors.Window;
  354. appearance38.BorderColor = System.Drawing.Color.Silver;
  355. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance38;
  356. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  357. appearance1.BackColor = System.Drawing.SystemColors.ControlLight;
  358. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance1;
  359. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  360. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  361. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  362. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  363. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  364. this.ultraGrid1.Location = new System.Drawing.Point(3, 26);
  365. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  366. this.ultraGrid1.Name = "ultraGrid1";
  367. this.ultraGrid1.Size = new System.Drawing.Size(1465, 179);
  368. this.ultraGrid1.TabIndex = 0;
  369. this.ultraGrid1.Text = "ultraGrid1";
  370. this.ultraGrid1.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid1_ClickCell);
  371. //
  372. // dataSet1
  373. //
  374. this.dataSet1.DataSetName = "NewDataSet";
  375. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  376. this.dataTable1});
  377. //
  378. // dataTable1
  379. //
  380. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  381. this.dataColumn1,
  382. this.dataColumn2,
  383. this.dataColumn3,
  384. this.dataColumn4,
  385. this.dataColumn5,
  386. this.dataColumn9,
  387. this.dataColumn10,
  388. this.dataColumn11,
  389. this.dataColumn12});
  390. this.dataTable1.TableName = "Table1";
  391. //
  392. // dataColumn1
  393. //
  394. this.dataColumn1.Caption = "模板编号";
  395. this.dataColumn1.ColumnName = "ModeId";
  396. //
  397. // dataColumn2
  398. //
  399. this.dataColumn2.Caption = "模板名称";
  400. this.dataColumn2.ColumnName = "ModeName";
  401. //
  402. // dataColumn3
  403. //
  404. this.dataColumn3.Caption = "模板描叙";
  405. this.dataColumn3.ColumnName = "ModeDesc";
  406. //
  407. // dataColumn4
  408. //
  409. this.dataColumn4.Caption = "版本号";
  410. this.dataColumn4.ColumnName = "ModeVer";
  411. //
  412. // dataColumn5
  413. //
  414. this.dataColumn5.Caption = "适用合同类别";
  415. this.dataColumn5.ColumnName = "OrderType";
  416. //
  417. // dataColumn9
  418. //
  419. this.dataColumn9.Caption = "创建人";
  420. this.dataColumn9.ColumnName = "CreateName";
  421. //
  422. // dataColumn10
  423. //
  424. this.dataColumn10.Caption = "创建时间";
  425. this.dataColumn10.ColumnName = "CreateTime";
  426. //
  427. // dataColumn11
  428. //
  429. this.dataColumn11.Caption = "修改人";
  430. this.dataColumn11.ColumnName = "UpdateName";
  431. //
  432. // dataColumn12
  433. //
  434. this.dataColumn12.Caption = "修改时间";
  435. this.dataColumn12.ColumnName = "UpdateTime";
  436. //
  437. // ultraExpandableGroupBox1
  438. //
  439. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  440. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  441. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1471, 276);
  442. this.ultraExpandableGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
  443. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 208);
  444. this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  445. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  446. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1471, 276);
  447. this.ultraExpandableGroupBox1.TabIndex = 1;
  448. this.ultraExpandableGroupBox1.Text = "点击查看合同条款";
  449. //
  450. // ultraExpandableGroupBoxPanel1
  451. //
  452. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGrid2);
  453. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  454. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 26);
  455. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  456. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  457. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1465, 247);
  458. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  459. //
  460. // ultraGrid2
  461. //
  462. this.ultraGrid2.DataSource = this.dataSet2;
  463. appearance39.BackColor = System.Drawing.SystemColors.Window;
  464. appearance39.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  465. this.ultraGrid2.DisplayLayout.Appearance = appearance39;
  466. ultraGridColumn11.Header.VisiblePosition = 0;
  467. ultraGridColumn11.Hidden = true;
  468. ultraGridColumn12.Header.VisiblePosition = 1;
  469. ultraGridColumn12.Hidden = true;
  470. ultraGridColumn13.Header.VisiblePosition = 3;
  471. ultraGridColumn14.Header.VisiblePosition = 4;
  472. ultraGridColumn14.Width = 130;
  473. ultraGridColumn15.Header.VisiblePosition = 5;
  474. ultraGridColumn15.Width = 336;
  475. ultraGridColumn16.Header.VisiblePosition = 6;
  476. ultraGridColumn16.Width = 71;
  477. appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  478. ultraGridColumn17.CellAppearance = appearance2;
  479. ultraGridColumn17.Header.VisiblePosition = 2;
  480. ultraGridColumn17.MergedCellContentArea = Infragistics.Win.UltraWinGrid.MergedCellContentArea.VisibleRect;
  481. ultraGridColumn17.MergedCellEvaluationType = Infragistics.Win.UltraWinGrid.MergedCellEvaluationType.MergeSameValue;
  482. ultraGridColumn17.MergedCellStyle = Infragistics.Win.UltraWinGrid.MergedCellStyle.Always;
  483. ultraGridColumn17.Width = 227;
  484. ultraGridColumn18.Header.VisiblePosition = 8;
  485. ultraGridColumn18.Hidden = true;
  486. ultraGridColumn18.Width = 83;
  487. ultraGridColumn19.Header.VisiblePosition = 9;
  488. ultraGridColumn19.Width = 72;
  489. ultraGridColumn20.Header.VisiblePosition = 10;
  490. ultraGridColumn21.Header.VisiblePosition = 11;
  491. ultraGridColumn21.Width = 70;
  492. ultraGridColumn22.Header.VisiblePosition = 12;
  493. ultraGridColumn23.Header.VisiblePosition = 13;
  494. ultraGridColumn23.Hidden = true;
  495. ultraGridColumn24.Header.VisiblePosition = 14;
  496. ultraGridColumn24.Hidden = true;
  497. ultraGridColumn25.Header.VisiblePosition = 15;
  498. ultraGridColumn25.Hidden = true;
  499. ultraGridColumn26.Header.VisiblePosition = 7;
  500. ultraGridBand2.Columns.AddRange(new object[] {
  501. ultraGridColumn11,
  502. ultraGridColumn12,
  503. ultraGridColumn13,
  504. ultraGridColumn14,
  505. ultraGridColumn15,
  506. ultraGridColumn16,
  507. ultraGridColumn17,
  508. ultraGridColumn18,
  509. ultraGridColumn19,
  510. ultraGridColumn20,
  511. ultraGridColumn21,
  512. ultraGridColumn22,
  513. ultraGridColumn23,
  514. ultraGridColumn24,
  515. ultraGridColumn25,
  516. ultraGridColumn26});
  517. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  518. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  519. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  520. appearance40.BackColor = System.Drawing.SystemColors.ActiveBorder;
  521. appearance40.BackColor2 = System.Drawing.SystemColors.ControlDark;
  522. appearance40.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  523. appearance40.BorderColor = System.Drawing.SystemColors.Window;
  524. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance40;
  525. appearance41.ForeColor = System.Drawing.SystemColors.GrayText;
  526. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance41;
  527. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  528. this.ultraGrid2.DisplayLayout.GroupByBox.Hidden = true;
  529. appearance42.BackColor = System.Drawing.SystemColors.ControlLightLight;
  530. appearance42.BackColor2 = System.Drawing.SystemColors.Control;
  531. appearance42.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  532. appearance42.ForeColor = System.Drawing.SystemColors.GrayText;
  533. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance42;
  534. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  535. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  536. appearance43.BackColor = System.Drawing.SystemColors.Window;
  537. appearance43.ForeColor = System.Drawing.SystemColors.ControlText;
  538. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance43;
  539. appearance44.BackColor = System.Drawing.SystemColors.Highlight;
  540. appearance44.ForeColor = System.Drawing.SystemColors.HighlightText;
  541. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance44;
  542. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  543. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  544. appearance45.BackColor = System.Drawing.SystemColors.Window;
  545. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance45;
  546. appearance46.BorderColor = System.Drawing.Color.Silver;
  547. appearance46.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  548. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance46;
  549. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  550. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  551. appearance47.BackColor = System.Drawing.SystemColors.Control;
  552. appearance47.BackColor2 = System.Drawing.SystemColors.ControlDark;
  553. appearance47.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  554. appearance47.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  555. appearance47.BorderColor = System.Drawing.SystemColors.Window;
  556. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance47;
  557. appearance48.TextHAlignAsString = "Left";
  558. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance48;
  559. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  560. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  561. appearance49.BackColor = System.Drawing.SystemColors.Window;
  562. appearance49.BorderColor = System.Drawing.Color.Silver;
  563. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance49;
  564. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  565. appearance50.BackColor = System.Drawing.SystemColors.ControlLight;
  566. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance50;
  567. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  568. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  569. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  570. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  571. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  572. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  573. this.ultraGrid2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  574. this.ultraGrid2.Name = "ultraGrid2";
  575. this.ultraGrid2.Size = new System.Drawing.Size(1465, 247);
  576. this.ultraGrid2.TabIndex = 1;
  577. this.ultraGrid2.Text = "ultraGrid2";
  578. //
  579. // dataSet2
  580. //
  581. this.dataSet2.DataSetName = "NewDataSet";
  582. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  583. this.dataTable2});
  584. //
  585. // dataTable2
  586. //
  587. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  588. this.dataColumn15,
  589. this.dataColumn16,
  590. this.dataColumn17,
  591. this.dataColumn18,
  592. this.dataColumn19,
  593. this.dataColumn20,
  594. this.dataColumn21,
  595. this.dataColumn22,
  596. this.dataColumn23,
  597. this.dataColumn24,
  598. this.dataColumn25,
  599. this.dataColumn26,
  600. this.dataColumn27,
  601. this.dataColumn28,
  602. this.dataColumn29,
  603. this.dataColumn6});
  604. this.dataTable2.TableName = "Table1";
  605. //
  606. // dataColumn15
  607. //
  608. this.dataColumn15.Caption = "模板编号";
  609. this.dataColumn15.ColumnName = "ModeId";
  610. //
  611. // dataColumn16
  612. //
  613. this.dataColumn16.Caption = "模板名称";
  614. this.dataColumn16.ColumnName = "ModeName";
  615. //
  616. // dataColumn17
  617. //
  618. this.dataColumn17.Caption = "条款代码标识";
  619. this.dataColumn17.ColumnName = "ClauseId";
  620. //
  621. // dataColumn18
  622. //
  623. this.dataColumn18.Caption = "条款名称";
  624. this.dataColumn18.ColumnName = "ClauseName";
  625. //
  626. // dataColumn19
  627. //
  628. this.dataColumn19.Caption = "条款内容";
  629. this.dataColumn19.ColumnName = "ClauseDesc";
  630. //
  631. // dataColumn20
  632. //
  633. this.dataColumn20.Caption = "打印顺序1";
  634. this.dataColumn20.ColumnName = "ClauseIndx";
  635. //
  636. // dataColumn21
  637. //
  638. this.dataColumn21.Caption = "条款分类";
  639. this.dataColumn21.ColumnName = "ClauseType";
  640. //
  641. // dataColumn22
  642. //
  643. this.dataColumn22.Caption = "是否必选";
  644. this.dataColumn22.ColumnName = "ClauseDefault";
  645. //
  646. // dataColumn23
  647. //
  648. this.dataColumn23.Caption = "创建人";
  649. this.dataColumn23.ColumnName = "CreateName";
  650. //
  651. // dataColumn24
  652. //
  653. this.dataColumn24.Caption = "创建时间";
  654. this.dataColumn24.ColumnName = "CreateTime";
  655. //
  656. // dataColumn25
  657. //
  658. this.dataColumn25.Caption = "修改人";
  659. this.dataColumn25.ColumnName = "UpdateName";
  660. //
  661. // dataColumn26
  662. //
  663. this.dataColumn26.Caption = "修改时间";
  664. this.dataColumn26.ColumnName = "UpdateTime";
  665. //
  666. // dataColumn27
  667. //
  668. this.dataColumn27.Caption = "废除人";
  669. this.dataColumn27.ColumnName = "DeleteName";
  670. //
  671. // dataColumn28
  672. //
  673. this.dataColumn28.Caption = "废除时间";
  674. this.dataColumn28.ColumnName = "DeleteTime";
  675. //
  676. // dataColumn29
  677. //
  678. this.dataColumn29.Caption = "合同模板条款行号";
  679. this.dataColumn29.ColumnName = "ID";
  680. //
  681. // dataColumn6
  682. //
  683. this.dataColumn6.Caption = "打印顺序2";
  684. this.dataColumn6.ColumnName = "ClauseIndxIn";
  685. //
  686. // barsManagerButon
  687. //
  688. this.barsManagerButon.DesignerFlags = 1;
  689. this.barsManagerButon.DockWithinContainer = this;
  690. this.barsManagerButon.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  691. this.barsManagerButon.MiniToolbar.ToolRowCount = 3;
  692. this.barsManagerButon.Office2007UICompatibility = false;
  693. ribbonTab1.Caption = "ribbon1";
  694. ribbonGroup1.Caption = "ribbonGroup1";
  695. ribbonGroup2.Caption = "ribbonGroup2";
  696. ribbonTab1.Groups.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonGroup[] {
  697. ribbonGroup1,
  698. ribbonGroup2});
  699. this.barsManagerButon.Ribbon.NonInheritedRibbonTabs.AddRange(new Infragistics.Win.UltraWinToolbars.RibbonTab[] {
  700. ribbonTab1});
  701. this.barsManagerButon.ShowQuickCustomizeButton = false;
  702. ultraToolbar1.DockedColumn = 0;
  703. ultraToolbar1.DockedRow = 0;
  704. buttonTool5.InstanceProps.IsFirstInGroup = true;
  705. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  706. buttonTool2,
  707. buttonTool5});
  708. ultraToolbar1.Text = "UltraToolbar1";
  709. ultraToolbar1.Visible = false;
  710. ultraToolbar2.DockedColumn = 0;
  711. ultraToolbar2.DockedRow = 0;
  712. ultraToolbar2.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  713. buttonTool1,
  714. buttonTool4,
  715. buttonTool16});
  716. ultraToolbar2.Text = "UltraToolbar2";
  717. this.barsManagerButon.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  718. ultraToolbar1,
  719. ultraToolbar2});
  720. buttonTool6.SharedPropsInternal.Caption = "新增";
  721. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  722. buttonTool7.SharedPropsInternal.Caption = "删除";
  723. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  724. buttonTool8.SharedPropsInternal.Caption = "修改";
  725. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  726. buttonTool9.SharedPropsInternal.Caption = "查询";
  727. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  728. buttonTool10.SharedPropsInternal.Caption = "关闭";
  729. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  730. buttonTool12.SharedPropsInternal.Caption = "恢复";
  731. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  732. buttonTool3.SharedPropsInternal.Caption = "确认";
  733. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  734. appearance29.Image = ((object)(resources.GetObject("appearance29.Image")));
  735. buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
  736. buttonTool11.SharedPropsInternal.Caption = "查询";
  737. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  738. appearance30.Image = ((object)(resources.GetObject("appearance30.Image")));
  739. buttonTool13.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
  740. buttonTool13.SharedPropsInternal.Caption = "关闭";
  741. buttonTool13.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  742. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  743. buttonTool17.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  744. buttonTool17.SharedPropsInternal.Caption = "确认";
  745. buttonTool17.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  746. this.barsManagerButon.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  747. buttonTool6,
  748. buttonTool7,
  749. buttonTool8,
  750. buttonTool9,
  751. buttonTool10,
  752. buttonTool12,
  753. buttonTool3,
  754. buttonTool11,
  755. buttonTool13,
  756. buttonTool17});
  757. this.barsManagerButon.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.barsManagerButon_ToolClick);
  758. //
  759. // _Form1_Toolbars_Dock_Area_Top
  760. //
  761. this._Form1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  762. this._Form1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  763. this._Form1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  764. this._Form1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  765. this._Form1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  766. this._Form1_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  767. this._Form1_Toolbars_Dock_Area_Top.Name = "_Form1_Toolbars_Dock_Area_Top";
  768. this._Form1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1471, 28);
  769. this._Form1_Toolbars_Dock_Area_Top.ToolbarsManager = this.barsManagerButon;
  770. //
  771. // _Form1_Toolbars_Dock_Area_Bottom
  772. //
  773. this._Form1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  774. this._Form1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  775. this._Form1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  776. this._Form1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  777. this._Form1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 551);
  778. this._Form1_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  779. this._Form1_Toolbars_Dock_Area_Bottom.Name = "_Form1_Toolbars_Dock_Area_Bottom";
  780. this._Form1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1471, 0);
  781. this._Form1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.barsManagerButon;
  782. //
  783. // _Form1_Toolbars_Dock_Area_Left
  784. //
  785. this._Form1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  786. this._Form1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  787. this._Form1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  788. this._Form1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  789. this._Form1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  790. this._Form1_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  791. this._Form1_Toolbars_Dock_Area_Left.Name = "_Form1_Toolbars_Dock_Area_Left";
  792. this._Form1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 523);
  793. this._Form1_Toolbars_Dock_Area_Left.ToolbarsManager = this.barsManagerButon;
  794. //
  795. // _Form1_Toolbars_Dock_Area_Right
  796. //
  797. this._Form1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  798. this._Form1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  799. this._Form1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  800. this._Form1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  801. this._Form1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1471, 28);
  802. this._Form1_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  803. this._Form1_Toolbars_Dock_Area_Right.Name = "_Form1_Toolbars_Dock_Area_Right";
  804. this._Form1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 523);
  805. this._Form1_Toolbars_Dock_Area_Right.ToolbarsManager = this.barsManagerButon;
  806. //
  807. // FrmPop_upOrderMode
  808. //
  809. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  810. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  811. this.ClientSize = new System.Drawing.Size(1471, 551);
  812. this.Controls.Add(this.ultraPanel3);
  813. this.Controls.Add(this.ultraPanel1);
  814. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Left);
  815. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Right);
  816. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Top);
  817. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Bottom);
  818. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  819. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  820. this.Name = "FrmPop_upOrderMode";
  821. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  822. this.Text = "合同模板";
  823. this.Load += new System.EventHandler(this.FrmPop_upOrderMode_Load);
  824. this.ultraPanel1.ClientArea.ResumeLayout(false);
  825. this.ultraPanel1.ClientArea.PerformLayout();
  826. this.ultraPanel1.ResumeLayout(false);
  827. ((System.ComponentModel.ISupportInitialize)(this.cop_orderType)).EndInit();
  828. ((System.ComponentModel.ISupportInitialize)(this.txt_CopModeName)).EndInit();
  829. ((System.ComponentModel.ISupportInitialize)(this.txt_CopModeId)).EndInit();
  830. this.ultraPanel3.ClientArea.ResumeLayout(false);
  831. this.ultraPanel3.ResumeLayout(false);
  832. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  833. this.ultraGroupBox1.ResumeLayout(false);
  834. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  835. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  836. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  837. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  838. this.ultraExpandableGroupBox1.ResumeLayout(false);
  839. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  840. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  841. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  842. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  843. ((System.ComponentModel.ISupportInitialize)(this.barsManagerButon)).EndInit();
  844. this.ResumeLayout(false);
  845. }
  846. #endregion
  847. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  848. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  849. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  850. private System.Data.DataSet dataSet1;
  851. private System.Data.DataTable dataTable1;
  852. private System.Data.DataColumn dataColumn1;
  853. private System.Data.DataColumn dataColumn2;
  854. private System.Data.DataColumn dataColumn3;
  855. private System.Data.DataColumn dataColumn4;
  856. private System.Data.DataColumn dataColumn5;
  857. private System.Data.DataColumn dataColumn9;
  858. private System.Data.DataColumn dataColumn10;
  859. private System.Data.DataColumn dataColumn11;
  860. private System.Data.DataColumn dataColumn12;
  861. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  862. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  863. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_CopModeName;
  864. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  865. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_CopModeId;
  866. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager barsManagerButon;
  867. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Left;
  868. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Right;
  869. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Top;
  870. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Bottom;
  871. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  872. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  873. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  874. private System.Data.DataSet dataSet2;
  875. private System.Data.DataTable dataTable2;
  876. private System.Data.DataColumn dataColumn15;
  877. private System.Data.DataColumn dataColumn16;
  878. private System.Data.DataColumn dataColumn17;
  879. private System.Data.DataColumn dataColumn18;
  880. private System.Data.DataColumn dataColumn19;
  881. private System.Data.DataColumn dataColumn20;
  882. private System.Data.DataColumn dataColumn21;
  883. private System.Data.DataColumn dataColumn22;
  884. private System.Data.DataColumn dataColumn23;
  885. private System.Data.DataColumn dataColumn24;
  886. private System.Data.DataColumn dataColumn25;
  887. private System.Data.DataColumn dataColumn26;
  888. private System.Data.DataColumn dataColumn27;
  889. private System.Data.DataColumn dataColumn28;
  890. private System.Data.DataColumn dataColumn29;
  891. private Infragistics.Win.UltraWinEditors.UltraComboEditor cop_orderType;
  892. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  893. private System.Data.DataColumn dataColumn6;
  894. }
  895. }