ChoiceProcessPopup.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class ChoiceProcessPopup
  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("PROCESS_CODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PROCESS_DESC");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK", 0);
  33. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  44. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChoiceProcessPopup));
  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.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.panel1.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // ultraGrid1
  60. //
  61. this.ultraGrid1.DataMember = "Table1";
  62. this.ultraGrid1.DataSource = this.dataSet1;
  63. appearance1.BackColor = System.Drawing.SystemColors.Window;
  64. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  65. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  66. ultraGridColumn1.Header.VisiblePosition = 0;
  67. ultraGridColumn1.Hidden = true;
  68. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  69. ultraGridColumn2.Header.VisiblePosition = 1;
  70. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  71. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  72. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(162, 0);
  73. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  74. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  75. ultraGridColumn3.DataType = typeof(bool);
  76. ultraGridColumn3.Header.Caption = "选择";
  77. ultraGridColumn3.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  78. ultraGridColumn3.Header.VisiblePosition = 2;
  79. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 0;
  80. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  81. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 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. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  94. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  95. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  96. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  97. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  98. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  99. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  100. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  101. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  102. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  103. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  104. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  105. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  106. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  107. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  108. appearance7.BackColor = System.Drawing.SystemColors.Window;
  109. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  110. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  111. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  112. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  113. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  114. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  115. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  116. appearance12.BackColor = System.Drawing.SystemColors.Window;
  117. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  118. appearance8.BorderColor = System.Drawing.Color.Silver;
  119. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  120. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  121. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  122. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  123. appearance6.BackColor = System.Drawing.SystemColors.Control;
  124. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  125. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  126. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  127. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  128. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  129. appearance5.TextHAlignAsString = "Left";
  130. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  131. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  132. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  133. appearance11.BackColor = System.Drawing.SystemColors.Window;
  134. appearance11.BorderColor = System.Drawing.Color.Silver;
  135. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  136. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  137. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  138. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  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.Location = new System.Drawing.Point(0, 0);
  144. this.ultraGrid1.Name = "ultraGrid1";
  145. this.ultraGrid1.Size = new System.Drawing.Size(298, 262);
  146. this.ultraGrid1.TabIndex = 0;
  147. this.ultraGrid1.Text = "ultraGrid1";
  148. this.ultraGrid1.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ultraGrid1_InitializeRow);
  149. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  150. //
  151. // dataSet1
  152. //
  153. this.dataSet1.DataSetName = "NewDataSet";
  154. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  155. this.dataTable1});
  156. //
  157. // dataTable1
  158. //
  159. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  160. this.dataColumn1,
  161. this.dataColumn2});
  162. this.dataTable1.TableName = "Table1";
  163. //
  164. // dataColumn1
  165. //
  166. this.dataColumn1.ColumnName = "PROCESS_CODE";
  167. //
  168. // dataColumn2
  169. //
  170. this.dataColumn2.Caption = "工序";
  171. this.dataColumn2.ColumnName = "PROCESS_DESC";
  172. //
  173. // panel1
  174. //
  175. this.panel1.Controls.Add(this.button2);
  176. this.panel1.Controls.Add(this.button1);
  177. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  178. this.panel1.Location = new System.Drawing.Point(0, 262);
  179. this.panel1.Name = "panel1";
  180. this.panel1.Size = new System.Drawing.Size(298, 52);
  181. this.panel1.TabIndex = 1;
  182. //
  183. // button2
  184. //
  185. this.button2.Location = new System.Drawing.Point(155, 17);
  186. this.button2.Name = "button2";
  187. this.button2.Size = new System.Drawing.Size(75, 23);
  188. this.button2.TabIndex = 1;
  189. this.button2.Text = "取消";
  190. this.button2.UseVisualStyleBackColor = true;
  191. this.button2.Click += new System.EventHandler(this.button2_Click);
  192. //
  193. // button1
  194. //
  195. this.button1.Location = new System.Drawing.Point(51, 17);
  196. this.button1.Name = "button1";
  197. this.button1.Size = new System.Drawing.Size(75, 23);
  198. this.button1.TabIndex = 0;
  199. this.button1.Text = "确认";
  200. this.button1.UseVisualStyleBackColor = true;
  201. this.button1.Click += new System.EventHandler(this.button1_Click);
  202. //
  203. // ChoiceProcessPopup
  204. //
  205. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  206. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  207. this.ClientSize = new System.Drawing.Size(298, 314);
  208. this.Controls.Add(this.ultraGrid1);
  209. this.Controls.Add(this.panel1);
  210. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  211. this.MaximizeBox = false;
  212. this.MinimizeBox = false;
  213. this.Name = "ChoiceProcessPopup";
  214. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  215. this.Text = "工序选择";
  216. this.Load += new System.EventHandler(this.ChoiceProcessPopup_Load);
  217. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  218. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  219. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  220. this.panel1.ResumeLayout(false);
  221. this.ResumeLayout(false);
  222. }
  223. #endregion
  224. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  225. private System.Windows.Forms.Panel panel1;
  226. private System.Windows.Forms.Button button2;
  227. private System.Windows.Forms.Button button1;
  228. private System.Data.DataSet dataSet1;
  229. private System.Data.DataTable dataTable1;
  230. private System.Data.DataColumn dataColumn1;
  231. private System.Data.DataColumn dataColumn2;
  232. }
  233. }