FrmProcess.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class FrmProcess
  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 appearance25 = 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("CHK", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCESS_CDOE_C");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCESS_DESC_C");
  33. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  44. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  45. this.dataSet1 = new System.Data.DataSet();
  46. this.dataTable1 = new System.Data.DataTable();
  47. this.dataColumn1 = new System.Data.DataColumn();
  48. this.dataColumn2 = new System.Data.DataColumn();
  49. this.dataColumn3 = new System.Data.DataColumn();
  50. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  51. this.button2 = new System.Windows.Forms.Button();
  52. this.button1 = new System.Windows.Forms.Button();
  53. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  56. this.ultraPanel1.ClientArea.SuspendLayout();
  57. this.ultraPanel1.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // ultraGrid1
  61. //
  62. this.ultraGrid1.DataMember = "Table1";
  63. this.ultraGrid1.DataSource = this.dataSet1;
  64. appearance25.BackColor = System.Drawing.SystemColors.Window;
  65. appearance25.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  66. this.ultraGrid1.DisplayLayout.Appearance = appearance25;
  67. this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
  68. ultraGridColumn1.DefaultCellValue = "False";
  69. ultraGridColumn1.Header.VisiblePosition = 0;
  70. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
  71. ultraGridColumn1.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  72. ultraGridColumn2.Header.VisiblePosition = 1;
  73. ultraGridColumn2.Hidden = true;
  74. ultraGridColumn3.Header.VisiblePosition = 2;
  75. ultraGridBand1.Columns.AddRange(new object[] {
  76. ultraGridColumn1,
  77. ultraGridColumn2,
  78. ultraGridColumn3});
  79. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  80. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  81. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  82. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  83. appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder;
  84. appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
  85. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  86. appearance26.BorderColor = System.Drawing.SystemColors.Window;
  87. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance26;
  88. appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
  89. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27;
  90. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  91. appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
  92. appearance28.BackColor2 = System.Drawing.SystemColors.Control;
  93. appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  94. appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
  95. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
  96. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  97. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  98. appearance29.BackColor = System.Drawing.SystemColors.Window;
  99. appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
  100. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance29;
  101. appearance30.BackColor = System.Drawing.SystemColors.Highlight;
  102. appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
  103. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance30;
  104. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  105. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  106. appearance31.BackColor = System.Drawing.SystemColors.Window;
  107. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance31;
  108. appearance32.BorderColor = System.Drawing.Color.Silver;
  109. appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  110. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance32;
  111. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  112. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  113. appearance33.BackColor = System.Drawing.SystemColors.Control;
  114. appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
  115. appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  116. appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  117. appearance33.BorderColor = System.Drawing.SystemColors.Window;
  118. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance33;
  119. appearance34.TextHAlignAsString = "Left";
  120. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance34;
  121. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  122. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  123. appearance35.BackColor = System.Drawing.SystemColors.Window;
  124. appearance35.BorderColor = System.Drawing.Color.Silver;
  125. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance35;
  126. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  127. appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
  128. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
  129. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  130. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  131. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  132. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  135. this.ultraGrid1.Name = "ultraGrid1";
  136. this.ultraGrid1.Size = new System.Drawing.Size(256, 178);
  137. this.ultraGrid1.TabIndex = 0;
  138. this.ultraGrid1.Text = "ultraGrid1";
  139. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  140. //
  141. // dataSet1
  142. //
  143. this.dataSet1.DataSetName = "NewDataSet";
  144. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  145. this.dataTable1});
  146. //
  147. // dataTable1
  148. //
  149. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  150. this.dataColumn1,
  151. this.dataColumn2,
  152. this.dataColumn3});
  153. this.dataTable1.TableName = "Table1";
  154. //
  155. // dataColumn1
  156. //
  157. this.dataColumn1.Caption = "选择";
  158. this.dataColumn1.ColumnName = "CHK";
  159. //
  160. // dataColumn2
  161. //
  162. this.dataColumn2.Caption = "二级工序代码";
  163. this.dataColumn2.ColumnName = "PROCESS_CDOE_C";
  164. //
  165. // dataColumn3
  166. //
  167. this.dataColumn3.Caption = "二级工序";
  168. this.dataColumn3.ColumnName = "PROCESS_DESC_C";
  169. //
  170. // ultraPanel1
  171. //
  172. //
  173. // ultraPanel1.ClientArea
  174. //
  175. this.ultraPanel1.ClientArea.Controls.Add(this.button2);
  176. this.ultraPanel1.ClientArea.Controls.Add(this.button1);
  177. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  178. this.ultraPanel1.Location = new System.Drawing.Point(0, 178);
  179. this.ultraPanel1.Name = "ultraPanel1";
  180. this.ultraPanel1.Size = new System.Drawing.Size(256, 44);
  181. this.ultraPanel1.TabIndex = 2;
  182. //
  183. // button2
  184. //
  185. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  186. this.button2.Location = new System.Drawing.Point(147, 10);
  187. this.button2.Name = "button2";
  188. this.button2.Size = new System.Drawing.Size(75, 26);
  189. this.button2.TabIndex = 0;
  190. this.button2.Text = "取消";
  191. this.button2.UseVisualStyleBackColor = true;
  192. this.button2.Click += new System.EventHandler(this.button2_Click);
  193. //
  194. // button1
  195. //
  196. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  197. this.button1.Location = new System.Drawing.Point(31, 10);
  198. this.button1.Name = "button1";
  199. this.button1.Size = new System.Drawing.Size(75, 26);
  200. this.button1.TabIndex = 0;
  201. this.button1.Text = "确定";
  202. this.button1.UseVisualStyleBackColor = true;
  203. this.button1.Click += new System.EventHandler(this.button1_Click);
  204. //
  205. // FrmProcess
  206. //
  207. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  208. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  209. this.ClientSize = new System.Drawing.Size(256, 222);
  210. this.Controls.Add(this.ultraGrid1);
  211. this.Controls.Add(this.ultraPanel1);
  212. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  213. this.Name = "FrmProcess";
  214. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  215. this.Text = "二级工序选择";
  216. this.Load += new System.EventHandler(this.FrmProcess_Load);
  217. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  218. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  219. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  220. this.ultraPanel1.ClientArea.ResumeLayout(false);
  221. this.ultraPanel1.ResumeLayout(false);
  222. this.ResumeLayout(false);
  223. }
  224. #endregion
  225. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  226. private System.Data.DataSet dataSet1;
  227. private System.Data.DataTable dataTable1;
  228. private System.Data.DataColumn dataColumn1;
  229. private System.Data.DataColumn dataColumn2;
  230. private System.Data.DataColumn dataColumn3;
  231. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  232. private System.Windows.Forms.Button button2;
  233. private System.Windows.Forms.Button button1;
  234. }
  235. }