FrmCustReceivableQuery.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. namespace Core.StlMes.Client.Sale.SaleFundMgt.FundUI.UIFrm
  2. {
  3. partial class FrmCustReceivableQuery
  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 appearance49 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  52. this.groupBox1 = new System.Windows.Forms.GroupBox();
  53. this.checkBox1 = new System.Windows.Forms.CheckBox();
  54. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  55. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  56. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  57. this.groupBox1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // groupBox1
  63. //
  64. this.groupBox1.Controls.Add(this.checkBox1);
  65. this.groupBox1.Controls.Add(this.dateTimePicker2);
  66. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  67. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  68. this.groupBox1.Name = "groupBox1";
  69. this.groupBox1.Size = new System.Drawing.Size(879, 41);
  70. this.groupBox1.TabIndex = 5;
  71. this.groupBox1.TabStop = false;
  72. //
  73. // checkBox1
  74. //
  75. this.checkBox1.AutoSize = true;
  76. this.checkBox1.Enabled = false;
  77. this.checkBox1.Location = new System.Drawing.Point(3, 12);
  78. this.checkBox1.Name = "checkBox1";
  79. this.checkBox1.Size = new System.Drawing.Size(48, 16);
  80. this.checkBox1.TabIndex = 16;
  81. this.checkBox1.Text = "月份";
  82. this.checkBox1.UseVisualStyleBackColor = true;
  83. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  84. //
  85. // dateTimePicker2
  86. //
  87. this.dateTimePicker2.CustomFormat = "yyyyMM";
  88. this.dateTimePicker2.Location = new System.Drawing.Point(50, 12);
  89. this.dateTimePicker2.Name = "dateTimePicker2";
  90. this.dateTimePicker2.Size = new System.Drawing.Size(81, 21);
  91. this.dateTimePicker2.TabIndex = 12;
  92. //
  93. // ultraGrid1
  94. //
  95. appearance49.BackColor = System.Drawing.SystemColors.Window;
  96. appearance49.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  97. this.ultraGrid1.DisplayLayout.Appearance = appearance49;
  98. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  99. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  100. appearance50.BackColor = System.Drawing.SystemColors.ActiveBorder;
  101. appearance50.BackColor2 = System.Drawing.SystemColors.ControlDark;
  102. appearance50.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  103. appearance50.BorderColor = System.Drawing.SystemColors.Window;
  104. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance50;
  105. appearance51.ForeColor = System.Drawing.SystemColors.GrayText;
  106. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance51;
  107. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  108. appearance52.BackColor = System.Drawing.SystemColors.ControlLightLight;
  109. appearance52.BackColor2 = System.Drawing.SystemColors.Control;
  110. appearance52.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  111. appearance52.ForeColor = System.Drawing.SystemColors.GrayText;
  112. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance52;
  113. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  114. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  115. appearance53.BackColor = System.Drawing.SystemColors.Window;
  116. appearance53.ForeColor = System.Drawing.SystemColors.ControlText;
  117. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance53;
  118. appearance54.BackColor = System.Drawing.SystemColors.Highlight;
  119. appearance54.ForeColor = System.Drawing.SystemColors.HighlightText;
  120. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance54;
  121. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  122. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  123. appearance55.BackColor = System.Drawing.SystemColors.Window;
  124. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance55;
  125. appearance56.BorderColor = System.Drawing.Color.Silver;
  126. appearance56.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  127. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance56;
  128. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  129. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  130. appearance57.BackColor = System.Drawing.SystemColors.Control;
  131. appearance57.BackColor2 = System.Drawing.SystemColors.ControlDark;
  132. appearance57.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  133. appearance57.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  134. appearance57.BorderColor = System.Drawing.SystemColors.Window;
  135. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance57;
  136. appearance58.TextHAlignAsString = "Left";
  137. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance58;
  138. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  139. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  140. appearance59.BackColor = System.Drawing.SystemColors.Window;
  141. appearance59.BorderColor = System.Drawing.Color.Silver;
  142. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance59;
  143. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  144. appearance60.BackColor = System.Drawing.SystemColors.ControlLight;
  145. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance60;
  146. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  147. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  148. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.ultraGrid1.Location = new System.Drawing.Point(0, 41);
  150. this.ultraGrid1.Name = "ultraGrid1";
  151. this.ultraGrid1.Size = new System.Drawing.Size(424, 289);
  152. this.ultraGrid1.TabIndex = 75;
  153. this.ultraGrid1.Text = "ultraGrid1";
  154. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  155. //
  156. // ultraGrid2
  157. //
  158. appearance1.BackColor = System.Drawing.SystemColors.Window;
  159. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  160. this.ultraGrid2.DisplayLayout.Appearance = appearance1;
  161. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  162. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  163. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  164. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  165. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  166. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  167. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance2;
  168. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  169. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  170. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  171. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  172. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  173. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  174. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  175. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  176. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  177. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  178. appearance5.BackColor = System.Drawing.SystemColors.Window;
  179. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  180. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  181. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  182. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  183. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  184. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  185. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  186. appearance7.BackColor = System.Drawing.SystemColors.Window;
  187. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance7;
  188. appearance8.BorderColor = System.Drawing.Color.Silver;
  189. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  190. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance8;
  191. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  192. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  193. appearance9.BackColor = System.Drawing.SystemColors.Control;
  194. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  195. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  196. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  197. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  198. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  199. appearance10.TextHAlignAsString = "Left";
  200. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance10;
  201. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  202. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  203. appearance11.BackColor = System.Drawing.SystemColors.Window;
  204. appearance11.BorderColor = System.Drawing.Color.Silver;
  205. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance11;
  206. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  207. appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
  208. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
  209. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  210. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  211. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Right;
  212. this.ultraGrid2.Location = new System.Drawing.Point(424, 41);
  213. this.ultraGrid2.Name = "ultraGrid2";
  214. this.ultraGrid2.Size = new System.Drawing.Size(455, 289);
  215. this.ultraGrid2.TabIndex = 76;
  216. this.ultraGrid2.Text = "ultraGrid2";
  217. //
  218. // FrmCustReceivableQuery
  219. //
  220. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  221. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  222. this.ClientSize = new System.Drawing.Size(879, 330);
  223. this.Controls.Add(this.ultraGrid1);
  224. this.Controls.Add(this.ultraGrid2);
  225. this.Controls.Add(this.groupBox1);
  226. this.Name = "FrmCustReceivableQuery";
  227. this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
  228. this.Text = "FrmCustReceivableQuery";
  229. this.Load += new System.EventHandler(this.FrmCustReceivableQuery_Load);
  230. this.groupBox1.ResumeLayout(false);
  231. this.groupBox1.PerformLayout();
  232. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  234. this.ResumeLayout(false);
  235. }
  236. #endregion
  237. private System.Windows.Forms.GroupBox groupBox1;
  238. private System.Windows.Forms.CheckBox checkBox1;
  239. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  240. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  241. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  242. }
  243. }