FrmPurOrderClause.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717
  1. namespace Pur.order
  2. {
  3. partial class FrmPurOrderClause
  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 appearance3 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseId");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseName");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseDesc");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrderType");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseType");
  35. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseDefault");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ClauseOrderBy");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateName");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CreateTime");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  42. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  54. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPurOrderClause));
  55. this.dataSet1 = new System.Data.DataSet();
  56. this.dataTable1 = new System.Data.DataTable();
  57. this.dataColumn1 = new System.Data.DataColumn();
  58. this.dataColumn2 = new System.Data.DataColumn();
  59. this.dataColumn3 = new System.Data.DataColumn();
  60. this.dataColumn4 = new System.Data.DataColumn();
  61. this.dataColumn5 = new System.Data.DataColumn();
  62. this.dataColumn6 = new System.Data.DataColumn();
  63. this.dataColumn7 = new System.Data.DataColumn();
  64. this.dataColumn9 = new System.Data.DataColumn();
  65. this.dataColumn10 = new System.Data.DataColumn();
  66. this.dataColumn11 = new System.Data.DataColumn();
  67. this.dataColumn12 = new System.Data.DataColumn();
  68. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  69. this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
  70. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  71. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  72. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  73. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  74. this.txt_CopClauseId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  75. this.txt_OrderType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  76. this.txt_ClauseType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  77. this.txt_ClauseDesc = new System.Windows.Forms.TextBox();
  78. this.radioButton2 = new System.Windows.Forms.RadioButton();
  79. this.radioButton1 = new System.Windows.Forms.RadioButton();
  80. this.txt_ClauseOrderBy = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  81. this.txt_CopClauseName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  82. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  83. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  84. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  85. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  86. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  87. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  88. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  89. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  90. this.cop_orderType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  91. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  92. this.cop_clauseType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  93. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  94. this.txt_ClauseName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  95. this.txt_ClauseId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  96. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  97. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  98. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  99. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  100. this.ultraPanel2.ClientArea.SuspendLayout();
  101. this.ultraPanel2.SuspendLayout();
  102. this.ultraPanel4.ClientArea.SuspendLayout();
  103. this.ultraPanel4.SuspendLayout();
  104. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  105. this.ultraGroupBox2.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  108. this.ultraExpandableGroupBox1.SuspendLayout();
  109. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.txt_CopClauseId)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.txt_OrderType)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseType)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseOrderBy)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.txt_CopClauseName)).BeginInit();
  115. this.ultraPanel1.ClientArea.SuspendLayout();
  116. this.ultraPanel1.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.cop_orderType)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.cop_clauseType)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseName)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseId)).BeginInit();
  121. this.SuspendLayout();
  122. //
  123. // dataSet1
  124. //
  125. this.dataSet1.DataSetName = "NewDataSet";
  126. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  127. this.dataTable1});
  128. //
  129. // dataTable1
  130. //
  131. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  132. this.dataColumn1,
  133. this.dataColumn2,
  134. this.dataColumn3,
  135. this.dataColumn4,
  136. this.dataColumn5,
  137. this.dataColumn6,
  138. this.dataColumn7,
  139. this.dataColumn9,
  140. this.dataColumn10,
  141. this.dataColumn11,
  142. this.dataColumn12});
  143. this.dataTable1.TableName = "Table1";
  144. //
  145. // dataColumn1
  146. //
  147. this.dataColumn1.Caption = "条款代码标识";
  148. this.dataColumn1.ColumnName = "ClauseId";
  149. //
  150. // dataColumn2
  151. //
  152. this.dataColumn2.Caption = "条款名称";
  153. this.dataColumn2.ColumnName = "ClauseName";
  154. //
  155. // dataColumn3
  156. //
  157. this.dataColumn3.Caption = "条款内容";
  158. this.dataColumn3.ColumnName = "ClauseDesc";
  159. //
  160. // dataColumn4
  161. //
  162. this.dataColumn4.Caption = "适用合同类别";
  163. this.dataColumn4.ColumnName = "OrderType";
  164. //
  165. // dataColumn5
  166. //
  167. this.dataColumn5.Caption = "条款分类";
  168. this.dataColumn5.ColumnName = "ClauseType";
  169. //
  170. // dataColumn6
  171. //
  172. this.dataColumn6.Caption = "是否必选";
  173. this.dataColumn6.ColumnName = "ClauseDefault";
  174. //
  175. // dataColumn7
  176. //
  177. this.dataColumn7.Caption = "条款分类排序";
  178. this.dataColumn7.ColumnName = "ClauseOrderBy";
  179. //
  180. // dataColumn9
  181. //
  182. this.dataColumn9.Caption = "创建人";
  183. this.dataColumn9.ColumnName = "CreateName";
  184. //
  185. // dataColumn10
  186. //
  187. this.dataColumn10.Caption = "创建时间";
  188. this.dataColumn10.ColumnName = "CreateTime";
  189. //
  190. // dataColumn11
  191. //
  192. this.dataColumn11.Caption = "修改人";
  193. this.dataColumn11.ColumnName = "UpdateName";
  194. //
  195. // dataColumn12
  196. //
  197. this.dataColumn12.Caption = "修改时间";
  198. this.dataColumn12.ColumnName = "UpdateTime";
  199. //
  200. // ultraPanel2
  201. //
  202. //
  203. // ultraPanel2.ClientArea
  204. //
  205. this.ultraPanel2.ClientArea.Controls.Add(this.ultraPanel4);
  206. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  207. this.ultraPanel2.Location = new System.Drawing.Point(0, 39);
  208. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  209. this.ultraPanel2.Name = "ultraPanel2";
  210. this.ultraPanel2.Size = new System.Drawing.Size(1371, 531);
  211. this.ultraPanel2.TabIndex = 1;
  212. //
  213. // ultraPanel4
  214. //
  215. //
  216. // ultraPanel4.ClientArea
  217. //
  218. this.ultraPanel4.ClientArea.Controls.Add(this.ultraGroupBox2);
  219. this.ultraPanel4.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
  220. this.ultraPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.ultraPanel4.Location = new System.Drawing.Point(0, 0);
  222. this.ultraPanel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  223. this.ultraPanel4.Name = "ultraPanel4";
  224. this.ultraPanel4.Size = new System.Drawing.Size(1371, 531);
  225. this.ultraPanel4.TabIndex = 1;
  226. //
  227. // ultraGroupBox2
  228. //
  229. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  230. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  231. this.ultraGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
  232. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  233. this.ultraGroupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  234. this.ultraGroupBox2.Name = "ultraGroupBox2";
  235. this.ultraGroupBox2.Size = new System.Drawing.Size(1371, 504);
  236. this.ultraGroupBox2.TabIndex = 0;
  237. this.ultraGroupBox2.Text = "合同条款";
  238. //
  239. // ultraGrid1
  240. //
  241. this.ultraGrid1.DataSource = this.dataSet1;
  242. appearance3.BackColor = System.Drawing.SystemColors.Window;
  243. appearance3.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  244. this.ultraGrid1.DisplayLayout.Appearance = appearance3;
  245. ultraGridColumn1.Header.VisiblePosition = 1;
  246. ultraGridColumn2.Header.VisiblePosition = 2;
  247. ultraGridColumn3.Header.VisiblePosition = 3;
  248. ultraGridColumn3.Width = 374;
  249. ultraGridColumn4.Header.VisiblePosition = 4;
  250. appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  251. ultraGridColumn5.CellAppearance = appearance15;
  252. ultraGridColumn5.Header.VisiblePosition = 0;
  253. ultraGridColumn5.MergedCellContentArea = Infragistics.Win.UltraWinGrid.MergedCellContentArea.VisibleRect;
  254. ultraGridColumn5.MergedCellEvaluationType = Infragistics.Win.UltraWinGrid.MergedCellEvaluationType.MergeSameValue;
  255. ultraGridColumn5.MergedCellStyle = Infragistics.Win.UltraWinGrid.MergedCellStyle.Always;
  256. ultraGridColumn5.Width = 192;
  257. ultraGridColumn6.Header.VisiblePosition = 6;
  258. ultraGridColumn7.Header.VisiblePosition = 5;
  259. ultraGridColumn7.Width = 109;
  260. ultraGridColumn8.Header.VisiblePosition = 7;
  261. ultraGridColumn8.Width = 84;
  262. ultraGridColumn9.Header.VisiblePosition = 8;
  263. ultraGridColumn10.Header.VisiblePosition = 9;
  264. ultraGridColumn10.Width = 87;
  265. ultraGridColumn11.Header.VisiblePosition = 10;
  266. ultraGridBand1.Columns.AddRange(new object[] {
  267. ultraGridColumn1,
  268. ultraGridColumn2,
  269. ultraGridColumn3,
  270. ultraGridColumn4,
  271. ultraGridColumn5,
  272. ultraGridColumn6,
  273. ultraGridColumn7,
  274. ultraGridColumn8,
  275. ultraGridColumn9,
  276. ultraGridColumn10,
  277. ultraGridColumn11});
  278. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  279. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  280. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  281. appearance4.BackColor = System.Drawing.SystemColors.ActiveBorder;
  282. appearance4.BackColor2 = System.Drawing.SystemColors.ControlDark;
  283. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  284. appearance4.BorderColor = System.Drawing.SystemColors.Window;
  285. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance4;
  286. appearance5.ForeColor = System.Drawing.SystemColors.GrayText;
  287. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance5;
  288. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  289. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  290. appearance6.BackColor = System.Drawing.SystemColors.ControlLightLight;
  291. appearance6.BackColor2 = System.Drawing.SystemColors.Control;
  292. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  293. appearance6.ForeColor = System.Drawing.SystemColors.GrayText;
  294. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance6;
  295. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  296. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  297. appearance7.BackColor = System.Drawing.SystemColors.Window;
  298. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  299. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  300. appearance8.BackColor = System.Drawing.SystemColors.Highlight;
  301. appearance8.ForeColor = System.Drawing.SystemColors.HighlightText;
  302. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance8;
  303. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  304. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  305. appearance9.BackColor = System.Drawing.SystemColors.Window;
  306. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance9;
  307. appearance10.BorderColor = System.Drawing.Color.Silver;
  308. appearance10.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  309. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance10;
  310. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  311. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  312. appearance11.BackColor = System.Drawing.SystemColors.Control;
  313. appearance11.BackColor2 = System.Drawing.SystemColors.ControlDark;
  314. appearance11.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  315. appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  316. appearance11.BorderColor = System.Drawing.SystemColors.Window;
  317. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance11;
  318. appearance12.TextHAlignAsString = "Left";
  319. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance12;
  320. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  321. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  322. appearance13.BackColor = System.Drawing.SystemColors.Window;
  323. appearance13.BorderColor = System.Drawing.Color.Silver;
  324. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance13;
  325. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  326. appearance14.BackColor = System.Drawing.SystemColors.ControlLight;
  327. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance14;
  328. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  329. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  330. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  331. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  332. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.ultraGrid1.Location = new System.Drawing.Point(3, 26);
  334. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  335. this.ultraGrid1.Name = "ultraGrid1";
  336. this.ultraGrid1.Size = new System.Drawing.Size(1365, 475);
  337. this.ultraGrid1.TabIndex = 0;
  338. this.ultraGrid1.Text = "ultraGrid1";
  339. this.ultraGrid1.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid1_ClickCell);
  340. //
  341. // ultraExpandableGroupBox1
  342. //
  343. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  344. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  345. this.ultraExpandableGroupBox1.Expanded = false;
  346. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1371, 278);
  347. this.ultraExpandableGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
  348. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 504);
  349. this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  350. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  351. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1371, 27);
  352. this.ultraExpandableGroupBox1.TabIndex = 1;
  353. this.ultraExpandableGroupBox1.Text = "编辑区域";
  354. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  355. //
  356. // ultraExpandableGroupBoxPanel1
  357. //
  358. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_CopClauseId);
  359. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_OrderType);
  360. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_ClauseType);
  361. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_ClauseDesc);
  362. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.radioButton2);
  363. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.radioButton1);
  364. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_ClauseOrderBy);
  365. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txt_CopClauseName);
  366. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel10);
  367. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel9);
  368. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel8);
  369. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  370. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  371. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  372. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel3);
  373. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(-13333, -12500);
  374. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  375. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  376. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1365, 318);
  377. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  378. this.ultraExpandableGroupBoxPanel1.Visible = false;
  379. //
  380. // txt_CopClauseId
  381. //
  382. this.txt_CopClauseId.Location = new System.Drawing.Point(101, 4);
  383. this.txt_CopClauseId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  384. this.txt_CopClauseId.Name = "txt_CopClauseId";
  385. this.txt_CopClauseId.ReadOnly = true;
  386. this.txt_CopClauseId.Size = new System.Drawing.Size(188, 24);
  387. this.txt_CopClauseId.TabIndex = 34;
  388. //
  389. // txt_OrderType
  390. //
  391. this.txt_OrderType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  392. this.txt_OrderType.Location = new System.Drawing.Point(697, 4);
  393. this.txt_OrderType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  394. this.txt_OrderType.Name = "txt_OrderType";
  395. this.txt_OrderType.Size = new System.Drawing.Size(188, 24);
  396. this.txt_OrderType.TabIndex = 33;
  397. //
  398. // txt_ClauseType
  399. //
  400. this.txt_ClauseType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  401. this.txt_ClauseType.Location = new System.Drawing.Point(101, 35);
  402. this.txt_ClauseType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  403. this.txt_ClauseType.Name = "txt_ClauseType";
  404. this.txt_ClauseType.Size = new System.Drawing.Size(188, 24);
  405. this.txt_ClauseType.TabIndex = 32;
  406. this.txt_ClauseType.ValueChanged += new System.EventHandler(this.txt_ClauseType_ValueChanged);
  407. //
  408. // txt_ClauseDesc
  409. //
  410. this.txt_ClauseDesc.AcceptsReturn = true;
  411. this.txt_ClauseDesc.AccessibleName = "";
  412. this.txt_ClauseDesc.Location = new System.Drawing.Point(101, 69);
  413. this.txt_ClauseDesc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  414. this.txt_ClauseDesc.Multiline = true;
  415. this.txt_ClauseDesc.Name = "txt_ClauseDesc";
  416. this.txt_ClauseDesc.Size = new System.Drawing.Size(1235, 245);
  417. this.txt_ClauseDesc.TabIndex = 31;
  418. //
  419. // radioButton2
  420. //
  421. this.radioButton2.AutoSize = true;
  422. this.radioButton2.Checked = true;
  423. this.radioButton2.Location = new System.Drawing.Point(600, 40);
  424. this.radioButton2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  425. this.radioButton2.Name = "radioButton2";
  426. this.radioButton2.Size = new System.Drawing.Size(43, 19);
  427. this.radioButton2.TabIndex = 30;
  428. this.radioButton2.TabStop = true;
  429. this.radioButton2.Text = "否";
  430. this.radioButton2.UseVisualStyleBackColor = true;
  431. //
  432. // radioButton1
  433. //
  434. this.radioButton1.AutoSize = true;
  435. this.radioButton1.Location = new System.Drawing.Point(667, 40);
  436. this.radioButton1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  437. this.radioButton1.Name = "radioButton1";
  438. this.radioButton1.Size = new System.Drawing.Size(43, 19);
  439. this.radioButton1.TabIndex = 29;
  440. this.radioButton1.Text = "是";
  441. this.radioButton1.UseVisualStyleBackColor = true;
  442. //
  443. // txt_ClauseOrderBy
  444. //
  445. appearance1.TextHAlignAsString = "Right";
  446. this.txt_ClauseOrderBy.Appearance = appearance1;
  447. this.txt_ClauseOrderBy.Location = new System.Drawing.Point(417, 36);
  448. this.txt_ClauseOrderBy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  449. this.txt_ClauseOrderBy.Name = "txt_ClauseOrderBy";
  450. this.txt_ClauseOrderBy.ReadOnly = true;
  451. this.txt_ClauseOrderBy.Size = new System.Drawing.Size(72, 24);
  452. this.txt_ClauseOrderBy.TabIndex = 28;
  453. //
  454. // txt_CopClauseName
  455. //
  456. this.txt_CopClauseName.Location = new System.Drawing.Point(387, 4);
  457. this.txt_CopClauseName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  458. this.txt_CopClauseName.Name = "txt_CopClauseName";
  459. this.txt_CopClauseName.Size = new System.Drawing.Size(188, 24);
  460. this.txt_CopClauseName.TabIndex = 27;
  461. //
  462. // ultraLabel10
  463. //
  464. this.ultraLabel10.AutoSize = true;
  465. this.ultraLabel10.Location = new System.Drawing.Point(585, 6);
  466. this.ultraLabel10.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  467. this.ultraLabel10.Name = "ultraLabel10";
  468. this.ultraLabel10.Size = new System.Drawing.Size(131, 24);
  469. this.ultraLabel10.TabIndex = 26;
  470. this.ultraLabel10.Text = "适用合同类别";
  471. //
  472. // ultraLabel9
  473. //
  474. this.ultraLabel9.AutoSize = true;
  475. this.ultraLabel9.Location = new System.Drawing.Point(307, 40);
  476. this.ultraLabel9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  477. this.ultraLabel9.Name = "ultraLabel9";
  478. this.ultraLabel9.Size = new System.Drawing.Size(131, 24);
  479. this.ultraLabel9.TabIndex = 25;
  480. this.ultraLabel9.Text = "条款分类排序";
  481. //
  482. // ultraLabel8
  483. //
  484. this.ultraLabel8.AutoSize = true;
  485. this.ultraLabel8.Location = new System.Drawing.Point(21, 71);
  486. this.ultraLabel8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  487. this.ultraLabel8.Name = "ultraLabel8";
  488. this.ultraLabel8.Size = new System.Drawing.Size(89, 24);
  489. this.ultraLabel8.TabIndex = 24;
  490. this.ultraLabel8.Text = "条款内容";
  491. //
  492. // ultraLabel6
  493. //
  494. this.ultraLabel6.AutoSize = true;
  495. this.ultraLabel6.Location = new System.Drawing.Point(516, 40);
  496. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  497. this.ultraLabel6.Name = "ultraLabel6";
  498. this.ultraLabel6.Size = new System.Drawing.Size(89, 24);
  499. this.ultraLabel6.TabIndex = 22;
  500. this.ultraLabel6.Text = "是否必选";
  501. //
  502. // ultraLabel5
  503. //
  504. this.ultraLabel5.AutoSize = true;
  505. this.ultraLabel5.Location = new System.Drawing.Point(307, 6);
  506. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  507. this.ultraLabel5.Name = "ultraLabel5";
  508. this.ultraLabel5.Size = new System.Drawing.Size(89, 24);
  509. this.ultraLabel5.TabIndex = 21;
  510. this.ultraLabel5.Text = "条款名称";
  511. //
  512. // ultraLabel4
  513. //
  514. this.ultraLabel4.AutoSize = true;
  515. this.ultraLabel4.Location = new System.Drawing.Point(21, 38);
  516. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  517. this.ultraLabel4.Name = "ultraLabel4";
  518. this.ultraLabel4.Size = new System.Drawing.Size(89, 24);
  519. this.ultraLabel4.TabIndex = 20;
  520. this.ultraLabel4.Text = "条款分类";
  521. //
  522. // ultraLabel3
  523. //
  524. this.ultraLabel3.AutoSize = true;
  525. this.ultraLabel3.Location = new System.Drawing.Point(21, 6);
  526. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  527. this.ultraLabel3.Name = "ultraLabel3";
  528. this.ultraLabel3.Size = new System.Drawing.Size(89, 24);
  529. this.ultraLabel3.TabIndex = 19;
  530. this.ultraLabel3.Text = "条款标识";
  531. //
  532. // ultraPanel1
  533. //
  534. //
  535. // ultraPanel1.ClientArea
  536. //
  537. this.ultraPanel1.ClientArea.Controls.Add(this.cop_orderType);
  538. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel11);
  539. this.ultraPanel1.ClientArea.Controls.Add(this.cop_clauseType);
  540. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel7);
  541. this.ultraPanel1.ClientArea.Controls.Add(this.txt_ClauseName);
  542. this.ultraPanel1.ClientArea.Controls.Add(this.txt_ClauseId);
  543. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel2);
  544. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel1);
  545. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  546. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  547. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  548. this.ultraPanel1.Name = "ultraPanel1";
  549. this.ultraPanel1.Size = new System.Drawing.Size(1371, 39);
  550. this.ultraPanel1.TabIndex = 0;
  551. //
  552. // cop_orderType
  553. //
  554. this.cop_orderType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  555. this.cop_orderType.Location = new System.Drawing.Point(1072, 6);
  556. this.cop_orderType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  557. this.cop_orderType.Name = "cop_orderType";
  558. this.cop_orderType.Size = new System.Drawing.Size(189, 24);
  559. this.cop_orderType.TabIndex = 36;
  560. //
  561. // ultraLabel11
  562. //
  563. this.ultraLabel11.AutoSize = true;
  564. this.ultraLabel11.Location = new System.Drawing.Point(960, 9);
  565. this.ultraLabel11.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  566. this.ultraLabel11.Name = "ultraLabel11";
  567. this.ultraLabel11.Size = new System.Drawing.Size(131, 24);
  568. this.ultraLabel11.TabIndex = 35;
  569. this.ultraLabel11.Text = "适用合同类别";
  570. //
  571. // cop_clauseType
  572. //
  573. this.cop_clauseType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  574. this.cop_clauseType.Location = new System.Drawing.Point(679, 6);
  575. this.cop_clauseType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  576. this.cop_clauseType.Name = "cop_clauseType";
  577. this.cop_clauseType.Size = new System.Drawing.Size(259, 24);
  578. this.cop_clauseType.TabIndex = 34;
  579. //
  580. // ultraLabel7
  581. //
  582. this.ultraLabel7.AutoSize = true;
  583. this.ultraLabel7.Location = new System.Drawing.Point(599, 9);
  584. this.ultraLabel7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  585. this.ultraLabel7.Name = "ultraLabel7";
  586. this.ultraLabel7.Size = new System.Drawing.Size(89, 24);
  587. this.ultraLabel7.TabIndex = 33;
  588. this.ultraLabel7.Text = "条款分类";
  589. //
  590. // txt_ClauseName
  591. //
  592. this.txt_ClauseName.Location = new System.Drawing.Point(412, 6);
  593. this.txt_ClauseName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  594. this.txt_ClauseName.Name = "txt_ClauseName";
  595. this.txt_ClauseName.Size = new System.Drawing.Size(163, 24);
  596. this.txt_ClauseName.TabIndex = 3;
  597. //
  598. // txt_ClauseId
  599. //
  600. this.txt_ClauseId.Location = new System.Drawing.Point(140, 6);
  601. this.txt_ClauseId.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  602. this.txt_ClauseId.Name = "txt_ClauseId";
  603. this.txt_ClauseId.Size = new System.Drawing.Size(163, 24);
  604. this.txt_ClauseId.TabIndex = 2;
  605. //
  606. // ultraLabel2
  607. //
  608. this.ultraLabel2.AutoSize = true;
  609. this.ultraLabel2.Location = new System.Drawing.Point(335, 9);
  610. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  611. this.ultraLabel2.Name = "ultraLabel2";
  612. this.ultraLabel2.Size = new System.Drawing.Size(89, 24);
  613. this.ultraLabel2.TabIndex = 1;
  614. this.ultraLabel2.Text = "条款名称";
  615. //
  616. // ultraLabel1
  617. //
  618. this.ultraLabel1.AutoSize = true;
  619. this.ultraLabel1.Location = new System.Drawing.Point(29, 9);
  620. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  621. this.ultraLabel1.Name = "ultraLabel1";
  622. this.ultraLabel1.Size = new System.Drawing.Size(131, 24);
  623. this.ultraLabel1.TabIndex = 0;
  624. this.ultraLabel1.Text = "条款代码标识";
  625. //
  626. // FrmPurOrderClause
  627. //
  628. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  629. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  630. this.AutoSize = true;
  631. this.ClientSize = new System.Drawing.Size(1371, 570);
  632. this.Controls.Add(this.ultraPanel2);
  633. this.Controls.Add(this.ultraPanel1);
  634. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  635. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  636. this.Name = "FrmPurOrderClause";
  637. this.Text = "FrmPurOrderClause";
  638. this.Load += new System.EventHandler(this.FrmPurOrderClause_Load);
  639. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  640. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  641. this.ultraPanel2.ClientArea.ResumeLayout(false);
  642. this.ultraPanel2.ResumeLayout(false);
  643. this.ultraPanel4.ClientArea.ResumeLayout(false);
  644. this.ultraPanel4.ResumeLayout(false);
  645. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  646. this.ultraGroupBox2.ResumeLayout(false);
  647. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  648. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  649. this.ultraExpandableGroupBox1.ResumeLayout(false);
  650. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  651. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  652. ((System.ComponentModel.ISupportInitialize)(this.txt_CopClauseId)).EndInit();
  653. ((System.ComponentModel.ISupportInitialize)(this.txt_OrderType)).EndInit();
  654. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseType)).EndInit();
  655. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseOrderBy)).EndInit();
  656. ((System.ComponentModel.ISupportInitialize)(this.txt_CopClauseName)).EndInit();
  657. this.ultraPanel1.ClientArea.ResumeLayout(false);
  658. this.ultraPanel1.ClientArea.PerformLayout();
  659. this.ultraPanel1.ResumeLayout(false);
  660. ((System.ComponentModel.ISupportInitialize)(this.cop_orderType)).EndInit();
  661. ((System.ComponentModel.ISupportInitialize)(this.cop_clauseType)).EndInit();
  662. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseName)).EndInit();
  663. ((System.ComponentModel.ISupportInitialize)(this.txt_ClauseId)).EndInit();
  664. this.ResumeLayout(false);
  665. }
  666. #endregion
  667. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  668. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  669. private Infragistics.Win.Misc.UltraPanel ultraPanel4;
  670. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  671. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  672. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  673. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ClauseName;
  674. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ClauseId;
  675. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  676. private System.Data.DataSet dataSet1;
  677. private System.Data.DataTable dataTable1;
  678. private System.Data.DataColumn dataColumn1;
  679. private System.Data.DataColumn dataColumn2;
  680. private System.Data.DataColumn dataColumn3;
  681. private System.Data.DataColumn dataColumn4;
  682. private System.Data.DataColumn dataColumn5;
  683. private System.Data.DataColumn dataColumn6;
  684. private System.Data.DataColumn dataColumn7;
  685. private System.Data.DataColumn dataColumn9;
  686. private System.Data.DataColumn dataColumn10;
  687. private System.Data.DataColumn dataColumn11;
  688. private System.Data.DataColumn dataColumn12;
  689. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  690. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  691. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_CopClauseId;
  692. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_OrderType;
  693. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_ClauseType;
  694. private System.Windows.Forms.TextBox txt_ClauseDesc;
  695. private System.Windows.Forms.RadioButton radioButton2;
  696. private System.Windows.Forms.RadioButton radioButton1;
  697. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ClauseOrderBy;
  698. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_CopClauseName;
  699. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  700. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  701. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  702. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  703. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  704. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  705. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  706. private Infragistics.Win.UltraWinEditors.UltraComboEditor cop_clauseType;
  707. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  708. private Infragistics.Win.UltraWinEditors.UltraComboEditor cop_orderType;
  709. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  710. }
  711. }