FrmDressManagement.Designer.cs 32 KB

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