FrmThOrderReport.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. namespace Core.StlMes.Client.GlBusiness.OrderForm
  2. {
  3. partial class FrmThOrderReport
  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("HTTYPE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("THCOHT");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TPCOHT");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_DESC");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_QTY");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BALNCE_PRICE");
  36. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  47. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  48. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  49. this.udtEnd = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  50. this.udtStart = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  51. this.uchkDate = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  52. this.utxtOrderNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  53. this.uchkOrderNo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  54. this.dataSet1 = new System.Data.DataSet();
  55. this.dataTable1 = new System.Data.DataTable();
  56. this.dataColumn1 = new System.Data.DataColumn();
  57. this.dataColumn2 = new System.Data.DataColumn();
  58. this.dataColumn3 = new System.Data.DataColumn();
  59. this.dataColumn4 = new System.Data.DataColumn();
  60. this.dataColumn5 = new System.Data.DataColumn();
  61. this.dataColumn6 = new System.Data.DataColumn();
  62. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  63. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  64. this.ultraGroupBox1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.udtEnd)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.udtStart)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.uchkDate)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.utxtOrderNo)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.uchkOrderNo)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // ultraGroupBox1
  76. //
  77. this.ultraGroupBox1.Controls.Add(this.ultraLabel12);
  78. this.ultraGroupBox1.Controls.Add(this.udtEnd);
  79. this.ultraGroupBox1.Controls.Add(this.udtStart);
  80. this.ultraGroupBox1.Controls.Add(this.uchkDate);
  81. this.ultraGroupBox1.Controls.Add(this.utxtOrderNo);
  82. this.ultraGroupBox1.Controls.Add(this.uchkOrderNo);
  83. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  84. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  85. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  86. this.ultraGroupBox1.Name = "ultraGroupBox1";
  87. this.ultraGroupBox1.Size = new System.Drawing.Size(1449, 72);
  88. this.ultraGroupBox1.TabIndex = 10;
  89. //
  90. // ultraLabel12
  91. //
  92. this.ultraLabel12.AutoSize = true;
  93. this.ultraLabel12.Location = new System.Drawing.Point(572, 25);
  94. this.ultraLabel12.Margin = new System.Windows.Forms.Padding(4);
  95. this.ultraLabel12.Name = "ultraLabel12";
  96. this.ultraLabel12.Size = new System.Drawing.Size(21, 19);
  97. this.ultraLabel12.TabIndex = 52;
  98. this.ultraLabel12.Text = "至";
  99. //
  100. // udtEnd
  101. //
  102. this.udtEnd.DateTime = new System.DateTime(2019, 8, 7, 0, 0, 0, 0);
  103. this.udtEnd.Location = new System.Drawing.Point(596, 22);
  104. this.udtEnd.Margin = new System.Windows.Forms.Padding(4);
  105. this.udtEnd.Name = "udtEnd";
  106. this.udtEnd.Size = new System.Drawing.Size(159, 24);
  107. this.udtEnd.TabIndex = 51;
  108. this.udtEnd.Value = new System.DateTime(2019, 8, 7, 0, 0, 0, 0);
  109. //
  110. // udtStart
  111. //
  112. this.udtStart.DateTime = new System.DateTime(2019, 8, 7, 0, 0, 0, 0);
  113. this.udtStart.Location = new System.Drawing.Point(408, 22);
  114. this.udtStart.Margin = new System.Windows.Forms.Padding(4);
  115. this.udtStart.Name = "udtStart";
  116. this.udtStart.Size = new System.Drawing.Size(159, 24);
  117. this.udtStart.TabIndex = 50;
  118. this.udtStart.Value = new System.DateTime(2019, 8, 7, 0, 0, 0, 0);
  119. //
  120. // uchkDate
  121. //
  122. this.uchkDate.AutoSize = true;
  123. this.uchkDate.Location = new System.Drawing.Point(315, 23);
  124. this.uchkDate.Margin = new System.Windows.Forms.Padding(4);
  125. this.uchkDate.Name = "uchkDate";
  126. this.uchkDate.Size = new System.Drawing.Size(84, 22);
  127. this.uchkDate.TabIndex = 49;
  128. this.uchkDate.Text = "创建日期";
  129. //
  130. // utxtOrderNo
  131. //
  132. this.utxtOrderNo.Location = new System.Drawing.Point(111, 22);
  133. this.utxtOrderNo.Margin = new System.Windows.Forms.Padding(4);
  134. this.utxtOrderNo.Name = "utxtOrderNo";
  135. this.utxtOrderNo.Size = new System.Drawing.Size(184, 24);
  136. this.utxtOrderNo.TabIndex = 46;
  137. //
  138. // uchkOrderNo
  139. //
  140. this.uchkOrderNo.Location = new System.Drawing.Point(35, 23);
  141. this.uchkOrderNo.Margin = new System.Windows.Forms.Padding(4);
  142. this.uchkOrderNo.Name = "uchkOrderNo";
  143. this.uchkOrderNo.Size = new System.Drawing.Size(80, 25);
  144. this.uchkOrderNo.TabIndex = 45;
  145. this.uchkOrderNo.Text = "合同号";
  146. //
  147. // dataSet1
  148. //
  149. this.dataSet1.DataSetName = "NewDataSet";
  150. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  151. this.dataTable1});
  152. //
  153. // dataTable1
  154. //
  155. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  156. this.dataColumn1,
  157. this.dataColumn2,
  158. this.dataColumn3,
  159. this.dataColumn4,
  160. this.dataColumn5,
  161. this.dataColumn6});
  162. this.dataTable1.TableName = "Table1";
  163. //
  164. // dataColumn1
  165. //
  166. this.dataColumn1.Caption = "类型";
  167. this.dataColumn1.ColumnName = "HTTYPE";
  168. //
  169. // dataColumn2
  170. //
  171. this.dataColumn2.Caption = "天淮合同";
  172. this.dataColumn2.ColumnName = "THCOHT";
  173. //
  174. // dataColumn3
  175. //
  176. this.dataColumn3.Caption = "本部合同";
  177. this.dataColumn3.ColumnName = "TPCOHT";
  178. //
  179. // dataColumn4
  180. //
  181. this.dataColumn4.Caption = "订货产品";
  182. this.dataColumn4.ColumnName = "ORDER_DESC";
  183. //
  184. // dataColumn5
  185. //
  186. this.dataColumn5.Caption = "订货量";
  187. this.dataColumn5.ColumnName = "ORDER_QTY";
  188. //
  189. // dataColumn6
  190. //
  191. this.dataColumn6.Caption = "结算价格";
  192. this.dataColumn6.ColumnName = "BALNCE_PRICE";
  193. //
  194. // ultraGrid1
  195. //
  196. this.ultraGrid1.DataSource = this.dataSet1;
  197. appearance1.BackColor = System.Drawing.SystemColors.Window;
  198. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  199. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  200. ultraGridColumn1.Header.VisiblePosition = 0;
  201. ultraGridColumn2.Header.VisiblePosition = 2;
  202. ultraGridColumn3.Header.VisiblePosition = 1;
  203. ultraGridColumn4.Header.VisiblePosition = 3;
  204. ultraGridColumn5.Header.VisiblePosition = 4;
  205. ultraGridColumn6.Header.VisiblePosition = 5;
  206. ultraGridBand1.Columns.AddRange(new object[] {
  207. ultraGridColumn1,
  208. ultraGridColumn2,
  209. ultraGridColumn3,
  210. ultraGridColumn4,
  211. ultraGridColumn5,
  212. ultraGridColumn6});
  213. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  214. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  215. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  216. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  217. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  218. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  219. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  220. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  221. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  222. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  223. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  224. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  225. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  226. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  227. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  228. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  229. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  230. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  231. appearance7.BackColor = System.Drawing.SystemColors.Window;
  232. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  233. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  234. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  235. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  236. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  237. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  238. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  239. appearance12.BackColor = System.Drawing.SystemColors.Window;
  240. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  241. appearance8.BorderColor = System.Drawing.Color.Silver;
  242. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  243. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  244. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  245. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  246. appearance6.BackColor = System.Drawing.SystemColors.Control;
  247. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  248. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  249. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  250. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  251. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  252. appearance5.TextHAlignAsString = "Left";
  253. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  254. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  255. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  256. appearance11.BackColor = System.Drawing.SystemColors.Window;
  257. appearance11.BorderColor = System.Drawing.Color.Silver;
  258. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  259. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  260. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  261. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  262. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  263. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  264. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  265. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  266. this.ultraGrid1.Location = new System.Drawing.Point(0, 72);
  267. this.ultraGrid1.Name = "ultraGrid1";
  268. this.ultraGrid1.Size = new System.Drawing.Size(1449, 616);
  269. this.ultraGrid1.TabIndex = 11;
  270. this.ultraGrid1.Text = "ultraGrid1";
  271. //
  272. // FrmThOrderReport
  273. //
  274. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  275. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  276. this.ClientSize = new System.Drawing.Size(1449, 688);
  277. this.Controls.Add(this.ultraGrid1);
  278. this.Controls.Add(this.ultraGroupBox1);
  279. this.Name = "FrmThOrderReport";
  280. this.Text = "FrmThOrderReport";
  281. this.Load += new System.EventHandler(this.FrmThOrderReport_Load);
  282. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  283. this.ultraGroupBox1.ResumeLayout(false);
  284. this.ultraGroupBox1.PerformLayout();
  285. ((System.ComponentModel.ISupportInitialize)(this.udtEnd)).EndInit();
  286. ((System.ComponentModel.ISupportInitialize)(this.udtStart)).EndInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.uchkDate)).EndInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.utxtOrderNo)).EndInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.uchkOrderNo)).EndInit();
  290. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  293. this.ResumeLayout(false);
  294. }
  295. #endregion
  296. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  297. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  298. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udtEnd;
  299. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor udtStart;
  300. private Infragistics.Win.UltraWinEditors.UltraCheckEditor uchkDate;
  301. private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtOrderNo;
  302. private Infragistics.Win.UltraWinEditors.UltraCheckEditor uchkOrderNo;
  303. private System.Data.DataSet dataSet1;
  304. private System.Data.DataTable dataTable1;
  305. private System.Data.DataColumn dataColumn1;
  306. private System.Data.DataColumn dataColumn2;
  307. private System.Data.DataColumn dataColumn3;
  308. private System.Data.DataColumn dataColumn4;
  309. private System.Data.DataColumn dataColumn5;
  310. private System.Data.DataColumn dataColumn6;
  311. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  312. }
  313. }