reportMatIsSetFoot.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  1. namespace Core.StlMes.Client.YdmStuffReport
  2. {
  3. partial class reportMatIsSetFoot
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("matTab", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STOVE_NO");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JUDGE_STOVE_NO");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIAL_NAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DIMATER");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("GRADENAME");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MAT_ACT_COUNT");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MAT_ACT_WEIGHT");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SOURE_NAME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_LEN");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRO_ORDER_NO");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_NAME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MAT_STATUS");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  42. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings1 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "MAT_ACT_COUNT", 5, true, "matTab", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "MAT_ACT_COUNT", 5, true);
  43. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.UltraWinGrid.SummarySettings summarySettings2 = new Infragistics.Win.UltraWinGrid.SummarySettings("", Infragistics.Win.UltraWinGrid.SummaryType.Sum, null, "MAT_ACT_WEIGHT", 6, true, "matTab", 0, Infragistics.Win.UltraWinGrid.SummaryPosition.UseSummaryPositionColumn, "MAT_ACT_WEIGHT", 6, true);
  46. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  48. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  49. this.txtSTOVE_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  50. this.label1 = new System.Windows.Forms.Label();
  51. this.txtJUDGE_STOVE_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  52. this.label3 = new System.Windows.Forms.Label();
  53. this.panel1 = new System.Windows.Forms.Panel();
  54. this.matGrid = new Infragistics.Win.UltraWinGrid.UltraGrid();
  55. this.dataColumn3 = new System.Data.DataColumn();
  56. this.dataColumn2 = new System.Data.DataColumn();
  57. this.dataColumn1 = new System.Data.DataColumn();
  58. this.dataColumn27 = new System.Data.DataColumn();
  59. this.dataColumn24 = new System.Data.DataColumn();
  60. this.dataColumn22 = new System.Data.DataColumn();
  61. this.dataColumn21 = new System.Data.DataColumn();
  62. this.dataColumn20 = new System.Data.DataColumn();
  63. this.dataColumn19 = new System.Data.DataColumn();
  64. this.dataColumn18 = new System.Data.DataColumn();
  65. this.dataColumn17 = new System.Data.DataColumn();
  66. this.dataColumn16 = new System.Data.DataColumn();
  67. this.matTab = new System.Data.DataTable();
  68. this.dataSet1 = new System.Data.DataSet();
  69. this.dataColumn4 = new System.Data.DataColumn();
  70. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  71. this.ultraGroupBox1.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.txtSTOVE_NO)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.txtJUDGE_STOVE_NO)).BeginInit();
  74. this.panel1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.matGrid)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.matTab)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  78. this.SuspendLayout();
  79. //
  80. // ultraGroupBox1
  81. //
  82. this.ultraGroupBox1.Controls.Add(this.txtSTOVE_NO);
  83. this.ultraGroupBox1.Controls.Add(this.label1);
  84. this.ultraGroupBox1.Controls.Add(this.txtJUDGE_STOVE_NO);
  85. this.ultraGroupBox1.Controls.Add(this.label3);
  86. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  87. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  88. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  89. this.ultraGroupBox1.Name = "ultraGroupBox1";
  90. this.ultraGroupBox1.Size = new System.Drawing.Size(1385, 44);
  91. this.ultraGroupBox1.TabIndex = 3;
  92. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  93. //
  94. // txtSTOVE_NO
  95. //
  96. this.txtSTOVE_NO.Location = new System.Drawing.Point(107, 9);
  97. this.txtSTOVE_NO.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  98. this.txtSTOVE_NO.Name = "txtSTOVE_NO";
  99. this.txtSTOVE_NO.Size = new System.Drawing.Size(165, 24);
  100. this.txtSTOVE_NO.TabIndex = 160;
  101. //
  102. // label1
  103. //
  104. this.label1.AutoSize = true;
  105. this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  106. this.label1.Location = new System.Drawing.Point(28, 14);
  107. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  108. this.label1.Name = "label1";
  109. this.label1.Size = new System.Drawing.Size(67, 15);
  110. this.label1.TabIndex = 159;
  111. this.label1.Text = "熔炼炉号";
  112. //
  113. // txtJUDGE_STOVE_NO
  114. //
  115. this.txtJUDGE_STOVE_NO.Location = new System.Drawing.Point(389, 9);
  116. this.txtJUDGE_STOVE_NO.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  117. this.txtJUDGE_STOVE_NO.Name = "txtJUDGE_STOVE_NO";
  118. this.txtJUDGE_STOVE_NO.Size = new System.Drawing.Size(165, 24);
  119. this.txtJUDGE_STOVE_NO.TabIndex = 152;
  120. //
  121. // label3
  122. //
  123. this.label3.AutoSize = true;
  124. this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  125. this.label3.Location = new System.Drawing.Point(311, 14);
  126. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  127. this.label3.Name = "label3";
  128. this.label3.Size = new System.Drawing.Size(67, 15);
  129. this.label3.TabIndex = 149;
  130. this.label3.Text = "判定炉号";
  131. //
  132. // panel1
  133. //
  134. this.panel1.Controls.Add(this.matGrid);
  135. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.panel1.Location = new System.Drawing.Point(0, 44);
  137. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  138. this.panel1.Name = "panel1";
  139. this.panel1.Size = new System.Drawing.Size(1385, 657);
  140. this.panel1.TabIndex = 4;
  141. //
  142. // matGrid
  143. //
  144. this.matGrid.DataMember = "matTab";
  145. this.matGrid.DataSource = this.dataSet1;
  146. ultraGridColumn1.Header.VisiblePosition = 0;
  147. ultraGridColumn2.Header.VisiblePosition = 1;
  148. ultraGridColumn3.Header.VisiblePosition = 2;
  149. ultraGridColumn4.Header.VisiblePosition = 3;
  150. ultraGridColumn5.Header.VisiblePosition = 4;
  151. ultraGridColumn6.Header.VisiblePosition = 5;
  152. ultraGridColumn7.Header.VisiblePosition = 6;
  153. ultraGridColumn8.Header.VisiblePosition = 7;
  154. ultraGridColumn9.Header.VisiblePosition = 8;
  155. ultraGridColumn10.Header.VisiblePosition = 9;
  156. ultraGridColumn11.Header.VisiblePosition = 10;
  157. ultraGridColumn12.Header.VisiblePosition = 11;
  158. ultraGridColumn13.Header.VisiblePosition = 12;
  159. ultraGridBand1.Columns.AddRange(new object[] {
  160. ultraGridColumn1,
  161. ultraGridColumn2,
  162. ultraGridColumn3,
  163. ultraGridColumn4,
  164. ultraGridColumn5,
  165. ultraGridColumn6,
  166. ultraGridColumn7,
  167. ultraGridColumn8,
  168. ultraGridColumn9,
  169. ultraGridColumn10,
  170. ultraGridColumn11,
  171. ultraGridColumn12,
  172. ultraGridColumn13});
  173. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  174. appearance11.TextHAlignAsString = "Right";
  175. summarySettings1.Appearance = appearance11;
  176. summarySettings1.DisplayFormat = "{0}";
  177. summarySettings1.GroupBySummaryValueAppearance = appearance12;
  178. appearance13.TextHAlignAsString = "Right";
  179. summarySettings2.Appearance = appearance13;
  180. summarySettings2.DisplayFormat = "{0}";
  181. summarySettings2.GroupBySummaryValueAppearance = appearance14;
  182. ultraGridBand1.Summaries.AddRange(new Infragistics.Win.UltraWinGrid.SummarySettings[] {
  183. summarySettings1,
  184. summarySettings2});
  185. this.matGrid.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  186. this.matGrid.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  187. this.matGrid.Dock = System.Windows.Forms.DockStyle.Fill;
  188. this.matGrid.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.matGrid.Location = new System.Drawing.Point(0, 0);
  190. this.matGrid.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  191. this.matGrid.Name = "matGrid";
  192. this.matGrid.Size = new System.Drawing.Size(1385, 657);
  193. this.matGrid.TabIndex = 5;
  194. this.matGrid.Text = "ultraGrid3";
  195. this.matGrid.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.matGrid_InitializeLayout);
  196. //
  197. // dataColumn3
  198. //
  199. this.dataColumn3.Caption = "材料状态";
  200. this.dataColumn3.ColumnName = "MAT_STATUS";
  201. //
  202. // dataColumn2
  203. //
  204. this.dataColumn2.Caption = "生产产线";
  205. this.dataColumn2.ColumnName = "PLINE_NAME";
  206. //
  207. // dataColumn1
  208. //
  209. this.dataColumn1.Caption = "生产合同号";
  210. this.dataColumn1.ColumnName = "PRO_ORDER_NO";
  211. //
  212. // dataColumn27
  213. //
  214. this.dataColumn27.Caption = "长度";
  215. this.dataColumn27.ColumnName = "ACT_LEN";
  216. //
  217. // dataColumn24
  218. //
  219. this.dataColumn24.Caption = "来源地";
  220. this.dataColumn24.ColumnName = "SOURE_NAME";
  221. //
  222. // dataColumn22
  223. //
  224. this.dataColumn22.Caption = "重量";
  225. this.dataColumn22.ColumnName = "MAT_ACT_WEIGHT";
  226. //
  227. // dataColumn21
  228. //
  229. this.dataColumn21.Caption = "支数";
  230. this.dataColumn21.ColumnName = "MAT_ACT_COUNT";
  231. //
  232. // dataColumn20
  233. //
  234. this.dataColumn20.Caption = "钢种";
  235. this.dataColumn20.ColumnName = "GRADENAME";
  236. //
  237. // dataColumn19
  238. //
  239. this.dataColumn19.Caption = "直径";
  240. this.dataColumn19.ColumnName = "DIMATER";
  241. //
  242. // dataColumn18
  243. //
  244. this.dataColumn18.Caption = "物料";
  245. this.dataColumn18.ColumnName = "MATERIAL_NAME";
  246. //
  247. // dataColumn17
  248. //
  249. this.dataColumn17.Caption = "判定炉号";
  250. this.dataColumn17.ColumnName = "JUDGE_STOVE_NO";
  251. //
  252. // dataColumn16
  253. //
  254. this.dataColumn16.Caption = "熔炉炉号";
  255. this.dataColumn16.ColumnName = "STOVE_NO";
  256. //
  257. // matTab
  258. //
  259. this.matTab.Columns.AddRange(new System.Data.DataColumn[] {
  260. this.dataColumn16,
  261. this.dataColumn17,
  262. this.dataColumn18,
  263. this.dataColumn19,
  264. this.dataColumn20,
  265. this.dataColumn21,
  266. this.dataColumn22,
  267. this.dataColumn24,
  268. this.dataColumn27,
  269. this.dataColumn1,
  270. this.dataColumn2,
  271. this.dataColumn3,
  272. this.dataColumn4});
  273. this.matTab.TableName = "matTab";
  274. //
  275. // dataSet1
  276. //
  277. this.dataSet1.DataSetName = "NewDataSet";
  278. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  279. this.matTab});
  280. //
  281. // dataColumn4
  282. //
  283. this.dataColumn4.Caption = "创建时间";
  284. this.dataColumn4.ColumnName = "CREATE_TIME";
  285. //
  286. // reportMatIsSetFoot
  287. //
  288. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  289. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  290. this.ClientSize = new System.Drawing.Size(1385, 701);
  291. this.Controls.Add(this.panel1);
  292. this.Controls.Add(this.ultraGroupBox1);
  293. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  294. this.Name = "reportMatIsSetFoot";
  295. this.Text = "套尺虚拟库存";
  296. this.Load += new System.EventHandler(this.FrmStorageInfo_Load);
  297. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  298. this.ultraGroupBox1.ResumeLayout(false);
  299. this.ultraGroupBox1.PerformLayout();
  300. ((System.ComponentModel.ISupportInitialize)(this.txtSTOVE_NO)).EndInit();
  301. ((System.ComponentModel.ISupportInitialize)(this.txtJUDGE_STOVE_NO)).EndInit();
  302. this.panel1.ResumeLayout(false);
  303. ((System.ComponentModel.ISupportInitialize)(this.matGrid)).EndInit();
  304. ((System.ComponentModel.ISupportInitialize)(this.matTab)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  306. this.ResumeLayout(false);
  307. }
  308. #endregion
  309. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  310. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtJUDGE_STOVE_NO;
  311. private System.Windows.Forms.Label label3;
  312. private System.Windows.Forms.Label label1;
  313. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtSTOVE_NO;
  314. private System.Windows.Forms.Panel panel1;
  315. private Infragistics.Win.UltraWinGrid.UltraGrid matGrid;
  316. private System.Data.DataSet dataSet1;
  317. private System.Data.DataTable matTab;
  318. private System.Data.DataColumn dataColumn16;
  319. private System.Data.DataColumn dataColumn17;
  320. private System.Data.DataColumn dataColumn18;
  321. private System.Data.DataColumn dataColumn19;
  322. private System.Data.DataColumn dataColumn20;
  323. private System.Data.DataColumn dataColumn21;
  324. private System.Data.DataColumn dataColumn22;
  325. private System.Data.DataColumn dataColumn24;
  326. private System.Data.DataColumn dataColumn27;
  327. private System.Data.DataColumn dataColumn1;
  328. private System.Data.DataColumn dataColumn2;
  329. private System.Data.DataColumn dataColumn3;
  330. private System.Data.DataColumn dataColumn4;
  331. }
  332. }