ucResChemelEment.Designer.cs.svn-base 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. namespace Core.LgMes.Client.LgResMgt
  2. {
  3. partial class ucResChemelEment
  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.RowSelectorWidth = 20;
  52. this.ulgridElement.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.ulgridElement.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.ulgridElement.Location = new System.Drawing.Point(0, 0);
  55. this.ulgridElement.Name = "ulgridElement";
  56. this.ulgridElement.Size = new System.Drawing.Size(873, 150);
  57. this.ulgridElement.TabIndex = 13;
  58. //
  59. // ucResChemelEment
  60. //
  61. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  62. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  63. this.Controls.Add(this.ulgridElement);
  64. this.Name = "ucResChemelEment";
  65. this.Size = new System.Drawing.Size(873, 150);
  66. this.Load += new System.EventHandler(this.ucChemelEment_Load);
  67. ((System.ComponentModel.ISupportInitialize)(this.ulgridElement)).EndInit();
  68. this.ResumeLayout(false);
  69. }
  70. #endregion
  71. public Infragistics.Win.UltraWinGrid.UltraGrid ulgridElement;
  72. }
  73. }