ComBasePhyMinChoice.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class ComBasePhyMinChoice
  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("PHY_CODE_MIN");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PHY_NAME_MIN");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  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(ComBasePhyMinChoice));
  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.dataColumn3 = new System.Data.DataColumn();
  51. this.panel1 = new System.Windows.Forms.Panel();
  52. this.panel2 = new System.Windows.Forms.Panel();
  53. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  54. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  55. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  58. this.panel1.SuspendLayout();
  59. this.panel2.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // ultraGrid1
  63. //
  64. this.ultraGrid1.DataSource = this.dataSet1;
  65. appearance1.BackColor = System.Drawing.SystemColors.Window;
  66. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  67. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  68. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  69. ultraGridColumn1.Header.VisiblePosition = 0;
  70. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 1;
  71. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  72. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(128, 0);
  73. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  74. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  75. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  76. ultraGridColumn2.Header.VisiblePosition = 1;
  77. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  78. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  79. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(247, 0);
  80. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  81. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  82. ultraGridColumn3.Header.VisiblePosition = 2;
  83. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 0;
  84. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  85. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(52, 0);
  86. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 1;
  87. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 1;
  88. ultraGridBand1.Columns.AddRange(new object[] {
  89. ultraGridColumn1,
  90. ultraGridColumn2,
  91. ultraGridColumn3});
  92. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  93. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  94. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  95. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  96. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  97. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  98. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  99. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  100. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  101. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  102. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  103. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  104. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  105. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  106. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  107. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  108. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  109. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  110. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  111. appearance7.BackColor = System.Drawing.SystemColors.Window;
  112. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  113. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  114. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  115. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  116. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  117. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  118. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  119. appearance12.BackColor = System.Drawing.SystemColors.Window;
  120. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  121. appearance8.BorderColor = System.Drawing.Color.Silver;
  122. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  123. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  124. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  125. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  126. appearance6.BackColor = System.Drawing.SystemColors.Control;
  127. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  128. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  129. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  130. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  131. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  132. appearance5.TextHAlignAsString = "Left";
  133. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  134. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  135. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  136. appearance11.BackColor = System.Drawing.SystemColors.Window;
  137. appearance11.BorderColor = System.Drawing.Color.Silver;
  138. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  139. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  140. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  141. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  142. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  143. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  144. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  145. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  147. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
  148. this.ultraGrid1.Name = "ultraGrid1";
  149. this.ultraGrid1.Size = new System.Drawing.Size(1006, 521);
  150. this.ultraGrid1.TabIndex = 0;
  151. this.ultraGrid1.Text = "ultraGrid1";
  152. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  153. //
  154. // dataSet1
  155. //
  156. this.dataSet1.DataSetName = "NewDataSet";
  157. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  158. this.dataTable1});
  159. //
  160. // dataTable1
  161. //
  162. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  163. this.dataColumn1,
  164. this.dataColumn2,
  165. this.dataColumn3});
  166. this.dataTable1.TableName = "Table1";
  167. //
  168. // dataColumn1
  169. //
  170. this.dataColumn1.Caption = "试样组代码";
  171. this.dataColumn1.ColumnName = "PHY_CODE_MIN";
  172. //
  173. // dataColumn2
  174. //
  175. this.dataColumn2.Caption = "试样组名称";
  176. this.dataColumn2.ColumnName = "PHY_NAME_MIN";
  177. //
  178. // dataColumn3
  179. //
  180. this.dataColumn3.Caption = "选择";
  181. this.dataColumn3.ColumnName = "CHK";
  182. this.dataColumn3.DataType = typeof(bool);
  183. //
  184. // panel1
  185. //
  186. this.panel1.Controls.Add(this.ultraGrid1);
  187. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  188. this.panel1.Location = new System.Drawing.Point(0, 0);
  189. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  190. this.panel1.Name = "panel1";
  191. this.panel1.Size = new System.Drawing.Size(1006, 521);
  192. this.panel1.TabIndex = 1;
  193. //
  194. // panel2
  195. //
  196. this.panel2.Controls.Add(this.ultraButton2);
  197. this.panel2.Controls.Add(this.ultraButton1);
  198. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  199. this.panel2.Location = new System.Drawing.Point(0, 521);
  200. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  201. this.panel2.Name = "panel2";
  202. this.panel2.Size = new System.Drawing.Size(1006, 65);
  203. this.panel2.TabIndex = 2;
  204. //
  205. // ultraButton2
  206. //
  207. this.ultraButton2.Location = new System.Drawing.Point(203, 8);
  208. this.ultraButton2.Margin = new System.Windows.Forms.Padding(4);
  209. this.ultraButton2.Name = "ultraButton2";
  210. this.ultraButton2.Size = new System.Drawing.Size(125, 42);
  211. this.ultraButton2.TabIndex = 1;
  212. this.ultraButton2.Text = "取消";
  213. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  214. //
  215. // ultraButton1
  216. //
  217. this.ultraButton1.Location = new System.Drawing.Point(35, 8);
  218. this.ultraButton1.Margin = new System.Windows.Forms.Padding(4);
  219. this.ultraButton1.Name = "ultraButton1";
  220. this.ultraButton1.Size = new System.Drawing.Size(125, 42);
  221. this.ultraButton1.TabIndex = 0;
  222. this.ultraButton1.Text = "确认";
  223. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  224. //
  225. // ComBasePhyMinChoice
  226. //
  227. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  228. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  229. this.ClientSize = new System.Drawing.Size(1006, 586);
  230. this.Controls.Add(this.panel1);
  231. this.Controls.Add(this.panel2);
  232. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  233. this.Margin = new System.Windows.Forms.Padding(5);
  234. this.Name = "ComBasePhyMinChoice";
  235. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  236. this.Text = "标准选择";
  237. this.Load += new System.EventHandler(this.ComBaseStdChoice_Load);
  238. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  239. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  241. this.panel1.ResumeLayout(false);
  242. this.panel2.ResumeLayout(false);
  243. this.ResumeLayout(false);
  244. }
  245. #endregion
  246. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  247. private System.Data.DataSet dataSet1;
  248. private System.Data.DataTable dataTable1;
  249. private System.Data.DataColumn dataColumn1;
  250. private System.Data.DataColumn dataColumn2;
  251. private System.Windows.Forms.Panel panel1;
  252. private System.Windows.Forms.Panel panel2;
  253. private Infragistics.Win.Misc.UltraButton ultraButton1;
  254. private Infragistics.Win.Misc.UltraButton ultraButton2;
  255. private System.Data.DataColumn dataColumn3;
  256. }
  257. }