ucChemelEment.Designer.cs 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. namespace Core.StlMes.Client.LgCommon
  2. {
  3. partial class ucChemelEment
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  33. this.ulgridElement = new Infragistics.Win.UltraWinGrid.UltraGrid();
  34. ((System.ComponentModel.ISupportInitialize)(this.ulgridElement)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // ulgridElement
  38. //
  39. appearance1.BackColor = System.Drawing.Color.Snow;
  40. this.ulgridElement.DisplayLayout.Appearance = appearance1;
  41. this.ulgridElement.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  42. appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(122)))), ((int)(((byte)(167)))), ((int)(((byte)(222)))));
  43. this.ulgridElement.DisplayLayout.CaptionAppearance = appearance2;
  44. appearance3.BackColor = System.Drawing.Color.LightBlue;
  45. this.ulgridElement.DisplayLayout.Override.HeaderAppearance = appearance3;
  46. this.ulgridElement.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  47. appearance4.BackColor = System.Drawing.Color.MintCream;
  48. this.ulgridElement.DisplayLayout.Override.RowAlternateAppearance = appearance4;
  49. appearance5.BackColor = System.Drawing.Color.LightBlue;
  50. this.ulgridElement.DisplayLayout.Override.RowSelectorAppearance = appearance5;
  51. this.ulgridElement.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  52. this.ulgridElement.DisplayLayout.Override.RowSelectorWidth = 20;
  53. this.ulgridElement.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  54. this.ulgridElement.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  55. this.ulgridElement.DisplayLayout.Override.SelectTypeGroupByRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  56. this.ulgridElement.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  57. this.ulgridElement.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.ulgridElement.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.ulgridElement.Location = new System.Drawing.Point(0, 0);
  60. this.ulgridElement.Name = "ulgridElement";
  61. this.ulgridElement.Size = new System.Drawing.Size(570, 150);
  62. this.ulgridElement.TabIndex = 0;
  63. //
  64. // ucChemelEment
  65. //
  66. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  68. this.Controls.Add(this.ulgridElement);
  69. this.Name = "ucChemelEment";
  70. this.Size = new System.Drawing.Size(570, 150);
  71. this.Load += new System.EventHandler(this.ucChemelEment_Load);
  72. ((System.ComponentModel.ISupportInitialize)(this.ulgridElement)).EndInit();
  73. this.ResumeLayout(false);
  74. }
  75. #endregion
  76. private Infragistics.Win.UltraWinGrid.UltraGrid ulgridElement;
  77. }
  78. }