WinMatGroupSelect.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. namespace Core.StlMes.Client.Lims.Data.Mat
  2. {
  3. partial class WinMatGroupSelect
  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 appearance11 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  40. this.dataSet1 = new System.Data.DataSet();
  41. this.dataTable1 = new System.Data.DataTable();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.btnOk = new Infragistics.Win.Misc.UltraButton();
  44. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  45. this.txtGROUP_LEVEL_CODE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  46. this.txtGROUP_LEVEL = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  47. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  49. this.panel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtGROUP_LEVEL_CODE)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtGROUP_LEVEL)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // dataSet1
  56. //
  57. this.dataSet1.DataSetName = "NewDataSet";
  58. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  59. this.dataTable1});
  60. //
  61. // dataTable1
  62. //
  63. this.dataTable1.TableName = "Table1";
  64. //
  65. // panel1
  66. //
  67. this.panel1.Controls.Add(this.txtGROUP_LEVEL);
  68. this.panel1.Controls.Add(this.txtGROUP_LEVEL_CODE);
  69. this.panel1.Controls.Add(this.btnOk);
  70. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  71. this.panel1.Location = new System.Drawing.Point(0, 0);
  72. this.panel1.Name = "panel1";
  73. this.panel1.Size = new System.Drawing.Size(486, 33);
  74. this.panel1.TabIndex = 47;
  75. //
  76. // btnOk
  77. //
  78. this.btnOk.Location = new System.Drawing.Point(211, 5);
  79. this.btnOk.Name = "btnOk";
  80. this.btnOk.Size = new System.Drawing.Size(75, 23);
  81. this.btnOk.TabIndex = 225;
  82. this.btnOk.Text = "确定";
  83. this.btnOk.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  84. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  85. //
  86. // ultraGrid1
  87. //
  88. this.ultraGrid1.DataMember = "Table1";
  89. this.ultraGrid1.DataSource = this.dataSet1;
  90. appearance11.BackColor = System.Drawing.SystemColors.Window;
  91. appearance11.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  92. this.ultraGrid1.DisplayLayout.Appearance = appearance11;
  93. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  94. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  95. appearance12.BackColor = System.Drawing.SystemColors.ActiveBorder;
  96. appearance12.BackColor2 = System.Drawing.SystemColors.ControlDark;
  97. appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  98. appearance12.BorderColor = System.Drawing.SystemColors.Window;
  99. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance12;
  100. appearance13.ForeColor = System.Drawing.SystemColors.GrayText;
  101. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance13;
  102. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  103. appearance14.BackColor = System.Drawing.SystemColors.ControlLightLight;
  104. appearance14.BackColor2 = System.Drawing.SystemColors.Control;
  105. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  106. appearance14.ForeColor = System.Drawing.SystemColors.GrayText;
  107. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance14;
  108. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  109. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  110. appearance15.BackColor = System.Drawing.SystemColors.Window;
  111. appearance15.ForeColor = System.Drawing.SystemColors.ControlText;
  112. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance15;
  113. appearance16.BackColor = System.Drawing.SystemColors.Highlight;
  114. appearance16.ForeColor = System.Drawing.SystemColors.HighlightText;
  115. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance16;
  116. this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  117. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  118. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  119. appearance17.BackColor = System.Drawing.SystemColors.Window;
  120. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance17;
  121. appearance18.BorderColor = System.Drawing.Color.Silver;
  122. appearance18.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  123. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance18;
  124. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  125. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  126. this.ultraGrid1.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  127. appearance19.BackColor = System.Drawing.SystemColors.Control;
  128. appearance19.BackColor2 = System.Drawing.SystemColors.ControlDark;
  129. appearance19.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  130. appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  131. appearance19.BorderColor = System.Drawing.SystemColors.Window;
  132. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance19;
  133. appearance20.TextHAlignAsString = "Left";
  134. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance20;
  135. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  136. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  137. appearance21.BackColor = System.Drawing.SystemColors.Window;
  138. appearance21.BorderColor = System.Drawing.Color.Silver;
  139. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance21;
  140. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  141. appearance22.BackColor = System.Drawing.SystemColors.ControlLight;
  142. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance22;
  143. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  144. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  145. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  146. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.ultraGrid1.Location = new System.Drawing.Point(0, 33);
  149. this.ultraGrid1.Name = "ultraGrid1";
  150. this.ultraGrid1.Size = new System.Drawing.Size(486, 229);
  151. this.ultraGrid1.TabIndex = 48;
  152. this.ultraGrid1.Text = "检验项明细";
  153. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  154. //
  155. // txtGROUP_LEVEL_CODE
  156. //
  157. this.txtGROUP_LEVEL_CODE.Location = new System.Drawing.Point(12, 6);
  158. this.txtGROUP_LEVEL_CODE.MaxLength = 100;
  159. this.txtGROUP_LEVEL_CODE.Name = "txtGROUP_LEVEL_CODE";
  160. this.txtGROUP_LEVEL_CODE.ReadOnly = true;
  161. this.txtGROUP_LEVEL_CODE.Size = new System.Drawing.Size(110, 21);
  162. this.txtGROUP_LEVEL_CODE.TabIndex = 226;
  163. this.txtGROUP_LEVEL_CODE.Visible = false;
  164. //
  165. // txtGROUP_LEVEL
  166. //
  167. this.txtGROUP_LEVEL.Location = new System.Drawing.Point(325, 6);
  168. this.txtGROUP_LEVEL.MaxLength = 100;
  169. this.txtGROUP_LEVEL.Name = "txtGROUP_LEVEL";
  170. this.txtGROUP_LEVEL.ReadOnly = true;
  171. this.txtGROUP_LEVEL.Size = new System.Drawing.Size(110, 21);
  172. this.txtGROUP_LEVEL.TabIndex = 227;
  173. this.txtGROUP_LEVEL.Visible = false;
  174. //
  175. // WinMatGroupSelect
  176. //
  177. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  178. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  179. this.ClientSize = new System.Drawing.Size(486, 262);
  180. this.Controls.Add(this.ultraGrid1);
  181. this.Controls.Add(this.panel1);
  182. this.Name = "WinMatGroupSelect";
  183. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  184. this.Text = "组别选择";
  185. this.Load += new System.EventHandler(this.WinMatItemsSelect_Load);
  186. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  188. this.panel1.ResumeLayout(false);
  189. this.panel1.PerformLayout();
  190. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.txtGROUP_LEVEL_CODE)).EndInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.txtGROUP_LEVEL)).EndInit();
  193. this.ResumeLayout(false);
  194. }
  195. #endregion
  196. private System.Data.DataSet dataSet1;
  197. private System.Data.DataTable dataTable1;
  198. private System.Windows.Forms.Panel panel1;
  199. private Infragistics.Win.Misc.UltraButton btnOk;
  200. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  201. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtGROUP_LEVEL;
  202. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtGROUP_LEVEL_CODE;
  203. }
  204. }