FrmJGSCTJMONTH.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. namespace Core.StlMes.Client.BuyBillet
  2. {
  3. partial class FrmJGSCTJMONTH
  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 appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
  30. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  41. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  42. this.startDate = new System.Windows.Forms.DateTimePicker();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.ug = new Infragistics.Win.UltraWinGrid.UltraGrid();
  45. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  46. this.ultraGroupBox1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.ug)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // ultraGroupBox1
  51. //
  52. this.ultraGroupBox1.Controls.Add(this.startDate);
  53. this.ultraGroupBox1.Controls.Add(this.label1);
  54. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  55. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  56. this.ultraGroupBox1.Name = "ultraGroupBox1";
  57. this.ultraGroupBox1.Size = new System.Drawing.Size(784, 32);
  58. this.ultraGroupBox1.TabIndex = 4;
  59. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  60. //
  61. // startDate
  62. //
  63. this.startDate.CustomFormat = "yyyy-MM-dd";
  64. this.startDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  65. this.startDate.Location = new System.Drawing.Point(58, 9);
  66. this.startDate.Name = "startDate";
  67. this.startDate.Size = new System.Drawing.Size(107, 21);
  68. this.startDate.TabIndex = 6;
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Location = new System.Drawing.Point(23, 15);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(29, 12);
  76. this.label1.TabIndex = 5;
  77. this.label1.Text = "日期";
  78. //
  79. // ug
  80. //
  81. appearance1.BackColor = System.Drawing.SystemColors.Window;
  82. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  83. this.ug.DisplayLayout.Appearance = appearance1;
  84. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  85. this.ug.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  86. this.ug.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  87. this.ug.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  88. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  89. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  90. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  91. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  92. this.ug.DisplayLayout.GroupByBox.Appearance = appearance2;
  93. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  94. this.ug.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  95. this.ug.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  96. this.ug.DisplayLayout.GroupByBox.Hidden = true;
  97. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  98. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  99. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  100. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  101. this.ug.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  102. this.ug.DisplayLayout.MaxColScrollRegions = 1;
  103. this.ug.DisplayLayout.MaxRowScrollRegions = 1;
  104. appearance5.BackColor = System.Drawing.SystemColors.Window;
  105. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  106. this.ug.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  107. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  108. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  109. this.ug.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  110. this.ug.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  111. this.ug.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  112. appearance7.BackColor = System.Drawing.SystemColors.Window;
  113. this.ug.DisplayLayout.Override.CardAreaAppearance = appearance7;
  114. appearance8.BorderColor = System.Drawing.Color.Silver;
  115. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  116. this.ug.DisplayLayout.Override.CellAppearance = appearance8;
  117. this.ug.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  118. this.ug.DisplayLayout.Override.CellPadding = 0;
  119. appearance9.BackColor = System.Drawing.SystemColors.Control;
  120. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  121. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  122. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  123. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  124. this.ug.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  125. appearance10.TextHAlignAsString = "Left";
  126. this.ug.DisplayLayout.Override.HeaderAppearance = appearance10;
  127. this.ug.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  128. this.ug.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  129. appearance11.BackColor = System.Drawing.SystemColors.Window;
  130. appearance11.BorderColor = System.Drawing.Color.Silver;
  131. this.ug.DisplayLayout.Override.RowAppearance = appearance11;
  132. this.ug.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  133. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  134. this.ug.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  135. this.ug.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  136. this.ug.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  137. this.ug.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  138. this.ug.Dock = System.Windows.Forms.DockStyle.Fill;
  139. this.ug.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.ug.Location = new System.Drawing.Point(0, 32);
  141. this.ug.Name = "ug";
  142. this.ug.Size = new System.Drawing.Size(784, 530);
  143. this.ug.TabIndex = 6;
  144. this.ug.Text = "ultraGrid1";
  145. //
  146. // FrmJGSCTJMONTH
  147. //
  148. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  149. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  150. this.ClientSize = new System.Drawing.Size(784, 562);
  151. this.Controls.Add(this.ug);
  152. this.Controls.Add(this.ultraGroupBox1);
  153. this.Name = "FrmJGSCTJMONTH";
  154. this.ShowIcon = false;
  155. this.Text = "生产准备月报";
  156. this.Load += new System.EventHandler(this.FrmJGSCTJMONTH_Load);
  157. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  158. this.ultraGroupBox1.ResumeLayout(false);
  159. this.ultraGroupBox1.PerformLayout();
  160. ((System.ComponentModel.ISupportInitialize)(this.ug)).EndInit();
  161. this.ResumeLayout(false);
  162. }
  163. #endregion
  164. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  165. private System.Windows.Forms.DateTimePicker startDate;
  166. private System.Windows.Forms.Label label1;
  167. private Infragistics.Win.UltraWinGrid.UltraGrid ug;
  168. }
  169. }