FrmReceiveAndDebtMgtNew.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. namespace Core.StlMes.Client.Sale.SaleFundMgt.FundUI.UIFrm
  2. {
  3. partial class FrmReceiveAndDebtMgtNew
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INVOICE_MONTH");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INVOICE_ACCOUNT");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BALANCESUBJECT");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SECONDACCOUNT", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUYERCODE");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUYERNAME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRE_MONEY");
  37. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance91 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.Appearance appearance92 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.Appearance appearance93 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.Appearance appearance94 = new Infragistics.Win.Appearance();
  82. Infragistics.Win.Appearance appearance95 = new Infragistics.Win.Appearance();
  83. Infragistics.Win.Appearance appearance96 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  85. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  86. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  87. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  88. this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  89. this.dataSet1 = new System.Data.DataSet();
  90. this.dataTable1 = new System.Data.DataTable();
  91. this.dataColumn1 = new System.Data.DataColumn();
  92. this.dataColumn2 = new System.Data.DataColumn();
  93. this.dataColumn3 = new System.Data.DataColumn();
  94. this.dataColumn5 = new System.Data.DataColumn();
  95. this.dataColumn4 = new System.Data.DataColumn();
  96. this.dataColumn6 = new System.Data.DataColumn();
  97. this.dataColumn7 = new System.Data.DataColumn();
  98. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  99. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  100. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  101. this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  102. this.ultraGrid5 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  103. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  104. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  105. this.groupBox1 = new System.Windows.Forms.GroupBox();
  106. this.button1 = new System.Windows.Forms.Button();
  107. this.textBox1 = new System.Windows.Forms.TextBox();
  108. this.label4 = new System.Windows.Forms.Label();
  109. this.label1 = new System.Windows.Forms.Label();
  110. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  111. this.ultraTabPageControl1.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
  113. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  114. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  116. this.ultraTabPageControl2.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  118. this.ultraTabPageControl4.SuspendLayout();
  119. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  121. this.ultraTabControl1.SuspendLayout();
  122. this.groupBox1.SuspendLayout();
  123. this.SuspendLayout();
  124. //
  125. // ultraTabPageControl1
  126. //
  127. this.ultraTabPageControl1.Controls.Add(this.ultraGrid3);
  128. this.ultraTabPageControl1.Controls.Add(this.ultraGrid1);
  129. this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 26);
  130. this.ultraTabPageControl1.Margin = new System.Windows.Forms.Padding(4);
  131. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  132. this.ultraTabPageControl1.Size = new System.Drawing.Size(1104, 496);
  133. //
  134. // ultraGrid3
  135. //
  136. this.ultraGrid3.DataMember = "Table1";
  137. this.ultraGrid3.DataSource = this.dataSet1;
  138. appearance13.BackColor = System.Drawing.SystemColors.Window;
  139. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  140. this.ultraGrid3.DisplayLayout.Appearance = appearance13;
  141. ultraGridColumn1.Header.VisiblePosition = 0;
  142. ultraGridColumn2.Header.VisiblePosition = 1;
  143. ultraGridColumn3.Header.VisiblePosition = 2;
  144. ultraGridColumn4.Header.VisiblePosition = 3;
  145. ultraGridColumn5.Header.VisiblePosition = 4;
  146. ultraGridColumn6.Header.VisiblePosition = 5;
  147. ultraGridColumn7.Header.VisiblePosition = 6;
  148. ultraGridBand1.Columns.AddRange(new object[] {
  149. ultraGridColumn1,
  150. ultraGridColumn2,
  151. ultraGridColumn3,
  152. ultraGridColumn4,
  153. ultraGridColumn5,
  154. ultraGridColumn6,
  155. ultraGridColumn7});
  156. this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  157. this.ultraGrid3.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  158. this.ultraGrid3.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  159. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  160. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  161. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  162. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  163. this.ultraGrid3.DisplayLayout.GroupByBox.Appearance = appearance14;
  164. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  165. this.ultraGrid3.DisplayLayout.GroupByBox.BandLabelAppearance = appearance16;
  166. this.ultraGrid3.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  167. appearance15.BackColor = System.Drawing.SystemColors.ControlLightLight;
  168. appearance15.BackColor2 = System.Drawing.SystemColors.Control;
  169. appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  170. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  171. this.ultraGrid3.DisplayLayout.GroupByBox.PromptAppearance = appearance15;
  172. this.ultraGrid3.DisplayLayout.MaxColScrollRegions = 1;
  173. this.ultraGrid3.DisplayLayout.MaxRowScrollRegions = 1;
  174. appearance19.BackColor = System.Drawing.SystemColors.Window;
  175. appearance19.ForeColor = System.Drawing.SystemColors.ControlText;
  176. this.ultraGrid3.DisplayLayout.Override.ActiveCellAppearance = appearance19;
  177. appearance22.BackColor = System.Drawing.SystemColors.Highlight;
  178. appearance22.ForeColor = System.Drawing.SystemColors.HighlightText;
  179. this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance22;
  180. this.ultraGrid3.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  181. this.ultraGrid3.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  182. appearance24.BackColor = System.Drawing.SystemColors.Window;
  183. this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance24;
  184. appearance20.BorderColor = System.Drawing.Color.Silver;
  185. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  186. this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance20;
  187. this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  188. this.ultraGrid3.DisplayLayout.Override.CellPadding = 0;
  189. appearance18.BackColor = System.Drawing.SystemColors.Control;
  190. appearance18.BackColor2 = System.Drawing.SystemColors.ControlDark;
  191. appearance18.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  192. appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  193. appearance18.BorderColor = System.Drawing.SystemColors.Window;
  194. this.ultraGrid3.DisplayLayout.Override.GroupByRowAppearance = appearance18;
  195. appearance17.TextHAlignAsString = "Left";
  196. this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance17;
  197. this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  198. this.ultraGrid3.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  199. appearance23.BackColor = System.Drawing.SystemColors.Window;
  200. appearance23.BorderColor = System.Drawing.Color.Silver;
  201. this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance23;
  202. this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  203. appearance21.BackColor = System.Drawing.SystemColors.ControlLight;
  204. this.ultraGrid3.DisplayLayout.Override.TemplateAddRowAppearance = appearance21;
  205. this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  206. this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  207. this.ultraGrid3.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  208. this.ultraGrid3.Location = new System.Drawing.Point(305, 288);
  209. this.ultraGrid3.Name = "ultraGrid3";
  210. this.ultraGrid3.Size = new System.Drawing.Size(550, 160);
  211. this.ultraGrid3.TabIndex = 77;
  212. this.ultraGrid3.Text = "ultraGrid3";
  213. this.ultraGrid3.Visible = false;
  214. //
  215. // dataSet1
  216. //
  217. this.dataSet1.DataSetName = "NewDataSet";
  218. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  219. this.dataTable1});
  220. //
  221. // dataTable1
  222. //
  223. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  224. this.dataColumn1,
  225. this.dataColumn2,
  226. this.dataColumn3,
  227. this.dataColumn5,
  228. this.dataColumn4,
  229. this.dataColumn6,
  230. this.dataColumn7});
  231. this.dataTable1.TableName = "Table1";
  232. //
  233. // dataColumn1
  234. //
  235. this.dataColumn1.Caption = "账本月";
  236. this.dataColumn1.ColumnName = "INVOICE_MONTH";
  237. //
  238. // dataColumn2
  239. //
  240. this.dataColumn2.Caption = "账本名称";
  241. this.dataColumn2.ColumnName = "INVOICE_ACCOUNT";
  242. //
  243. // dataColumn3
  244. //
  245. this.dataColumn3.Caption = "销售组织";
  246. this.dataColumn3.ColumnName = "BALANCESUBJECT";
  247. //
  248. // dataColumn5
  249. //
  250. this.dataColumn5.Caption = "区域";
  251. this.dataColumn5.ColumnName = "SECONDACCOUNT";
  252. //
  253. // dataColumn4
  254. //
  255. this.dataColumn4.Caption = "结算单位编码";
  256. this.dataColumn4.ColumnName = "BUYERCODE";
  257. //
  258. // dataColumn6
  259. //
  260. this.dataColumn6.Caption = "结算单位名称";
  261. this.dataColumn6.ColumnName = "BUYERNAME";
  262. //
  263. // dataColumn7
  264. //
  265. this.dataColumn7.Caption = "期初";
  266. this.dataColumn7.ColumnName = "PRE_MONEY";
  267. //
  268. // ultraGrid1
  269. //
  270. appearance1.BackColor = System.Drawing.SystemColors.Window;
  271. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  272. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  273. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  274. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  275. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  276. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  277. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  278. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  279. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  280. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  281. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  282. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  283. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  284. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  285. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  286. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  287. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  288. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  289. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  290. appearance5.BackColor = System.Drawing.SystemColors.Window;
  291. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  292. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  293. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  294. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  295. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  296. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  297. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  298. appearance7.BackColor = System.Drawing.SystemColors.Window;
  299. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  300. appearance8.BorderColor = System.Drawing.Color.Silver;
  301. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  302. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  303. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  304. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  305. appearance9.BackColor = System.Drawing.SystemColors.Control;
  306. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  307. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  308. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  309. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  310. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  311. appearance10.TextHAlignAsString = "Left";
  312. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  313. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  314. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  315. appearance11.BackColor = System.Drawing.SystemColors.Window;
  316. appearance11.BorderColor = System.Drawing.Color.Silver;
  317. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  318. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  319. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  320. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  321. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  322. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  323. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  324. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  325. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
  326. this.ultraGrid1.Name = "ultraGrid1";
  327. this.ultraGrid1.Size = new System.Drawing.Size(1104, 496);
  328. this.ultraGrid1.TabIndex = 76;
  329. this.ultraGrid1.Text = "ultraGrid1";
  330. this.ultraGrid1.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid1_ClickCell);
  331. this.ultraGrid1.DoubleClickCell += new Infragistics.Win.UltraWinGrid.DoubleClickCellEventHandler(this.ultraGrid1_DoubleClickCell);
  332. //
  333. // ultraTabPageControl2
  334. //
  335. this.ultraTabPageControl2.Controls.Add(this.ultraGrid2);
  336. this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
  337. this.ultraTabPageControl2.Margin = new System.Windows.Forms.Padding(4);
  338. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  339. this.ultraTabPageControl2.Size = new System.Drawing.Size(1104, 496);
  340. //
  341. // ultraGrid2
  342. //
  343. appearance61.BackColor = System.Drawing.SystemColors.Window;
  344. appearance61.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  345. this.ultraGrid2.DisplayLayout.Appearance = appearance61;
  346. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  347. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  348. appearance62.BackColor = System.Drawing.SystemColors.ActiveBorder;
  349. appearance62.BackColor2 = System.Drawing.SystemColors.ControlDark;
  350. appearance62.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  351. appearance62.BorderColor = System.Drawing.SystemColors.Window;
  352. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance62;
  353. appearance63.ForeColor = System.Drawing.SystemColors.GrayText;
  354. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance63;
  355. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  356. appearance64.BackColor = System.Drawing.SystemColors.ControlLightLight;
  357. appearance64.BackColor2 = System.Drawing.SystemColors.Control;
  358. appearance64.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  359. appearance64.ForeColor = System.Drawing.SystemColors.GrayText;
  360. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance64;
  361. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  362. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  363. appearance65.BackColor = System.Drawing.SystemColors.Window;
  364. appearance65.ForeColor = System.Drawing.SystemColors.ControlText;
  365. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance65;
  366. appearance66.BackColor = System.Drawing.SystemColors.Highlight;
  367. appearance66.ForeColor = System.Drawing.SystemColors.HighlightText;
  368. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance66;
  369. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  370. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  371. appearance67.BackColor = System.Drawing.SystemColors.Window;
  372. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance67;
  373. appearance68.BorderColor = System.Drawing.Color.Silver;
  374. appearance68.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  375. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance68;
  376. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  377. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  378. appearance69.BackColor = System.Drawing.SystemColors.Control;
  379. appearance69.BackColor2 = System.Drawing.SystemColors.ControlDark;
  380. appearance69.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  381. appearance69.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  382. appearance69.BorderColor = System.Drawing.SystemColors.Window;
  383. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance69;
  384. appearance70.TextHAlignAsString = "Left";
  385. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance70;
  386. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  387. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  388. appearance71.BackColor = System.Drawing.SystemColors.Window;
  389. appearance71.BorderColor = System.Drawing.Color.Silver;
  390. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance71;
  391. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  392. appearance72.BackColor = System.Drawing.SystemColors.ControlLight;
  393. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance72;
  394. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  395. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  396. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  397. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  398. this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4);
  399. this.ultraGrid2.Name = "ultraGrid2";
  400. this.ultraGrid2.Size = new System.Drawing.Size(1104, 496);
  401. this.ultraGrid2.TabIndex = 77;
  402. this.ultraGrid2.Text = "ultraGrid2";
  403. this.ultraGrid2.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid2_ClickCell);
  404. this.ultraGrid2.DoubleClickCell += new Infragistics.Win.UltraWinGrid.DoubleClickCellEventHandler(this.ultraGrid2_DoubleClickCell);
  405. //
  406. // ultraTabPageControl4
  407. //
  408. this.ultraTabPageControl4.Controls.Add(this.ultraGrid5);
  409. this.ultraTabPageControl4.Location = new System.Drawing.Point(-10000, -10000);
  410. this.ultraTabPageControl4.Margin = new System.Windows.Forms.Padding(4);
  411. this.ultraTabPageControl4.Name = "ultraTabPageControl4";
  412. this.ultraTabPageControl4.Size = new System.Drawing.Size(1104, 496);
  413. //
  414. // ultraGrid5
  415. //
  416. appearance85.BackColor = System.Drawing.SystemColors.Window;
  417. appearance85.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  418. this.ultraGrid5.DisplayLayout.Appearance = appearance85;
  419. this.ultraGrid5.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  420. this.ultraGrid5.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  421. appearance86.BackColor = System.Drawing.SystemColors.ActiveBorder;
  422. appearance86.BackColor2 = System.Drawing.SystemColors.ControlDark;
  423. appearance86.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  424. appearance86.BorderColor = System.Drawing.SystemColors.Window;
  425. this.ultraGrid5.DisplayLayout.GroupByBox.Appearance = appearance86;
  426. appearance87.ForeColor = System.Drawing.SystemColors.GrayText;
  427. this.ultraGrid5.DisplayLayout.GroupByBox.BandLabelAppearance = appearance87;
  428. this.ultraGrid5.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  429. appearance88.BackColor = System.Drawing.SystemColors.ControlLightLight;
  430. appearance88.BackColor2 = System.Drawing.SystemColors.Control;
  431. appearance88.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  432. appearance88.ForeColor = System.Drawing.SystemColors.GrayText;
  433. this.ultraGrid5.DisplayLayout.GroupByBox.PromptAppearance = appearance88;
  434. this.ultraGrid5.DisplayLayout.MaxColScrollRegions = 1;
  435. this.ultraGrid5.DisplayLayout.MaxRowScrollRegions = 1;
  436. appearance89.BackColor = System.Drawing.SystemColors.Window;
  437. appearance89.ForeColor = System.Drawing.SystemColors.ControlText;
  438. this.ultraGrid5.DisplayLayout.Override.ActiveCellAppearance = appearance89;
  439. appearance90.BackColor = System.Drawing.SystemColors.Highlight;
  440. appearance90.ForeColor = System.Drawing.SystemColors.HighlightText;
  441. this.ultraGrid5.DisplayLayout.Override.ActiveRowAppearance = appearance90;
  442. this.ultraGrid5.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  443. this.ultraGrid5.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  444. appearance91.BackColor = System.Drawing.SystemColors.Window;
  445. this.ultraGrid5.DisplayLayout.Override.CardAreaAppearance = appearance91;
  446. appearance92.BorderColor = System.Drawing.Color.Silver;
  447. appearance92.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  448. this.ultraGrid5.DisplayLayout.Override.CellAppearance = appearance92;
  449. this.ultraGrid5.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  450. this.ultraGrid5.DisplayLayout.Override.CellPadding = 0;
  451. appearance93.BackColor = System.Drawing.SystemColors.Control;
  452. appearance93.BackColor2 = System.Drawing.SystemColors.ControlDark;
  453. appearance93.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  454. appearance93.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  455. appearance93.BorderColor = System.Drawing.SystemColors.Window;
  456. this.ultraGrid5.DisplayLayout.Override.GroupByRowAppearance = appearance93;
  457. appearance94.TextHAlignAsString = "Left";
  458. this.ultraGrid5.DisplayLayout.Override.HeaderAppearance = appearance94;
  459. this.ultraGrid5.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  460. this.ultraGrid5.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  461. appearance95.BackColor = System.Drawing.SystemColors.Window;
  462. appearance95.BorderColor = System.Drawing.Color.Silver;
  463. this.ultraGrid5.DisplayLayout.Override.RowAppearance = appearance95;
  464. this.ultraGrid5.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  465. appearance96.BackColor = System.Drawing.SystemColors.ControlLight;
  466. this.ultraGrid5.DisplayLayout.Override.TemplateAddRowAppearance = appearance96;
  467. this.ultraGrid5.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  468. this.ultraGrid5.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  469. this.ultraGrid5.Dock = System.Windows.Forms.DockStyle.Fill;
  470. this.ultraGrid5.Location = new System.Drawing.Point(0, 0);
  471. this.ultraGrid5.Margin = new System.Windows.Forms.Padding(4);
  472. this.ultraGrid5.Name = "ultraGrid5";
  473. this.ultraGrid5.Size = new System.Drawing.Size(1104, 496);
  474. this.ultraGrid5.TabIndex = 79;
  475. this.ultraGrid5.Text = "ultraGrid5";
  476. //
  477. // ultraTabControl1
  478. //
  479. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  480. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  481. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  482. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl4);
  483. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  484. this.ultraTabControl1.Location = new System.Drawing.Point(0, 51);
  485. this.ultraTabControl1.Margin = new System.Windows.Forms.Padding(4);
  486. this.ultraTabControl1.Name = "ultraTabControl1";
  487. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  488. this.ultraTabControl1.Size = new System.Drawing.Size(1108, 525);
  489. this.ultraTabControl1.TabIndex = 7;
  490. ultraTab1.TabPage = this.ultraTabPageControl1;
  491. ultraTab1.Text = "国内贸易部";
  492. ultraTab2.TabPage = this.ultraTabPageControl2;
  493. ultraTab2.Text = "国际贸易部";
  494. ultraTab4.TabPage = this.ultraTabPageControl4;
  495. ultraTab4.Text = "期初调整记录";
  496. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  497. ultraTab1,
  498. ultraTab2,
  499. ultraTab4});
  500. //
  501. // ultraTabSharedControlsPage1
  502. //
  503. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  504. this.ultraTabSharedControlsPage1.Margin = new System.Windows.Forms.Padding(4);
  505. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  506. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1104, 496);
  507. //
  508. // groupBox1
  509. //
  510. this.groupBox1.Controls.Add(this.button1);
  511. this.groupBox1.Controls.Add(this.textBox1);
  512. this.groupBox1.Controls.Add(this.label4);
  513. this.groupBox1.Controls.Add(this.label1);
  514. this.groupBox1.Controls.Add(this.dateTimePicker2);
  515. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  516. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  517. this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
  518. this.groupBox1.Name = "groupBox1";
  519. this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
  520. this.groupBox1.Size = new System.Drawing.Size(1108, 51);
  521. this.groupBox1.TabIndex = 6;
  522. this.groupBox1.TabStop = false;
  523. //
  524. // button1
  525. //
  526. this.button1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  527. this.button1.Location = new System.Drawing.Point(744, 14);
  528. this.button1.Margin = new System.Windows.Forms.Padding(4);
  529. this.button1.Name = "button1";
  530. this.button1.Size = new System.Drawing.Size(55, 29);
  531. this.button1.TabIndex = 18;
  532. this.button1.Text = "+";
  533. this.button1.UseVisualStyleBackColor = false;
  534. this.button1.Click += new System.EventHandler(this.button1_Click);
  535. //
  536. // textBox1
  537. //
  538. this.textBox1.Enabled = false;
  539. this.textBox1.Location = new System.Drawing.Point(318, 16);
  540. this.textBox1.Margin = new System.Windows.Forms.Padding(4);
  541. this.textBox1.Name = "textBox1";
  542. this.textBox1.Size = new System.Drawing.Size(424, 25);
  543. this.textBox1.TabIndex = 16;
  544. //
  545. // label4
  546. //
  547. this.label4.BackColor = System.Drawing.Color.LightBlue;
  548. this.label4.Location = new System.Drawing.Point(212, 16);
  549. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  550. this.label4.Name = "label4";
  551. this.label4.Size = new System.Drawing.Size(104, 25);
  552. this.label4.TabIndex = 17;
  553. this.label4.Text = "结算单位";
  554. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  555. //
  556. // label1
  557. //
  558. this.label1.AutoSize = true;
  559. this.label1.Location = new System.Drawing.Point(8, 21);
  560. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  561. this.label1.Name = "label1";
  562. this.label1.Size = new System.Drawing.Size(37, 15);
  563. this.label1.TabIndex = 13;
  564. this.label1.Text = "月份";
  565. //
  566. // dateTimePicker2
  567. //
  568. this.dateTimePicker2.CustomFormat = "yyyyMM";
  569. this.dateTimePicker2.Location = new System.Drawing.Point(67, 16);
  570. this.dateTimePicker2.Margin = new System.Windows.Forms.Padding(4);
  571. this.dateTimePicker2.Name = "dateTimePicker2";
  572. this.dateTimePicker2.Size = new System.Drawing.Size(111, 25);
  573. this.dateTimePicker2.TabIndex = 12;
  574. //
  575. // FrmReceiveAndDebtMgtNew
  576. //
  577. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  578. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  579. this.ClientSize = new System.Drawing.Size(1108, 576);
  580. this.Controls.Add(this.ultraTabControl1);
  581. this.Controls.Add(this.groupBox1);
  582. this.Margin = new System.Windows.Forms.Padding(9, 8, 9, 8);
  583. this.Name = "FrmReceiveAndDebtMgtNew";
  584. this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
  585. this.Text = "FrmReceiveAndDebtMgt";
  586. this.Load += new System.EventHandler(this.FrmReceiveAndDebtMgt_Load);
  587. this.ultraTabPageControl1.ResumeLayout(false);
  588. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
  589. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  590. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  591. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  592. this.ultraTabPageControl2.ResumeLayout(false);
  593. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  594. this.ultraTabPageControl4.ResumeLayout(false);
  595. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid5)).EndInit();
  596. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  597. this.ultraTabControl1.ResumeLayout(false);
  598. this.groupBox1.ResumeLayout(false);
  599. this.groupBox1.PerformLayout();
  600. this.ResumeLayout(false);
  601. }
  602. #endregion
  603. private System.Windows.Forms.GroupBox groupBox1;
  604. private System.Windows.Forms.Label label1;
  605. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  606. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  607. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  608. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  609. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  610. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  611. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  612. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl4;
  613. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid5;
  614. private System.Data.DataSet dataSet1;
  615. private System.Data.DataTable dataTable1;
  616. private System.Data.DataColumn dataColumn1;
  617. private System.Data.DataColumn dataColumn2;
  618. private System.Data.DataColumn dataColumn3;
  619. private System.Data.DataColumn dataColumn5;
  620. private System.Data.DataColumn dataColumn4;
  621. private System.Data.DataColumn dataColumn6;
  622. private System.Data.DataColumn dataColumn7;
  623. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
  624. private System.Windows.Forms.Button button1;
  625. private System.Windows.Forms.TextBox textBox1;
  626. private System.Windows.Forms.Label label4;
  627. }
  628. }