FrmTransMoneyQuery.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. namespace Core.StlMes.Client.Sale.UI.Balance.TranMoney
  2. {
  3. partial class FrmTransMoneyQuery
  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 appearance35 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  40. this.groupBox1 = new System.Windows.Forms.GroupBox();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.textBox7 = new System.Windows.Forms.TextBox();
  45. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  46. this.label5 = new System.Windows.Forms.Label();
  47. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  48. this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
  49. this.groupBox1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // groupBox1
  54. //
  55. this.groupBox1.Controls.Add(this.label5);
  56. this.groupBox1.Controls.Add(this.dateTimePicker2);
  57. this.groupBox1.Controls.Add(this.dateTimePicker3);
  58. this.groupBox1.Controls.Add(this.label1);
  59. this.groupBox1.Controls.Add(this.dateTimePicker1);
  60. this.groupBox1.Controls.Add(this.label2);
  61. this.groupBox1.Controls.Add(this.textBox7);
  62. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  63. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  64. this.groupBox1.Name = "groupBox1";
  65. this.groupBox1.Size = new System.Drawing.Size(886, 42);
  66. this.groupBox1.TabIndex = 5;
  67. this.groupBox1.TabStop = false;
  68. //
  69. // label1
  70. //
  71. this.label1.BackColor = System.Drawing.Color.LightSteelBlue;
  72. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  73. this.label1.Font = new System.Drawing.Font("宋体", 9F);
  74. this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  75. this.label1.Location = new System.Drawing.Point(585, 11);
  76. this.label1.Name = "label1";
  77. this.label1.Size = new System.Drawing.Size(43, 21);
  78. this.label1.TabIndex = 507;
  79. this.label1.Text = "年月";
  80. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  81. //
  82. // dateTimePicker1
  83. //
  84. this.dateTimePicker1.CustomFormat = "yyyy-MM";
  85. this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  86. this.dateTimePicker1.Location = new System.Drawing.Point(634, 11);
  87. this.dateTimePicker1.Name = "dateTimePicker1";
  88. this.dateTimePicker1.Size = new System.Drawing.Size(84, 21);
  89. this.dateTimePicker1.TabIndex = 504;
  90. //
  91. // label2
  92. //
  93. this.label2.BackColor = System.Drawing.Color.LightSteelBlue;
  94. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  95. this.label2.Font = new System.Drawing.Font("宋体", 9F);
  96. this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  97. this.label2.Location = new System.Drawing.Point(338, 11);
  98. this.label2.Name = "label2";
  99. this.label2.Size = new System.Drawing.Size(43, 21);
  100. this.label2.TabIndex = 503;
  101. this.label2.Text = "提单号";
  102. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  103. //
  104. // textBox7
  105. //
  106. this.textBox7.Location = new System.Drawing.Point(383, 11);
  107. this.textBox7.Name = "textBox7";
  108. this.textBox7.Size = new System.Drawing.Size(121, 21);
  109. this.textBox7.TabIndex = 494;
  110. this.textBox7.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox7_KeyPress);
  111. //
  112. // ultraGrid2
  113. //
  114. appearance35.BackColor = System.Drawing.SystemColors.Window;
  115. appearance35.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  116. this.ultraGrid2.DisplayLayout.Appearance = appearance35;
  117. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  118. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  119. appearance36.BackColor = System.Drawing.SystemColors.ActiveBorder;
  120. appearance36.BackColor2 = System.Drawing.SystemColors.ControlDark;
  121. appearance36.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  122. appearance36.BorderColor = System.Drawing.SystemColors.Window;
  123. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance36;
  124. appearance37.ForeColor = System.Drawing.SystemColors.GrayText;
  125. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance37;
  126. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  127. appearance38.BackColor = System.Drawing.SystemColors.ControlLightLight;
  128. appearance38.BackColor2 = System.Drawing.SystemColors.Control;
  129. appearance38.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  130. appearance38.ForeColor = System.Drawing.SystemColors.GrayText;
  131. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance38;
  132. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  133. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  134. appearance39.BackColor = System.Drawing.SystemColors.Window;
  135. appearance39.ForeColor = System.Drawing.SystemColors.ControlText;
  136. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance39;
  137. appearance40.BackColor = System.Drawing.SystemColors.Highlight;
  138. appearance40.ForeColor = System.Drawing.SystemColors.HighlightText;
  139. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance40;
  140. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  141. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  142. appearance41.BackColor = System.Drawing.SystemColors.Window;
  143. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance41;
  144. appearance42.BorderColor = System.Drawing.Color.Silver;
  145. appearance42.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  146. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance42;
  147. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  148. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  149. appearance43.BackColor = System.Drawing.SystemColors.Control;
  150. appearance43.BackColor2 = System.Drawing.SystemColors.ControlDark;
  151. appearance43.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  152. appearance43.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  153. appearance43.BorderColor = System.Drawing.SystemColors.Window;
  154. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance43;
  155. appearance44.TextHAlignAsString = "Left";
  156. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance44;
  157. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  158. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  159. appearance45.BackColor = System.Drawing.SystemColors.Window;
  160. appearance45.BorderColor = System.Drawing.Color.Silver;
  161. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance45;
  162. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  163. appearance46.BackColor = System.Drawing.SystemColors.ControlLight;
  164. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance46;
  165. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  166. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  167. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  168. this.ultraGrid2.Location = new System.Drawing.Point(0, 42);
  169. this.ultraGrid2.Name = "ultraGrid2";
  170. this.ultraGrid2.Size = new System.Drawing.Size(886, 405);
  171. this.ultraGrid2.TabIndex = 40;
  172. this.ultraGrid2.Text = "ultraGrid2";
  173. //
  174. // label5
  175. //
  176. this.label5.BackColor = System.Drawing.Color.LightSteelBlue;
  177. this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  178. this.label5.Font = new System.Drawing.Font("宋体", 9F);
  179. this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  180. this.label5.Location = new System.Drawing.Point(6, 11);
  181. this.label5.Name = "label5";
  182. this.label5.Size = new System.Drawing.Size(79, 21);
  183. this.label5.TabIndex = 512;
  184. this.label5.Text = "提单关闭时间";
  185. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  186. //
  187. // dateTimePicker2
  188. //
  189. this.dateTimePicker2.Location = new System.Drawing.Point(211, 11);
  190. this.dateTimePicker2.Name = "dateTimePicker2";
  191. this.dateTimePicker2.Size = new System.Drawing.Size(121, 21);
  192. this.dateTimePicker2.TabIndex = 511;
  193. //
  194. // dateTimePicker3
  195. //
  196. this.dateTimePicker3.Location = new System.Drawing.Point(87, 11);
  197. this.dateTimePicker3.Name = "dateTimePicker3";
  198. this.dateTimePicker3.Size = new System.Drawing.Size(121, 21);
  199. this.dateTimePicker3.TabIndex = 510;
  200. //
  201. // FrmTransMoneyQuery
  202. //
  203. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  204. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  205. this.ClientSize = new System.Drawing.Size(886, 447);
  206. this.Controls.Add(this.ultraGrid2);
  207. this.Controls.Add(this.groupBox1);
  208. this.Name = "FrmTransMoneyQuery";
  209. this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
  210. this.Text = "FrmTransMoneyInput";
  211. this.Load += new System.EventHandler(this.FrmTransMoneyInput_Load);
  212. this.groupBox1.ResumeLayout(false);
  213. this.groupBox1.PerformLayout();
  214. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  215. this.ResumeLayout(false);
  216. }
  217. #endregion
  218. private System.Windows.Forms.GroupBox groupBox1;
  219. private System.Windows.Forms.TextBox textBox7;
  220. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  221. private System.Windows.Forms.Label label2;
  222. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  223. private System.Windows.Forms.Label label1;
  224. private System.Windows.Forms.Label label5;
  225. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  226. private System.Windows.Forms.DateTimePicker dateTimePicker3;
  227. }
  228. }