DressOpenOrderSendWashSmallForm.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. namespace LYFZ.Software.UI.Dresses.SetSmallForm
  2. {
  3. partial class DressOpenOrderSendWashSmallForm
  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(DressOpenOrderSendWashSmallForm));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.btnDressDelete = new LYFZ.ComponentLibrary.ButtonForm();
  31. this.btnDressToolbox = new LYFZ.ComponentLibrary.ButtonForm();
  32. this.listViewData = new LYFZ.ComponentLibrary.ListViewEx();
  33. this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.txtEnterName = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.txtOrderNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.dtpSendWashTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
  38. this.dtpReservationBackTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
  39. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.lbltxtDsro_ReservationBackTime = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.btnNewOrder = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.btnCloseed = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  49. this.plExMainContainer.SuspendLayout();
  50. this.plFormMainContent.SuspendLayout();
  51. this.panelEx1.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // plExMainContainer
  55. //
  56. this.plExMainContainer.Controls.Add(this.panelEx1);
  57. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  58. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  59. this.plExMainContainer.Size = new System.Drawing.Size(955, 505);
  60. //
  61. // plFormMainContent
  62. //
  63. this.plFormMainContent.Controls.Add(this.panelEx2);
  64. this.plFormMainContent.Controls.Add(this.btnNewOrder);
  65. this.plFormMainContent.Controls.Add(this.btnSaveed);
  66. this.plFormMainContent.Controls.Add(this.btnCloseed);
  67. this.plFormMainContent.Size = new System.Drawing.Size(955, 545);
  68. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  69. this.plFormMainContent.Controls.SetChildIndex(this.btnCloseed, 0);
  70. this.plFormMainContent.Controls.SetChildIndex(this.btnSaveed, 0);
  71. this.plFormMainContent.Controls.SetChildIndex(this.btnNewOrder, 0);
  72. this.plFormMainContent.Controls.SetChildIndex(this.panelEx2, 0);
  73. //
  74. // btnAppFormMaximize
  75. //
  76. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  77. this.btnAppFormMaximize.Location = new System.Drawing.Point(896, 0);
  78. //
  79. // btnAppFormExit
  80. //
  81. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  82. this.btnAppFormExit.Location = new System.Drawing.Point(923, 0);
  83. //
  84. // btnAppFormMinimize
  85. //
  86. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  87. this.btnAppFormMinimize.Location = new System.Drawing.Point(869, 0);
  88. //
  89. // panelEx1
  90. //
  91. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  92. this.panelEx1.BorderWidth = 1;
  93. this.panelEx1.Controls.Add(this.btnDressDelete);
  94. this.panelEx1.Controls.Add(this.btnDressToolbox);
  95. this.panelEx1.Controls.Add(this.listViewData);
  96. this.panelEx1.Controls.Add(this.labelEx18);
  97. this.panelEx1.Controls.Add(this.txtEnterName);
  98. this.panelEx1.Controls.Add(this.txtRemark);
  99. this.panelEx1.Controls.Add(this.txtOrderNumber);
  100. this.panelEx1.Controls.Add(this.dtpSendWashTime);
  101. this.panelEx1.Controls.Add(this.dtpReservationBackTime);
  102. this.panelEx1.Controls.Add(this.labelEx4);
  103. this.panelEx1.Controls.Add(this.lbltxtDsro_ReservationBackTime);
  104. this.panelEx1.Controls.Add(this.labelEx16);
  105. this.panelEx1.Controls.Add(this.labelEx7);
  106. this.panelEx1.Controls.Add(this.labelEx6);
  107. this.panelEx1.Controls.Add(this.labelEx1);
  108. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
  109. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  110. this.panelEx1.Name = "panelEx1";
  111. this.panelEx1.Size = new System.Drawing.Size(935, 485);
  112. this.panelEx1.TabIndex = 0;
  113. //
  114. // btnDressDelete
  115. //
  116. this.btnDressDelete.BackColor = System.Drawing.Color.Transparent;
  117. this.btnDressDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDressDelete.BackImg")));
  118. this.btnDressDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  119. this.btnDressDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  120. this.btnDressDelete.ForeColor = System.Drawing.Color.White;
  121. this.btnDressDelete.IsCustomBackImg = false;
  122. this.btnDressDelete.IsShowText = true;
  123. this.btnDressDelete.Location = new System.Drawing.Point(740, 171);
  124. this.btnDressDelete.Name = "btnDressDelete";
  125. this.btnDressDelete.Size = new System.Drawing.Size(85, 28);
  126. this.btnDressDelete.TabIndex = 6;
  127. this.btnDressDelete.Text = " 删 除";
  128. this.btnDressDelete.UseVisualStyleBackColor = false;
  129. //
  130. // btnDressToolbox
  131. //
  132. this.btnDressToolbox.BackColor = System.Drawing.Color.Transparent;
  133. this.btnDressToolbox.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDressToolbox.BackImg")));
  134. this.btnDressToolbox.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  135. this.btnDressToolbox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  136. this.btnDressToolbox.ForeColor = System.Drawing.Color.White;
  137. this.btnDressToolbox.IsCustomBackImg = false;
  138. this.btnDressToolbox.IsShowText = true;
  139. this.btnDressToolbox.Location = new System.Drawing.Point(832, 171);
  140. this.btnDressToolbox.Name = "btnDressToolbox";
  141. this.btnDressToolbox.Size = new System.Drawing.Size(90, 28);
  142. this.btnDressToolbox.TabIndex = 5;
  143. this.btnDressToolbox.Text = " 礼服工具箱";
  144. this.btnDressToolbox.UseVisualStyleBackColor = false;
  145. //
  146. // listViewData
  147. //
  148. this.listViewData.AllowDrop = true;
  149. this.listViewData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  150. | System.Windows.Forms.AnchorStyles.Left)
  151. | System.Windows.Forms.AnchorStyles.Right)));
  152. this.listViewData.FullRowSelect = true;
  153. this.listViewData.IsDefaultShowGroups = false;
  154. this.listViewData.Location = new System.Drawing.Point(13, 204);
  155. this.listViewData.Name = "listViewData";
  156. this.listViewData.Size = new System.Drawing.Size(910, 270);
  157. this.listViewData.TabIndex = 2301;
  158. this.listViewData.UseCompatibleStateImageBehavior = false;
  159. //
  160. // labelEx18
  161. //
  162. this.labelEx18.AutoSize = true;
  163. this.labelEx18.BackColor = System.Drawing.Color.Transparent;
  164. this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  165. this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  166. this.labelEx18.Location = new System.Drawing.Point(13, 176);
  167. this.labelEx18.Name = "labelEx18";
  168. this.labelEx18.Size = new System.Drawing.Size(56, 17);
  169. this.labelEx18.TabIndex = 2300;
  170. this.labelEx18.Text = "礼服资料";
  171. //
  172. // txtEnterName
  173. //
  174. this.txtEnterName.BackColor = System.Drawing.Color.Transparent;
  175. this.txtEnterName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  176. this.txtEnterName.Icon = null;
  177. this.txtEnterName.IconIsButton = false;
  178. this.txtEnterName.IsPasswordChat = '\0';
  179. this.txtEnterName.IsSystemPasswordChar = false;
  180. this.txtEnterName.Lines = new string[0];
  181. this.txtEnterName.Location = new System.Drawing.Point(804, 48);
  182. this.txtEnterName.Margin = new System.Windows.Forms.Padding(0);
  183. this.txtEnterName.MaxLength = 32767;
  184. this.txtEnterName.MinimumSize = new System.Drawing.Size(0, 24);
  185. this.txtEnterName.MouseBack = null;
  186. this.txtEnterName.Multiline = false;
  187. this.txtEnterName.Name = "txtEnterName";
  188. this.txtEnterName.NormlBack = null;
  189. this.txtEnterName.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  190. this.txtEnterName.ReadOnly = true;
  191. this.txtEnterName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  192. this.txtEnterName.Size = new System.Drawing.Size(117, 25);
  193. this.txtEnterName.TabIndex = 2254;
  194. this.txtEnterName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  195. this.txtEnterName.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  196. this.txtEnterName.WaterText = "";
  197. this.txtEnterName.WordWrap = true;
  198. //
  199. // txtRemark
  200. //
  201. this.txtRemark.BackColor = System.Drawing.Color.Transparent;
  202. this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  203. this.txtRemark.Icon = null;
  204. this.txtRemark.IconIsButton = false;
  205. this.txtRemark.IsPasswordChat = '\0';
  206. this.txtRemark.IsSystemPasswordChar = false;
  207. this.txtRemark.Lines = new string[0];
  208. this.txtRemark.Location = new System.Drawing.Point(87, 82);
  209. this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
  210. this.txtRemark.MaxLength = 32767;
  211. this.txtRemark.MinimumSize = new System.Drawing.Size(0, 24);
  212. this.txtRemark.MouseBack = null;
  213. this.txtRemark.Multiline = true;
  214. this.txtRemark.Name = "txtRemark";
  215. this.txtRemark.NormlBack = null;
  216. this.txtRemark.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  217. this.txtRemark.ReadOnly = false;
  218. this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  219. this.txtRemark.Size = new System.Drawing.Size(835, 59);
  220. this.txtRemark.TabIndex = 4;
  221. this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  222. this.txtRemark.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  223. this.txtRemark.WaterText = "";
  224. this.txtRemark.WordWrap = true;
  225. //
  226. // txtOrderNumber
  227. //
  228. this.txtOrderNumber.BackColor = System.Drawing.Color.Transparent;
  229. this.txtOrderNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  230. this.txtOrderNumber.Icon = null;
  231. this.txtOrderNumber.IconIsButton = false;
  232. this.txtOrderNumber.IsPasswordChat = '\0';
  233. this.txtOrderNumber.IsSystemPasswordChar = false;
  234. this.txtOrderNumber.Lines = new string[0];
  235. this.txtOrderNumber.Location = new System.Drawing.Point(87, 48);
  236. this.txtOrderNumber.Margin = new System.Windows.Forms.Padding(0);
  237. this.txtOrderNumber.MaxLength = 32767;
  238. this.txtOrderNumber.MinimumSize = new System.Drawing.Size(0, 24);
  239. this.txtOrderNumber.MouseBack = null;
  240. this.txtOrderNumber.Multiline = false;
  241. this.txtOrderNumber.Name = "txtOrderNumber";
  242. this.txtOrderNumber.NormlBack = null;
  243. this.txtOrderNumber.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  244. this.txtOrderNumber.ReadOnly = true;
  245. this.txtOrderNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  246. this.txtOrderNumber.Size = new System.Drawing.Size(150, 25);
  247. this.txtOrderNumber.TabIndex = 1;
  248. this.txtOrderNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  249. this.txtOrderNumber.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  250. this.txtOrderNumber.WaterText = "";
  251. this.txtOrderNumber.WordWrap = true;
  252. //
  253. // dtpSendWashTime
  254. //
  255. this.dtpSendWashTime.CustomFormat = " ";
  256. this.dtpSendWashTime.DateValue = "";
  257. this.dtpSendWashTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  258. this.dtpSendWashTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  259. this.dtpSendWashTime.IsShowTime = false;
  260. this.dtpSendWashTime.Location = new System.Drawing.Point(354, 49);
  261. this.dtpSendWashTime.Name = "dtpSendWashTime";
  262. this.dtpSendWashTime.Size = new System.Drawing.Size(110, 23);
  263. this.dtpSendWashTime.TabIndex = 2;
  264. //
  265. // dtpReservationBackTime
  266. //
  267. this.dtpReservationBackTime.CustomFormat = " ";
  268. this.dtpReservationBackTime.DateValue = "";
  269. this.dtpReservationBackTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  270. this.dtpReservationBackTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  271. this.dtpReservationBackTime.IsShowTime = false;
  272. this.dtpReservationBackTime.Location = new System.Drawing.Point(584, 49);
  273. this.dtpReservationBackTime.Name = "dtpReservationBackTime";
  274. this.dtpReservationBackTime.Size = new System.Drawing.Size(110, 23);
  275. this.dtpReservationBackTime.TabIndex = 3;
  276. //
  277. // labelEx4
  278. //
  279. this.labelEx4.AutoSize = true;
  280. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  281. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  282. this.labelEx4.Location = new System.Drawing.Point(737, 52);
  283. this.labelEx4.Name = "labelEx4";
  284. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  285. this.labelEx4.TabIndex = 2243;
  286. this.labelEx4.Text = "送洗人员:";
  287. //
  288. // lbltxtDsro_ReservationBackTime
  289. //
  290. this.lbltxtDsro_ReservationBackTime.AutoSize = true;
  291. this.lbltxtDsro_ReservationBackTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  292. this.lbltxtDsro_ReservationBackTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  293. this.lbltxtDsro_ReservationBackTime.Location = new System.Drawing.Point(508, 52);
  294. this.lbltxtDsro_ReservationBackTime.Name = "lbltxtDsro_ReservationBackTime";
  295. this.lbltxtDsro_ReservationBackTime.Size = new System.Drawing.Size(77, 17);
  296. this.lbltxtDsro_ReservationBackTime.TabIndex = 2242;
  297. this.lbltxtDsro_ReservationBackTime.Text = "* 还回时间:";
  298. //
  299. // labelEx16
  300. //
  301. this.labelEx16.AutoSize = true;
  302. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  303. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  304. this.labelEx16.Location = new System.Drawing.Point(278, 52);
  305. this.labelEx16.Name = "labelEx16";
  306. this.labelEx16.Size = new System.Drawing.Size(77, 17);
  307. this.labelEx16.TabIndex = 2241;
  308. this.labelEx16.Text = "* 送洗时间:";
  309. //
  310. // labelEx7
  311. //
  312. this.labelEx7.AutoSize = true;
  313. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  314. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  315. this.labelEx7.Location = new System.Drawing.Point(21, 86);
  316. this.labelEx7.Name = "labelEx7";
  317. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  318. this.labelEx7.TabIndex = 2240;
  319. this.labelEx7.Text = "送洗备注:";
  320. //
  321. // labelEx6
  322. //
  323. this.labelEx6.AutoSize = true;
  324. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  325. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  326. this.labelEx6.Location = new System.Drawing.Point(33, 52);
  327. this.labelEx6.Name = "labelEx6";
  328. this.labelEx6.Size = new System.Drawing.Size(56, 17);
  329. this.labelEx6.TabIndex = 2237;
  330. this.labelEx6.Text = "订单号:";
  331. //
  332. // labelEx1
  333. //
  334. this.labelEx1.AutoSize = true;
  335. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  336. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  337. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  338. this.labelEx1.Location = new System.Drawing.Point(13, 20);
  339. this.labelEx1.Name = "labelEx1";
  340. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  341. this.labelEx1.TabIndex = 2236;
  342. this.labelEx1.Text = "订单资料";
  343. //
  344. // btnNewOrder
  345. //
  346. this.btnNewOrder.BackColor = System.Drawing.Color.Transparent;
  347. this.btnNewOrder.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNewOrder.BackImg")));
  348. this.btnNewOrder.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  349. this.btnNewOrder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  350. this.btnNewOrder.ForeColor = System.Drawing.Color.White;
  351. this.btnNewOrder.IsCustomBackImg = false;
  352. this.btnNewOrder.IsShowText = true;
  353. this.btnNewOrder.Location = new System.Drawing.Point(641, 6);
  354. this.btnNewOrder.Name = "btnNewOrder";
  355. this.btnNewOrder.Size = new System.Drawing.Size(90, 28);
  356. this.btnNewOrder.TabIndex = 7;
  357. this.btnNewOrder.Text = " 新订单";
  358. this.btnNewOrder.UseVisualStyleBackColor = false;
  359. //
  360. // btnSaveed
  361. //
  362. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  363. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  364. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  365. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  366. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  367. this.btnSaveed.IsCustomBackImg = false;
  368. this.btnSaveed.IsShowText = true;
  369. this.btnSaveed.Location = new System.Drawing.Point(744, 6);
  370. this.btnSaveed.Name = "btnSaveed";
  371. this.btnSaveed.Size = new System.Drawing.Size(90, 28);
  372. this.btnSaveed.TabIndex = 8;
  373. this.btnSaveed.Text = " 保 存";
  374. this.btnSaveed.UseVisualStyleBackColor = false;
  375. //
  376. // btnCloseed
  377. //
  378. this.btnCloseed.BackColor = System.Drawing.Color.Transparent;
  379. this.btnCloseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloseed.BackImg")));
  380. this.btnCloseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  381. this.btnCloseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  382. this.btnCloseed.ForeColor = System.Drawing.Color.White;
  383. this.btnCloseed.IsCustomBackImg = false;
  384. this.btnCloseed.IsShowText = true;
  385. this.btnCloseed.Location = new System.Drawing.Point(844, 6);
  386. this.btnCloseed.Name = "btnCloseed";
  387. this.btnCloseed.Size = new System.Drawing.Size(90, 28);
  388. this.btnCloseed.TabIndex = 9;
  389. this.btnCloseed.Text = " 关 闭";
  390. this.btnCloseed.UseVisualStyleBackColor = false;
  391. //
  392. // panelEx2
  393. //
  394. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  395. this.panelEx2.BorderWidth = 1;
  396. this.panelEx2.Location = new System.Drawing.Point(12, 6);
  397. this.panelEx2.Name = "panelEx2";
  398. this.panelEx2.Size = new System.Drawing.Size(257, 28);
  399. this.panelEx2.TabIndex = 339;
  400. //
  401. // DressOpenOrderSendWashSmallForm
  402. //
  403. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  404. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  405. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  406. this.ClientSize = new System.Drawing.Size(955, 610);
  407. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  408. this.IsShowUcNavigationTool = true;
  409. this.Name = "DressOpenOrderSendWashSmallForm";
  410. this.Text = "送洗";
  411. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  412. this.plExMainContainer.ResumeLayout(false);
  413. this.plFormMainContent.ResumeLayout(false);
  414. this.panelEx1.ResumeLayout(false);
  415. this.panelEx1.PerformLayout();
  416. this.ResumeLayout(false);
  417. }
  418. #endregion
  419. private ComponentLibrary.PanelEx panelEx1;
  420. protected ComponentLibrary.ButtonEx btnNewOrder;
  421. protected internal ComponentLibrary.ButtonEx btnSaveed;
  422. protected internal ComponentLibrary.ButtonEx btnCloseed;
  423. protected internal ComponentLibrary.TextBoxEx txtEnterName;
  424. protected internal ComponentLibrary.TextBoxEx txtRemark;
  425. protected internal ComponentLibrary.TextBoxEx txtOrderNumber;
  426. protected internal ComponentLibrary.DateTimePickerEx dtpSendWashTime;
  427. protected internal ComponentLibrary.DateTimePickerEx dtpReservationBackTime;
  428. private ComponentLibrary.LabelEx labelEx4;
  429. protected ComponentLibrary.LabelEx lbltxtDsro_ReservationBackTime;
  430. private ComponentLibrary.LabelEx labelEx16;
  431. private ComponentLibrary.LabelEx labelEx7;
  432. private ComponentLibrary.LabelEx labelEx6;
  433. protected internal ComponentLibrary.LabelEx labelEx1;
  434. protected internal ComponentLibrary.ButtonForm btnDressDelete;
  435. protected internal ComponentLibrary.ButtonForm btnDressToolbox;
  436. protected internal ComponentLibrary.ListViewEx listViewData;
  437. private ComponentLibrary.LabelEx labelEx18;
  438. private ComponentLibrary.PanelEx panelEx2;
  439. }
  440. }