FrmYpGradeCIC.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. namespace Core.StlMes.Client.BuyBillet
  2. {
  3. partial class FrmYpGradeCIC
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CIC");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELGRADES");
  32. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  43. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  44. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // ultraGrid1
  48. //
  49. appearance13.BackColor = System.Drawing.SystemColors.Window;
  50. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  51. this.ultraGrid1.DisplayLayout.Appearance = appearance13;
  52. ultraGridColumn1.Header.Caption = "钢种索引码";
  53. ultraGridColumn1.Header.VisiblePosition = 0;
  54. ultraGridColumn2.Header.Caption = "钢种选择";
  55. ultraGridColumn2.Header.VisiblePosition = 1;
  56. ultraGridBand1.Columns.AddRange(new object[] {
  57. ultraGridColumn1,
  58. ultraGridColumn2});
  59. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  60. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  61. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  62. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  63. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  64. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  65. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  66. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  67. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14;
  68. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  69. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  70. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  71. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  72. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  73. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  74. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  75. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  76. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  77. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  78. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  79. appearance17.BackColor = System.Drawing.SystemColors.Window;
  80. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  81. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  82. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  83. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  84. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  85. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  86. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  87. appearance19.BackColor = System.Drawing.SystemColors.Window;
  88. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance19;
  89. appearance20.BorderColor = System.Drawing.Color.Silver;
  90. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  91. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
  92. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  93. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  94. appearance21.BackColor = System.Drawing.SystemColors.Control;
  95. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  96. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  97. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  98. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  99. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  100. appearance22.TextHAlignAsString = "Left";
  101. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
  102. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  103. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  104. appearance23.BackColor = System.Drawing.SystemColors.Window;
  105. appearance23.BorderColor = System.Drawing.Color.Silver;
  106. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23;
  107. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  108. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  109. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  110. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  111. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  112. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  113. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  114. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  116. this.ultraGrid1.Name = "ultraGrid1";
  117. this.ultraGrid1.Size = new System.Drawing.Size(384, 262);
  118. this.ultraGrid1.TabIndex = 2;
  119. this.ultraGrid1.Text = "ultraGrid1";
  120. this.ultraGrid1.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid1_ClickCell);
  121. //
  122. // FrmYpGradeCIC
  123. //
  124. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  125. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  126. this.ClientSize = new System.Drawing.Size(384, 262);
  127. this.Controls.Add(this.ultraGrid1);
  128. this.MinimizeBox = false;
  129. this.Name = "FrmYpGradeCIC";
  130. this.ShowIcon = false;
  131. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  132. this.Text = "选择钢种及索引码";
  133. this.Load += new System.EventHandler(this.FrmYpGradeCIC_Load);
  134. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  135. this.ResumeLayout(false);
  136. }
  137. #endregion
  138. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  139. }
  140. }