FrmFundInOutQuery.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. namespace Core.StlMes.Client.Sale.SaleFundMgt.FundUI.UIFrm
  2. {
  3. partial class FrmFundInOutQuery
  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 appearance12 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  40. this.groupBox1 = new System.Windows.Forms.GroupBox();
  41. this.checkBox1 = new System.Windows.Forms.CheckBox();
  42. this.button1 = new System.Windows.Forms.Button();
  43. this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
  44. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  45. this.textBox1 = new System.Windows.Forms.TextBox();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  48. this.groupBox1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // groupBox1
  53. //
  54. this.groupBox1.Controls.Add(this.checkBox1);
  55. this.groupBox1.Controls.Add(this.button1);
  56. this.groupBox1.Controls.Add(this.dateTimePicker3);
  57. this.groupBox1.Controls.Add(this.dateTimePicker2);
  58. this.groupBox1.Controls.Add(this.textBox1);
  59. this.groupBox1.Controls.Add(this.label4);
  60. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  61. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  62. this.groupBox1.Name = "groupBox1";
  63. this.groupBox1.Size = new System.Drawing.Size(976, 41);
  64. this.groupBox1.TabIndex = 5;
  65. this.groupBox1.TabStop = false;
  66. //
  67. // checkBox1
  68. //
  69. this.checkBox1.AutoSize = true;
  70. this.checkBox1.Location = new System.Drawing.Point(458, 12);
  71. this.checkBox1.Name = "checkBox1";
  72. this.checkBox1.Size = new System.Drawing.Size(72, 16);
  73. this.checkBox1.TabIndex = 16;
  74. this.checkBox1.Text = "进出时间";
  75. this.checkBox1.UseVisualStyleBackColor = true;
  76. //
  77. // button1
  78. //
  79. this.button1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  80. this.button1.Location = new System.Drawing.Point(403, 10);
  81. this.button1.Name = "button1";
  82. this.button1.Size = new System.Drawing.Size(41, 23);
  83. this.button1.TabIndex = 15;
  84. this.button1.Text = "+";
  85. this.button1.UseVisualStyleBackColor = false;
  86. this.button1.Click += new System.EventHandler(this.button1_Click);
  87. //
  88. // dateTimePicker3
  89. //
  90. this.dateTimePicker3.Location = new System.Drawing.Point(694, 12);
  91. this.dateTimePicker3.Name = "dateTimePicker3";
  92. this.dateTimePicker3.Size = new System.Drawing.Size(159, 21);
  93. this.dateTimePicker3.TabIndex = 12;
  94. //
  95. // dateTimePicker2
  96. //
  97. this.dateTimePicker2.Location = new System.Drawing.Point(533, 12);
  98. this.dateTimePicker2.Name = "dateTimePicker2";
  99. this.dateTimePicker2.Size = new System.Drawing.Size(153, 21);
  100. this.dateTimePicker2.TabIndex = 12;
  101. //
  102. // textBox1
  103. //
  104. this.textBox1.Enabled = false;
  105. this.textBox1.Location = new System.Drawing.Point(83, 11);
  106. this.textBox1.Name = "textBox1";
  107. this.textBox1.Size = new System.Drawing.Size(319, 21);
  108. this.textBox1.TabIndex = 0;
  109. //
  110. // label4
  111. //
  112. this.label4.BackColor = System.Drawing.Color.LightBlue;
  113. this.label4.Location = new System.Drawing.Point(4, 11);
  114. this.label4.Name = "label4";
  115. this.label4.Size = new System.Drawing.Size(78, 20);
  116. this.label4.TabIndex = 7;
  117. this.label4.Text = "客户名称";
  118. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  119. //
  120. // ultraGrid1
  121. //
  122. appearance12.BackColor = System.Drawing.SystemColors.Window;
  123. appearance12.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  124. this.ultraGrid1.DisplayLayout.Appearance = appearance12;
  125. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  126. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  127. appearance13.BackColor = System.Drawing.SystemColors.ActiveBorder;
  128. appearance13.BackColor2 = System.Drawing.SystemColors.ControlDark;
  129. appearance13.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  130. appearance13.BorderColor = System.Drawing.SystemColors.Window;
  131. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance13;
  132. appearance14.ForeColor = System.Drawing.SystemColors.GrayText;
  133. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance14;
  134. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  135. appearance15.BackColor = System.Drawing.SystemColors.ControlLightLight;
  136. appearance15.BackColor2 = System.Drawing.SystemColors.Control;
  137. appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  138. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  139. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance15;
  140. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  141. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  142. appearance16.BackColor = System.Drawing.SystemColors.Window;
  143. appearance16.ForeColor = System.Drawing.SystemColors.ControlText;
  144. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance16;
  145. appearance17.BackColor = System.Drawing.SystemColors.Highlight;
  146. appearance17.ForeColor = System.Drawing.SystemColors.HighlightText;
  147. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance17;
  148. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  149. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  150. appearance18.BackColor = System.Drawing.SystemColors.Window;
  151. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance18;
  152. appearance19.BorderColor = System.Drawing.Color.Silver;
  153. appearance19.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  154. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance19;
  155. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  156. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  157. appearance20.BackColor = System.Drawing.SystemColors.Control;
  158. appearance20.BackColor2 = System.Drawing.SystemColors.ControlDark;
  159. appearance20.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  160. appearance20.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  161. appearance20.BorderColor = System.Drawing.SystemColors.Window;
  162. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance20;
  163. appearance21.TextHAlignAsString = "Left";
  164. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance21;
  165. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  166. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  167. appearance22.BackColor = System.Drawing.SystemColors.Window;
  168. appearance22.BorderColor = System.Drawing.Color.Silver;
  169. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance22;
  170. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  171. appearance35.BackColor = System.Drawing.SystemColors.ControlLight;
  172. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance35;
  173. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  174. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  175. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  176. this.ultraGrid1.Location = new System.Drawing.Point(0, 41);
  177. this.ultraGrid1.Name = "ultraGrid1";
  178. this.ultraGrid1.Size = new System.Drawing.Size(976, 336);
  179. this.ultraGrid1.TabIndex = 75;
  180. this.ultraGrid1.Text = "ultraGrid1";
  181. //
  182. // FrmFundInOutQuery
  183. //
  184. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  185. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  186. this.ClientSize = new System.Drawing.Size(976, 377);
  187. this.Controls.Add(this.ultraGrid1);
  188. this.Controls.Add(this.groupBox1);
  189. this.Name = "FrmFundInOutQuery";
  190. this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
  191. this.Text = "FrmFundInOutQuery";
  192. this.Load += new System.EventHandler(this.FrmFundInOutQuery_Load);
  193. this.groupBox1.ResumeLayout(false);
  194. this.groupBox1.PerformLayout();
  195. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  196. this.ResumeLayout(false);
  197. }
  198. #endregion
  199. private System.Windows.Forms.GroupBox groupBox1;
  200. private System.Windows.Forms.CheckBox checkBox1;
  201. private System.Windows.Forms.Button button1;
  202. private System.Windows.Forms.DateTimePicker dateTimePicker3;
  203. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  204. private System.Windows.Forms.TextBox textBox1;
  205. private System.Windows.Forms.Label label4;
  206. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  207. }
  208. }