FrmDressValet.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. namespace LYFZ.Software.UI.Dresses.DressManagement.Valet
  2. {
  3. partial class FrmDressValet
  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(FrmDressValet));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnClear = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.picDsfm_PicturePath = new LYFZ.ComponentLibrary.PictureBoxEx();
  36. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  37. this.Dsfm_DressNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Dsfm_DressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Dsfm_DressQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Dsfm_CostPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Dsfm_SalePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.txtDsro_ReservationBackTime = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  44. this.lbltxtDsro_ReservationBackTime = new LYFZ.ComponentLibrary.LabelEx();
  45. this.txtDsro_TakeDressTime = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  46. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  48. this.txtDsro_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  49. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.txtDsro_CreateDateTime = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  51. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.txtDsro_CreateName = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  53. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.txtDsro_Number = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  55. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  58. this.plExMainContainer.SuspendLayout();
  59. this.plFormMainContent.SuspendLayout();
  60. this.panelEx2.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // plExMainContainer
  66. //
  67. this.plExMainContainer.Controls.Add(this.panelEx2);
  68. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  69. //
  70. // btnAppFormExit
  71. //
  72. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  73. //
  74. // btnAppFormMinimize
  75. //
  76. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  77. //
  78. // panelEx2
  79. //
  80. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  81. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  82. this.panelEx2.BorderWidth = 1;
  83. this.panelEx2.Controls.Add(this.btnClose);
  84. this.panelEx2.Controls.Add(this.btnClear);
  85. this.panelEx2.Controls.Add(this.picDsfm_PicturePath);
  86. this.panelEx2.Controls.Add(this.dgv);
  87. this.panelEx2.Controls.Add(this.labelEx18);
  88. this.panelEx2.Controls.Add(this.txtDsro_ReservationBackTime);
  89. this.panelEx2.Controls.Add(this.lbltxtDsro_ReservationBackTime);
  90. this.panelEx2.Controls.Add(this.txtDsro_TakeDressTime);
  91. this.panelEx2.Controls.Add(this.labelEx16);
  92. this.panelEx2.Controls.Add(this.panelEx1);
  93. this.panelEx2.Controls.Add(this.txtDsro_Remark);
  94. this.panelEx2.Controls.Add(this.labelEx7);
  95. this.panelEx2.Controls.Add(this.txtDsro_CreateDateTime);
  96. this.panelEx2.Controls.Add(this.labelEx5);
  97. this.panelEx2.Controls.Add(this.txtDsro_CreateName);
  98. this.panelEx2.Controls.Add(this.labelEx4);
  99. this.panelEx2.Controls.Add(this.txtDsro_Number);
  100. this.panelEx2.Controls.Add(this.labelEx6);
  101. this.panelEx2.Controls.Add(this.labelEx1);
  102. this.panelEx2.Controls.Add(this.btnSave);
  103. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  105. this.panelEx2.Name = "panelEx2";
  106. this.panelEx2.Size = new System.Drawing.Size(890, 525);
  107. this.panelEx2.TabIndex = 199;
  108. //
  109. // btnClose
  110. //
  111. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  112. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  113. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  114. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  115. this.btnClose.ForeColor = System.Drawing.Color.White;
  116. this.btnClose.IsCustomBackImg = false;
  117. this.btnClose.IsShowText = true;
  118. this.btnClose.Location = new System.Drawing.Point(785, 8);
  119. this.btnClose.Name = "btnClose";
  120. this.btnClose.Size = new System.Drawing.Size(85, 26);
  121. this.btnClose.TabIndex = 272;
  122. this.btnClose.Text = " 关 闭";
  123. this.btnClose.UseVisualStyleBackColor = false;
  124. //
  125. // btnClear
  126. //
  127. this.btnClear.BackColor = System.Drawing.Color.Transparent;
  128. this.btnClear.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClear.BackImg")));
  129. this.btnClear.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  130. this.btnClear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  131. this.btnClear.ForeColor = System.Drawing.Color.White;
  132. this.btnClear.IsCustomBackImg = false;
  133. this.btnClear.IsShowText = true;
  134. this.btnClear.Location = new System.Drawing.Point(694, 8);
  135. this.btnClear.Name = "btnClear";
  136. this.btnClear.Size = new System.Drawing.Size(85, 26);
  137. this.btnClear.TabIndex = 271;
  138. this.btnClear.Text = " 清 空";
  139. this.btnClear.UseVisualStyleBackColor = false;
  140. //
  141. // picDsfm_PicturePath
  142. //
  143. this.picDsfm_PicturePath.BackColor = System.Drawing.Color.Silver;
  144. this.picDsfm_PicturePath.Cursor = System.Windows.Forms.Cursors.Hand;
  145. this.picDsfm_PicturePath.Enabled = false;
  146. this.picDsfm_PicturePath.Location = new System.Drawing.Point(540, 192);
  147. this.picDsfm_PicturePath.Name = "picDsfm_PicturePath";
  148. this.picDsfm_PicturePath.Size = new System.Drawing.Size(330, 325);
  149. this.picDsfm_PicturePath.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  150. this.picDsfm_PicturePath.TabIndex = 264;
  151. this.picDsfm_PicturePath.TabStop = false;
  152. //
  153. // dgv
  154. //
  155. this.dgv.AllowUserToAddRows = false;
  156. this.dgv.AllowUserToDeleteRows = false;
  157. this.dgv.AllowUserToResizeRows = false;
  158. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  159. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  160. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  161. | System.Windows.Forms.AnchorStyles.Left)));
  162. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  163. this.dgv.BackgroundColor = System.Drawing.Color.White;
  164. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  165. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  166. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  167. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  168. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  170. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  171. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  172. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  173. this.dgv.ColumnHeadersHeight = 24;
  174. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  175. this.Dsfm_DressNumber,
  176. this.Dsfm_DressName,
  177. this.Dsfm_DressQuantity,
  178. this.Dsfm_CostPrice,
  179. this.Dsfm_SalePrice});
  180. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  181. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  182. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  184. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  185. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  186. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  187. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  188. this.dgv.EnableHeadersVisualStyles = false;
  189. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  190. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  191. this.dgv.IsCompleteBonding = false;
  192. this.dgv.Location = new System.Drawing.Point(7, 192);
  193. this.dgv.MultiSelect = false;
  194. this.dgv.Name = "dgv";
  195. this.dgv.ReadOnly = true;
  196. this.dgv.RowHeadersVisible = false;
  197. this.dgv.RowTemplate.Height = 23;
  198. this.dgv.RowTemplate.ReadOnly = true;
  199. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  200. this.dgv.Size = new System.Drawing.Size(527, 325);
  201. this.dgv.TabIndex = 262;
  202. //
  203. // Dsfm_DressNumber
  204. //
  205. this.Dsfm_DressNumber.HeaderText = "编号";
  206. this.Dsfm_DressNumber.Name = "Dsfm_DressNumber";
  207. this.Dsfm_DressNumber.ReadOnly = true;
  208. //
  209. // Dsfm_DressName
  210. //
  211. this.Dsfm_DressName.HeaderText = "名称";
  212. this.Dsfm_DressName.Name = "Dsfm_DressName";
  213. this.Dsfm_DressName.ReadOnly = true;
  214. //
  215. // Dsfm_DressQuantity
  216. //
  217. this.Dsfm_DressQuantity.HeaderText = "数量";
  218. this.Dsfm_DressQuantity.Name = "Dsfm_DressQuantity";
  219. this.Dsfm_DressQuantity.ReadOnly = true;
  220. //
  221. // Dsfm_CostPrice
  222. //
  223. this.Dsfm_CostPrice.HeaderText = "成本价";
  224. this.Dsfm_CostPrice.Name = "Dsfm_CostPrice";
  225. this.Dsfm_CostPrice.ReadOnly = true;
  226. //
  227. // Dsfm_SalePrice
  228. //
  229. this.Dsfm_SalePrice.HeaderText = "出售价";
  230. this.Dsfm_SalePrice.Name = "Dsfm_SalePrice";
  231. this.Dsfm_SalePrice.ReadOnly = true;
  232. //
  233. // labelEx18
  234. //
  235. this.labelEx18.AutoSize = true;
  236. this.labelEx18.BackColor = System.Drawing.Color.Transparent;
  237. this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  238. this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  239. this.labelEx18.Location = new System.Drawing.Point(11, 172);
  240. this.labelEx18.Name = "labelEx18";
  241. this.labelEx18.Size = new System.Drawing.Size(56, 17);
  242. this.labelEx18.TabIndex = 261;
  243. this.labelEx18.Text = "礼服资料";
  244. //
  245. // txtDsro_ReservationBackTime
  246. //
  247. this.txtDsro_ReservationBackTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  248. this.txtDsro_ReservationBackTime.EmptyTextTip = null;
  249. this.txtDsro_ReservationBackTime.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  250. this.txtDsro_ReservationBackTime.Font = new System.Drawing.Font("微软雅黑", 9F);
  251. this.txtDsro_ReservationBackTime.Location = new System.Drawing.Point(463, 44);
  252. this.txtDsro_ReservationBackTime.Name = "txtDsro_ReservationBackTime";
  253. this.txtDsro_ReservationBackTime.Size = new System.Drawing.Size(90, 23);
  254. this.txtDsro_ReservationBackTime.TabIndex = 260;
  255. //
  256. // lbltxtDsro_ReservationBackTime
  257. //
  258. this.lbltxtDsro_ReservationBackTime.AutoSize = true;
  259. this.lbltxtDsro_ReservationBackTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  260. this.lbltxtDsro_ReservationBackTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  261. this.lbltxtDsro_ReservationBackTime.Location = new System.Drawing.Point(383, 47);
  262. this.lbltxtDsro_ReservationBackTime.Name = "lbltxtDsro_ReservationBackTime";
  263. this.lbltxtDsro_ReservationBackTime.Size = new System.Drawing.Size(77, 17);
  264. this.lbltxtDsro_ReservationBackTime.TabIndex = 259;
  265. this.lbltxtDsro_ReservationBackTime.Text = "* 还回时间:";
  266. //
  267. // txtDsro_TakeDressTime
  268. //
  269. this.txtDsro_TakeDressTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  270. this.txtDsro_TakeDressTime.EmptyTextTip = null;
  271. this.txtDsro_TakeDressTime.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  272. this.txtDsro_TakeDressTime.Font = new System.Drawing.Font("微软雅黑", 9F);
  273. this.txtDsro_TakeDressTime.Location = new System.Drawing.Point(283, 44);
  274. this.txtDsro_TakeDressTime.Name = "txtDsro_TakeDressTime";
  275. this.txtDsro_TakeDressTime.Size = new System.Drawing.Size(90, 23);
  276. this.txtDsro_TakeDressTime.TabIndex = 258;
  277. //
  278. // labelEx16
  279. //
  280. this.labelEx16.AutoSize = true;
  281. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  282. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  283. this.labelEx16.Location = new System.Drawing.Point(203, 47);
  284. this.labelEx16.Name = "labelEx16";
  285. this.labelEx16.Size = new System.Drawing.Size(77, 17);
  286. this.labelEx16.TabIndex = 257;
  287. this.labelEx16.Text = "* 送洗时间:";
  288. //
  289. // panelEx1
  290. //
  291. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  292. | System.Windows.Forms.AnchorStyles.Right)));
  293. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  294. this.panelEx1.BorderWidth = 1;
  295. this.panelEx1.Location = new System.Drawing.Point(0, 158);
  296. this.panelEx1.Name = "panelEx1";
  297. this.panelEx1.Size = new System.Drawing.Size(887, 1);
  298. this.panelEx1.TabIndex = 234;
  299. //
  300. // txtDsro_Remark
  301. //
  302. this.txtDsro_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  303. this.txtDsro_Remark.EmptyTextTip = null;
  304. this.txtDsro_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  305. this.txtDsro_Remark.Font = new System.Drawing.Font("微软雅黑", 9F);
  306. this.txtDsro_Remark.Location = new System.Drawing.Point(73, 78);
  307. this.txtDsro_Remark.Multiline = true;
  308. this.txtDsro_Remark.Name = "txtDsro_Remark";
  309. this.txtDsro_Remark.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
  310. this.txtDsro_Remark.Size = new System.Drawing.Size(797, 66);
  311. this.txtDsro_Remark.TabIndex = 233;
  312. //
  313. // labelEx7
  314. //
  315. this.labelEx7.AutoSize = true;
  316. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  317. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  318. this.labelEx7.Location = new System.Drawing.Point(27, 79);
  319. this.labelEx7.Name = "labelEx7";
  320. this.labelEx7.Size = new System.Drawing.Size(44, 17);
  321. this.labelEx7.TabIndex = 232;
  322. this.labelEx7.Text = "备注:";
  323. //
  324. // txtDsro_CreateDateTime
  325. //
  326. this.txtDsro_CreateDateTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  327. this.txtDsro_CreateDateTime.EmptyTextTip = null;
  328. this.txtDsro_CreateDateTime.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  329. this.txtDsro_CreateDateTime.Font = new System.Drawing.Font("微软雅黑", 9F);
  330. this.txtDsro_CreateDateTime.Location = new System.Drawing.Point(780, 44);
  331. this.txtDsro_CreateDateTime.Name = "txtDsro_CreateDateTime";
  332. this.txtDsro_CreateDateTime.ReadOnly = true;
  333. this.txtDsro_CreateDateTime.Size = new System.Drawing.Size(90, 23);
  334. this.txtDsro_CreateDateTime.TabIndex = 231;
  335. //
  336. // labelEx5
  337. //
  338. this.labelEx5.AutoSize = true;
  339. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  340. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  341. this.labelEx5.Location = new System.Drawing.Point(733, 47);
  342. this.labelEx5.Name = "labelEx5";
  343. this.labelEx5.Size = new System.Drawing.Size(44, 17);
  344. this.labelEx5.TabIndex = 230;
  345. this.labelEx5.Text = "日期:";
  346. //
  347. // txtDsro_CreateName
  348. //
  349. this.txtDsro_CreateName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  350. this.txtDsro_CreateName.EmptyTextTip = null;
  351. this.txtDsro_CreateName.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  352. this.txtDsro_CreateName.Font = new System.Drawing.Font("微软雅黑", 9F);
  353. this.txtDsro_CreateName.Location = new System.Drawing.Point(624, 44);
  354. this.txtDsro_CreateName.Name = "txtDsro_CreateName";
  355. this.txtDsro_CreateName.ReadOnly = true;
  356. this.txtDsro_CreateName.Size = new System.Drawing.Size(90, 23);
  357. this.txtDsro_CreateName.TabIndex = 229;
  358. //
  359. // labelEx4
  360. //
  361. this.labelEx4.AutoSize = true;
  362. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  363. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  364. this.labelEx4.Location = new System.Drawing.Point(565, 47);
  365. this.labelEx4.Name = "labelEx4";
  366. this.labelEx4.Size = new System.Drawing.Size(56, 17);
  367. this.labelEx4.TabIndex = 228;
  368. this.labelEx4.Text = "经手人:";
  369. //
  370. // txtDsro_Number
  371. //
  372. this.txtDsro_Number.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  373. this.txtDsro_Number.EmptyTextTip = null;
  374. this.txtDsro_Number.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  375. this.txtDsro_Number.Font = new System.Drawing.Font("微软雅黑", 9F);
  376. this.txtDsro_Number.Location = new System.Drawing.Point(73, 44);
  377. this.txtDsro_Number.Name = "txtDsro_Number";
  378. this.txtDsro_Number.ReadOnly = true;
  379. this.txtDsro_Number.Size = new System.Drawing.Size(120, 23);
  380. this.txtDsro_Number.TabIndex = 223;
  381. //
  382. // labelEx6
  383. //
  384. this.labelEx6.AutoSize = true;
  385. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  386. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  387. this.labelEx6.Location = new System.Drawing.Point(27, 47);
  388. this.labelEx6.Name = "labelEx6";
  389. this.labelEx6.Size = new System.Drawing.Size(44, 17);
  390. this.labelEx6.TabIndex = 222;
  391. this.labelEx6.Text = "单号:";
  392. //
  393. // labelEx1
  394. //
  395. this.labelEx1.AutoSize = true;
  396. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  397. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  398. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  399. this.labelEx1.Location = new System.Drawing.Point(11, 13);
  400. this.labelEx1.Name = "labelEx1";
  401. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  402. this.labelEx1.TabIndex = 201;
  403. this.labelEx1.Text = "送洗资料";
  404. //
  405. // btnSave
  406. //
  407. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  408. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  409. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  410. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  411. this.btnSave.ForeColor = System.Drawing.Color.White;
  412. this.btnSave.IsCustomBackImg = false;
  413. this.btnSave.IsShowText = true;
  414. this.btnSave.Location = new System.Drawing.Point(603, 8);
  415. this.btnSave.Name = "btnSave";
  416. this.btnSave.Size = new System.Drawing.Size(85, 26);
  417. this.btnSave.TabIndex = 200;
  418. this.btnSave.Text = " 保 存";
  419. this.btnSave.UseVisualStyleBackColor = false;
  420. //
  421. // FrmDressValet
  422. //
  423. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  424. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  425. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  426. this.ClientSize = new System.Drawing.Size(910, 610);
  427. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  428. this.IsUserControlsSize = false;
  429. this.Name = "FrmDressValet";
  430. this.Text = "送洗";
  431. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  432. this.plExMainContainer.ResumeLayout(false);
  433. this.plFormMainContent.ResumeLayout(false);
  434. this.panelEx2.ResumeLayout(false);
  435. this.panelEx2.PerformLayout();
  436. ((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).EndInit();
  437. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  438. this.ResumeLayout(false);
  439. }
  440. #endregion
  441. private ComponentLibrary.PanelEx panelEx2;
  442. protected ComponentLibrary.ButtonEx btnClose;
  443. protected ComponentLibrary.ButtonEx btnClear;
  444. protected ComponentLibrary.PictureBoxEx picDsfm_PicturePath;
  445. protected ComponentLibrary.DataGridViewEx dgv;
  446. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressNumber;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressName;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressQuantity;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_CostPrice;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_SalePrice;
  451. private ComponentLibrary.LabelEx labelEx18;
  452. protected ComponentLibrary.TextBoxBasicEx txtDsro_ReservationBackTime;
  453. protected ComponentLibrary.LabelEx lbltxtDsro_ReservationBackTime;
  454. protected ComponentLibrary.TextBoxBasicEx txtDsro_TakeDressTime;
  455. private ComponentLibrary.LabelEx labelEx16;
  456. private ComponentLibrary.PanelEx panelEx1;
  457. protected ComponentLibrary.TextBoxBasicEx txtDsro_Remark;
  458. private ComponentLibrary.LabelEx labelEx7;
  459. protected ComponentLibrary.TextBoxBasicEx txtDsro_CreateDateTime;
  460. private ComponentLibrary.LabelEx labelEx5;
  461. protected ComponentLibrary.TextBoxBasicEx txtDsro_CreateName;
  462. private ComponentLibrary.LabelEx labelEx4;
  463. protected ComponentLibrary.TextBoxBasicEx txtDsro_Number;
  464. private ComponentLibrary.LabelEx labelEx6;
  465. private ComponentLibrary.LabelEx labelEx1;
  466. protected ComponentLibrary.ButtonEx btnSave;
  467. }
  468. }