FrmOrderTakingStatus.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmOrderTakingStatus
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOrderTakingStatus));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.dtpEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  38. this.dtpStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  39. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.cb_OrderedStatus = new LYFZ.ComponentLibrary.ComboBoxEx();
  42. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  44. this.lblCount = new LYFZ.ComponentLibrary.LabelEx();
  45. this.txtTotalArrears = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  46. this.txt_TotalAllAmount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  47. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.txtPickUpAmount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  49. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.txtTotalCollection = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  51. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.txtTotalAmount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  54. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.dgvOrderBeen = new LYFZ.ComponentLibrary.DataGridViewEx();
  56. this.Ord_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Ordpg_ViceNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Ord_SinceOrderNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Ord_Type = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Ord_OrderPersonName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Cus_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Ords_SightsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Ord_SeriesName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.Ordered = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.Ord_SeriesPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.ArrearsAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.TotalValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.TwoSales = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.payAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
  72. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  73. this.btn_Export = new LYFZ.ComponentLibrary.ButtonEx();
  74. this.plExMainContainer.SuspendLayout();
  75. this.plFormMainContent.SuspendLayout();
  76. this.panelEx1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderBeen)).BeginInit();
  78. this.panelStoreName.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // plExMainContainer
  82. //
  83. this.plExMainContainer.Controls.Add(this.dgvOrderBeen);
  84. this.plExMainContainer.Controls.Add(this.panelEx1);
  85. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  86. this.plExMainContainer.Size = new System.Drawing.Size(1085, 520);
  87. //
  88. // plFormMainContent
  89. //
  90. this.plFormMainContent.Controls.Add(this.panelStoreName);
  91. this.plFormMainContent.Controls.Add(this.btn_Export);
  92. this.plFormMainContent.Controls.Add(this.btnQuery);
  93. this.plFormMainContent.Controls.Add(this.cb_OrderedStatus);
  94. this.plFormMainContent.Controls.Add(this.labelEx3);
  95. this.plFormMainContent.Controls.Add(this.labelEx2);
  96. this.plFormMainContent.Controls.Add(this.labelEx1);
  97. this.plFormMainContent.Controls.Add(this.dtpEnd);
  98. this.plFormMainContent.Controls.Add(this.dtpStart);
  99. this.plFormMainContent.Size = new System.Drawing.Size(1085, 560);
  100. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  101. this.plFormMainContent.Controls.SetChildIndex(this.dtpStart, 0);
  102. this.plFormMainContent.Controls.SetChildIndex(this.dtpEnd, 0);
  103. this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
  104. this.plFormMainContent.Controls.SetChildIndex(this.labelEx2, 0);
  105. this.plFormMainContent.Controls.SetChildIndex(this.labelEx3, 0);
  106. this.plFormMainContent.Controls.SetChildIndex(this.cb_OrderedStatus, 0);
  107. this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
  108. this.plFormMainContent.Controls.SetChildIndex(this.btn_Export, 0);
  109. this.plFormMainContent.Controls.SetChildIndex(this.panelStoreName, 0);
  110. //
  111. // btnAppFormMaximize
  112. //
  113. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  114. this.btnAppFormMaximize.Location = new System.Drawing.Point(1026, 0);
  115. //
  116. // btnAppFormExit
  117. //
  118. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  119. this.btnAppFormExit.Location = new System.Drawing.Point(1053, 0);
  120. //
  121. // btnAppFormMinimize
  122. //
  123. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  124. this.btnAppFormMinimize.Location = new System.Drawing.Point(999, 0);
  125. //
  126. // labelEx1
  127. //
  128. this.labelEx1.AutoSize = true;
  129. this.labelEx1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  130. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  131. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  132. this.labelEx1.Location = new System.Drawing.Point(544, 12);
  133. this.labelEx1.Name = "labelEx1";
  134. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  135. this.labelEx1.TabIndex = 231;
  136. this.labelEx1.Text = "—";
  137. //
  138. // dtpEnd
  139. //
  140. this.dtpEnd.CustomFormat = " ";
  141. this.dtpEnd.DateValue = "";
  142. this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  143. this.dtpEnd.IsShowTime = false;
  144. this.dtpEnd.Location = new System.Drawing.Point(567, 10);
  145. this.dtpEnd.Name = "dtpEnd";
  146. this.dtpEnd.Size = new System.Drawing.Size(100, 21);
  147. this.dtpEnd.TabIndex = 230;
  148. //
  149. // dtpStart
  150. //
  151. this.dtpStart.CustomFormat = " ";
  152. this.dtpStart.DateValue = "";
  153. this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  154. this.dtpStart.IsShowTime = false;
  155. this.dtpStart.Location = new System.Drawing.Point(442, 10);
  156. this.dtpStart.Name = "dtpStart";
  157. this.dtpStart.Size = new System.Drawing.Size(100, 21);
  158. this.dtpStart.TabIndex = 229;
  159. //
  160. // labelEx2
  161. //
  162. this.labelEx2.AutoSize = true;
  163. this.labelEx2.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  164. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  165. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  166. this.labelEx2.Location = new System.Drawing.Point(394, 12);
  167. this.labelEx2.Name = "labelEx2";
  168. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  169. this.labelEx2.TabIndex = 232;
  170. this.labelEx2.Text = "时间:";
  171. //
  172. // labelEx3
  173. //
  174. this.labelEx3.AutoSize = true;
  175. this.labelEx3.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  176. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  177. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  178. this.labelEx3.Location = new System.Drawing.Point(672, 12);
  179. this.labelEx3.Name = "labelEx3";
  180. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  181. this.labelEx3.TabIndex = 234;
  182. this.labelEx3.Text = "拍照情况:";
  183. //
  184. // cb_OrderedStatus
  185. //
  186. this.cb_OrderedStatus.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  187. this.cb_OrderedStatus.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  188. this.cb_OrderedStatus.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  189. this.cb_OrderedStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  190. this.cb_OrderedStatus.Font = new System.Drawing.Font("宋体", 10.5F);
  191. this.cb_OrderedStatus.FormattingEnabled = true;
  192. this.cb_OrderedStatus.IsCustomColor = false;
  193. this.cb_OrderedStatus.Items.AddRange(new object[] {
  194. "未拍照",
  195. "拍照中",
  196. "已拍照"});
  197. this.cb_OrderedStatus.Location = new System.Drawing.Point(743, 9);
  198. this.cb_OrderedStatus.Name = "cb_OrderedStatus";
  199. this.cb_OrderedStatus.ReadOnly = false;
  200. this.cb_OrderedStatus.Size = new System.Drawing.Size(87, 22);
  201. this.cb_OrderedStatus.TabIndex = 235;
  202. //
  203. // btnQuery
  204. //
  205. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  206. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  207. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  208. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  209. this.btnQuery.ForeColor = System.Drawing.Color.White;
  210. this.btnQuery.IsCustomBackImg = false;
  211. this.btnQuery.IsShowText = true;
  212. this.btnQuery.Location = new System.Drawing.Point(836, 7);
  213. this.btnQuery.Name = "btnQuery";
  214. this.btnQuery.Size = new System.Drawing.Size(85, 26);
  215. this.btnQuery.TabIndex = 236;
  216. this.btnQuery.Text = " 查 询";
  217. this.btnQuery.UseVisualStyleBackColor = false;
  218. //
  219. // panelEx1
  220. //
  221. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  222. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  223. this.panelEx1.BorderWidth = 1;
  224. this.panelEx1.Controls.Add(this.lblCount);
  225. this.panelEx1.Controls.Add(this.txtTotalArrears);
  226. this.panelEx1.Controls.Add(this.txt_TotalAllAmount);
  227. this.panelEx1.Controls.Add(this.labelEx7);
  228. this.panelEx1.Controls.Add(this.txtPickUpAmount);
  229. this.panelEx1.Controls.Add(this.labelEx6);
  230. this.panelEx1.Controls.Add(this.txtTotalCollection);
  231. this.panelEx1.Controls.Add(this.labelEx5);
  232. this.panelEx1.Controls.Add(this.labelEx4);
  233. this.panelEx1.Controls.Add(this.txtTotalAmount);
  234. this.panelEx1.Controls.Add(this.labelEx10);
  235. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  236. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  237. this.panelEx1.Name = "panelEx1";
  238. this.panelEx1.Size = new System.Drawing.Size(1085, 84);
  239. this.panelEx1.TabIndex = 302;
  240. //
  241. // lblCount
  242. //
  243. this.lblCount.AutoSize = true;
  244. this.lblCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  245. this.lblCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  246. this.lblCount.Location = new System.Drawing.Point(29, 42);
  247. this.lblCount.Name = "lblCount";
  248. this.lblCount.Size = new System.Drawing.Size(56, 17);
  249. this.lblCount.TabIndex = 323;
  250. this.lblCount.Text = "订单数:";
  251. //
  252. // txtTotalArrears
  253. //
  254. this.txtTotalArrears.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  255. this.txtTotalArrears.EmptyTextTip = null;
  256. this.txtTotalArrears.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  257. this.txtTotalArrears.Font = new System.Drawing.Font("微软雅黑", 9F);
  258. this.txtTotalArrears.Location = new System.Drawing.Point(798, 11);
  259. this.txtTotalArrears.Name = "txtTotalArrears";
  260. this.txtTotalArrears.ReadOnly = true;
  261. this.txtTotalArrears.Size = new System.Drawing.Size(96, 23);
  262. this.txtTotalArrears.TabIndex = 307;
  263. //
  264. // txt_TotalAllAmount
  265. //
  266. this.txt_TotalAllAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  267. this.txt_TotalAllAmount.EmptyTextTip = null;
  268. this.txt_TotalAllAmount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  269. this.txt_TotalAllAmount.Font = new System.Drawing.Font("微软雅黑", 9F);
  270. this.txt_TotalAllAmount.Location = new System.Drawing.Point(449, 10);
  271. this.txt_TotalAllAmount.Name = "txt_TotalAllAmount";
  272. this.txt_TotalAllAmount.ReadOnly = true;
  273. this.txt_TotalAllAmount.Size = new System.Drawing.Size(98, 23);
  274. this.txt_TotalAllAmount.TabIndex = 305;
  275. //
  276. // labelEx7
  277. //
  278. this.labelEx7.AutoSize = true;
  279. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  280. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  281. this.labelEx7.Location = new System.Drawing.Point(378, 13);
  282. this.labelEx7.Name = "labelEx7";
  283. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  284. this.labelEx7.TabIndex = 304;
  285. this.labelEx7.Text = "业绩总额:";
  286. //
  287. // txtPickUpAmount
  288. //
  289. this.txtPickUpAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  290. this.txtPickUpAmount.EmptyTextTip = null;
  291. this.txtPickUpAmount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  292. this.txtPickUpAmount.Font = new System.Drawing.Font("微软雅黑", 9F);
  293. this.txtPickUpAmount.Location = new System.Drawing.Point(275, 11);
  294. this.txtPickUpAmount.Name = "txtPickUpAmount";
  295. this.txtPickUpAmount.ReadOnly = true;
  296. this.txtPickUpAmount.Size = new System.Drawing.Size(98, 23);
  297. this.txtPickUpAmount.TabIndex = 305;
  298. //
  299. // labelEx6
  300. //
  301. this.labelEx6.AutoSize = true;
  302. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  303. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  304. this.labelEx6.Location = new System.Drawing.Point(204, 14);
  305. this.labelEx6.Name = "labelEx6";
  306. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  307. this.labelEx6.TabIndex = 304;
  308. this.labelEx6.Text = "加挑总额:";
  309. //
  310. // txtTotalCollection
  311. //
  312. this.txtTotalCollection.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  313. this.txtTotalCollection.EmptyTextTip = null;
  314. this.txtTotalCollection.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  315. this.txtTotalCollection.Font = new System.Drawing.Font("微软雅黑", 9F);
  316. this.txtTotalCollection.Location = new System.Drawing.Point(624, 11);
  317. this.txtTotalCollection.Name = "txtTotalCollection";
  318. this.txtTotalCollection.ReadOnly = true;
  319. this.txtTotalCollection.Size = new System.Drawing.Size(98, 23);
  320. this.txtTotalCollection.TabIndex = 305;
  321. //
  322. // labelEx5
  323. //
  324. this.labelEx5.AutoSize = true;
  325. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  326. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  327. this.labelEx5.Location = new System.Drawing.Point(553, 14);
  328. this.labelEx5.Name = "labelEx5";
  329. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  330. this.labelEx5.TabIndex = 304;
  331. this.labelEx5.Text = "实收总额:";
  332. //
  333. // labelEx4
  334. //
  335. this.labelEx4.AutoSize = true;
  336. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  337. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  338. this.labelEx4.Location = new System.Drawing.Point(729, 14);
  339. this.labelEx4.Name = "labelEx4";
  340. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  341. this.labelEx4.TabIndex = 306;
  342. this.labelEx4.Text = "欠款总额:";
  343. //
  344. // txtTotalAmount
  345. //
  346. this.txtTotalAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  347. this.txtTotalAmount.EmptyTextTip = null;
  348. this.txtTotalAmount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  349. this.txtTotalAmount.Font = new System.Drawing.Font("微软雅黑", 9F);
  350. this.txtTotalAmount.Location = new System.Drawing.Point(100, 11);
  351. this.txtTotalAmount.Name = "txtTotalAmount";
  352. this.txtTotalAmount.ReadOnly = true;
  353. this.txtTotalAmount.Size = new System.Drawing.Size(98, 23);
  354. this.txtTotalAmount.TabIndex = 303;
  355. //
  356. // labelEx10
  357. //
  358. this.labelEx10.AutoSize = true;
  359. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  360. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  361. this.labelEx10.Location = new System.Drawing.Point(29, 14);
  362. this.labelEx10.Name = "labelEx10";
  363. this.labelEx10.Size = new System.Drawing.Size(68, 17);
  364. this.labelEx10.TabIndex = 302;
  365. this.labelEx10.Text = "套系总额:";
  366. //
  367. // dgvOrderBeen
  368. //
  369. this.dgvOrderBeen.AllowUserToAddRows = false;
  370. this.dgvOrderBeen.AllowUserToDeleteRows = false;
  371. this.dgvOrderBeen.AllowUserToResizeRows = false;
  372. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  373. this.dgvOrderBeen.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  374. this.dgvOrderBeen.BackgroundColor = System.Drawing.Color.White;
  375. this.dgvOrderBeen.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  376. this.dgvOrderBeen.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  377. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  378. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  379. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  381. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  382. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  383. this.dgvOrderBeen.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  384. this.dgvOrderBeen.ColumnHeadersHeight = 24;
  385. this.dgvOrderBeen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  386. this.dgvOrderBeen.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  387. this.Ord_Number,
  388. this.Ordpg_ViceNumber,
  389. this.Ord_SinceOrderNumber,
  390. this.Ord_Type,
  391. this.Ord_OrderPersonName,
  392. this.Cus_Name,
  393. this.Cus_Telephone,
  394. this.Ords_SightsName,
  395. this.Ord_SeriesName,
  396. this.Ordered,
  397. this.Ord_SeriesPrice,
  398. this.ArrearsAmount,
  399. this.TotalValue,
  400. this.TwoSales,
  401. this.payAmount});
  402. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  403. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  404. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  406. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  407. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  408. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  409. this.dgvOrderBeen.DefaultCellStyle = dataGridViewCellStyle6;
  410. this.dgvOrderBeen.Dock = System.Windows.Forms.DockStyle.Fill;
  411. this.dgvOrderBeen.EnableHeadersVisualStyles = false;
  412. this.dgvOrderBeen.EraseCell = false;
  413. this.dgvOrderBeen.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  414. this.dgvOrderBeen.GridViewUniquelyIdentify = resources.GetString("dgvOrderBeen.GridViewUniquelyIdentify");
  415. this.dgvOrderBeen.IsCompleteBonding = false;
  416. this.dgvOrderBeen.IsCopyCellValue = true;
  417. this.dgvOrderBeen.Location = new System.Drawing.Point(0, 84);
  418. this.dgvOrderBeen.MultiSelect = false;
  419. this.dgvOrderBeen.Name = "dgvOrderBeen";
  420. this.dgvOrderBeen.ReadOnly = true;
  421. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  422. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
  423. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
  425. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  426. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  427. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  428. this.dgvOrderBeen.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
  429. this.dgvOrderBeen.RowHeadersVisible = false;
  430. this.dgvOrderBeen.RowTemplate.Height = 23;
  431. this.dgvOrderBeen.RowTemplate.ReadOnly = true;
  432. this.dgvOrderBeen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  433. this.dgvOrderBeen.Size = new System.Drawing.Size(1085, 436);
  434. this.dgvOrderBeen.TabIndex = 303;
  435. //
  436. // Ord_Number
  437. //
  438. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  439. this.Ord_Number.DefaultCellStyle = dataGridViewCellStyle3;
  440. this.Ord_Number.FillWeight = 1.433349F;
  441. this.Ord_Number.HeaderText = "单号";
  442. this.Ord_Number.Name = "Ord_Number";
  443. this.Ord_Number.ReadOnly = true;
  444. this.Ord_Number.Visible = false;
  445. //
  446. // Ordpg_ViceNumber
  447. //
  448. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  449. this.Ordpg_ViceNumber.DefaultCellStyle = dataGridViewCellStyle4;
  450. this.Ordpg_ViceNumber.FillWeight = 5.652044F;
  451. this.Ordpg_ViceNumber.HeaderText = "订单场景号";
  452. this.Ordpg_ViceNumber.Name = "Ordpg_ViceNumber";
  453. this.Ordpg_ViceNumber.ReadOnly = true;
  454. this.Ordpg_ViceNumber.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  455. this.Ordpg_ViceNumber.Visible = false;
  456. //
  457. // Ord_SinceOrderNumber
  458. //
  459. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  460. this.Ord_SinceOrderNumber.DefaultCellStyle = dataGridViewCellStyle5;
  461. this.Ord_SinceOrderNumber.FillWeight = 2.815883F;
  462. this.Ord_SinceOrderNumber.HeaderText = "订单号";
  463. this.Ord_SinceOrderNumber.Name = "Ord_SinceOrderNumber";
  464. this.Ord_SinceOrderNumber.ReadOnly = true;
  465. this.Ord_SinceOrderNumber.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  466. //
  467. // Ord_Type
  468. //
  469. this.Ord_Type.FillWeight = 11.42549F;
  470. this.Ord_Type.HeaderText = "订单类型";
  471. this.Ord_Type.Name = "Ord_Type";
  472. this.Ord_Type.ReadOnly = true;
  473. this.Ord_Type.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  474. //
  475. // Ord_OrderPersonName
  476. //
  477. this.Ord_OrderPersonName.HeaderText = "开单人";
  478. this.Ord_OrderPersonName.Name = "Ord_OrderPersonName";
  479. this.Ord_OrderPersonName.ReadOnly = true;
  480. this.Ord_OrderPersonName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  481. //
  482. // Cus_Name
  483. //
  484. this.Cus_Name.FillWeight = 23.16447F;
  485. this.Cus_Name.HeaderText = "客户名称";
  486. this.Cus_Name.Name = "Cus_Name";
  487. this.Cus_Name.ReadOnly = true;
  488. this.Cus_Name.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  489. //
  490. // Cus_Telephone
  491. //
  492. this.Cus_Telephone.HeaderText = "客户电话";
  493. this.Cus_Telephone.Name = "Cus_Telephone";
  494. this.Cus_Telephone.ReadOnly = true;
  495. //
  496. // Ords_SightsName
  497. //
  498. this.Ords_SightsName.HeaderText = "拍摄场景";
  499. this.Ords_SightsName.Name = "Ords_SightsName";
  500. this.Ords_SightsName.ReadOnly = true;
  501. //
  502. // Ord_SeriesName
  503. //
  504. this.Ord_SeriesName.HeaderText = "套系名称";
  505. this.Ord_SeriesName.Name = "Ord_SeriesName";
  506. this.Ord_SeriesName.ReadOnly = true;
  507. //
  508. // Ordered
  509. //
  510. this.Ordered.HeaderText = "拍照情况";
  511. this.Ordered.Name = "Ordered";
  512. this.Ordered.ReadOnly = true;
  513. //
  514. // Ord_SeriesPrice
  515. //
  516. this.Ord_SeriesPrice.HeaderText = "订单套系金额";
  517. this.Ord_SeriesPrice.Name = "Ord_SeriesPrice";
  518. this.Ord_SeriesPrice.ReadOnly = true;
  519. //
  520. // ArrearsAmount
  521. //
  522. this.ArrearsAmount.FillWeight = 190.7058F;
  523. this.ArrearsAmount.HeaderText = "欠款金额";
  524. this.ArrearsAmount.Name = "ArrearsAmount";
  525. this.ArrearsAmount.ReadOnly = true;
  526. this.ArrearsAmount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  527. //
  528. // TotalValue
  529. //
  530. this.TotalValue.HeaderText = "业绩金额";
  531. this.TotalValue.Name = "TotalValue";
  532. this.TotalValue.ReadOnly = true;
  533. //
  534. // TwoSales
  535. //
  536. this.TwoSales.FillWeight = 93.98867F;
  537. this.TwoSales.HeaderText = "加挑金额";
  538. this.TwoSales.Name = "TwoSales";
  539. this.TwoSales.ReadOnly = true;
  540. this.TwoSales.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  541. //
  542. // payAmount
  543. //
  544. this.payAmount.HeaderText = "已付款额";
  545. this.payAmount.Name = "payAmount";
  546. this.payAmount.ReadOnly = true;
  547. this.payAmount.Visible = false;
  548. //
  549. // panelStoreName
  550. //
  551. this.panelStoreName.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  552. this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  553. this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  554. this.panelStoreName.BorderWidth = 1;
  555. this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
  556. this.panelStoreName.Location = new System.Drawing.Point(230, 6);
  557. this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  558. this.panelStoreName.Name = "panelStoreName";
  559. this.panelStoreName.Size = new System.Drawing.Size(157, 28);
  560. this.panelStoreName.TabIndex = 238;
  561. //
  562. // cmbtreevStoreName
  563. //
  564. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  565. this.cmbtreevStoreName.DropDownHeight = 220;
  566. this.cmbtreevStoreName.DropDownShow = false;
  567. this.cmbtreevStoreName.FormattingEnabled = true;
  568. this.cmbtreevStoreName.IntegralHeight = false;
  569. this.cmbtreevStoreName.IsNodeMouseClick = true;
  570. this.cmbtreevStoreName.IsSelectParentNode = false;
  571. this.cmbtreevStoreName.Location = new System.Drawing.Point(3, 4);
  572. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  573. this.cmbtreevStoreName.ReadOnly = true;
  574. this.cmbtreevStoreName.SelectedNode = null;
  575. this.cmbtreevStoreName.Size = new System.Drawing.Size(151, 20);
  576. this.cmbtreevStoreName.StrGetName = "";
  577. this.cmbtreevStoreName.StrGetTagName = "";
  578. this.cmbtreevStoreName.StrKey = null;
  579. this.cmbtreevStoreName.TabIndex = 274;
  580. //
  581. // btn_Export
  582. //
  583. this.btn_Export.BackColor = System.Drawing.Color.Transparent;
  584. this.btn_Export.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Export.BackImg")));
  585. this.btn_Export.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  586. this.btn_Export.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  587. this.btn_Export.ForeColor = System.Drawing.Color.White;
  588. this.btn_Export.IsCustomBackImg = false;
  589. this.btn_Export.IsShowText = true;
  590. this.btn_Export.Location = new System.Drawing.Point(941, 7);
  591. this.btn_Export.Name = "btn_Export";
  592. this.btn_Export.Size = new System.Drawing.Size(85, 26);
  593. this.btn_Export.TabIndex = 236;
  594. this.btn_Export.Text = " 导出Excel";
  595. this.btn_Export.UseVisualStyleBackColor = false;
  596. //
  597. // FrmOrderTakingStatus
  598. //
  599. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  600. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  601. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  602. this.ClientSize = new System.Drawing.Size(1085, 625);
  603. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  604. this.IsShowUcNavigationTool = true;
  605. this.Name = "FrmOrderTakingStatus";
  606. this.Text = "订单拍照情况统计";
  607. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  608. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  609. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  610. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  611. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  612. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  613. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  614. this.plExMainContainer.ResumeLayout(false);
  615. this.plFormMainContent.ResumeLayout(false);
  616. this.plFormMainContent.PerformLayout();
  617. this.panelEx1.ResumeLayout(false);
  618. this.panelEx1.PerformLayout();
  619. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderBeen)).EndInit();
  620. this.panelStoreName.ResumeLayout(false);
  621. this.ResumeLayout(false);
  622. }
  623. #endregion
  624. private ComponentLibrary.LabelEx labelEx1;
  625. protected internal ComponentLibrary.DateTimePickerEx dtpEnd;
  626. protected internal ComponentLibrary.DateTimePickerEx dtpStart;
  627. private ComponentLibrary.LabelEx labelEx2;
  628. private ComponentLibrary.LabelEx labelEx3;
  629. protected ComponentLibrary.ButtonEx btnQuery;
  630. private ComponentLibrary.PanelEx panelEx1;
  631. protected ComponentLibrary.LabelEx lblCount;
  632. protected ComponentLibrary.TextBoxBasicEx txtTotalArrears;
  633. protected ComponentLibrary.TextBoxBasicEx txtTotalCollection;
  634. private ComponentLibrary.LabelEx labelEx5;
  635. private ComponentLibrary.LabelEx labelEx4;
  636. protected ComponentLibrary.TextBoxBasicEx txtTotalAmount;
  637. private ComponentLibrary.LabelEx labelEx10;
  638. public ComponentLibrary.DataGridViewEx dgvOrderBeen;
  639. protected ComponentLibrary.TextBoxBasicEx txtPickUpAmount;
  640. private ComponentLibrary.LabelEx labelEx6;
  641. protected ComponentLibrary.TextBoxBasicEx txt_TotalAllAmount;
  642. private ComponentLibrary.LabelEx labelEx7;
  643. protected ComponentLibrary.ComboBoxEx cb_OrderedStatus;
  644. protected internal ComponentLibrary.PanelEx panelStoreName;
  645. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  646. protected ComponentLibrary.ButtonEx btn_Export;
  647. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_Number;
  648. private System.Windows.Forms.DataGridViewTextBoxColumn Ordpg_ViceNumber;
  649. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_SinceOrderNumber;
  650. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_Type;
  651. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_OrderPersonName;
  652. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
  653. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Telephone;
  654. private System.Windows.Forms.DataGridViewTextBoxColumn Ords_SightsName;
  655. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_SeriesName;
  656. private System.Windows.Forms.DataGridViewTextBoxColumn Ordered;
  657. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_SeriesPrice;
  658. private System.Windows.Forms.DataGridViewTextBoxColumn ArrearsAmount;
  659. private System.Windows.Forms.DataGridViewTextBoxColumn TotalValue;
  660. private System.Windows.Forms.DataGridViewTextBoxColumn TwoSales;
  661. private System.Windows.Forms.DataGridViewTextBoxColumn payAmount;
  662. }
  663. }