DressOrderReportFormMain.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685
  1. namespace LYFZ.Software.UI.Dresses
  2. {
  3. partial class DressOrderReportFormMain
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DressOrderReportFormMain));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.listViewData = new LYFZ.ComponentLibrary.ListViewEx();
  32. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  33. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.cmbTextQuery = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnConditionQuery = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnReservation = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnPayment = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnReturnDeposit = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btnReturnDress = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnCloseed = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.panelOutRent = new LYFZ.ComponentLibrary.PanelEx();
  46. this.chkOutRent = new LYFZ.ComponentLibrary.CheckBoxEx();
  47. this.panelOutSale = new LYFZ.ComponentLibrary.PanelEx();
  48. this.chkOutSale = new LYFZ.ComponentLibrary.CheckBoxEx();
  49. this.panelPreselected = new LYFZ.ComponentLibrary.PanelEx();
  50. this.chkPreselected = new LYFZ.ComponentLibrary.CheckBoxEx();
  51. this.panelSendWash = new LYFZ.ComponentLibrary.PanelEx();
  52. this.chkSendWash = new LYFZ.ComponentLibrary.CheckBoxEx();
  53. this.panelArrears = new LYFZ.ComponentLibrary.PanelEx();
  54. this.chkArrears = new LYFZ.ComponentLibrary.CheckBoxEx();
  55. this.panelShowCompleteOrder = new LYFZ.ComponentLibrary.PanelEx();
  56. this.chkShowCompleteOrder = new LYFZ.ComponentLibrary.CheckBoxEx();
  57. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  58. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  59. this.txtDreesDay = new LYFZ.ComponentLibrary.TextBoxEx();
  60. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.cmbtreevDressStatus = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  62. this.plExMainContainer.SuspendLayout();
  63. this.plFormMainContent.SuspendLayout();
  64. this.panelEx1.SuspendLayout();
  65. this.panelEx2.SuspendLayout();
  66. this.flowLayoutPanel1.SuspendLayout();
  67. this.panelEx3.SuspendLayout();
  68. this.panelOutRent.SuspendLayout();
  69. this.panelOutSale.SuspendLayout();
  70. this.panelPreselected.SuspendLayout();
  71. this.panelSendWash.SuspendLayout();
  72. this.panelArrears.SuspendLayout();
  73. this.panelShowCompleteOrder.SuspendLayout();
  74. this.panelEx4.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // plExMainContainer
  78. //
  79. this.plExMainContainer.Controls.Add(this.panelEx1);
  80. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  81. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  82. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  83. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  84. //
  85. // btnAppFormExit
  86. //
  87. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  88. //
  89. // btnAppFormMinimize
  90. //
  91. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  92. //
  93. // panelEx1
  94. //
  95. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  96. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  97. this.panelEx1.BorderWidth = 1;
  98. this.panelEx1.Controls.Add(this.panelEx2);
  99. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  100. this.panelEx1.Controls.Add(this.ucPagerEx1);
  101. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  103. this.panelEx1.Name = "panelEx1";
  104. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  105. this.panelEx1.Size = new System.Drawing.Size(900, 495);
  106. this.panelEx1.TabIndex = 0;
  107. //
  108. // panelEx2
  109. //
  110. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  111. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  112. this.panelEx2.BorderWidth = 1;
  113. this.panelEx2.Controls.Add(this.listViewData);
  114. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  115. this.panelEx2.Location = new System.Drawing.Point(2, 36);
  116. this.panelEx2.Name = "panelEx2";
  117. this.panelEx2.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
  118. this.panelEx2.Size = new System.Drawing.Size(896, 431);
  119. this.panelEx2.TabIndex = 30;
  120. //
  121. // listViewData
  122. //
  123. this.listViewData.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.listViewData.FullRowSelect = true;
  125. this.listViewData.IsDefaultShowGroups = false;
  126. this.listViewData.Location = new System.Drawing.Point(0, 2);
  127. this.listViewData.Name = "listViewData";
  128. this.listViewData.Size = new System.Drawing.Size(896, 429);
  129. this.listViewData.TabIndex = 2292;
  130. this.listViewData.UseCompatibleStateImageBehavior = false;
  131. //
  132. // flowLayoutPanel1
  133. //
  134. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  135. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  136. this.flowLayoutPanel1.Controls.Add(this.btnQuery);
  137. this.flowLayoutPanel1.Controls.Add(this.btnConditionQuery);
  138. this.flowLayoutPanel1.Controls.Add(this.btnReservation);
  139. this.flowLayoutPanel1.Controls.Add(this.btnDelete);
  140. this.flowLayoutPanel1.Controls.Add(this.btnPayment);
  141. this.flowLayoutPanel1.Controls.Add(this.btnReturnDeposit);
  142. this.flowLayoutPanel1.Controls.Add(this.btnReturnDress);
  143. this.flowLayoutPanel1.Controls.Add(this.btnExport);
  144. this.flowLayoutPanel1.Controls.Add(this.btnPrint);
  145. this.flowLayoutPanel1.Controls.Add(this.btnCloseed);
  146. this.flowLayoutPanel1.Controls.Add(this.panelOutRent);
  147. this.flowLayoutPanel1.Controls.Add(this.panelOutSale);
  148. this.flowLayoutPanel1.Controls.Add(this.panelPreselected);
  149. this.flowLayoutPanel1.Controls.Add(this.panelSendWash);
  150. this.flowLayoutPanel1.Controls.Add(this.panelArrears);
  151. this.flowLayoutPanel1.Controls.Add(this.panelShowCompleteOrder);
  152. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  153. this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
  154. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  155. this.flowLayoutPanel1.Size = new System.Drawing.Size(896, 34);
  156. this.flowLayoutPanel1.TabIndex = 29;
  157. //
  158. // panelEx3
  159. //
  160. this.panelEx3.BackColor = System.Drawing.Color.Transparent;
  161. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  162. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  163. this.panelEx3.BorderWidth = 1;
  164. this.panelEx3.Controls.Add(this.cmbTextQuery);
  165. this.panelEx3.Location = new System.Drawing.Point(189, 3);
  166. this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 3, 3, 3);
  167. this.panelEx3.Name = "panelEx3";
  168. this.panelEx3.Size = new System.Drawing.Size(180, 28);
  169. this.panelEx3.TabIndex = 30;
  170. //
  171. // cmbTextQuery
  172. //
  173. this.cmbTextQuery.BackColor = System.Drawing.Color.Transparent;
  174. this.cmbTextQuery.Icon = null;
  175. this.cmbTextQuery.IconIsButton = false;
  176. this.cmbTextQuery.IsPasswordChat = '\0';
  177. this.cmbTextQuery.IsSystemPasswordChar = false;
  178. this.cmbTextQuery.Lines = new string[0];
  179. this.cmbTextQuery.Location = new System.Drawing.Point(0, 0);
  180. this.cmbTextQuery.Margin = new System.Windows.Forms.Padding(0);
  181. this.cmbTextQuery.MaxLength = 32767;
  182. this.cmbTextQuery.MinimumSize = new System.Drawing.Size(0, 26);
  183. this.cmbTextQuery.MouseBack = null;
  184. this.cmbTextQuery.Multiline = false;
  185. this.cmbTextQuery.Name = "cmbTextQuery";
  186. this.cmbTextQuery.NormlBack = null;
  187. this.cmbTextQuery.Padding = new System.Windows.Forms.Padding(5);
  188. this.cmbTextQuery.ReadOnly = false;
  189. this.cmbTextQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  190. this.cmbTextQuery.Size = new System.Drawing.Size(175, 28);
  191. this.cmbTextQuery.TabIndex = 11;
  192. this.cmbTextQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  193. this.cmbTextQuery.WaterColor = System.Drawing.Color.DarkGray;
  194. this.cmbTextQuery.WaterText = "订单号、客户姓名、手机号码";
  195. this.cmbTextQuery.WordWrap = true;
  196. //
  197. // btnQuery
  198. //
  199. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  200. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  201. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  202. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  203. this.btnQuery.ForeColor = System.Drawing.Color.White;
  204. this.btnQuery.IsCustomBackImg = false;
  205. this.btnQuery.IsShowText = true;
  206. this.btnQuery.Location = new System.Drawing.Point(375, 3);
  207. this.btnQuery.Name = "btnQuery";
  208. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  209. this.btnQuery.TabIndex = 28;
  210. this.btnQuery.Text = " 查 询";
  211. this.btnQuery.UseVisualStyleBackColor = false;
  212. //
  213. // btnConditionQuery
  214. //
  215. this.btnConditionQuery.BackColor = System.Drawing.Color.Transparent;
  216. this.btnConditionQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnConditionQuery.BackImg")));
  217. this.btnConditionQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  218. this.btnConditionQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  219. this.btnConditionQuery.ForeColor = System.Drawing.Color.White;
  220. this.btnConditionQuery.IsCustomBackImg = false;
  221. this.btnConditionQuery.IsShowText = true;
  222. this.btnConditionQuery.Location = new System.Drawing.Point(466, 3);
  223. this.btnConditionQuery.Name = "btnConditionQuery";
  224. this.btnConditionQuery.Size = new System.Drawing.Size(85, 28);
  225. this.btnConditionQuery.TabIndex = 29;
  226. this.btnConditionQuery.Text = " 条件查询";
  227. this.btnConditionQuery.UseVisualStyleBackColor = false;
  228. this.btnConditionQuery.Visible = false;
  229. //
  230. // btnReservation
  231. //
  232. this.btnReservation.BackColor = System.Drawing.Color.Transparent;
  233. this.btnReservation.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReservation.BackImg")));
  234. this.btnReservation.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  235. this.btnReservation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  236. this.btnReservation.ForeColor = System.Drawing.Color.White;
  237. this.btnReservation.IsCustomBackImg = false;
  238. this.btnReservation.IsShowText = true;
  239. this.btnReservation.Location = new System.Drawing.Point(557, 3);
  240. this.btnReservation.Name = "btnReservation";
  241. this.btnReservation.Size = new System.Drawing.Size(85, 28);
  242. this.btnReservation.TabIndex = 31;
  243. this.btnReservation.Text = " 预约单";
  244. this.btnReservation.UseVisualStyleBackColor = false;
  245. //
  246. // btnDelete
  247. //
  248. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  249. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  250. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  251. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  252. this.btnDelete.ForeColor = System.Drawing.Color.White;
  253. this.btnDelete.IsCustomBackImg = false;
  254. this.btnDelete.IsShowText = true;
  255. this.btnDelete.Location = new System.Drawing.Point(648, 3);
  256. this.btnDelete.Name = "btnDelete";
  257. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  258. this.btnDelete.TabIndex = 32;
  259. this.btnDelete.Text = " 删 除";
  260. this.btnDelete.UseVisualStyleBackColor = false;
  261. //
  262. // btnPayment
  263. //
  264. this.btnPayment.BackColor = System.Drawing.Color.Transparent;
  265. this.btnPayment.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPayment.BackImg")));
  266. this.btnPayment.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  267. this.btnPayment.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  268. this.btnPayment.ForeColor = System.Drawing.Color.White;
  269. this.btnPayment.IsCustomBackImg = false;
  270. this.btnPayment.IsShowText = true;
  271. this.btnPayment.Location = new System.Drawing.Point(739, 3);
  272. this.btnPayment.Name = "btnPayment";
  273. this.btnPayment.Size = new System.Drawing.Size(85, 28);
  274. this.btnPayment.TabIndex = 2328;
  275. this.btnPayment.Text = " 收 款";
  276. this.btnPayment.UseVisualStyleBackColor = false;
  277. //
  278. // btnReturnDeposit
  279. //
  280. this.btnReturnDeposit.BackColor = System.Drawing.Color.Transparent;
  281. this.btnReturnDeposit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReturnDeposit.BackImg")));
  282. this.btnReturnDeposit.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  283. this.btnReturnDeposit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  284. this.btnReturnDeposit.ForeColor = System.Drawing.Color.White;
  285. this.btnReturnDeposit.IsCustomBackImg = false;
  286. this.btnReturnDeposit.IsShowText = true;
  287. this.btnReturnDeposit.Location = new System.Drawing.Point(3, 37);
  288. this.btnReturnDeposit.Name = "btnReturnDeposit";
  289. this.btnReturnDeposit.Size = new System.Drawing.Size(85, 28);
  290. this.btnReturnDeposit.TabIndex = 2329;
  291. this.btnReturnDeposit.Text = " 退押金";
  292. this.btnReturnDeposit.UseVisualStyleBackColor = false;
  293. //
  294. // btnReturnDress
  295. //
  296. this.btnReturnDress.BackColor = System.Drawing.Color.Transparent;
  297. this.btnReturnDress.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReturnDress.BackImg")));
  298. this.btnReturnDress.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  299. this.btnReturnDress.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  300. this.btnReturnDress.ForeColor = System.Drawing.Color.White;
  301. this.btnReturnDress.IsCustomBackImg = false;
  302. this.btnReturnDress.IsShowText = true;
  303. this.btnReturnDress.Location = new System.Drawing.Point(94, 37);
  304. this.btnReturnDress.Name = "btnReturnDress";
  305. this.btnReturnDress.Size = new System.Drawing.Size(85, 28);
  306. this.btnReturnDress.TabIndex = 2330;
  307. this.btnReturnDress.Text = " 还回礼服";
  308. this.btnReturnDress.UseVisualStyleBackColor = false;
  309. //
  310. // btnExport
  311. //
  312. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  313. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  314. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  315. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  316. this.btnExport.ForeColor = System.Drawing.Color.White;
  317. this.btnExport.IsCustomBackImg = false;
  318. this.btnExport.IsShowText = true;
  319. this.btnExport.Location = new System.Drawing.Point(185, 37);
  320. this.btnExport.Name = "btnExport";
  321. this.btnExport.Size = new System.Drawing.Size(85, 28);
  322. this.btnExport.TabIndex = 35;
  323. this.btnExport.Text = " 导 出";
  324. this.btnExport.UseVisualStyleBackColor = false;
  325. //
  326. // btnPrint
  327. //
  328. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  329. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  330. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  331. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  332. this.btnPrint.ForeColor = System.Drawing.Color.White;
  333. this.btnPrint.IsCustomBackImg = false;
  334. this.btnPrint.IsShowText = true;
  335. this.btnPrint.Location = new System.Drawing.Point(276, 37);
  336. this.btnPrint.Name = "btnPrint";
  337. this.btnPrint.Size = new System.Drawing.Size(85, 28);
  338. this.btnPrint.TabIndex = 33;
  339. this.btnPrint.Text = " 打 印";
  340. this.btnPrint.UseVisualStyleBackColor = false;
  341. //
  342. // btnCloseed
  343. //
  344. this.btnCloseed.BackColor = System.Drawing.Color.Transparent;
  345. this.btnCloseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloseed.BackImg")));
  346. this.btnCloseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  347. this.btnCloseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  348. this.btnCloseed.ForeColor = System.Drawing.Color.White;
  349. this.btnCloseed.IsCustomBackImg = false;
  350. this.btnCloseed.IsShowText = true;
  351. this.btnCloseed.Location = new System.Drawing.Point(367, 37);
  352. this.btnCloseed.Name = "btnCloseed";
  353. this.btnCloseed.Size = new System.Drawing.Size(85, 28);
  354. this.btnCloseed.TabIndex = 34;
  355. this.btnCloseed.Text = " 关 闭";
  356. this.btnCloseed.UseVisualStyleBackColor = false;
  357. //
  358. // panelOutRent
  359. //
  360. this.panelOutRent.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  361. this.panelOutRent.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  362. this.panelOutRent.BorderWidth = 1;
  363. this.panelOutRent.Controls.Add(this.chkOutRent);
  364. this.panelOutRent.Location = new System.Drawing.Point(456, 37);
  365. this.panelOutRent.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
  366. this.panelOutRent.Name = "panelOutRent";
  367. this.panelOutRent.Size = new System.Drawing.Size(60, 28);
  368. this.panelOutRent.TabIndex = 2328;
  369. //
  370. // chkOutRent
  371. //
  372. this.chkOutRent.AutoSize = true;
  373. this.chkOutRent.BackColor = System.Drawing.Color.Transparent;
  374. this.chkOutRent.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  375. this.chkOutRent.Font = new System.Drawing.Font("微软雅黑", 9F);
  376. this.chkOutRent.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  377. this.chkOutRent.Fourstates = false;
  378. this.chkOutRent.IsGreenTick = false;
  379. this.chkOutRent.Location = new System.Drawing.Point(3, 3);
  380. this.chkOutRent.Name = "chkOutRent";
  381. this.chkOutRent.Size = new System.Drawing.Size(51, 21);
  382. this.chkOutRent.TabIndex = 13;
  383. this.chkOutRent.Text = "出租";
  384. this.chkOutRent.UseVisualStyleBackColor = false;
  385. //
  386. // panelOutSale
  387. //
  388. this.panelOutSale.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  389. this.panelOutSale.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  390. this.panelOutSale.BorderWidth = 1;
  391. this.panelOutSale.Controls.Add(this.chkOutSale);
  392. this.panelOutSale.Location = new System.Drawing.Point(518, 37);
  393. this.panelOutSale.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
  394. this.panelOutSale.Name = "panelOutSale";
  395. this.panelOutSale.Size = new System.Drawing.Size(60, 28);
  396. this.panelOutSale.TabIndex = 2329;
  397. //
  398. // chkOutSale
  399. //
  400. this.chkOutSale.AutoSize = true;
  401. this.chkOutSale.BackColor = System.Drawing.Color.Transparent;
  402. this.chkOutSale.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  403. this.chkOutSale.Font = new System.Drawing.Font("微软雅黑", 9F);
  404. this.chkOutSale.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  405. this.chkOutSale.Fourstates = false;
  406. this.chkOutSale.IsGreenTick = false;
  407. this.chkOutSale.Location = new System.Drawing.Point(3, 3);
  408. this.chkOutSale.Name = "chkOutSale";
  409. this.chkOutSale.Size = new System.Drawing.Size(51, 21);
  410. this.chkOutSale.TabIndex = 13;
  411. this.chkOutSale.Text = "出售";
  412. this.chkOutSale.UseVisualStyleBackColor = false;
  413. //
  414. // panelPreselected
  415. //
  416. this.panelPreselected.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  417. this.panelPreselected.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  418. this.panelPreselected.BorderWidth = 1;
  419. this.panelPreselected.Controls.Add(this.chkPreselected);
  420. this.panelPreselected.Location = new System.Drawing.Point(580, 37);
  421. this.panelPreselected.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
  422. this.panelPreselected.Name = "panelPreselected";
  423. this.panelPreselected.Size = new System.Drawing.Size(60, 28);
  424. this.panelPreselected.TabIndex = 2333;
  425. //
  426. // chkPreselected
  427. //
  428. this.chkPreselected.AutoSize = true;
  429. this.chkPreselected.BackColor = System.Drawing.Color.Transparent;
  430. this.chkPreselected.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  431. this.chkPreselected.Font = new System.Drawing.Font("微软雅黑", 9F);
  432. this.chkPreselected.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  433. this.chkPreselected.Fourstates = false;
  434. this.chkPreselected.IsGreenTick = false;
  435. this.chkPreselected.Location = new System.Drawing.Point(3, 3);
  436. this.chkPreselected.Name = "chkPreselected";
  437. this.chkPreselected.Size = new System.Drawing.Size(51, 21);
  438. this.chkPreselected.TabIndex = 13;
  439. this.chkPreselected.Text = "预选";
  440. this.chkPreselected.UseVisualStyleBackColor = false;
  441. //
  442. // panelSendWash
  443. //
  444. this.panelSendWash.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  445. this.panelSendWash.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  446. this.panelSendWash.BorderWidth = 1;
  447. this.panelSendWash.Controls.Add(this.chkSendWash);
  448. this.panelSendWash.Location = new System.Drawing.Point(642, 37);
  449. this.panelSendWash.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
  450. this.panelSendWash.Name = "panelSendWash";
  451. this.panelSendWash.Size = new System.Drawing.Size(60, 28);
  452. this.panelSendWash.TabIndex = 2330;
  453. //
  454. // chkSendWash
  455. //
  456. this.chkSendWash.AutoSize = true;
  457. this.chkSendWash.BackColor = System.Drawing.Color.Transparent;
  458. this.chkSendWash.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  459. this.chkSendWash.Font = new System.Drawing.Font("微软雅黑", 9F);
  460. this.chkSendWash.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  461. this.chkSendWash.Fourstates = false;
  462. this.chkSendWash.IsGreenTick = false;
  463. this.chkSendWash.Location = new System.Drawing.Point(3, 3);
  464. this.chkSendWash.Name = "chkSendWash";
  465. this.chkSendWash.Size = new System.Drawing.Size(51, 21);
  466. this.chkSendWash.TabIndex = 13;
  467. this.chkSendWash.Text = "送洗";
  468. this.chkSendWash.UseVisualStyleBackColor = false;
  469. //
  470. // panelArrears
  471. //
  472. this.panelArrears.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  473. this.panelArrears.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  474. this.panelArrears.BorderWidth = 1;
  475. this.panelArrears.Controls.Add(this.chkArrears);
  476. this.panelArrears.Location = new System.Drawing.Point(704, 37);
  477. this.panelArrears.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
  478. this.panelArrears.Name = "panelArrears";
  479. this.panelArrears.Size = new System.Drawing.Size(60, 28);
  480. this.panelArrears.TabIndex = 2331;
  481. //
  482. // chkArrears
  483. //
  484. this.chkArrears.AutoSize = true;
  485. this.chkArrears.BackColor = System.Drawing.Color.Transparent;
  486. this.chkArrears.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  487. this.chkArrears.Font = new System.Drawing.Font("微软雅黑", 9F);
  488. this.chkArrears.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  489. this.chkArrears.Fourstates = false;
  490. this.chkArrears.IsGreenTick = false;
  491. this.chkArrears.Location = new System.Drawing.Point(3, 3);
  492. this.chkArrears.Name = "chkArrears";
  493. this.chkArrears.Size = new System.Drawing.Size(51, 21);
  494. this.chkArrears.TabIndex = 13;
  495. this.chkArrears.Text = "欠款";
  496. this.chkArrears.UseVisualStyleBackColor = false;
  497. //
  498. // panelShowCompleteOrder
  499. //
  500. this.panelShowCompleteOrder.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  501. this.panelShowCompleteOrder.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  502. this.panelShowCompleteOrder.BorderWidth = 1;
  503. this.panelShowCompleteOrder.Controls.Add(this.chkShowCompleteOrder);
  504. this.panelShowCompleteOrder.Location = new System.Drawing.Point(766, 37);
  505. this.panelShowCompleteOrder.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
  506. this.panelShowCompleteOrder.Name = "panelShowCompleteOrder";
  507. this.panelShowCompleteOrder.Size = new System.Drawing.Size(120, 28);
  508. this.panelShowCompleteOrder.TabIndex = 2332;
  509. //
  510. // chkShowCompleteOrder
  511. //
  512. this.chkShowCompleteOrder.AutoSize = true;
  513. this.chkShowCompleteOrder.BackColor = System.Drawing.Color.Transparent;
  514. this.chkShowCompleteOrder.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  515. this.chkShowCompleteOrder.Font = new System.Drawing.Font("微软雅黑", 9F);
  516. this.chkShowCompleteOrder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  517. this.chkShowCompleteOrder.Fourstates = false;
  518. this.chkShowCompleteOrder.IsGreenTick = false;
  519. this.chkShowCompleteOrder.Location = new System.Drawing.Point(3, 3);
  520. this.chkShowCompleteOrder.Name = "chkShowCompleteOrder";
  521. this.chkShowCompleteOrder.Size = new System.Drawing.Size(111, 21);
  522. this.chkShowCompleteOrder.TabIndex = 13;
  523. this.chkShowCompleteOrder.Text = "显示已完成订单";
  524. this.chkShowCompleteOrder.UseVisualStyleBackColor = false;
  525. //
  526. // ucPagerEx1
  527. //
  528. this.ucPagerEx1.CurrentPageCount = 0;
  529. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  530. this.ucPagerEx1.Location = new System.Drawing.Point(2, 467);
  531. this.ucPagerEx1.Name = "ucPagerEx1";
  532. this.ucPagerEx1.NMax = 0;
  533. this.ucPagerEx1.PageCount = 0;
  534. this.ucPagerEx1.PageCurrent = 1;
  535. this.ucPagerEx1.PageSize = 20;
  536. this.ucPagerEx1.Size = new System.Drawing.Size(896, 26);
  537. this.ucPagerEx1.TabIndex = 28;
  538. this.ucPagerEx1.TbDataSource = null;
  539. //
  540. // panelEx4
  541. //
  542. this.panelEx4.BackColor = System.Drawing.Color.Transparent;
  543. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  544. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  545. this.panelEx4.BorderWidth = 1;
  546. this.panelEx4.Controls.Add(this.cmbtreevDressStatus);
  547. this.panelEx4.Controls.Add(this.txtDreesDay);
  548. this.panelEx4.Controls.Add(this.labelEx1);
  549. this.panelEx4.Location = new System.Drawing.Point(2, 3);
  550. this.panelEx4.Margin = new System.Windows.Forms.Padding(2, 3, 1, 3);
  551. this.panelEx4.Name = "panelEx4";
  552. this.panelEx4.Size = new System.Drawing.Size(185, 28);
  553. this.panelEx4.TabIndex = 2293;
  554. //
  555. // txtDreesDay
  556. //
  557. this.txtDreesDay.BackColor = System.Drawing.Color.Transparent;
  558. this.txtDreesDay.Icon = null;
  559. this.txtDreesDay.IconIsButton = false;
  560. this.txtDreesDay.IsPasswordChat = '\0';
  561. this.txtDreesDay.IsSystemPasswordChar = false;
  562. this.txtDreesDay.Lines = new string[0];
  563. this.txtDreesDay.Location = new System.Drawing.Point(23, 0);
  564. this.txtDreesDay.Margin = new System.Windows.Forms.Padding(0);
  565. this.txtDreesDay.MaxLength = 32767;
  566. this.txtDreesDay.MinimumSize = new System.Drawing.Size(0, 26);
  567. this.txtDreesDay.MouseBack = null;
  568. this.txtDreesDay.Multiline = false;
  569. this.txtDreesDay.Name = "txtDreesDay";
  570. this.txtDreesDay.NormlBack = null;
  571. this.txtDreesDay.Padding = new System.Windows.Forms.Padding(5);
  572. this.txtDreesDay.ReadOnly = false;
  573. this.txtDreesDay.ScrollBars = System.Windows.Forms.ScrollBars.None;
  574. this.txtDreesDay.Size = new System.Drawing.Size(50, 28);
  575. this.txtDreesDay.TabIndex = 11;
  576. this.txtDreesDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  577. this.txtDreesDay.WaterColor = System.Drawing.Color.DarkGray;
  578. this.txtDreesDay.WaterText = "";
  579. this.txtDreesDay.WordWrap = true;
  580. //
  581. // labelEx1
  582. //
  583. this.labelEx1.AutoSize = true;
  584. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  585. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  586. this.labelEx1.Location = new System.Drawing.Point(4, 6);
  587. this.labelEx1.Name = "labelEx1";
  588. this.labelEx1.Size = new System.Drawing.Size(92, 17);
  589. this.labelEx1.TabIndex = 12;
  590. this.labelEx1.Text = "近 天";
  591. //
  592. // cmbtreevDressStatus
  593. //
  594. this.cmbtreevDressStatus.AfterSelectLevelFirstNode = true;
  595. this.cmbtreevDressStatus.DropDownHeight = 220;
  596. this.cmbtreevDressStatus.DropDownShow = false;
  597. this.cmbtreevDressStatus.FormattingEnabled = true;
  598. this.cmbtreevDressStatus.IntegralHeight = false;
  599. this.cmbtreevDressStatus.IsNodeMouseClick = true;
  600. this.cmbtreevDressStatus.IsSelectParentNode = false;
  601. this.cmbtreevDressStatus.Location = new System.Drawing.Point(98, 4);
  602. this.cmbtreevDressStatus.Name = "cmbtreevDressStatus";
  603. this.cmbtreevDressStatus.ReadOnly = true;
  604. this.cmbtreevDressStatus.SelectedNode = null;
  605. this.cmbtreevDressStatus.Size = new System.Drawing.Size(80, 20);
  606. this.cmbtreevDressStatus.StrGetName = "";
  607. this.cmbtreevDressStatus.StrGetTagName = "";
  608. this.cmbtreevDressStatus.StrKey = null;
  609. this.cmbtreevDressStatus.TabIndex = 13;
  610. //
  611. // DressOrderReportFormMain
  612. //
  613. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  614. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  615. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  616. this.ClientSize = new System.Drawing.Size(910, 610);
  617. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  618. this.IsShowUcNavigationTool = true;
  619. this.Name = "DressOrderReportFormMain";
  620. this.Text = "礼服订单报表";
  621. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  622. this.plExMainContainer.ResumeLayout(false);
  623. this.plFormMainContent.ResumeLayout(false);
  624. this.panelEx1.ResumeLayout(false);
  625. this.panelEx2.ResumeLayout(false);
  626. this.flowLayoutPanel1.ResumeLayout(false);
  627. this.panelEx3.ResumeLayout(false);
  628. this.panelOutRent.ResumeLayout(false);
  629. this.panelOutRent.PerformLayout();
  630. this.panelOutSale.ResumeLayout(false);
  631. this.panelOutSale.PerformLayout();
  632. this.panelPreselected.ResumeLayout(false);
  633. this.panelPreselected.PerformLayout();
  634. this.panelSendWash.ResumeLayout(false);
  635. this.panelSendWash.PerformLayout();
  636. this.panelArrears.ResumeLayout(false);
  637. this.panelArrears.PerformLayout();
  638. this.panelShowCompleteOrder.ResumeLayout(false);
  639. this.panelShowCompleteOrder.PerformLayout();
  640. this.panelEx4.ResumeLayout(false);
  641. this.panelEx4.PerformLayout();
  642. this.ResumeLayout(false);
  643. }
  644. #endregion
  645. private ComponentLibrary.PanelEx panelEx1;
  646. private ComponentLibrary.PanelEx panelEx3;
  647. private ComponentLibrary.PanelEx panelEx2;
  648. protected internal UCPager.ucPagerEx ucPagerEx1;
  649. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  650. protected internal ComponentLibrary.TextBoxEx cmbTextQuery;
  651. protected internal ComponentLibrary.ButtonEx btnQuery;
  652. protected internal ComponentLibrary.ButtonEx btnConditionQuery;
  653. protected internal ComponentLibrary.ButtonEx btnReservation;
  654. protected internal ComponentLibrary.ButtonEx btnDelete;
  655. protected internal ComponentLibrary.ButtonEx btnPrint;
  656. protected internal ComponentLibrary.ButtonEx btnCloseed;
  657. protected internal ComponentLibrary.ButtonEx btnExport;
  658. protected internal ComponentLibrary.PanelEx panelSendWash;
  659. protected internal ComponentLibrary.PanelEx panelOutSale;
  660. protected internal ComponentLibrary.PanelEx panelOutRent;
  661. protected internal ComponentLibrary.CheckBoxEx chkOutRent;
  662. protected internal ComponentLibrary.CheckBoxEx chkOutSale;
  663. protected internal ComponentLibrary.CheckBoxEx chkSendWash;
  664. protected internal ComponentLibrary.PanelEx panelArrears;
  665. protected internal ComponentLibrary.CheckBoxEx chkArrears;
  666. protected internal ComponentLibrary.ButtonEx btnReturnDress;
  667. protected internal ComponentLibrary.ButtonEx btnReturnDeposit;
  668. protected internal ComponentLibrary.ButtonEx btnPayment;
  669. protected internal ComponentLibrary.PanelEx panelShowCompleteOrder;
  670. protected internal ComponentLibrary.CheckBoxEx chkShowCompleteOrder;
  671. protected internal ComponentLibrary.PanelEx panelPreselected;
  672. protected internal ComponentLibrary.CheckBoxEx chkPreselected;
  673. protected internal ComponentLibrary.ListViewEx listViewData;
  674. private ComponentLibrary.PanelEx panelEx4;
  675. protected internal ComponentLibrary.TextBoxEx txtDreesDay;
  676. private ComponentLibrary.LabelEx labelEx1;
  677. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDressStatus;
  678. }
  679. }