ComBasePlineChoice.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class ComBasePlineChoice
  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 appearance13 = 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("PLINE_CODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLINE_NAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  33. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  44. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ComBasePlineChoice));
  45. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  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.panel1 = new System.Windows.Forms.Panel();
  51. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  52. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  53. this.dataColumn3 = new System.Data.DataColumn();
  54. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  57. this.panel1.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // ultraGrid1
  61. //
  62. this.ultraGrid1.DataMember = "Table1";
  63. this.ultraGrid1.DataSource = this.dataSet1;
  64. appearance13.BackColor = System.Drawing.SystemColors.Window;
  65. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  66. this.ultraGrid1.DisplayLayout.Appearance = appearance13;
  67. ultraGridColumn1.Header.VisiblePosition = 0;
  68. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  69. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  70. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  71. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  72. ultraGridColumn2.Header.VisiblePosition = 1;
  73. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
  74. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  75. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  76. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  77. ultraGridColumn2.Width = 414;
  78. ultraGridColumn3.Header.VisiblePosition = 2;
  79. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 0;
  80. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  81. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(51, 0);
  82. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  83. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  84. ultraGridColumn3.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  85. ultraGridBand1.Columns.AddRange(new object[] {
  86. ultraGridColumn1,
  87. ultraGridColumn2,
  88. ultraGridColumn3});
  89. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  90. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  91. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  92. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  93. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  94. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  95. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  96. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  97. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14;
  98. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  99. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  100. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  101. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  102. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  103. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  104. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  105. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  106. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  107. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  108. appearance17.BackColor = System.Drawing.SystemColors.Window;
  109. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  110. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  111. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  112. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  113. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  114. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  115. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  116. appearance19.BackColor = System.Drawing.SystemColors.Window;
  117. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance19;
  118. appearance20.BorderColor = System.Drawing.Color.Silver;
  119. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  120. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
  121. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  122. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  123. appearance21.BackColor = System.Drawing.SystemColors.Control;
  124. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  125. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  126. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  127. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  128. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  129. appearance22.TextHAlignAsString = "Left";
  130. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
  131. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  132. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  133. appearance23.BackColor = System.Drawing.SystemColors.Window;
  134. appearance23.BorderColor = System.Drawing.Color.Silver;
  135. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23;
  136. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  137. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  138. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  139. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  140. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  141. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  142. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  145. this.ultraGrid1.Name = "ultraGrid1";
  146. this.ultraGrid1.Size = new System.Drawing.Size(884, 518);
  147. this.ultraGrid1.TabIndex = 0;
  148. this.ultraGrid1.Text = "ultraGrid1";
  149. //
  150. // dataSet1
  151. //
  152. this.dataSet1.DataSetName = "NewDataSet";
  153. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  154. this.dataTable1});
  155. //
  156. // dataTable1
  157. //
  158. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  159. this.dataColumn1,
  160. this.dataColumn2,
  161. this.dataColumn3});
  162. this.dataTable1.TableName = "Table1";
  163. //
  164. // dataColumn1
  165. //
  166. this.dataColumn1.Caption = "产线代码";
  167. this.dataColumn1.ColumnName = "PLINE_CODE";
  168. //
  169. // dataColumn2
  170. //
  171. this.dataColumn2.Caption = "产线名称";
  172. this.dataColumn2.ColumnName = "PLINE_NAME";
  173. //
  174. // panel1
  175. //
  176. this.panel1.Controls.Add(this.ultraButton2);
  177. this.panel1.Controls.Add(this.ultraButton1);
  178. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  179. this.panel1.Location = new System.Drawing.Point(0, 518);
  180. this.panel1.Name = "panel1";
  181. this.panel1.Size = new System.Drawing.Size(884, 66);
  182. this.panel1.TabIndex = 1;
  183. //
  184. // ultraButton2
  185. //
  186. this.ultraButton2.Location = new System.Drawing.Point(194, 12);
  187. this.ultraButton2.Name = "ultraButton2";
  188. this.ultraButton2.Size = new System.Drawing.Size(125, 42);
  189. this.ultraButton2.TabIndex = 1;
  190. this.ultraButton2.Text = "取消";
  191. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  192. //
  193. // ultraButton1
  194. //
  195. this.ultraButton1.Location = new System.Drawing.Point(36, 12);
  196. this.ultraButton1.Name = "ultraButton1";
  197. this.ultraButton1.Size = new System.Drawing.Size(125, 42);
  198. this.ultraButton1.TabIndex = 0;
  199. this.ultraButton1.Text = "确认";
  200. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  201. //
  202. // dataColumn3
  203. //
  204. this.dataColumn3.Caption = "选择";
  205. this.dataColumn3.ColumnName = "CHK";
  206. this.dataColumn3.DataType = typeof(bool);
  207. //
  208. // ComBasePlineChoice
  209. //
  210. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  211. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  212. this.ClientSize = new System.Drawing.Size(884, 584);
  213. this.Controls.Add(this.ultraGrid1);
  214. this.Controls.Add(this.panel1);
  215. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  216. this.Name = "ComBasePlineChoice";
  217. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  218. this.Text = "产线选择";
  219. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  220. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  221. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  222. this.panel1.ResumeLayout(false);
  223. this.ResumeLayout(false);
  224. }
  225. #endregion
  226. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  227. private System.Windows.Forms.Panel panel1;
  228. private Infragistics.Win.Misc.UltraButton ultraButton2;
  229. private Infragistics.Win.Misc.UltraButton ultraButton1;
  230. private System.Data.DataSet dataSet1;
  231. private System.Data.DataTable dataTable1;
  232. private System.Data.DataColumn dataColumn1;
  233. private System.Data.DataColumn dataColumn2;
  234. private System.Data.DataColumn dataColumn3;
  235. }
  236. }