ProcessInfoNewCtrl.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. namespace Core.StlMes.Client.Judge.Controls
  2. {
  3. partial class ProcessInfoNewCtrl
  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 appearance4 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  40. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  41. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  42. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  43. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  45. this.splitContainer1.Panel1.SuspendLayout();
  46. this.splitContainer1.Panel2.SuspendLayout();
  47. this.splitContainer1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  49. this.splitContainer2.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // ultraGrid1
  53. //
  54. appearance1.BackColor = System.Drawing.SystemColors.Window;
  55. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  56. this.ultraGrid1.DisplayLayout.Appearance = appearance1;
  57. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  58. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  59. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  60. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  61. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  62. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  63. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2;
  64. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  65. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  66. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  67. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  68. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  69. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  70. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  71. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  72. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  73. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  74. appearance7.BackColor = System.Drawing.SystemColors.Window;
  75. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  76. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  77. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  78. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  79. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  80. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  81. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  82. appearance12.BackColor = System.Drawing.SystemColors.Window;
  83. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance12;
  84. appearance8.BorderColor = System.Drawing.Color.Silver;
  85. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  86. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
  87. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  88. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  89. appearance6.BackColor = System.Drawing.SystemColors.Control;
  90. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  91. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  92. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  93. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  94. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  95. appearance5.TextHAlignAsString = "Left";
  96. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance5;
  97. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  98. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  99. appearance11.BackColor = System.Drawing.SystemColors.Window;
  100. appearance11.BorderColor = System.Drawing.Color.Silver;
  101. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
  102. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  103. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  104. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  105. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  106. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  107. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  108. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  110. this.ultraGrid1.Name = "ultraGrid1";
  111. this.ultraGrid1.Size = new System.Drawing.Size(354, 399);
  112. this.ultraGrid1.TabIndex = 0;
  113. this.ultraGrid1.Text = "ultraGrid1";
  114. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.UltraGrid1_AfterRowActivate);
  115. //
  116. // splitContainer1
  117. //
  118. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  120. this.splitContainer1.Name = "splitContainer1";
  121. //
  122. // splitContainer1.Panel1
  123. //
  124. this.splitContainer1.Panel1.Controls.Add(this.ultraGrid1);
  125. //
  126. // splitContainer1.Panel2
  127. //
  128. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  129. this.splitContainer1.Size = new System.Drawing.Size(696, 399);
  130. this.splitContainer1.SplitterDistance = 354;
  131. this.splitContainer1.TabIndex = 1;
  132. //
  133. // splitContainer2
  134. //
  135. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  136. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  137. this.splitContainer2.Name = "splitContainer2";
  138. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  139. this.splitContainer2.Size = new System.Drawing.Size(338, 399);
  140. this.splitContainer2.SplitterDistance = 196;
  141. this.splitContainer2.TabIndex = 0;
  142. //
  143. // ProcessInfoNewCtrl
  144. //
  145. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147. this.Controls.Add(this.splitContainer1);
  148. this.Name = "ProcessInfoNewCtrl";
  149. this.Size = new System.Drawing.Size(696, 399);
  150. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  151. this.splitContainer1.Panel1.ResumeLayout(false);
  152. this.splitContainer1.Panel2.ResumeLayout(false);
  153. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  154. this.splitContainer1.ResumeLayout(false);
  155. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  156. this.splitContainer2.ResumeLayout(false);
  157. this.ResumeLayout(false);
  158. }
  159. #endregion
  160. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  161. private System.Windows.Forms.SplitContainer splitContainer1;
  162. private System.Windows.Forms.SplitContainer splitContainer2;
  163. }
  164. }