ucAdditive.Designer.cs 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. namespace Core.StlMes.Client.LgCommon
  2. {
  3. partial class ucAdditive
  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.Appearance appearance50 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  31. Infragistics.Win.Appearance appearance98 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance99 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance100 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance101 = new Infragistics.Win.Appearance();
  35. this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
  36. this.MainContainer = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  37. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  38. this.MidContainer = new Infragistics.Win.Misc.UltraPanel();
  39. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  40. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.MainContainer)).BeginInit();
  42. this.MainContainer.SuspendLayout();
  43. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  44. this.MidContainer.ClientArea.SuspendLayout();
  45. this.MidContainer.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // MainContainer
  50. //
  51. this.MainContainer.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None;
  52. this.MainContainer.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  53. this.MainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.MainContainer.ExpandedSize = new System.Drawing.Size(333, 188);
  55. this.MainContainer.ExpansionIndicator = Infragistics.Win.Misc.GroupBoxExpansionIndicator.None;
  56. appearance50.BackColor = System.Drawing.Color.PapayaWhip;
  57. this.MainContainer.HeaderAppearance = appearance50;
  58. this.MainContainer.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Etched;
  59. this.MainContainer.HeaderClickAction = Infragistics.Win.Misc.GroupBoxHeaderClickAction.None;
  60. this.MainContainer.Location = new System.Drawing.Point(0, 0);
  61. this.MainContainer.Name = "MainContainer";
  62. this.MainContainer.Size = new System.Drawing.Size(333, 188);
  63. this.MainContainer.TabIndex = 0;
  64. //
  65. // ultraExpandableGroupBoxPanel1
  66. //
  67. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.MidContainer);
  68. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(1, 4);
  70. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  71. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(331, 183);
  72. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  73. //
  74. // MidContainer
  75. //
  76. this.MidContainer.BorderStyle = Infragistics.Win.UIElementBorderStyle.InsetSoft;
  77. //
  78. // MidContainer.ClientArea
  79. //
  80. this.MidContainer.ClientArea.Controls.Add(this.ultraGrid1);
  81. this.MidContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.MidContainer.Location = new System.Drawing.Point(0, 0);
  83. this.MidContainer.Name = "MidContainer";
  84. this.MidContainer.Size = new System.Drawing.Size(331, 183);
  85. this.MidContainer.TabIndex = 0;
  86. //
  87. // ultraGrid1
  88. //
  89. this.ultraGrid1.DataMember = "Band 0";
  90. this.ultraGrid1.DataSource = this.ultraDataSource1;
  91. ultraGridBand1.CardSettings.CardScrollbars = Infragistics.Win.UltraWinGrid.CardScrollbars.None;
  92. ultraGridBand1.CardSettings.ShowCaption = false;
  93. ultraGridBand1.CardSettings.Style = Infragistics.Win.UltraWinGrid.CardStyle.StandardLabels;
  94. ultraGridBand1.CardView = true;
  95. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  96. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  97. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  98. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  99. this.ultraGrid1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
  100. this.ultraGrid1.DisplayLayout.Override.BorderStyleCardArea = Infragistics.Win.UIElementBorderStyle.None;
  101. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Etched;
  102. this.ultraGrid1.DisplayLayout.Override.BorderStyleHeader = Infragistics.Win.UIElementBorderStyle.None;
  103. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None;
  104. appearance98.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
  105. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance98;
  106. appearance99.FontData.BoldAsString = "True";
  107. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance99;
  108. appearance100.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
  109. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance100;
  110. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  111. appearance101.BackColor = System.Drawing.Color.LightBlue;
  112. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance101;
  113. this.ultraGrid1.DisplayLayout.Override.RowSizing = Infragistics.Win.UltraWinGrid.RowSizing.Fixed;
  114. this.ultraGrid1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  115. this.ultraGrid1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  116. this.ultraGrid1.DisplayLayout.Override.SelectTypeGroupByRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  117. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  118. this.ultraGrid1.DisplayLayout.ViewStyle = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
  119. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  122. this.ultraGrid1.Name = "ultraGrid1";
  123. this.ultraGrid1.Size = new System.Drawing.Size(329, 181);
  124. this.ultraGrid1.TabIndex = 0;
  125. //
  126. // ucAdditive
  127. //
  128. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  129. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  130. this.Controls.Add(this.MainContainer);
  131. this.Name = "ucAdditive";
  132. this.Size = new System.Drawing.Size(333, 188);
  133. ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
  134. ((System.ComponentModel.ISupportInitialize)(this.MainContainer)).EndInit();
  135. this.MainContainer.ResumeLayout(false);
  136. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  137. this.MidContainer.ClientArea.ResumeLayout(false);
  138. this.MidContainer.ResumeLayout(false);
  139. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  140. this.ResumeLayout(false);
  141. }
  142. #endregion
  143. private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1;
  144. private Infragistics.Win.Misc.UltraExpandableGroupBox MainContainer;
  145. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  146. private Infragistics.Win.Misc.UltraPanel MidContainer;
  147. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  148. }
  149. }