FrmGreaBom.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. namespace Core.StlMes.Client.PlnSaleOrd
  2. {
  3. partial class FrmGreaBom
  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("ORD_LN_PK");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DESGIN_KEY");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_NO");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORDER_SEQ");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHC", 0);
  35. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  46. this.dataSet1 = new System.Data.DataSet();
  47. this.dataTable1 = new System.Data.DataTable();
  48. this.dataColumn1 = new System.Data.DataColumn();
  49. this.dataColumn2 = new System.Data.DataColumn();
  50. this.dataColumn3 = new System.Data.DataColumn();
  51. this.dataColumn4 = new System.Data.DataColumn();
  52. this.panel1 = new System.Windows.Forms.Panel();
  53. this.label1 = new System.Windows.Forms.Label();
  54. this.textBox1 = new System.Windows.Forms.TextBox();
  55. this.panel2 = new System.Windows.Forms.Panel();
  56. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  57. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  59. this.panel1.SuspendLayout();
  60. this.panel2.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // dataSet1
  65. //
  66. this.dataSet1.DataSetName = "NewDataSet";
  67. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  68. this.dataTable1});
  69. //
  70. // dataTable1
  71. //
  72. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  73. this.dataColumn1,
  74. this.dataColumn2,
  75. this.dataColumn3,
  76. this.dataColumn4});
  77. this.dataTable1.TableName = "Table1";
  78. //
  79. // dataColumn1
  80. //
  81. this.dataColumn1.Caption = "合同行主键";
  82. this.dataColumn1.ColumnName = "ORD_LN_PK";
  83. //
  84. // dataColumn2
  85. //
  86. this.dataColumn2.Caption = "质量主键";
  87. this.dataColumn2.ColumnName = "DESGIN_KEY";
  88. //
  89. // dataColumn3
  90. //
  91. this.dataColumn3.Caption = "合同号";
  92. this.dataColumn3.ColumnName = "ORDER_NO";
  93. //
  94. // dataColumn4
  95. //
  96. this.dataColumn4.Caption = "合同行号";
  97. this.dataColumn4.ColumnName = "ORDER_SEQ";
  98. //
  99. // panel1
  100. //
  101. this.panel1.Controls.Add(this.label1);
  102. this.panel1.Controls.Add(this.textBox1);
  103. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  104. this.panel1.Location = new System.Drawing.Point(0, 0);
  105. this.panel1.Name = "panel1";
  106. this.panel1.Size = new System.Drawing.Size(1086, 45);
  107. this.panel1.TabIndex = 0;
  108. //
  109. // label1
  110. //
  111. this.label1.AutoSize = true;
  112. this.label1.Location = new System.Drawing.Point(41, 17);
  113. this.label1.Name = "label1";
  114. this.label1.Size = new System.Drawing.Size(41, 12);
  115. this.label1.TabIndex = 1;
  116. this.label1.Text = "合同号";
  117. //
  118. // textBox1
  119. //
  120. this.textBox1.Location = new System.Drawing.Point(88, 13);
  121. this.textBox1.Name = "textBox1";
  122. this.textBox1.Size = new System.Drawing.Size(138, 21);
  123. this.textBox1.TabIndex = 0;
  124. //
  125. // panel2
  126. //
  127. this.panel2.Controls.Add(this.ultraGrid1);
  128. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.panel2.Location = new System.Drawing.Point(0, 45);
  130. this.panel2.Name = "panel2";
  131. this.panel2.Size = new System.Drawing.Size(1086, 435);
  132. this.panel2.TabIndex = 1;
  133. //
  134. // ultraGrid1
  135. //
  136. this.ultraGrid1.DataMember = "Table1";
  137. this.ultraGrid1.DataSource = this.dataSet1;
  138. appearance1.BackColor = System.Drawing.SystemColors.Window;
  139. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  140. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  141. ultraGridColumn1.Header.VisiblePosition = 0;
  142. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 1;
  143. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  144. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(200, 0);
  145. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  146. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  147. ultraGridColumn2.Header.VisiblePosition = 1;
  148. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  149. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  150. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(200, 0);
  151. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  152. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  153. ultraGridColumn3.Header.VisiblePosition = 2;
  154. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 3;
  155. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  156. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  157. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  158. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  159. ultraGridColumn4.Header.VisiblePosition = 3;
  160. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 4;
  161. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  162. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(80, 0);
  163. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  164. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  165. ultraGridColumn5.DataType = typeof(bool);
  166. ultraGridColumn5.Header.Caption = "选择";
  167. ultraGridColumn5.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.WhenUsingCheckEditor;
  168. ultraGridColumn5.Header.VisiblePosition = 4;
  169. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 0;
  170. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  171. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(40, 0);
  172. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  173. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  174. ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  175. ultraGridBand1.Columns.AddRange(new object[] {
  176. ultraGridColumn1,
  177. ultraGridColumn2,
  178. ultraGridColumn3,
  179. ultraGridColumn4,
  180. ultraGridColumn5});
  181. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  182. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  183. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  184. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  185. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  186. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  187. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  188. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  189. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  190. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  191. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  192. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  193. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  194. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  195. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  196. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  197. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  198. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  199. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  200. appearance5.BackColor = System.Drawing.SystemColors.Window;
  201. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  202. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  203. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  204. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  205. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  206. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  207. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  208. appearance7.BackColor = System.Drawing.SystemColors.Window;
  209. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
  210. appearance8.BorderColor = System.Drawing.Color.Silver;
  211. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  212. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  213. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  214. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  215. appearance9.BackColor = System.Drawing.SystemColors.Control;
  216. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  217. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  218. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  219. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  220. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  221. appearance10.TextHAlignAsString = "Left";
  222. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10;
  223. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  224. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  225. appearance11.BackColor = System.Drawing.SystemColors.Window;
  226. appearance11.BorderColor = System.Drawing.Color.Silver;
  227. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  228. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  229. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  230. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  231. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  232. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  233. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  234. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  235. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  237. this.ultraGrid1.Name = "ultraGrid1";
  238. this.ultraGrid1.Size = new System.Drawing.Size(1086, 435);
  239. this.ultraGrid1.TabIndex = 0;
  240. this.ultraGrid1.Text = "ultraGrid1";
  241. this.ultraGrid1.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid1_AfterSelectChange);
  242. //
  243. // FrmGreaBom
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.ClientSize = new System.Drawing.Size(1086, 480);
  248. this.Controls.Add(this.panel2);
  249. this.Controls.Add(this.panel1);
  250. this.Name = "FrmGreaBom";
  251. this.Text = "BOM生产管理";
  252. this.Load += new System.EventHandler(this.FrmGreaBom_Load);
  253. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  254. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  255. this.panel1.ResumeLayout(false);
  256. this.panel1.PerformLayout();
  257. this.panel2.ResumeLayout(false);
  258. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  259. this.ResumeLayout(false);
  260. }
  261. #endregion
  262. private System.Data.DataSet dataSet1;
  263. private System.Data.DataTable dataTable1;
  264. private System.Data.DataColumn dataColumn1;
  265. private System.Data.DataColumn dataColumn2;
  266. private System.Data.DataColumn dataColumn3;
  267. private System.Data.DataColumn dataColumn4;
  268. private System.Windows.Forms.Panel panel1;
  269. private System.Windows.Forms.Label label1;
  270. private System.Windows.Forms.TextBox textBox1;
  271. private System.Windows.Forms.Panel panel2;
  272. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  273. }
  274. }