ToolboxDressSamllForm.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  1. namespace LYFZ.Software.UI.Dresses.SetSmallForm
  2. {
  3. partial class ToolboxDressSamllForm
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolboxDressSamllForm));
  30. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.panelLoadMore = new LYFZ.ComponentLibrary.PanelEx();
  33. this.lblLoadMore = new LYFZ.ComponentLibrary.LabelEx();
  34. this.listViewData_Source = new LYFZ.ComponentLibrary.ListViewEx();
  35. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.lblTotalDressCount = new LYFZ.ComponentLibrary.LabelEx();
  37. this.lblDressDetails = new LYFZ.ComponentLibrary.LabelEx();
  38. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.listViewData_Selected = new LYFZ.ComponentLibrary.ListViewEx();
  40. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  41. this.lblPrompt = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.dtTakeDressTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
  47. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.cmbtreevDressType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  50. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
  53. this.btnSaveDay = new LYFZ.ComponentLibrary.ButtonForm();
  54. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.txtDayNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  56. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  57. this.plExMainContainer.SuspendLayout();
  58. this.plFormMainContent.SuspendLayout();
  59. this.panelEx1.SuspendLayout();
  60. this.panelEx3.SuspendLayout();
  61. this.panelLoadMore.SuspendLayout();
  62. this.panelEx5.SuspendLayout();
  63. this.panelEx2.SuspendLayout();
  64. this.panelEx4.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // plExMainContainer
  68. //
  69. this.plExMainContainer.Controls.Add(this.panelEx1);
  70. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  71. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  72. this.plExMainContainer.Size = new System.Drawing.Size(930, 505);
  73. //
  74. // plFormMainContent
  75. //
  76. this.plFormMainContent.Controls.Add(this.txtDayNumber);
  77. this.plFormMainContent.Controls.Add(this.cmbtreevDressType);
  78. this.plFormMainContent.Controls.Add(this.dtTakeDressTime);
  79. this.plFormMainContent.Controls.Add(this.txtQuery);
  80. this.plFormMainContent.Controls.Add(this.labelEx2);
  81. this.plFormMainContent.Controls.Add(this.btnSaveDay);
  82. this.plFormMainContent.Controls.Add(this.labelEx7);
  83. this.plFormMainContent.Controls.Add(this.labelEx3);
  84. this.plFormMainContent.Controls.Add(this.btnQuery);
  85. this.plFormMainContent.Controls.Add(this.labelEx4);
  86. this.plFormMainContent.Size = new System.Drawing.Size(930, 545);
  87. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  88. this.plFormMainContent.Controls.SetChildIndex(this.labelEx4, 0);
  89. this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
  90. this.plFormMainContent.Controls.SetChildIndex(this.labelEx3, 0);
  91. this.plFormMainContent.Controls.SetChildIndex(this.labelEx7, 0);
  92. this.plFormMainContent.Controls.SetChildIndex(this.btnSaveDay, 0);
  93. this.plFormMainContent.Controls.SetChildIndex(this.labelEx2, 0);
  94. this.plFormMainContent.Controls.SetChildIndex(this.txtQuery, 0);
  95. this.plFormMainContent.Controls.SetChildIndex(this.dtTakeDressTime, 0);
  96. this.plFormMainContent.Controls.SetChildIndex(this.cmbtreevDressType, 0);
  97. this.plFormMainContent.Controls.SetChildIndex(this.txtDayNumber, 0);
  98. //
  99. // btnAppFormMaximize
  100. //
  101. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  102. this.btnAppFormMaximize.Location = new System.Drawing.Point(871, 0);
  103. //
  104. // btnAppFormExit
  105. //
  106. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  107. this.btnAppFormExit.Location = new System.Drawing.Point(898, 0);
  108. //
  109. // btnAppFormMinimize
  110. //
  111. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  112. this.btnAppFormMinimize.Location = new System.Drawing.Point(844, 0);
  113. //
  114. // panelEx1
  115. //
  116. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  117. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  118. this.panelEx1.BorderWidth = 1;
  119. this.panelEx1.Controls.Add(this.panelEx3);
  120. this.panelEx1.Controls.Add(this.panelEx2);
  121. this.panelEx1.Controls.Add(this.panelEx4);
  122. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  124. this.panelEx1.Name = "panelEx1";
  125. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  126. this.panelEx1.Size = new System.Drawing.Size(920, 495);
  127. this.panelEx1.TabIndex = 0;
  128. //
  129. // panelEx3
  130. //
  131. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  132. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  133. this.panelEx3.BorderWidth = 1;
  134. this.panelEx3.Controls.Add(this.panelLoadMore);
  135. this.panelEx3.Controls.Add(this.listViewData_Source);
  136. this.panelEx3.Controls.Add(this.panelEx5);
  137. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
  138. this.panelEx3.Location = new System.Drawing.Point(2, 42);
  139. this.panelEx3.Name = "panelEx3";
  140. this.panelEx3.Padding = new System.Windows.Forms.Padding(2);
  141. this.panelEx3.Size = new System.Drawing.Size(633, 451);
  142. this.panelEx3.TabIndex = 1;
  143. //
  144. // panelLoadMore
  145. //
  146. this.panelLoadMore.BackColor = System.Drawing.Color.Silver;
  147. this.panelLoadMore.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  148. this.panelLoadMore.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  149. this.panelLoadMore.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  150. this.panelLoadMore.BorderWidth = 1;
  151. this.panelLoadMore.Controls.Add(this.lblLoadMore);
  152. this.panelLoadMore.Location = new System.Drawing.Point(224, 336);
  153. this.panelLoadMore.Name = "panelLoadMore";
  154. this.panelLoadMore.Size = new System.Drawing.Size(200, 35);
  155. this.panelLoadMore.TabIndex = 2301;
  156. //
  157. // lblLoadMore
  158. //
  159. this.lblLoadMore.AutoSize = true;
  160. this.lblLoadMore.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  161. this.lblLoadMore.ForeColor = System.Drawing.Color.Red;
  162. this.lblLoadMore.Location = new System.Drawing.Point(54, 2);
  163. this.lblLoadMore.Name = "lblLoadMore";
  164. this.lblLoadMore.Size = new System.Drawing.Size(92, 27);
  165. this.lblLoadMore.TabIndex = 0;
  166. this.lblLoadMore.Text = "显示更多";
  167. //
  168. // listViewData_Source
  169. //
  170. this.listViewData_Source.AllowDrop = true;
  171. this.listViewData_Source.Dock = System.Windows.Forms.DockStyle.Fill;
  172. this.listViewData_Source.FullRowSelect = true;
  173. this.listViewData_Source.IsDefaultShowGroups = false;
  174. this.listViewData_Source.Location = new System.Drawing.Point(2, 2);
  175. this.listViewData_Source.Name = "listViewData_Source";
  176. this.listViewData_Source.Size = new System.Drawing.Size(629, 372);
  177. this.listViewData_Source.TabIndex = 2298;
  178. this.listViewData_Source.UseCompatibleStateImageBehavior = false;
  179. //
  180. // panelEx5
  181. //
  182. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  183. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  184. this.panelEx5.BorderWidth = 1;
  185. this.panelEx5.Controls.Add(this.lblTotalDressCount);
  186. this.panelEx5.Controls.Add(this.lblDressDetails);
  187. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Bottom;
  188. this.panelEx5.Location = new System.Drawing.Point(2, 374);
  189. this.panelEx5.Name = "panelEx5";
  190. this.panelEx5.Size = new System.Drawing.Size(629, 75);
  191. this.panelEx5.TabIndex = 2300;
  192. //
  193. // lblTotalDressCount
  194. //
  195. this.lblTotalDressCount.AutoSize = true;
  196. this.lblTotalDressCount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  197. this.lblTotalDressCount.ForeColor = System.Drawing.Color.Red;
  198. this.lblTotalDressCount.Location = new System.Drawing.Point(15, 3);
  199. this.lblTotalDressCount.Name = "lblTotalDressCount";
  200. this.lblTotalDressCount.Size = new System.Drawing.Size(56, 17);
  201. this.lblTotalDressCount.TabIndex = 2239;
  202. this.lblTotalDressCount.Text = "礼服数:";
  203. this.toolTip1.SetToolTip(this.lblTotalDressCount, "点击设置每页加载条数");
  204. //
  205. // lblDressDetails
  206. //
  207. this.lblDressDetails.AutoSize = true;
  208. this.lblDressDetails.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  209. this.lblDressDetails.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  210. this.lblDressDetails.Location = new System.Drawing.Point(4, 23);
  211. this.lblDressDetails.Name = "lblDressDetails";
  212. this.lblDressDetails.Size = new System.Drawing.Size(68, 17);
  213. this.lblDressDetails.TabIndex = 280;
  214. this.lblDressDetails.Text = "礼服编号:";
  215. //
  216. // panelEx2
  217. //
  218. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  219. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  220. this.panelEx2.BorderWidth = 1;
  221. this.panelEx2.Controls.Add(this.listViewData_Selected);
  222. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Right;
  223. this.panelEx2.Location = new System.Drawing.Point(635, 42);
  224. this.panelEx2.Name = "panelEx2";
  225. this.panelEx2.Padding = new System.Windows.Forms.Padding(2);
  226. this.panelEx2.Size = new System.Drawing.Size(283, 451);
  227. this.panelEx2.TabIndex = 0;
  228. //
  229. // listViewData_Selected
  230. //
  231. this.listViewData_Selected.AllowDrop = true;
  232. this.listViewData_Selected.Dock = System.Windows.Forms.DockStyle.Fill;
  233. this.listViewData_Selected.FullRowSelect = true;
  234. this.listViewData_Selected.IsDefaultShowGroups = false;
  235. this.listViewData_Selected.Location = new System.Drawing.Point(2, 2);
  236. this.listViewData_Selected.Name = "listViewData_Selected";
  237. this.listViewData_Selected.Size = new System.Drawing.Size(279, 447);
  238. this.listViewData_Selected.TabIndex = 2299;
  239. this.listViewData_Selected.UseCompatibleStateImageBehavior = false;
  240. //
  241. // panelEx4
  242. //
  243. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  244. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  245. this.panelEx4.BorderWidth = 1;
  246. this.panelEx4.Controls.Add(this.lblPrompt);
  247. this.panelEx4.Controls.Add(this.labelEx6);
  248. this.panelEx4.Controls.Add(this.btnCancel);
  249. this.panelEx4.Controls.Add(this.btnOK);
  250. this.panelEx4.Controls.Add(this.labelEx1);
  251. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top;
  252. this.panelEx4.Location = new System.Drawing.Point(2, 2);
  253. this.panelEx4.Name = "panelEx4";
  254. this.panelEx4.Size = new System.Drawing.Size(916, 40);
  255. this.panelEx4.TabIndex = 2300;
  256. //
  257. // lblPrompt
  258. //
  259. this.lblPrompt.AutoSize = true;
  260. this.lblPrompt.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  261. this.lblPrompt.ForeColor = System.Drawing.Color.Red;
  262. this.lblPrompt.Location = new System.Drawing.Point(104, 19);
  263. this.lblPrompt.Name = "lblPrompt";
  264. this.lblPrompt.Size = new System.Drawing.Size(80, 17);
  265. this.lblPrompt.TabIndex = 2238;
  266. this.lblPrompt.Text = "礼服被选详情";
  267. this.lblPrompt.Visible = false;
  268. //
  269. // labelEx6
  270. //
  271. this.labelEx6.AutoSize = true;
  272. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  273. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  274. this.labelEx6.Location = new System.Drawing.Point(5, 17);
  275. this.labelEx6.Name = "labelEx6";
  276. this.labelEx6.Size = new System.Drawing.Size(93, 19);
  277. this.labelEx6.TabIndex = 2237;
  278. this.labelEx6.Text = "可挑选的礼服";
  279. //
  280. // btnCancel
  281. //
  282. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  283. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  284. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  285. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  286. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  287. this.btnCancel.ForeColor = System.Drawing.Color.White;
  288. this.btnCancel.IsCustomBackImg = false;
  289. this.btnCancel.IsShowText = true;
  290. this.btnCancel.Location = new System.Drawing.Point(840, 7);
  291. this.btnCancel.Name = "btnCancel";
  292. this.btnCancel.Size = new System.Drawing.Size(70, 27);
  293. this.btnCancel.TabIndex = 2236;
  294. this.btnCancel.Text = " 取 消";
  295. this.btnCancel.UseVisualStyleBackColor = false;
  296. //
  297. // btnOK
  298. //
  299. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  300. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  301. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  302. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  303. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  304. this.btnOK.ForeColor = System.Drawing.Color.White;
  305. this.btnOK.IsCustomBackImg = false;
  306. this.btnOK.IsShowText = true;
  307. this.btnOK.Location = new System.Drawing.Point(764, 7);
  308. this.btnOK.Name = "btnOK";
  309. this.btnOK.Size = new System.Drawing.Size(70, 27);
  310. this.btnOK.TabIndex = 2235;
  311. this.btnOK.Text = " 确 定";
  312. this.btnOK.UseVisualStyleBackColor = false;
  313. //
  314. // labelEx1
  315. //
  316. this.labelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  317. this.labelEx1.AutoSize = true;
  318. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  319. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  320. this.labelEx1.Location = new System.Drawing.Point(629, 17);
  321. this.labelEx1.Name = "labelEx1";
  322. this.labelEx1.Size = new System.Drawing.Size(93, 19);
  323. this.labelEx1.TabIndex = 0;
  324. this.labelEx1.Text = "已挑选的礼服";
  325. //
  326. // dtTakeDressTime
  327. //
  328. this.dtTakeDressTime.CustomFormat = " ";
  329. this.dtTakeDressTime.DateValue = "";
  330. this.dtTakeDressTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  331. this.dtTakeDressTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  332. this.dtTakeDressTime.IsShowTime = false;
  333. this.dtTakeDressTime.Location = new System.Drawing.Point(283, 8);
  334. this.dtTakeDressTime.Name = "dtTakeDressTime";
  335. this.dtTakeDressTime.Size = new System.Drawing.Size(95, 23);
  336. this.dtTakeDressTime.TabIndex = 282;
  337. //
  338. // btnQuery
  339. //
  340. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  341. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  342. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  343. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  344. this.btnQuery.ForeColor = System.Drawing.Color.White;
  345. this.btnQuery.IsCustomBackImg = false;
  346. this.btnQuery.IsShowText = true;
  347. this.btnQuery.Location = new System.Drawing.Point(586, 5);
  348. this.btnQuery.Name = "btnQuery";
  349. this.btnQuery.Size = new System.Drawing.Size(70, 26);
  350. this.btnQuery.TabIndex = 278;
  351. this.btnQuery.Text = " 查 询";
  352. this.btnQuery.UseVisualStyleBackColor = false;
  353. //
  354. // labelEx3
  355. //
  356. this.labelEx3.AutoSize = true;
  357. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  358. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  359. this.labelEx3.Location = new System.Drawing.Point(13, 10);
  360. this.labelEx3.Name = "labelEx3";
  361. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  362. this.labelEx3.TabIndex = 279;
  363. this.labelEx3.Text = "类别:";
  364. //
  365. // cmbtreevDressType
  366. //
  367. this.cmbtreevDressType.AfterSelectLevelFirstNode = true;
  368. this.cmbtreevDressType.DropDownHeight = 220;
  369. this.cmbtreevDressType.DropDownShow = false;
  370. this.cmbtreevDressType.FormattingEnabled = true;
  371. this.cmbtreevDressType.IntegralHeight = false;
  372. this.cmbtreevDressType.IsNodeMouseClick = true;
  373. this.cmbtreevDressType.IsSelectParentNode = false;
  374. this.cmbtreevDressType.Location = new System.Drawing.Point(53, 9);
  375. this.cmbtreevDressType.Name = "cmbtreevDressType";
  376. this.cmbtreevDressType.ReadOnly = true;
  377. this.cmbtreevDressType.SelectedNode = null;
  378. this.cmbtreevDressType.Size = new System.Drawing.Size(154, 20);
  379. this.cmbtreevDressType.StrGetName = "";
  380. this.cmbtreevDressType.StrGetTagName = "";
  381. this.cmbtreevDressType.StrKey = null;
  382. this.cmbtreevDressType.TabIndex = 280;
  383. //
  384. // labelEx2
  385. //
  386. this.labelEx2.AutoSize = true;
  387. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  388. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  389. this.labelEx2.Location = new System.Drawing.Point(218, 11);
  390. this.labelEx2.Name = "labelEx2";
  391. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  392. this.labelEx2.TabIndex = 281;
  393. this.labelEx2.Text = "取衣时间:";
  394. //
  395. // labelEx4
  396. //
  397. this.labelEx4.AutoSize = true;
  398. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  399. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  400. this.labelEx4.Location = new System.Drawing.Point(385, 10);
  401. this.labelEx4.Name = "labelEx4";
  402. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  403. this.labelEx4.TabIndex = 2234;
  404. this.labelEx4.Text = "礼服名称:";
  405. //
  406. // txtQuery
  407. //
  408. this.txtQuery.BackColor = System.Drawing.Color.Transparent;
  409. this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  410. this.txtQuery.Icon = null;
  411. this.txtQuery.IconIsButton = false;
  412. this.txtQuery.IsPasswordChat = '\0';
  413. this.txtQuery.IsSystemPasswordChar = false;
  414. this.txtQuery.Lines = new string[0];
  415. this.txtQuery.Location = new System.Drawing.Point(450, 6);
  416. this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
  417. this.txtQuery.MaxLength = 32767;
  418. this.txtQuery.MinimumSize = new System.Drawing.Size(0, 24);
  419. this.txtQuery.MouseBack = null;
  420. this.txtQuery.Multiline = false;
  421. this.txtQuery.Name = "txtQuery";
  422. this.txtQuery.NormlBack = null;
  423. this.txtQuery.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  424. this.txtQuery.ReadOnly = false;
  425. this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  426. this.txtQuery.Size = new System.Drawing.Size(120, 26);
  427. this.txtQuery.TabIndex = 2233;
  428. this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  429. this.txtQuery.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  430. this.txtQuery.WaterText = "也可输入拼音";
  431. this.txtQuery.WordWrap = true;
  432. //
  433. // btnSaveDay
  434. //
  435. this.btnSaveDay.BackColor = System.Drawing.Color.Transparent;
  436. this.btnSaveDay.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveDay.BackImg")));
  437. this.btnSaveDay.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  438. this.btnSaveDay.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  439. this.btnSaveDay.ForeColor = System.Drawing.Color.White;
  440. this.btnSaveDay.IsCustomBackImg = false;
  441. this.btnSaveDay.IsShowText = true;
  442. this.btnSaveDay.Location = new System.Drawing.Point(854, 6);
  443. this.btnSaveDay.Name = "btnSaveDay";
  444. this.btnSaveDay.Size = new System.Drawing.Size(65, 26);
  445. this.btnSaveDay.TabIndex = 2238;
  446. this.btnSaveDay.Text = " 保 存";
  447. this.btnSaveDay.UseVisualStyleBackColor = false;
  448. //
  449. // labelEx7
  450. //
  451. this.labelEx7.AutoSize = true;
  452. this.labelEx7.BackColor = System.Drawing.Color.Transparent;
  453. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  454. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  455. this.labelEx7.Location = new System.Drawing.Point(728, 10);
  456. this.labelEx7.Name = "labelEx7";
  457. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  458. this.labelEx7.TabIndex = 2240;
  459. this.labelEx7.Text = "回衣天数:";
  460. //
  461. // txtDayNumber
  462. //
  463. this.txtDayNumber.BackColor = System.Drawing.Color.Transparent;
  464. this.txtDayNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  465. this.txtDayNumber.Icon = null;
  466. this.txtDayNumber.IconIsButton = false;
  467. this.txtDayNumber.IsPasswordChat = '\0';
  468. this.txtDayNumber.IsSystemPasswordChar = false;
  469. this.txtDayNumber.Lines = new string[] {
  470. "0"};
  471. this.txtDayNumber.Location = new System.Drawing.Point(792, 6);
  472. this.txtDayNumber.Margin = new System.Windows.Forms.Padding(0);
  473. this.txtDayNumber.MaxLength = 32767;
  474. this.txtDayNumber.MinimumSize = new System.Drawing.Size(0, 24);
  475. this.txtDayNumber.MouseBack = null;
  476. this.txtDayNumber.Multiline = false;
  477. this.txtDayNumber.Name = "txtDayNumber";
  478. this.txtDayNumber.NormlBack = null;
  479. this.txtDayNumber.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  480. this.txtDayNumber.ReadOnly = false;
  481. this.txtDayNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  482. this.txtDayNumber.Size = new System.Drawing.Size(55, 26);
  483. this.txtDayNumber.TabIndex = 2241;
  484. this.txtDayNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  485. this.txtDayNumber.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  486. this.txtDayNumber.WaterText = "";
  487. this.txtDayNumber.WordWrap = true;
  488. //
  489. // ToolboxDressSamllForm
  490. //
  491. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  492. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  493. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  494. this.ClientSize = new System.Drawing.Size(930, 610);
  495. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  496. this.IsShowUcNavigationTool = true;
  497. this.Name = "ToolboxDressSamllForm";
  498. this.Text = "礼服工具箱(双击选中或移除)";
  499. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  500. this.plExMainContainer.ResumeLayout(false);
  501. this.plFormMainContent.ResumeLayout(false);
  502. this.plFormMainContent.PerformLayout();
  503. this.panelEx1.ResumeLayout(false);
  504. this.panelEx3.ResumeLayout(false);
  505. this.panelLoadMore.ResumeLayout(false);
  506. this.panelLoadMore.PerformLayout();
  507. this.panelEx5.ResumeLayout(false);
  508. this.panelEx5.PerformLayout();
  509. this.panelEx2.ResumeLayout(false);
  510. this.panelEx4.ResumeLayout(false);
  511. this.panelEx4.PerformLayout();
  512. this.ResumeLayout(false);
  513. }
  514. #endregion
  515. private ComponentLibrary.PanelEx panelEx1;
  516. private ComponentLibrary.PanelEx panelEx3;
  517. private ComponentLibrary.PanelEx panelEx2;
  518. protected internal ComponentLibrary.ListViewEx listViewData_Source;
  519. protected internal ComponentLibrary.ListViewEx listViewData_Selected;
  520. private ComponentLibrary.PanelEx panelEx5;
  521. private ComponentLibrary.PanelEx panelEx4;
  522. private ComponentLibrary.LabelEx labelEx1;
  523. protected internal ComponentLibrary.DateTimePickerEx dtTakeDressTime;
  524. private ComponentLibrary.LabelEx labelEx3;
  525. private ComponentLibrary.LabelEx labelEx2;
  526. protected internal ComponentLibrary.TextBoxEx txtQuery;
  527. private ComponentLibrary.LabelEx labelEx4;
  528. protected internal ComponentLibrary.ButtonEx btnQuery;
  529. protected internal ComponentLibrary.ButtonEx btnCancel;
  530. protected internal ComponentLibrary.ButtonEx btnOK;
  531. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDressType;
  532. protected internal ComponentLibrary.LabelEx lblDressDetails;
  533. private ComponentLibrary.LabelEx labelEx6;
  534. protected ComponentLibrary.ButtonForm btnSaveDay;
  535. protected ComponentLibrary.LabelEx labelEx7;
  536. protected internal ComponentLibrary.TextBoxEx txtDayNumber;
  537. protected internal ComponentLibrary.LabelEx lblPrompt;
  538. protected internal ComponentLibrary.PanelEx panelLoadMore;
  539. protected internal ComponentLibrary.LabelEx lblLoadMore;
  540. protected internal ComponentLibrary.LabelEx lblTotalDressCount;
  541. private System.Windows.Forms.ToolTip toolTip1;
  542. }
  543. }