WinMatAttrSelect.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. namespace Core.StlMes.Client.Lims.Data.Mat
  2. {
  3. partial class WinMatAttrSelect
  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.txtSTD_CODE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  44. this.txtSTD_ID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  45. this.btnOk = new Infragistics.Win.Misc.UltraButton();
  46. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  47. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  49. this.panel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.txtSTD_CODE)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtSTD_ID)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).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.txtSTD_CODE);
  68. this.panel1.Controls.Add(this.txtSTD_ID);
  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. // txtSTD_CODE
  77. //
  78. this.txtSTD_CODE.Location = new System.Drawing.Point(325, 6);
  79. this.txtSTD_CODE.MaxLength = 100;
  80. this.txtSTD_CODE.Name = "txtSTD_CODE";
  81. this.txtSTD_CODE.ReadOnly = true;
  82. this.txtSTD_CODE.Size = new System.Drawing.Size(110, 21);
  83. this.txtSTD_CODE.TabIndex = 227;
  84. this.txtSTD_CODE.Visible = false;
  85. //
  86. // txtSTD_ID
  87. //
  88. this.txtSTD_ID.Location = new System.Drawing.Point(12, 6);
  89. this.txtSTD_ID.MaxLength = 100;
  90. this.txtSTD_ID.Name = "txtSTD_ID";
  91. this.txtSTD_ID.ReadOnly = true;
  92. this.txtSTD_ID.Size = new System.Drawing.Size(110, 21);
  93. this.txtSTD_ID.TabIndex = 226;
  94. this.txtSTD_ID.Visible = false;
  95. //
  96. // btnOk
  97. //
  98. this.btnOk.Location = new System.Drawing.Point(211, 5);
  99. this.btnOk.Name = "btnOk";
  100. this.btnOk.Size = new System.Drawing.Size(75, 23);
  101. this.btnOk.TabIndex = 225;
  102. this.btnOk.Text = "确定";
  103. this.btnOk.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  104. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  105. //
  106. // ultraGrid1
  107. //
  108. this.ultraGrid1.DataMember = "Table1";
  109. this.ultraGrid1.DataSource = this.dataSet1;
  110. appearance11.BackColor = System.Drawing.SystemColors.Window;
  111. appearance11.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  112. this.ultraGrid1.DisplayLayout.Appearance = appearance11;
  113. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  114. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  115. appearance12.BackColor = System.Drawing.SystemColors.ActiveBorder;
  116. appearance12.BackColor2 = System.Drawing.SystemColors.ControlDark;
  117. appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  118. appearance12.BorderColor = System.Drawing.SystemColors.Window;
  119. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance12;
  120. appearance13.ForeColor = System.Drawing.SystemColors.GrayText;
  121. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance13;
  122. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  123. appearance14.BackColor = System.Drawing.SystemColors.ControlLightLight;
  124. appearance14.BackColor2 = System.Drawing.SystemColors.Control;
  125. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  126. appearance14.ForeColor = System.Drawing.SystemColors.GrayText;
  127. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance14;
  128. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  129. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  130. appearance15.BackColor = System.Drawing.SystemColors.Window;
  131. appearance15.ForeColor = System.Drawing.SystemColors.ControlText;
  132. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance15;
  133. appearance16.BackColor = System.Drawing.SystemColors.Highlight;
  134. appearance16.ForeColor = System.Drawing.SystemColors.HighlightText;
  135. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance16;
  136. this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False;
  137. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  138. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  139. appearance17.BackColor = System.Drawing.SystemColors.Window;
  140. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance17;
  141. appearance18.BorderColor = System.Drawing.Color.Silver;
  142. appearance18.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  143. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance18;
  144. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  145. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  146. this.ultraGrid1.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly;
  147. appearance19.BackColor = System.Drawing.SystemColors.Control;
  148. appearance19.BackColor2 = System.Drawing.SystemColors.ControlDark;
  149. appearance19.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  150. appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  151. appearance19.BorderColor = System.Drawing.SystemColors.Window;
  152. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance19;
  153. appearance20.TextHAlignAsString = "Left";
  154. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance20;
  155. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  156. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  157. appearance21.BackColor = System.Drawing.SystemColors.Window;
  158. appearance21.BorderColor = System.Drawing.Color.Silver;
  159. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance21;
  160. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  161. appearance22.BackColor = System.Drawing.SystemColors.ControlLight;
  162. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance22;
  163. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  164. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  165. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  166. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.ultraGrid1.Location = new System.Drawing.Point(0, 33);
  169. this.ultraGrid1.Name = "ultraGrid1";
  170. this.ultraGrid1.Size = new System.Drawing.Size(486, 229);
  171. this.ultraGrid1.TabIndex = 48;
  172. this.ultraGrid1.Text = "检验项明细";
  173. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  174. //
  175. // WinMatStdSelect
  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 = "WinMatStdSelect";
  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.txtSTD_CODE)).EndInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.txtSTD_ID)).EndInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).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 txtSTD_CODE;
  202. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtSTD_ID;
  203. }
  204. }