d1b503c0762c76197df049c084c33d6729c4eb43.svn-base 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. namespace Core.LZMes.Client.UIM
  2. {
  3. partial class UIM010081C
  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("QLTY_CD_CFNM");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("QLTY_VAL_WK");
  31. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.textOrdNO = new System.Windows.Forms.TextBox();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.dataSet1 = new System.Data.DataSet();
  46. this.dataTable1 = new System.Data.DataTable();
  47. this.dataColumn5 = new System.Data.DataColumn();
  48. this.dataColumn6 = new System.Data.DataColumn();
  49. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  50. this.groupBox1 = new System.Windows.Forms.GroupBox();
  51. this.panel1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  55. this.groupBox1.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // panel1
  59. //
  60. this.panel1.Controls.Add(this.textOrdNO);
  61. this.panel1.Controls.Add(this.label1);
  62. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  63. this.panel1.Location = new System.Drawing.Point(0, 0);
  64. this.panel1.Name = "panel1";
  65. this.panel1.Size = new System.Drawing.Size(452, 39);
  66. this.panel1.TabIndex = 0;
  67. //
  68. // textOrdNO
  69. //
  70. this.textOrdNO.Location = new System.Drawing.Point(89, 9);
  71. this.textOrdNO.Name = "textOrdNO";
  72. this.textOrdNO.Size = new System.Drawing.Size(106, 21);
  73. this.textOrdNO.TabIndex = 15;
  74. //
  75. // label1
  76. //
  77. this.label1.BackColor = System.Drawing.Color.LightBlue;
  78. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  79. this.label1.Location = new System.Drawing.Point(3, 9);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(85, 21);
  82. this.label1.TabIndex = 14;
  83. this.label1.Text = "热卷号";
  84. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  85. //
  86. // dataSet1
  87. //
  88. this.dataSet1.DataSetName = "NewDataSet";
  89. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  90. this.dataTable1});
  91. //
  92. // dataTable1
  93. //
  94. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  95. this.dataColumn5,
  96. this.dataColumn6});
  97. this.dataTable1.TableName = "Table1";
  98. //
  99. // dataColumn5
  100. //
  101. this.dataColumn5.Caption = "材质代码";
  102. this.dataColumn5.ColumnName = "QLTY_CD_CFNM";
  103. //
  104. // dataColumn6
  105. //
  106. this.dataColumn6.Caption = "实绩值";
  107. this.dataColumn6.ColumnName = "QLTY_VAL_WK";
  108. //
  109. // ultraGrid1
  110. //
  111. this.ultraGrid1.DataSource = this.dataSet1;
  112. ultraGridColumn1.Header.VisiblePosition = 0;
  113. ultraGridColumn1.Width = 177;
  114. ultraGridColumn2.Header.VisiblePosition = 1;
  115. ultraGridColumn2.Width = 173;
  116. ultraGridBand1.Columns.AddRange(new object[] {
  117. ultraGridColumn1,
  118. ultraGridColumn2});
  119. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  120. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  121. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  122. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  123. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  124. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  125. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  126. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14;
  127. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  128. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  129. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  130. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  131. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  132. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  133. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  134. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  135. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  136. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  137. appearance17.BackColor = System.Drawing.SystemColors.Window;
  138. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  139. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  140. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  141. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  142. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  143. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  144. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  145. appearance19.BackColor = System.Drawing.SystemColors.Window;
  146. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance19;
  147. appearance20.BorderColor = System.Drawing.Color.Silver;
  148. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  149. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
  150. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  151. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  152. appearance21.BackColor = System.Drawing.SystemColors.Control;
  153. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  154. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  155. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  156. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  157. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  158. appearance22.BackColor = System.Drawing.Color.LightSteelBlue;
  159. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
  160. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  161. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  162. appearance23.BackColor = System.Drawing.SystemColors.Window;
  163. appearance23.BorderColor = System.Drawing.Color.Silver;
  164. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23;
  165. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  166. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  167. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  168. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  169. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  170. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  171. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.ultraGrid1.Location = new System.Drawing.Point(3, 17);
  173. this.ultraGrid1.Name = "ultraGrid1";
  174. this.ultraGrid1.Size = new System.Drawing.Size(446, 304);
  175. this.ultraGrid1.TabIndex = 0;
  176. this.ultraGrid1.Text = "ultraGrid1";
  177. this.ultraGrid1.AfterCellActivate += new System.EventHandler(this.ultraGrid1_AfterCellActivate);
  178. //
  179. // groupBox1
  180. //
  181. this.groupBox1.Controls.Add(this.ultraGrid1);
  182. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.groupBox1.Location = new System.Drawing.Point(0, 39);
  184. this.groupBox1.Name = "groupBox1";
  185. this.groupBox1.Size = new System.Drawing.Size(452, 324);
  186. this.groupBox1.TabIndex = 1;
  187. this.groupBox1.TabStop = false;
  188. //
  189. // UIM010081C
  190. //
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.ClientSize = new System.Drawing.Size(452, 363);
  194. this.Controls.Add(this.groupBox1);
  195. this.Controls.Add(this.panel1);
  196. this.Name = "UIM010081C";
  197. this.Text = "订单进程详细信息查询";
  198. this.panel1.ResumeLayout(false);
  199. this.panel1.PerformLayout();
  200. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  201. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  202. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  203. this.groupBox1.ResumeLayout(false);
  204. this.ResumeLayout(false);
  205. }
  206. #endregion
  207. private System.Windows.Forms.Panel panel1;
  208. private System.Windows.Forms.TextBox textOrdNO;
  209. private System.Windows.Forms.Label label1;
  210. private System.Data.DataSet dataSet1;
  211. private System.Data.DataTable dataTable1;
  212. private System.Data.DataColumn dataColumn5;
  213. private System.Data.DataColumn dataColumn6;
  214. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  215. private System.Windows.Forms.GroupBox groupBox1;
  216. }
  217. }