FrmStorageInfo.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. namespace Core.StlMes.Client.YdmBcPipeManage
  2. {
  3. partial class FrmStorageInfo
  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("Table1", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STORAGE_NAME");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_NAME");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_COUNT");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ACT_WEIGHT");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STORAGE_NO");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("LOCATION_NO");
  35. this.dataSet1 = new System.Data.DataSet();
  36. this.dataTable1 = new System.Data.DataTable();
  37. this.dataColumn1 = new System.Data.DataColumn();
  38. this.dataColumn2 = new System.Data.DataColumn();
  39. this.dataColumn3 = new System.Data.DataColumn();
  40. this.dataColumn4 = new System.Data.DataColumn();
  41. this.dataColumn5 = new System.Data.DataColumn();
  42. this.dataColumn6 = new System.Data.DataColumn();
  43. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  44. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  45. this.txtLOCATION_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  46. this.label3 = new System.Windows.Forms.Label();
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.txtSTORAGE_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  49. this.panel1 = new System.Windows.Forms.Panel();
  50. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  54. this.ultraGroupBox1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.txtLOCATION_NAME)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtSTORAGE_NAME)).BeginInit();
  57. this.panel1.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // dataSet1
  61. //
  62. this.dataSet1.DataSetName = "NewDataSet";
  63. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  64. this.dataTable1});
  65. //
  66. // dataTable1
  67. //
  68. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  69. this.dataColumn1,
  70. this.dataColumn2,
  71. this.dataColumn3,
  72. this.dataColumn4,
  73. this.dataColumn5,
  74. this.dataColumn6});
  75. this.dataTable1.TableName = "Table1";
  76. //
  77. // dataColumn1
  78. //
  79. this.dataColumn1.Caption = "仓库名称";
  80. this.dataColumn1.ColumnName = "STORAGE_NAME";
  81. //
  82. // dataColumn2
  83. //
  84. this.dataColumn2.Caption = "料位名称";
  85. this.dataColumn2.ColumnName = "LOCATION_NAME";
  86. //
  87. // dataColumn3
  88. //
  89. this.dataColumn3.Caption = "支数";
  90. this.dataColumn3.ColumnName = "ACT_COUNT";
  91. //
  92. // dataColumn4
  93. //
  94. this.dataColumn4.Caption = "重量";
  95. this.dataColumn4.ColumnName = "ACT_WEIGHT";
  96. //
  97. // dataColumn5
  98. //
  99. this.dataColumn5.Caption = "仓库代码";
  100. this.dataColumn5.ColumnName = "STORAGE_NO";
  101. //
  102. // dataColumn6
  103. //
  104. this.dataColumn6.Caption = "料位代码";
  105. this.dataColumn6.ColumnName = "LOCATION_NO";
  106. //
  107. // ultraGrid1
  108. //
  109. this.ultraGrid1.DataMember = "Table1";
  110. this.ultraGrid1.DataSource = this.dataSet1;
  111. ultraGridColumn1.Header.VisiblePosition = 0;
  112. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  113. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  114. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  115. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  116. ultraGridColumn2.Header.VisiblePosition = 1;
  117. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 6;
  118. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  119. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  120. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  121. ultraGridColumn3.Header.VisiblePosition = 2;
  122. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 8;
  123. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  124. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  125. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  126. ultraGridColumn4.Header.VisiblePosition = 3;
  127. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 10;
  128. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  129. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  130. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  131. ultraGridColumn5.Header.VisiblePosition = 4;
  132. ultraGridColumn5.Hidden = true;
  133. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 0;
  134. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  135. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  136. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 2;
  137. ultraGridColumn6.Header.VisiblePosition = 5;
  138. ultraGridColumn6.Hidden = true;
  139. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 4;
  140. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  141. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  142. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  143. ultraGridBand1.Columns.AddRange(new object[] {
  144. ultraGridColumn1,
  145. ultraGridColumn2,
  146. ultraGridColumn3,
  147. ultraGridColumn4,
  148. ultraGridColumn5,
  149. ultraGridColumn6});
  150. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  151. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  152. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  153. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  156. this.ultraGrid1.Name = "ultraGrid1";
  157. this.ultraGrid1.Size = new System.Drawing.Size(842, 464);
  158. this.ultraGrid1.TabIndex = 2;
  159. this.ultraGrid1.Text = "ultraGrid1";
  160. //
  161. // ultraGroupBox1
  162. //
  163. this.ultraGroupBox1.Controls.Add(this.txtSTORAGE_NAME);
  164. this.ultraGroupBox1.Controls.Add(this.label1);
  165. this.ultraGroupBox1.Controls.Add(this.txtLOCATION_NAME);
  166. this.ultraGroupBox1.Controls.Add(this.label3);
  167. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  168. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  169. this.ultraGroupBox1.Name = "ultraGroupBox1";
  170. this.ultraGroupBox1.Size = new System.Drawing.Size(842, 34);
  171. this.ultraGroupBox1.TabIndex = 3;
  172. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  173. //
  174. // txtLOCATION_NAME
  175. //
  176. this.txtLOCATION_NAME.Location = new System.Drawing.Point(292, 7);
  177. this.txtLOCATION_NAME.Name = "txtLOCATION_NAME";
  178. this.txtLOCATION_NAME.Size = new System.Drawing.Size(124, 21);
  179. this.txtLOCATION_NAME.TabIndex = 152;
  180. //
  181. // label3
  182. //
  183. this.label3.AutoSize = true;
  184. this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  185. this.label3.Location = new System.Drawing.Point(233, 11);
  186. this.label3.Name = "label3";
  187. this.label3.Size = new System.Drawing.Size(53, 12);
  188. this.label3.TabIndex = 149;
  189. this.label3.Text = "料位名称";
  190. //
  191. // label1
  192. //
  193. this.label1.AutoSize = true;
  194. this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  195. this.label1.Location = new System.Drawing.Point(21, 11);
  196. this.label1.Name = "label1";
  197. this.label1.Size = new System.Drawing.Size(53, 12);
  198. this.label1.TabIndex = 159;
  199. this.label1.Text = "仓库名称";
  200. //
  201. // txtSTORAGE_NAME
  202. //
  203. this.txtSTORAGE_NAME.Location = new System.Drawing.Point(80, 7);
  204. this.txtSTORAGE_NAME.Name = "txtSTORAGE_NAME";
  205. this.txtSTORAGE_NAME.Size = new System.Drawing.Size(124, 21);
  206. this.txtSTORAGE_NAME.TabIndex = 160;
  207. //
  208. // panel1
  209. //
  210. this.panel1.Controls.Add(this.ultraGrid1);
  211. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.panel1.Location = new System.Drawing.Point(0, 34);
  213. this.panel1.Name = "panel1";
  214. this.panel1.Size = new System.Drawing.Size(842, 464);
  215. this.panel1.TabIndex = 4;
  216. //
  217. // FrmStorageInfo
  218. //
  219. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  220. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  221. this.ClientSize = new System.Drawing.Size(842, 498);
  222. this.Controls.Add(this.panel1);
  223. this.Controls.Add(this.ultraGroupBox1);
  224. this.Margin = new System.Windows.Forms.Padding(4);
  225. this.Name = "FrmStorageInfo";
  226. this.Text = "仓库料位信息";
  227. this.Load += new System.EventHandler(this.FrmStorageInfo_Load);
  228. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  229. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  230. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  231. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  232. this.ultraGroupBox1.ResumeLayout(false);
  233. this.ultraGroupBox1.PerformLayout();
  234. ((System.ComponentModel.ISupportInitialize)(this.txtLOCATION_NAME)).EndInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.txtSTORAGE_NAME)).EndInit();
  236. this.panel1.ResumeLayout(false);
  237. this.ResumeLayout(false);
  238. }
  239. #endregion
  240. private System.Data.DataSet dataSet1;
  241. private System.Data.DataTable dataTable1;
  242. private System.Data.DataColumn dataColumn1;
  243. private System.Data.DataColumn dataColumn2;
  244. private System.Data.DataColumn dataColumn3;
  245. private System.Data.DataColumn dataColumn4;
  246. private System.Data.DataColumn dataColumn5;
  247. private System.Data.DataColumn dataColumn6;
  248. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  249. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  250. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtLOCATION_NAME;
  251. private System.Windows.Forms.Label label3;
  252. private System.Windows.Forms.Label label1;
  253. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtSTORAGE_NAME;
  254. private System.Windows.Forms.Panel panel1;
  255. }
  256. }