FrmTransMoneyInput.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. namespace Core.StlMes.Client.Sale.UI.Balance.TranMoney
  2. {
  3. partial class FrmTransMoneyInput
  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 appearance47 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  52. this.groupBox1 = new System.Windows.Forms.GroupBox();
  53. this.label4 = new System.Windows.Forms.Label();
  54. this.label3 = new System.Windows.Forms.Label();
  55. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  56. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  57. this.textBox7 = new System.Windows.Forms.TextBox();
  58. this.tabControl1 = new System.Windows.Forms.TabControl();
  59. this.tabPage1 = new System.Windows.Forms.TabPage();
  60. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  61. this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  62. this.groupBox1.SuspendLayout();
  63. this.tabControl1.SuspendLayout();
  64. this.tabPage1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // groupBox1
  70. //
  71. this.groupBox1.Controls.Add(this.label4);
  72. this.groupBox1.Controls.Add(this.label3);
  73. this.groupBox1.Controls.Add(this.dateTimePicker2);
  74. this.groupBox1.Controls.Add(this.dateTimePicker1);
  75. this.groupBox1.Controls.Add(this.textBox7);
  76. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  77. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  78. this.groupBox1.Name = "groupBox1";
  79. this.groupBox1.Size = new System.Drawing.Size(908, 46);
  80. this.groupBox1.TabIndex = 5;
  81. this.groupBox1.TabStop = false;
  82. //
  83. // label4
  84. //
  85. this.label4.BackColor = System.Drawing.Color.LightSteelBlue;
  86. this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  87. this.label4.Font = new System.Drawing.Font("宋体", 9F);
  88. this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  89. this.label4.Location = new System.Drawing.Point(312, 15);
  90. this.label4.Name = "label4";
  91. this.label4.Size = new System.Drawing.Size(43, 21);
  92. this.label4.TabIndex = 507;
  93. this.label4.Text = "提单号";
  94. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  95. //
  96. // label3
  97. //
  98. this.label3.BackColor = System.Drawing.Color.LightSteelBlue;
  99. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  100. this.label3.Font = new System.Drawing.Font("宋体", 9F);
  101. this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  102. this.label3.Location = new System.Drawing.Point(2, 15);
  103. this.label3.Name = "label3";
  104. this.label3.Size = new System.Drawing.Size(57, 21);
  105. this.label3.TabIndex = 506;
  106. this.label3.Text = "提单时间";
  107. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  108. //
  109. // dateTimePicker2
  110. //
  111. this.dateTimePicker2.Location = new System.Drawing.Point(185, 15);
  112. this.dateTimePicker2.Name = "dateTimePicker2";
  113. this.dateTimePicker2.Size = new System.Drawing.Size(121, 21);
  114. this.dateTimePicker2.TabIndex = 504;
  115. //
  116. // dateTimePicker1
  117. //
  118. this.dateTimePicker1.Location = new System.Drawing.Point(61, 15);
  119. this.dateTimePicker1.Name = "dateTimePicker1";
  120. this.dateTimePicker1.Size = new System.Drawing.Size(121, 21);
  121. this.dateTimePicker1.TabIndex = 505;
  122. //
  123. // textBox7
  124. //
  125. this.textBox7.Location = new System.Drawing.Point(358, 15);
  126. this.textBox7.Name = "textBox7";
  127. this.textBox7.Size = new System.Drawing.Size(121, 21);
  128. this.textBox7.TabIndex = 494;
  129. //
  130. // tabControl1
  131. //
  132. this.tabControl1.Controls.Add(this.tabPage1);
  133. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  134. this.tabControl1.Location = new System.Drawing.Point(0, 46);
  135. this.tabControl1.Name = "tabControl1";
  136. this.tabControl1.SelectedIndex = 0;
  137. this.tabControl1.Size = new System.Drawing.Size(908, 401);
  138. this.tabControl1.TabIndex = 27;
  139. this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
  140. //
  141. // tabPage1
  142. //
  143. this.tabPage1.Controls.Add(this.ultraGrid1);
  144. this.tabPage1.Controls.Add(this.ultraGrid3);
  145. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  146. this.tabPage1.Name = "tabPage1";
  147. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  148. this.tabPage1.Size = new System.Drawing.Size(900, 375);
  149. this.tabPage1.TabIndex = 0;
  150. this.tabPage1.Text = "待维护单据";
  151. this.tabPage1.UseVisualStyleBackColor = true;
  152. //
  153. // ultraGrid1
  154. //
  155. appearance47.BackColor = System.Drawing.SystemColors.Window;
  156. appearance47.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  157. this.ultraGrid1.DisplayLayout.Appearance = appearance47;
  158. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  159. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  160. appearance48.BackColor = System.Drawing.SystemColors.ActiveBorder;
  161. appearance48.BackColor2 = System.Drawing.SystemColors.ControlDark;
  162. appearance48.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  163. appearance48.BorderColor = System.Drawing.SystemColors.Window;
  164. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance48;
  165. appearance49.ForeColor = System.Drawing.SystemColors.GrayText;
  166. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance49;
  167. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  168. appearance50.BackColor = System.Drawing.SystemColors.ControlLightLight;
  169. appearance50.BackColor2 = System.Drawing.SystemColors.Control;
  170. appearance50.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  171. appearance50.ForeColor = System.Drawing.SystemColors.GrayText;
  172. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance50;
  173. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  174. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  175. appearance51.BackColor = System.Drawing.SystemColors.Window;
  176. appearance51.ForeColor = System.Drawing.SystemColors.ControlText;
  177. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance51;
  178. appearance52.BackColor = System.Drawing.SystemColors.Highlight;
  179. appearance52.ForeColor = System.Drawing.SystemColors.HighlightText;
  180. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance52;
  181. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  182. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  183. appearance53.BackColor = System.Drawing.SystemColors.Window;
  184. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance53;
  185. appearance54.BorderColor = System.Drawing.Color.Silver;
  186. appearance54.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  187. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance54;
  188. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  189. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  190. appearance55.BackColor = System.Drawing.SystemColors.Control;
  191. appearance55.BackColor2 = System.Drawing.SystemColors.ControlDark;
  192. appearance55.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  193. appearance55.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  194. appearance55.BorderColor = System.Drawing.SystemColors.Window;
  195. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance55;
  196. appearance56.TextHAlignAsString = "Left";
  197. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance56;
  198. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  199. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  200. appearance57.BackColor = System.Drawing.SystemColors.Window;
  201. appearance57.BorderColor = System.Drawing.Color.Silver;
  202. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance57;
  203. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  204. appearance58.BackColor = System.Drawing.SystemColors.ControlLight;
  205. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance58;
  206. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  207. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  208. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  209. this.ultraGrid1.Location = new System.Drawing.Point(3, 3);
  210. this.ultraGrid1.Name = "ultraGrid1";
  211. this.ultraGrid1.Size = new System.Drawing.Size(894, 104);
  212. this.ultraGrid1.TabIndex = 38;
  213. this.ultraGrid1.Text = "ultraGrid1";
  214. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate_1);
  215. //
  216. // ultraGrid3
  217. //
  218. appearance23.BackColor = System.Drawing.SystemColors.Window;
  219. appearance23.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  220. this.ultraGrid3.DisplayLayout.Appearance = appearance23;
  221. this.ultraGrid3.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  222. this.ultraGrid3.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  223. appearance24.BackColor = System.Drawing.SystemColors.ActiveBorder;
  224. appearance24.BackColor2 = System.Drawing.SystemColors.ControlDark;
  225. appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  226. appearance24.BorderColor = System.Drawing.SystemColors.Window;
  227. this.ultraGrid3.DisplayLayout.GroupByBox.Appearance = appearance24;
  228. appearance25.ForeColor = System.Drawing.SystemColors.GrayText;
  229. this.ultraGrid3.DisplayLayout.GroupByBox.BandLabelAppearance = appearance25;
  230. this.ultraGrid3.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  231. appearance26.BackColor = System.Drawing.SystemColors.ControlLightLight;
  232. appearance26.BackColor2 = System.Drawing.SystemColors.Control;
  233. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  234. appearance26.ForeColor = System.Drawing.SystemColors.GrayText;
  235. this.ultraGrid3.DisplayLayout.GroupByBox.PromptAppearance = appearance26;
  236. this.ultraGrid3.DisplayLayout.MaxColScrollRegions = 1;
  237. this.ultraGrid3.DisplayLayout.MaxRowScrollRegions = 1;
  238. appearance27.BackColor = System.Drawing.SystemColors.Window;
  239. appearance27.ForeColor = System.Drawing.SystemColors.ControlText;
  240. this.ultraGrid3.DisplayLayout.Override.ActiveCellAppearance = appearance27;
  241. appearance28.BackColor = System.Drawing.SystemColors.Highlight;
  242. appearance28.ForeColor = System.Drawing.SystemColors.HighlightText;
  243. this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance28;
  244. this.ultraGrid3.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  245. this.ultraGrid3.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  246. appearance29.BackColor = System.Drawing.SystemColors.Window;
  247. this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance29;
  248. appearance30.BorderColor = System.Drawing.Color.Silver;
  249. appearance30.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  250. this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance30;
  251. this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  252. this.ultraGrid3.DisplayLayout.Override.CellPadding = 0;
  253. appearance31.BackColor = System.Drawing.SystemColors.Control;
  254. appearance31.BackColor2 = System.Drawing.SystemColors.ControlDark;
  255. appearance31.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  256. appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  257. appearance31.BorderColor = System.Drawing.SystemColors.Window;
  258. this.ultraGrid3.DisplayLayout.Override.GroupByRowAppearance = appearance31;
  259. appearance32.TextHAlignAsString = "Left";
  260. this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance32;
  261. this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  262. this.ultraGrid3.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  263. appearance33.BackColor = System.Drawing.SystemColors.Window;
  264. appearance33.BorderColor = System.Drawing.Color.Silver;
  265. this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance33;
  266. this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  267. appearance34.BackColor = System.Drawing.SystemColors.ControlLight;
  268. this.ultraGrid3.DisplayLayout.Override.TemplateAddRowAppearance = appearance34;
  269. this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  270. this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  271. this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Bottom;
  272. this.ultraGrid3.Location = new System.Drawing.Point(3, 107);
  273. this.ultraGrid3.Name = "ultraGrid3";
  274. this.ultraGrid3.Size = new System.Drawing.Size(894, 265);
  275. this.ultraGrid3.TabIndex = 39;
  276. this.ultraGrid3.Text = "ultraGrid3";
  277. //
  278. // FrmTransMoneyInput
  279. //
  280. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  281. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  282. this.ClientSize = new System.Drawing.Size(908, 447);
  283. this.Controls.Add(this.tabControl1);
  284. this.Controls.Add(this.groupBox1);
  285. this.Name = "FrmTransMoneyInput";
  286. this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
  287. this.Text = "FrmTransMoneyInput";
  288. this.Load += new System.EventHandler(this.FrmTransMoneyInput_Load);
  289. this.groupBox1.ResumeLayout(false);
  290. this.groupBox1.PerformLayout();
  291. this.tabControl1.ResumeLayout(false);
  292. this.tabPage1.ResumeLayout(false);
  293. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  294. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
  295. this.ResumeLayout(false);
  296. }
  297. #endregion
  298. private System.Windows.Forms.GroupBox groupBox1;
  299. private System.Windows.Forms.TextBox textBox7;
  300. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  301. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  302. private System.Windows.Forms.TabControl tabControl1;
  303. private System.Windows.Forms.TabPage tabPage1;
  304. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  305. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
  306. private System.Windows.Forms.Label label3;
  307. private System.Windows.Forms.Label label4;
  308. }
  309. }