frmBaseGrade.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. namespace Core.StlMes.Client.PnCost
  2. {
  3. partial class frmBaseGrade
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("ComBaseGradeEntity", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Gradecode", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Gradename");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BatchingCode");
  34. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BatchingName");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("xuanze", 0);
  37. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  49. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  50. this.panel1 = new System.Windows.Forms.Panel();
  51. this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  52. this.ultraCheckEditor3 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  53. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  54. this.comBaseGradeEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  55. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  56. this.panel1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor3)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.comBaseGradeEntityBindingSource)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // ultraComboEditor1
  64. //
  65. this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  66. this.ultraComboEditor1.Location = new System.Drawing.Point(560, 12);
  67. this.ultraComboEditor1.Name = "ultraComboEditor1";
  68. this.ultraComboEditor1.Size = new System.Drawing.Size(144, 21);
  69. this.ultraComboEditor1.TabIndex = 7;
  70. this.ultraComboEditor1.Visible = false;
  71. //
  72. // panel1
  73. //
  74. this.panel1.Controls.Add(this.ultraComboEditor1);
  75. this.panel1.Controls.Add(this.ultraTextEditor1);
  76. this.panel1.Controls.Add(this.ultraCheckEditor3);
  77. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  78. this.panel1.Location = new System.Drawing.Point(0, 0);
  79. this.panel1.Name = "panel1";
  80. this.panel1.Size = new System.Drawing.Size(707, 43);
  81. this.panel1.TabIndex = 2;
  82. //
  83. // ultraTextEditor1
  84. //
  85. this.ultraTextEditor1.Location = new System.Drawing.Point(92, 17);
  86. this.ultraTextEditor1.Name = "ultraTextEditor1";
  87. this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
  88. this.ultraTextEditor1.TabIndex = 13;
  89. //
  90. // ultraCheckEditor3
  91. //
  92. this.ultraCheckEditor3.Location = new System.Drawing.Point(28, 17);
  93. this.ultraCheckEditor3.Name = "ultraCheckEditor3";
  94. this.ultraCheckEditor3.Size = new System.Drawing.Size(74, 20);
  95. this.ultraCheckEditor3.TabIndex = 4;
  96. this.ultraCheckEditor3.Text = "钢种";
  97. this.ultraCheckEditor3.CheckedChanged += new System.EventHandler(this.ultraCheckEditor3_CheckedChanged);
  98. //
  99. // ultraGrid1
  100. //
  101. this.ultraGrid1.DataSource = this.comBaseGradeEntityBindingSource;
  102. appearance31.BackColor = System.Drawing.SystemColors.Window;
  103. appearance31.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  104. this.ultraGrid1.DisplayLayout.Appearance = appearance31;
  105. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  106. ultraGridColumn1.Header.VisiblePosition = 1;
  107. ultraGridColumn1.Hidden = true;
  108. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  109. ultraGridColumn2.Header.VisiblePosition = 2;
  110. appearance32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  111. ultraGridColumn3.CellAppearance = appearance32;
  112. ultraGridColumn3.EditorComponent = this.ultraComboEditor1;
  113. ultraGridColumn3.Header.VisiblePosition = 3;
  114. ultraGridColumn3.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
  115. ultraGridColumn3.Width = 90;
  116. ultraGridColumn4.Header.VisiblePosition = 4;
  117. ultraGridColumn4.Hidden = true;
  118. appearance33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  119. ultraGridColumn5.CellAppearance = appearance33;
  120. ultraGridColumn5.Header.Caption = "选择";
  121. ultraGridColumn5.Header.VisiblePosition = 0;
  122. ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  123. ultraGridColumn5.Width = 63;
  124. ultraGridBand1.Columns.AddRange(new object[] {
  125. ultraGridColumn1,
  126. ultraGridColumn2,
  127. ultraGridColumn3,
  128. ultraGridColumn4,
  129. ultraGridColumn5});
  130. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  131. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  132. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  133. appearance34.BackColor = System.Drawing.SystemColors.ActiveBorder;
  134. appearance34.BackColor2 = System.Drawing.SystemColors.ControlDark;
  135. appearance34.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  136. appearance34.BorderColor = System.Drawing.SystemColors.Window;
  137. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance34;
  138. appearance35.ForeColor = System.Drawing.SystemColors.GrayText;
  139. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance35;
  140. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  141. appearance36.BackColor = System.Drawing.SystemColors.ControlLightLight;
  142. appearance36.BackColor2 = System.Drawing.SystemColors.Control;
  143. appearance36.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  144. appearance36.ForeColor = System.Drawing.SystemColors.GrayText;
  145. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance36;
  146. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  147. appearance37.BackColor = System.Drawing.SystemColors.Window;
  148. appearance37.ForeColor = System.Drawing.SystemColors.ControlText;
  149. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance37;
  150. appearance38.BackColor = System.Drawing.SystemColors.Highlight;
  151. appearance38.ForeColor = System.Drawing.SystemColors.HighlightText;
  152. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance38;
  153. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  154. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  155. appearance39.BackColor = System.Drawing.SystemColors.Window;
  156. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance39;
  157. appearance40.BorderColor = System.Drawing.Color.Silver;
  158. appearance40.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  159. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance40;
  160. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  161. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  162. appearance41.BackColor = System.Drawing.SystemColors.Control;
  163. appearance41.BackColor2 = System.Drawing.SystemColors.ControlDark;
  164. appearance41.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  165. appearance41.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  166. appearance41.BorderColor = System.Drawing.SystemColors.Window;
  167. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance41;
  168. appearance42.TextHAlignAsString = "Left";
  169. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance42;
  170. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  171. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  172. appearance43.BackColor = System.Drawing.SystemColors.Window;
  173. appearance43.BorderColor = System.Drawing.Color.Silver;
  174. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance43;
  175. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  176. appearance44.BackColor = System.Drawing.SystemColors.ControlLight;
  177. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance44;
  178. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  179. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  180. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  181. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  182. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.ultraGrid1.Location = new System.Drawing.Point(0, 43);
  184. this.ultraGrid1.Name = "ultraGrid1";
  185. this.ultraGrid1.Size = new System.Drawing.Size(707, 342);
  186. this.ultraGrid1.TabIndex = 3;
  187. this.ultraGrid1.Text = "ultraGrid1";
  188. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  189. //
  190. // comBaseGradeEntityBindingSource
  191. //
  192. this.comBaseGradeEntityBindingSource.DataSource = typeof(Core.StlMes.Client.PnCost.Models.ComBaseGradeEntity);
  193. this.comBaseGradeEntityBindingSource.Sort = "Gradecode";
  194. //
  195. // frmBaseGrade
  196. //
  197. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  198. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  199. this.ClientSize = new System.Drawing.Size(707, 385);
  200. this.Controls.Add(this.ultraGrid1);
  201. this.Controls.Add(this.panel1);
  202. this.Name = "frmBaseGrade";
  203. this.Text = "frmBaseGrade";
  204. this.Load += new System.EventHandler(this.frmBaseGrade_Load);
  205. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  206. this.panel1.ResumeLayout(false);
  207. this.panel1.PerformLayout();
  208. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor3)).EndInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.comBaseGradeEntityBindingSource)).EndInit();
  212. this.ResumeLayout(false);
  213. }
  214. #endregion
  215. private System.Windows.Forms.Panel panel1;
  216. private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
  217. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor3;
  218. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  219. private System.Windows.Forms.BindingSource comBaseGradeEntityBindingSource;
  220. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  221. }
  222. }