FrmSaleAccountQuery.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. namespace Core.StlMes.Client.SaleOrder.OrderForm
  2. {
  3. partial class FrmSaleAccountQuery
  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 appearance1 = 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("BALANCESUBJECT", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BUYERCODE");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SECONDACCOUNT");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INVOICE_ACCOUNT");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRE_MONEY");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INMONEY");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INVOICE_MONEY");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LST_MONEY");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INVOICE_MONTH");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DEPARTID");
  40. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  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. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  52. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  53. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  54. this.cmbSaleOrg = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  55. this.dtInvoice = new System.Windows.Forms.DateTimePicker();
  56. this.dataSet1 = new System.Data.DataSet();
  57. this.dataTable1 = new System.Data.DataTable();
  58. this.dataColumn1 = new System.Data.DataColumn();
  59. this.dataColumn2 = new System.Data.DataColumn();
  60. this.dataColumn3 = new System.Data.DataColumn();
  61. this.dataColumn4 = new System.Data.DataColumn();
  62. this.dataColumn5 = new System.Data.DataColumn();
  63. this.dataColumn6 = new System.Data.DataColumn();
  64. this.dataColumn7 = new System.Data.DataColumn();
  65. this.dataColumn8 = new System.Data.DataColumn();
  66. this.dataColumn9 = new System.Data.DataColumn();
  67. this.gdAccount = new Infragistics.Win.UltraWinGrid.UltraGrid();
  68. this.dataColumn10 = new System.Data.DataColumn();
  69. this.ultraPanel1.ClientArea.SuspendLayout();
  70. this.ultraPanel1.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.cmbSaleOrg)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.gdAccount)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // ultraPanel1
  78. //
  79. //
  80. // ultraPanel1.ClientArea
  81. //
  82. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel2);
  83. this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel1);
  84. this.ultraPanel1.ClientArea.Controls.Add(this.cmbSaleOrg);
  85. this.ultraPanel1.ClientArea.Controls.Add(this.dtInvoice);
  86. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  87. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  88. this.ultraPanel1.Name = "ultraPanel1";
  89. this.ultraPanel1.Size = new System.Drawing.Size(762, 39);
  90. this.ultraPanel1.TabIndex = 0;
  91. //
  92. // ultraLabel2
  93. //
  94. this.ultraLabel2.AutoSize = true;
  95. this.ultraLabel2.Location = new System.Drawing.Point(193, 13);
  96. this.ultraLabel2.Name = "ultraLabel2";
  97. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  98. this.ultraLabel2.TabIndex = 3;
  99. this.ultraLabel2.Text = "销售组织";
  100. //
  101. // ultraLabel1
  102. //
  103. this.ultraLabel1.AutoSize = true;
  104. this.ultraLabel1.Location = new System.Drawing.Point(22, 14);
  105. this.ultraLabel1.Name = "ultraLabel1";
  106. this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
  107. this.ultraLabel1.TabIndex = 3;
  108. this.ultraLabel1.Text = "结算年月";
  109. //
  110. // cmbSaleOrg
  111. //
  112. this.cmbSaleOrg.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  113. this.cmbSaleOrg.Location = new System.Drawing.Point(253, 10);
  114. this.cmbSaleOrg.Name = "cmbSaleOrg";
  115. this.cmbSaleOrg.Size = new System.Drawing.Size(99, 21);
  116. this.cmbSaleOrg.TabIndex = 2;
  117. //
  118. // dtInvoice
  119. //
  120. this.dtInvoice.CustomFormat = "yyyy-MM";
  121. this.dtInvoice.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  122. this.dtInvoice.Location = new System.Drawing.Point(82, 10);
  123. this.dtInvoice.Name = "dtInvoice";
  124. this.dtInvoice.Size = new System.Drawing.Size(85, 21);
  125. this.dtInvoice.TabIndex = 1;
  126. //
  127. // dataSet1
  128. //
  129. this.dataSet1.DataSetName = "NewDataSet";
  130. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  131. this.dataTable1});
  132. //
  133. // dataTable1
  134. //
  135. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  136. this.dataColumn1,
  137. this.dataColumn2,
  138. this.dataColumn3,
  139. this.dataColumn4,
  140. this.dataColumn5,
  141. this.dataColumn6,
  142. this.dataColumn7,
  143. this.dataColumn8,
  144. this.dataColumn9,
  145. this.dataColumn10});
  146. this.dataTable1.TableName = "Table1";
  147. //
  148. // dataColumn1
  149. //
  150. this.dataColumn1.Caption = "销售组织";
  151. this.dataColumn1.ColumnName = "BALANCESUBJECT";
  152. //
  153. // dataColumn2
  154. //
  155. this.dataColumn2.Caption = "结算单位";
  156. this.dataColumn2.ColumnName = "BUYERCODE";
  157. //
  158. // dataColumn3
  159. //
  160. this.dataColumn3.Caption = "销售片区";
  161. this.dataColumn3.ColumnName = "SECONDACCOUNT";
  162. //
  163. // dataColumn4
  164. //
  165. this.dataColumn4.Caption = "账本名称";
  166. this.dataColumn4.ColumnName = "INVOICE_ACCOUNT";
  167. //
  168. // dataColumn5
  169. //
  170. this.dataColumn5.Caption = "期初";
  171. this.dataColumn5.ColumnName = "PRE_MONEY";
  172. this.dataColumn5.DataType = typeof(decimal);
  173. //
  174. // dataColumn6
  175. //
  176. this.dataColumn6.Caption = "本月进款";
  177. this.dataColumn6.ColumnName = "INMONEY";
  178. this.dataColumn6.DataType = typeof(decimal);
  179. //
  180. // dataColumn7
  181. //
  182. this.dataColumn7.Caption = "本月结算";
  183. this.dataColumn7.ColumnName = "INVOICE_MONEY";
  184. this.dataColumn7.DataType = typeof(decimal);
  185. //
  186. // dataColumn8
  187. //
  188. this.dataColumn8.Caption = "期末";
  189. this.dataColumn8.ColumnName = "LST_MONEY";
  190. this.dataColumn8.DataType = typeof(decimal);
  191. //
  192. // dataColumn9
  193. //
  194. this.dataColumn9.Caption = "结算年月";
  195. this.dataColumn9.ColumnName = "INVOICE_MONTH";
  196. //
  197. // gdAccount
  198. //
  199. this.gdAccount.DataMember = "Table1";
  200. this.gdAccount.DataSource = this.dataSet1;
  201. appearance1.BackColor = System.Drawing.SystemColors.Window;
  202. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  203. this.gdAccount.DisplayLayout.Appearance = appearance1;
  204. ultraGridColumn1.Header.VisiblePosition = 0;
  205. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  206. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  207. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(84, 0);
  208. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  209. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  210. ultraGridColumn2.Header.VisiblePosition = 1;
  211. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  212. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  213. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(347, 0);
  214. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  215. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  216. ultraGridColumn3.Header.VisiblePosition = 2;
  217. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 2;
  218. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  219. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(95, 0);
  220. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  221. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  222. ultraGridColumn4.Header.VisiblePosition = 3;
  223. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 3;
  224. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  225. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(97, 0);
  226. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  227. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  228. ultraGridColumn5.Format = "";
  229. ultraGridColumn5.Header.VisiblePosition = 4;
  230. ultraGridColumn5.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  231. ultraGridColumn5.MaskInput = "nnn,nnn,nnn,nnn.nnnn";
  232. ultraGridColumn5.PromptChar = ' ';
  233. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 4;
  234. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  235. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(134, 0);
  236. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  237. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  238. ultraGridColumn6.Header.VisiblePosition = 5;
  239. ultraGridColumn6.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  240. ultraGridColumn6.MaskInput = "nnn,nnn,nnn,nnn.nnnn";
  241. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 5;
  242. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  243. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(146, 0);
  244. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  245. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  246. ultraGridColumn7.Header.VisiblePosition = 6;
  247. ultraGridColumn7.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  248. ultraGridColumn7.MaskInput = "nnn,nnn,nnn,nnn.nnnn";
  249. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 6;
  250. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  251. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(145, 0);
  252. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  253. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
  254. ultraGridColumn8.Header.VisiblePosition = 7;
  255. ultraGridColumn8.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  256. ultraGridColumn8.MaskInput = "nnn,nnn,nnn,nnn.nnnn";
  257. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 7;
  258. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  259. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(137, 0);
  260. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  261. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  262. ultraGridColumn9.Header.VisiblePosition = 8;
  263. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 8;
  264. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  265. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(91, 0);
  266. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
  267. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
  268. ultraGridColumn10.Header.VisiblePosition = 9;
  269. ultraGridColumn10.Hidden = true;
  270. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 9;
  271. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  272. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
  273. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
  274. ultraGridBand1.Columns.AddRange(new object[] {
  275. ultraGridColumn1,
  276. ultraGridColumn2,
  277. ultraGridColumn3,
  278. ultraGridColumn4,
  279. ultraGridColumn5,
  280. ultraGridColumn6,
  281. ultraGridColumn7,
  282. ultraGridColumn8,
  283. ultraGridColumn9,
  284. ultraGridColumn10});
  285. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  286. this.gdAccount.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  287. this.gdAccount.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  288. this.gdAccount.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  289. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  290. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  291. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  292. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  293. this.gdAccount.DisplayLayout.GroupByBox.Appearance = appearance2;
  294. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  295. this.gdAccount.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  296. this.gdAccount.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  297. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  298. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  299. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  300. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  301. this.gdAccount.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  302. this.gdAccount.DisplayLayout.MaxColScrollRegions = 1;
  303. this.gdAccount.DisplayLayout.MaxRowScrollRegions = 1;
  304. appearance5.BackColor = System.Drawing.SystemColors.Window;
  305. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  306. this.gdAccount.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  307. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  308. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  309. this.gdAccount.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  310. this.gdAccount.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  311. this.gdAccount.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  312. this.gdAccount.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  313. appearance7.BackColor = System.Drawing.SystemColors.Window;
  314. this.gdAccount.DisplayLayout.Override.CardAreaAppearance = appearance7;
  315. appearance8.BorderColor = System.Drawing.Color.Silver;
  316. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  317. this.gdAccount.DisplayLayout.Override.CellAppearance = appearance8;
  318. this.gdAccount.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  319. this.gdAccount.DisplayLayout.Override.CellPadding = 0;
  320. appearance9.BackColor = System.Drawing.SystemColors.Control;
  321. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  322. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  323. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  324. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  325. this.gdAccount.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  326. appearance10.TextHAlignAsString = "Left";
  327. this.gdAccount.DisplayLayout.Override.HeaderAppearance = appearance10;
  328. this.gdAccount.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  329. this.gdAccount.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  330. appearance11.BackColor = System.Drawing.SystemColors.Window;
  331. appearance11.BorderColor = System.Drawing.Color.Silver;
  332. this.gdAccount.DisplayLayout.Override.RowAppearance = appearance11;
  333. this.gdAccount.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  334. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  335. this.gdAccount.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  336. this.gdAccount.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  337. this.gdAccount.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  338. this.gdAccount.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  339. this.gdAccount.Dock = System.Windows.Forms.DockStyle.Fill;
  340. this.gdAccount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.gdAccount.Location = new System.Drawing.Point(0, 39);
  342. this.gdAccount.Name = "gdAccount";
  343. this.gdAccount.Size = new System.Drawing.Size(762, 323);
  344. this.gdAccount.TabIndex = 1;
  345. this.gdAccount.Text = "ultraGrid1";
  346. //
  347. // dataColumn10
  348. //
  349. this.dataColumn10.ColumnName = "DEPARTID";
  350. //
  351. // FrmSaleAccountQuery
  352. //
  353. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  354. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  355. this.ClientSize = new System.Drawing.Size(762, 362);
  356. this.Controls.Add(this.gdAccount);
  357. this.Controls.Add(this.ultraPanel1);
  358. this.Name = "FrmSaleAccountQuery";
  359. this.Text = "销售台帐查询";
  360. this.Load += new System.EventHandler(this.FrmSaleAccountQuery_Load);
  361. this.ultraPanel1.ClientArea.ResumeLayout(false);
  362. this.ultraPanel1.ClientArea.PerformLayout();
  363. this.ultraPanel1.ResumeLayout(false);
  364. ((System.ComponentModel.ISupportInitialize)(this.cmbSaleOrg)).EndInit();
  365. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  366. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  367. ((System.ComponentModel.ISupportInitialize)(this.gdAccount)).EndInit();
  368. this.ResumeLayout(false);
  369. }
  370. #endregion
  371. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  372. private System.Windows.Forms.DateTimePicker dtInvoice;
  373. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbSaleOrg;
  374. private System.Data.DataSet dataSet1;
  375. private System.Data.DataTable dataTable1;
  376. private System.Data.DataColumn dataColumn1;
  377. private System.Data.DataColumn dataColumn2;
  378. private System.Data.DataColumn dataColumn3;
  379. private System.Data.DataColumn dataColumn4;
  380. private System.Data.DataColumn dataColumn5;
  381. private System.Data.DataColumn dataColumn6;
  382. private System.Data.DataColumn dataColumn7;
  383. private System.Data.DataColumn dataColumn8;
  384. private System.Data.DataColumn dataColumn9;
  385. private Infragistics.Win.UltraWinGrid.UltraGrid gdAccount;
  386. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  387. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  388. private System.Data.DataColumn dataColumn10;
  389. }
  390. }