ucResBase.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. namespace Core.StlMes.Client.LgCommon
  2. {
  3. partial class ucResBase
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  30. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  33. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  34. this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  35. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // ultraGrid1
  40. //
  41. this.ultraGrid1.DataMember = "Band 0";
  42. this.ultraGrid1.DataSource = this.ultraDataSource1;
  43. ultraGridBand1.CardSettings.CardScrollbars = Infragistics.Win.UltraWinGrid.CardScrollbars.None;
  44. ultraGridBand1.CardSettings.ShowCaption = false;
  45. ultraGridBand1.CardSettings.Style = Infragistics.Win.UltraWinGrid.CardStyle.StandardLabels;
  46. ultraGridBand1.CardView = true;
  47. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  48. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  49. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  50. this.ultraGrid1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
  51. this.ultraGrid1.DisplayLayout.Override.BorderStyleCardArea = Infragistics.Win.UIElementBorderStyle.None;
  52. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Etched;
  53. this.ultraGrid1.DisplayLayout.Override.BorderStyleHeader = Infragistics.Win.UIElementBorderStyle.None;
  54. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None;
  55. appearance27.BackColor = System.Drawing.Color.PapayaWhip;
  56. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance27;
  57. appearance28.BackColor = System.Drawing.Color.PapayaWhip;
  58. appearance28.TextHAlignAsString = "Right";
  59. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance28;
  60. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  61. appearance29.BackColor = System.Drawing.Color.LightBlue;
  62. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance29;
  63. this.ultraGrid1.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Fixed;
  64. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  65. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  66. this.ultraGrid1.DisplayLayout.Override.SelectTypeGroupByRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  67. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  68. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Top;
  69. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  71. this.ultraGrid1.Name = "ultraGrid1";
  72. this.ultraGrid1.Size = new System.Drawing.Size(277, 143);
  73. this.ultraGrid1.TabIndex = 0;
  74. this.ultraGrid1.AfterCellUpdate += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_AfterCellUpdate);
  75. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  76. this.ultraGrid1.CellListSelect += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellListSelect);
  77. this.ultraGrid1.ClickCellButton += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_ClickCellButton);
  78. //
  79. // ucResBase
  80. //
  81. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  82. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  83. this.Controls.Add(this.ultraGrid1);
  84. this.Name = "ucResBase";
  85. this.Size = new System.Drawing.Size(277, 85);
  86. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
  88. this.ResumeLayout(false);
  89. }
  90. #endregion
  91. public Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1;
  92. protected Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  93. }
  94. }