FrmBalanceInvoceMgtOrgList.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. namespace Core.StlMes.Client.Sale.UI.Balance.BalanceAccount
  2. {
  3. partial class FrmBalanceInvoceMgtOrgList
  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 appearance69 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance77 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance78 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance91 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance92 = new Infragistics.Win.Appearance();
  52. this.groupBox1 = new System.Windows.Forms.GroupBox();
  53. this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
  54. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  55. this.label5 = new System.Windows.Forms.Label();
  56. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  57. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  58. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  59. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  60. this.groupBox1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  62. this.ultraExpandableGroupBox1.SuspendLayout();
  63. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // groupBox1
  69. //
  70. this.groupBox1.Controls.Add(this.dateTimePicker2);
  71. this.groupBox1.Controls.Add(this.dateTimePicker1);
  72. this.groupBox1.Controls.Add(this.label5);
  73. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  74. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  75. this.groupBox1.Name = "groupBox1";
  76. this.groupBox1.Size = new System.Drawing.Size(869, 42);
  77. this.groupBox1.TabIndex = 7;
  78. this.groupBox1.TabStop = false;
  79. //
  80. // dateTimePicker2
  81. //
  82. this.dateTimePicker2.Location = new System.Drawing.Point(184, 15);
  83. this.dateTimePicker2.Name = "dateTimePicker2";
  84. this.dateTimePicker2.Size = new System.Drawing.Size(121, 21);
  85. this.dateTimePicker2.TabIndex = 517;
  86. //
  87. // dateTimePicker1
  88. //
  89. this.dateTimePicker1.Location = new System.Drawing.Point(61, 15);
  90. this.dateTimePicker1.Name = "dateTimePicker1";
  91. this.dateTimePicker1.Size = new System.Drawing.Size(121, 21);
  92. this.dateTimePicker1.TabIndex = 516;
  93. //
  94. // label5
  95. //
  96. this.label5.BackColor = System.Drawing.Color.LightSteelBlue;
  97. this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  98. this.label5.Font = new System.Drawing.Font("宋体", 9F);
  99. this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  100. this.label5.Location = new System.Drawing.Point(2, 15);
  101. this.label5.Name = "label5";
  102. this.label5.Size = new System.Drawing.Size(57, 21);
  103. this.label5.TabIndex = 515;
  104. this.label5.Text = "编单时间";
  105. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  106. //
  107. // ultraExpandableGroupBox1
  108. //
  109. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  110. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Right;
  111. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(583, 361);
  112. this.ultraExpandableGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.RightOnBorder;
  113. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(286, 42);
  114. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  115. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(583, 361);
  116. this.ultraExpandableGroupBox1.TabIndex = 26;
  117. this.ultraExpandableGroupBox1.Text = "明细部分";
  118. //
  119. // ultraExpandableGroupBoxPanel1
  120. //
  121. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGrid2);
  122. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 3);
  124. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  125. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(561, 355);
  126. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  127. //
  128. // ultraGrid2
  129. //
  130. appearance69.BackColor = System.Drawing.SystemColors.Window;
  131. appearance69.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  132. this.ultraGrid2.DisplayLayout.Appearance = appearance69;
  133. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  134. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  135. appearance70.BackColor = System.Drawing.SystemColors.ActiveBorder;
  136. appearance70.BackColor2 = System.Drawing.SystemColors.ControlDark;
  137. appearance70.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  138. appearance70.BorderColor = System.Drawing.SystemColors.Window;
  139. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance70;
  140. appearance71.ForeColor = System.Drawing.SystemColors.GrayText;
  141. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance71;
  142. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  143. appearance72.BackColor = System.Drawing.SystemColors.ControlLightLight;
  144. appearance72.BackColor2 = System.Drawing.SystemColors.Control;
  145. appearance72.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  146. appearance72.ForeColor = System.Drawing.SystemColors.GrayText;
  147. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance72;
  148. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  149. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  150. appearance73.BackColor = System.Drawing.SystemColors.Window;
  151. appearance73.ForeColor = System.Drawing.SystemColors.ControlText;
  152. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance73;
  153. appearance74.BackColor = System.Drawing.SystemColors.Highlight;
  154. appearance74.ForeColor = System.Drawing.SystemColors.HighlightText;
  155. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance74;
  156. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  157. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  158. appearance75.BackColor = System.Drawing.SystemColors.Window;
  159. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance75;
  160. appearance76.BorderColor = System.Drawing.Color.Silver;
  161. appearance76.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  162. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance76;
  163. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  164. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  165. appearance77.BackColor = System.Drawing.SystemColors.Control;
  166. appearance77.BackColor2 = System.Drawing.SystemColors.ControlDark;
  167. appearance77.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  168. appearance77.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  169. appearance77.BorderColor = System.Drawing.SystemColors.Window;
  170. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance77;
  171. appearance78.TextHAlignAsString = "Left";
  172. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance78;
  173. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  174. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  175. appearance79.BackColor = System.Drawing.SystemColors.Window;
  176. appearance79.BorderColor = System.Drawing.Color.Silver;
  177. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance79;
  178. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  179. appearance80.BackColor = System.Drawing.SystemColors.ControlLight;
  180. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance80;
  181. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  182. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  183. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  185. this.ultraGrid2.Name = "ultraGrid2";
  186. this.ultraGrid2.Size = new System.Drawing.Size(561, 355);
  187. this.ultraGrid2.TabIndex = 30;
  188. this.ultraGrid2.Text = "ultraGrid2";
  189. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate_1);
  190. //
  191. // ultraGrid1
  192. //
  193. appearance81.BackColor = System.Drawing.SystemColors.Window;
  194. appearance81.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  195. this.ultraGrid1.DisplayLayout.Appearance = appearance81;
  196. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  197. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  198. appearance82.BackColor = System.Drawing.SystemColors.ActiveBorder;
  199. appearance82.BackColor2 = System.Drawing.SystemColors.ControlDark;
  200. appearance82.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  201. appearance82.BorderColor = System.Drawing.SystemColors.Window;
  202. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance82;
  203. appearance83.ForeColor = System.Drawing.SystemColors.GrayText;
  204. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance83;
  205. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  206. appearance84.BackColor = System.Drawing.SystemColors.ControlLightLight;
  207. appearance84.BackColor2 = System.Drawing.SystemColors.Control;
  208. appearance84.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  209. appearance84.ForeColor = System.Drawing.SystemColors.GrayText;
  210. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance84;
  211. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  212. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  213. appearance85.BackColor = System.Drawing.SystemColors.Window;
  214. appearance85.ForeColor = System.Drawing.SystemColors.ControlText;
  215. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance85;
  216. appearance86.BackColor = System.Drawing.SystemColors.Highlight;
  217. appearance86.ForeColor = System.Drawing.SystemColors.HighlightText;
  218. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance86;
  219. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  220. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  221. appearance87.BackColor = System.Drawing.SystemColors.Window;
  222. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance87;
  223. appearance88.BorderColor = System.Drawing.Color.Silver;
  224. appearance88.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  225. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance88;
  226. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  227. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  228. appearance89.BackColor = System.Drawing.SystemColors.Control;
  229. appearance89.BackColor2 = System.Drawing.SystemColors.ControlDark;
  230. appearance89.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  231. appearance89.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  232. appearance89.BorderColor = System.Drawing.SystemColors.Window;
  233. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance89;
  234. appearance90.TextHAlignAsString = "Left";
  235. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance90;
  236. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  237. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  238. appearance91.BackColor = System.Drawing.SystemColors.Window;
  239. appearance91.BorderColor = System.Drawing.Color.Silver;
  240. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance91;
  241. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  242. appearance92.BackColor = System.Drawing.SystemColors.ControlLight;
  243. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance92;
  244. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  245. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  246. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  247. this.ultraGrid1.Location = new System.Drawing.Point(0, 42);
  248. this.ultraGrid1.Name = "ultraGrid1";
  249. this.ultraGrid1.Size = new System.Drawing.Size(286, 361);
  250. this.ultraGrid1.TabIndex = 29;
  251. this.ultraGrid1.Text = "ultraGrid1";
  252. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate_1);
  253. //
  254. // FrmBalanceInvoceMgtOrgList
  255. //
  256. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  257. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  258. this.ClientSize = new System.Drawing.Size(869, 403);
  259. this.Controls.Add(this.ultraGrid1);
  260. this.Controls.Add(this.ultraExpandableGroupBox1);
  261. this.Controls.Add(this.groupBox1);
  262. this.Name = "FrmBalanceInvoceMgtOrgList";
  263. this.StatusCustomInfo = "F1:用户视图 F2:表格拖选统计";
  264. this.Text = "结算单管理";
  265. this.Load += new System.EventHandler(this.FrmBalanceInvoceMgt_Load);
  266. this.groupBox1.ResumeLayout(false);
  267. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  268. this.ultraExpandableGroupBox1.ResumeLayout(false);
  269. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  270. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  271. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  272. this.ResumeLayout(false);
  273. }
  274. #endregion
  275. private System.Windows.Forms.GroupBox groupBox1;
  276. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  277. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  278. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  279. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  280. private System.Windows.Forms.DateTimePicker dateTimePicker2;
  281. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  282. private System.Windows.Forms.Label label5;
  283. }
  284. }