FrmDressRental.Designer.cs 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918
  1. namespace LYFZ.Software.UI.Dresses.DressManagement.Rental
  2. {
  3. partial class FrmDressRental
  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(FrmDressRental));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.txtDsro_TakeDressTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
  35. this.txtDsro_ReservationBackTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
  36. this.txtDsro_CreateName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  37. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.txtDsro_CreateDateTime = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  39. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.txtDsro_HandledName = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  41. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.txtCus_DayForMarriage = new LYFZ.ComponentLibrary.MaskedTextDateEx(this.components);
  43. this.txtCus_Birthday = new LYFZ.ComponentLibrary.MaskedTextDateEx(this.components);
  44. this.txtCus_CustomerNumber = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  45. this.labelEx19 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.labelEx20 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.btnClear = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.radSell = new LYFZ.ComponentLibrary.RadioButtonEx();
  50. this.radRent = new LYFZ.ComponentLibrary.RadioButtonEx();
  51. this.btnCusSelect = new LYFZ.ComponentLibrary.ButtonForm();
  52. this.picDsfm_PicturePath = new LYFZ.ComponentLibrary.PictureBoxEx();
  53. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  54. this.Dsfm_DressNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Dsfm_DressName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Dsfm_DressQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.出租价 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Dsfm_SalePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Dsfm_CostPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.lbltxtDsro_ReservationBackTime = new LYFZ.ComponentLibrary.LabelEx();
  62. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  63. this.chkCus_DayForMarriageLunar = new LYFZ.ComponentLibrary.CheckBoxEx();
  64. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  65. this.chkCus_BirthdayLunar = new LYFZ.ComponentLibrary.CheckBoxEx();
  66. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  67. this.txtCus_WorkUnit = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  68. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  69. this.txtCus_Address = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  70. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  71. this.txtCus_QQ = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  72. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  73. this.txtCus_Telephone = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  74. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  75. this.txtCus_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  76. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  77. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  78. this.txtDsro_Remark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  79. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  80. this.txtDsro_MortgageAmount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  81. this.lblDsro_MortgageAmount = new LYFZ.ComponentLibrary.LabelEx();
  82. this.txtDsro_Amount = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  83. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  84. this.txtDsro_Number = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  85. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  86. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  87. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  88. this.plExMainContainer.SuspendLayout();
  89. this.plFormMainContent.SuspendLayout();
  90. this.panelEx2.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  93. this.SuspendLayout();
  94. //
  95. // plExMainContainer
  96. //
  97. this.plExMainContainer.Controls.Add(this.panelEx2);
  98. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  99. this.plExMainContainer.Size = new System.Drawing.Size(910, 565);
  100. //
  101. // plFormMainContent
  102. //
  103. this.plFormMainContent.Size = new System.Drawing.Size(910, 565);
  104. //
  105. // btnAppFormMaximize
  106. //
  107. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  108. this.btnAppFormMaximize.Location = new System.Drawing.Point(1011, 0);
  109. //
  110. // btnAppFormExit
  111. //
  112. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  113. //
  114. // btnAppFormMinimize
  115. //
  116. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  117. this.btnAppFormMinimize.Location = new System.Drawing.Point(984, 0);
  118. //
  119. // panelEx2
  120. //
  121. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  122. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  123. this.panelEx2.BorderWidth = 1;
  124. this.panelEx2.Controls.Add(this.txtCus_DayForMarriage);
  125. this.panelEx2.Controls.Add(this.txtCus_Birthday);
  126. this.panelEx2.Controls.Add(this.txtCus_CustomerNumber);
  127. this.panelEx2.Controls.Add(this.txtDsro_TakeDressTime);
  128. this.panelEx2.Controls.Add(this.txtDsro_ReservationBackTime);
  129. this.panelEx2.Controls.Add(this.txtDsro_CreateName);
  130. this.panelEx2.Controls.Add(this.labelEx3);
  131. this.panelEx2.Controls.Add(this.txtDsro_CreateDateTime);
  132. this.panelEx2.Controls.Add(this.labelEx5);
  133. this.panelEx2.Controls.Add(this.txtDsro_HandledName);
  134. this.panelEx2.Controls.Add(this.labelEx4);
  135. this.panelEx2.Controls.Add(this.labelEx19);
  136. this.panelEx2.Controls.Add(this.labelEx20);
  137. this.panelEx2.Controls.Add(this.btnClose);
  138. this.panelEx2.Controls.Add(this.btnClear);
  139. this.panelEx2.Controls.Add(this.radSell);
  140. this.panelEx2.Controls.Add(this.radRent);
  141. this.panelEx2.Controls.Add(this.btnCusSelect);
  142. this.panelEx2.Controls.Add(this.picDsfm_PicturePath);
  143. this.panelEx2.Controls.Add(this.dgv);
  144. this.panelEx2.Controls.Add(this.labelEx18);
  145. this.panelEx2.Controls.Add(this.lbltxtDsro_ReservationBackTime);
  146. this.panelEx2.Controls.Add(this.labelEx16);
  147. this.panelEx2.Controls.Add(this.chkCus_DayForMarriageLunar);
  148. this.panelEx2.Controls.Add(this.labelEx15);
  149. this.panelEx2.Controls.Add(this.chkCus_BirthdayLunar);
  150. this.panelEx2.Controls.Add(this.labelEx14);
  151. this.panelEx2.Controls.Add(this.txtCus_WorkUnit);
  152. this.panelEx2.Controls.Add(this.labelEx13);
  153. this.panelEx2.Controls.Add(this.txtCus_Address);
  154. this.panelEx2.Controls.Add(this.labelEx12);
  155. this.panelEx2.Controls.Add(this.txtCus_QQ);
  156. this.panelEx2.Controls.Add(this.labelEx11);
  157. this.panelEx2.Controls.Add(this.txtCus_Telephone);
  158. this.panelEx2.Controls.Add(this.labelEx10);
  159. this.panelEx2.Controls.Add(this.txtCus_Name);
  160. this.panelEx2.Controls.Add(this.labelEx9);
  161. this.panelEx2.Controls.Add(this.labelEx8);
  162. this.panelEx2.Controls.Add(this.txtDsro_Remark);
  163. this.panelEx2.Controls.Add(this.labelEx7);
  164. this.panelEx2.Controls.Add(this.txtDsro_MortgageAmount);
  165. this.panelEx2.Controls.Add(this.lblDsro_MortgageAmount);
  166. this.panelEx2.Controls.Add(this.txtDsro_Amount);
  167. this.panelEx2.Controls.Add(this.labelEx2);
  168. this.panelEx2.Controls.Add(this.txtDsro_Number);
  169. this.panelEx2.Controls.Add(this.labelEx6);
  170. this.panelEx2.Controls.Add(this.labelEx1);
  171. this.panelEx2.Controls.Add(this.btnSave);
  172. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  173. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  174. this.panelEx2.Name = "panelEx2";
  175. this.panelEx2.Size = new System.Drawing.Size(890, 545);
  176. this.panelEx2.TabIndex = 198;
  177. //
  178. // txtDsro_TakeDressTime
  179. //
  180. this.txtDsro_TakeDressTime.CustomFormat = " ";
  181. this.txtDsro_TakeDressTime.DateValue = "";
  182. this.txtDsro_TakeDressTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  183. this.txtDsro_TakeDressTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  184. this.txtDsro_TakeDressTime.IsShowTime = false;
  185. this.txtDsro_TakeDressTime.Location = new System.Drawing.Point(98, 269);
  186. this.txtDsro_TakeDressTime.Name = "txtDsro_TakeDressTime";
  187. this.txtDsro_TakeDressTime.Size = new System.Drawing.Size(165, 23);
  188. this.txtDsro_TakeDressTime.TabIndex = 301;
  189. //
  190. // txtDsro_ReservationBackTime
  191. //
  192. this.txtDsro_ReservationBackTime.CustomFormat = " ";
  193. this.txtDsro_ReservationBackTime.DateValue = "";
  194. this.txtDsro_ReservationBackTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  195. this.txtDsro_ReservationBackTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  196. this.txtDsro_ReservationBackTime.IsShowTime = false;
  197. this.txtDsro_ReservationBackTime.Location = new System.Drawing.Point(356, 269);
  198. this.txtDsro_ReservationBackTime.Name = "txtDsro_ReservationBackTime";
  199. this.txtDsro_ReservationBackTime.Size = new System.Drawing.Size(120, 23);
  200. this.txtDsro_ReservationBackTime.TabIndex = 300;
  201. //
  202. // txtDsro_CreateName
  203. //
  204. this.txtDsro_CreateName.AfterSelectLevelFirstNode = false;
  205. this.txtDsro_CreateName.DropDownHeight = 220;
  206. this.txtDsro_CreateName.DropDownShow = false;
  207. this.txtDsro_CreateName.FormattingEnabled = true;
  208. this.txtDsro_CreateName.IntegralHeight = false;
  209. this.txtDsro_CreateName.IsNodeMouseClick = false;
  210. this.txtDsro_CreateName.IsSelectParentNode = false;
  211. this.txtDsro_CreateName.Location = new System.Drawing.Point(730, 67);
  212. this.txtDsro_CreateName.Name = "txtDsro_CreateName";
  213. this.txtDsro_CreateName.ReadOnly = true;
  214. this.txtDsro_CreateName.SelectedNode = null;
  215. this.txtDsro_CreateName.Size = new System.Drawing.Size(130, 20);
  216. this.txtDsro_CreateName.StrGetName = "";
  217. this.txtDsro_CreateName.StrKey = null;
  218. this.txtDsro_CreateName.TabIndex = 294;
  219. //
  220. // labelEx3
  221. //
  222. this.labelEx3.AutoSize = true;
  223. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  224. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  225. this.labelEx3.Location = new System.Drawing.Point(655, 69);
  226. this.labelEx3.Name = "labelEx3";
  227. this.labelEx3.Size = new System.Drawing.Size(73, 17);
  228. this.labelEx3.TabIndex = 295;
  229. this.labelEx3.Text = "*销售人员:";
  230. //
  231. // txtDsro_CreateDateTime
  232. //
  233. this.txtDsro_CreateDateTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  234. this.txtDsro_CreateDateTime.EmptyTextTip = null;
  235. this.txtDsro_CreateDateTime.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  236. this.txtDsro_CreateDateTime.Font = new System.Drawing.Font("微软雅黑", 9F);
  237. this.txtDsro_CreateDateTime.Location = new System.Drawing.Point(730, 136);
  238. this.txtDsro_CreateDateTime.Name = "txtDsro_CreateDateTime";
  239. this.txtDsro_CreateDateTime.ReadOnly = true;
  240. this.txtDsro_CreateDateTime.Size = new System.Drawing.Size(130, 23);
  241. this.txtDsro_CreateDateTime.TabIndex = 293;
  242. //
  243. // labelEx5
  244. //
  245. this.labelEx5.AutoSize = true;
  246. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  247. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  248. this.labelEx5.Location = new System.Drawing.Point(679, 139);
  249. this.labelEx5.Name = "labelEx5";
  250. this.labelEx5.Size = new System.Drawing.Size(49, 17);
  251. this.labelEx5.TabIndex = 292;
  252. this.labelEx5.Text = "*日期:";
  253. //
  254. // txtDsro_HandledName
  255. //
  256. this.txtDsro_HandledName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  257. this.txtDsro_HandledName.EmptyTextTip = null;
  258. this.txtDsro_HandledName.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  259. this.txtDsro_HandledName.Font = new System.Drawing.Font("微软雅黑", 9F);
  260. this.txtDsro_HandledName.Location = new System.Drawing.Point(730, 100);
  261. this.txtDsro_HandledName.Name = "txtDsro_HandledName";
  262. this.txtDsro_HandledName.ReadOnly = true;
  263. this.txtDsro_HandledName.Size = new System.Drawing.Size(130, 23);
  264. this.txtDsro_HandledName.TabIndex = 291;
  265. //
  266. // labelEx4
  267. //
  268. this.labelEx4.AutoSize = true;
  269. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  270. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  271. this.labelEx4.Location = new System.Drawing.Point(667, 103);
  272. this.labelEx4.Name = "labelEx4";
  273. this.labelEx4.Size = new System.Drawing.Size(61, 17);
  274. this.labelEx4.TabIndex = 290;
  275. this.labelEx4.Text = "*经手人:";
  276. //
  277. // txtCus_DayForMarriage
  278. //
  279. this.txtCus_DayForMarriage.Location = new System.Drawing.Point(730, 232);
  280. this.txtCus_DayForMarriage.Name = "txtCus_DayForMarriage";
  281. this.txtCus_DayForMarriage.Size = new System.Drawing.Size(90, 21);
  282. this.txtCus_DayForMarriage.StrValue = "";
  283. this.txtCus_DayForMarriage.TabIndex = 281;
  284. //
  285. // txtCus_Birthday
  286. //
  287. this.txtCus_Birthday.Location = new System.Drawing.Point(731, 196);
  288. this.txtCus_Birthday.Name = "txtCus_Birthday";
  289. this.txtCus_Birthday.Size = new System.Drawing.Size(90, 21);
  290. this.txtCus_Birthday.StrValue = "";
  291. this.txtCus_Birthday.TabIndex = 280;
  292. //
  293. // txtCus_CustomerNumber
  294. //
  295. this.txtCus_CustomerNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  296. this.txtCus_CustomerNumber.EmptyTextTip = null;
  297. this.txtCus_CustomerNumber.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  298. this.txtCus_CustomerNumber.Font = new System.Drawing.Font("微软雅黑", 9F);
  299. this.txtCus_CustomerNumber.Location = new System.Drawing.Point(731, 269);
  300. this.txtCus_CustomerNumber.Name = "txtCus_CustomerNumber";
  301. this.txtCus_CustomerNumber.Size = new System.Drawing.Size(146, 23);
  302. this.txtCus_CustomerNumber.TabIndex = 277;
  303. this.txtCus_CustomerNumber.Visible = false;
  304. //
  305. // labelEx19
  306. //
  307. this.labelEx19.AutoSize = true;
  308. this.labelEx19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  309. this.labelEx19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  310. this.labelEx19.Location = new System.Drawing.Point(663, 272);
  311. this.labelEx19.Name = "labelEx19";
  312. this.labelEx19.Size = new System.Drawing.Size(68, 17);
  313. this.labelEx19.TabIndex = 276;
  314. this.labelEx19.Text = "客户编号:";
  315. this.labelEx19.Visible = false;
  316. //
  317. // labelEx20
  318. //
  319. this.labelEx20.AutoSize = true;
  320. this.labelEx20.BackColor = System.Drawing.Color.Transparent;
  321. this.labelEx20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  322. this.labelEx20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  323. this.labelEx20.Location = new System.Drawing.Point(11, 13);
  324. this.labelEx20.Name = "labelEx20";
  325. this.labelEx20.Size = new System.Drawing.Size(56, 17);
  326. this.labelEx20.TabIndex = 274;
  327. this.labelEx20.Text = "选择类型";
  328. //
  329. // btnClose
  330. //
  331. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  332. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  333. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  334. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  335. this.btnClose.ForeColor = System.Drawing.Color.White;
  336. this.btnClose.IsCustomBackImg = false;
  337. this.btnClose.IsShowText = true;
  338. this.btnClose.Location = new System.Drawing.Point(773, 11);
  339. this.btnClose.Name = "btnClose";
  340. this.btnClose.Size = new System.Drawing.Size(85, 26);
  341. this.btnClose.TabIndex = 272;
  342. this.btnClose.Text = " 关 闭";
  343. this.btnClose.UseVisualStyleBackColor = false;
  344. //
  345. // btnClear
  346. //
  347. this.btnClear.BackColor = System.Drawing.Color.Transparent;
  348. this.btnClear.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClear.BackImg")));
  349. this.btnClear.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  350. this.btnClear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  351. this.btnClear.ForeColor = System.Drawing.Color.White;
  352. this.btnClear.IsCustomBackImg = false;
  353. this.btnClear.IsShowText = true;
  354. this.btnClear.Location = new System.Drawing.Point(673, 11);
  355. this.btnClear.Name = "btnClear";
  356. this.btnClear.Size = new System.Drawing.Size(85, 26);
  357. this.btnClear.TabIndex = 271;
  358. this.btnClear.Text = " 清 空";
  359. this.btnClear.UseVisualStyleBackColor = false;
  360. //
  361. // radSell
  362. //
  363. this.radSell.AutoSize = true;
  364. this.radSell.BackColor = System.Drawing.Color.Transparent;
  365. this.radSell.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  366. this.radSell.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  367. this.radSell.Location = new System.Drawing.Point(142, 12);
  368. this.radSell.Name = "radSell";
  369. this.radSell.Size = new System.Drawing.Size(50, 21);
  370. this.radSell.TabIndex = 269;
  371. this.radSell.Text = "出售";
  372. this.radSell.UseVisualStyleBackColor = false;
  373. //
  374. // radRent
  375. //
  376. this.radRent.AutoSize = true;
  377. this.radRent.BackColor = System.Drawing.Color.Transparent;
  378. this.radRent.Checked = true;
  379. this.radRent.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  380. this.radRent.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  381. this.radRent.Location = new System.Drawing.Point(86, 12);
  382. this.radRent.Name = "radRent";
  383. this.radRent.Size = new System.Drawing.Size(50, 21);
  384. this.radRent.TabIndex = 268;
  385. this.radRent.TabStop = true;
  386. this.radRent.Text = "出租";
  387. this.radRent.UseVisualStyleBackColor = false;
  388. //
  389. // btnCusSelect
  390. //
  391. this.btnCusSelect.BackColor = System.Drawing.Color.Transparent;
  392. this.btnCusSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCusSelect.BackImg")));
  393. this.btnCusSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  394. this.btnCusSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  395. this.btnCusSelect.ForeColor = System.Drawing.Color.White;
  396. this.btnCusSelect.IsCustomBackImg = false;
  397. this.btnCusSelect.IsShowText = true;
  398. this.btnCusSelect.Location = new System.Drawing.Point(213, 195);
  399. this.btnCusSelect.Name = "btnCusSelect";
  400. this.btnCusSelect.Size = new System.Drawing.Size(50, 24);
  401. this.btnCusSelect.TabIndex = 265;
  402. this.btnCusSelect.Text = " 选择";
  403. this.btnCusSelect.UseVisualStyleBackColor = false;
  404. //
  405. // picDsfm_PicturePath
  406. //
  407. this.picDsfm_PicturePath.BackColor = System.Drawing.Color.Silver;
  408. this.picDsfm_PicturePath.Cursor = System.Windows.Forms.Cursors.Hand;
  409. this.picDsfm_PicturePath.Enabled = false;
  410. this.picDsfm_PicturePath.Location = new System.Drawing.Point(597, 330);
  411. this.picDsfm_PicturePath.Name = "picDsfm_PicturePath";
  412. this.picDsfm_PicturePath.Size = new System.Drawing.Size(280, 205);
  413. this.picDsfm_PicturePath.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  414. this.picDsfm_PicturePath.TabIndex = 264;
  415. this.picDsfm_PicturePath.TabStop = false;
  416. //
  417. // dgv
  418. //
  419. this.dgv.AllowUserToAddRows = false;
  420. this.dgv.AllowUserToDeleteRows = false;
  421. this.dgv.AllowUserToResizeRows = false;
  422. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  423. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  424. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  425. | System.Windows.Forms.AnchorStyles.Left)));
  426. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  427. this.dgv.BackgroundColor = System.Drawing.Color.White;
  428. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  429. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  430. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  431. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  432. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  434. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  435. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  436. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  437. this.dgv.ColumnHeadersHeight = 24;
  438. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  439. this.Dsfm_DressNumber,
  440. this.Dsfm_DressName,
  441. this.Dsfm_DressQuantity,
  442. this.出租价,
  443. this.Dsfm_SalePrice,
  444. this.Dsfm_CostPrice});
  445. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  446. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  447. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  449. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  450. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  451. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  452. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  453. this.dgv.EnableHeadersVisualStyles = false;
  454. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  455. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  456. this.dgv.IsCompleteBonding = false;
  457. this.dgv.Location = new System.Drawing.Point(7, 330);
  458. this.dgv.MultiSelect = false;
  459. this.dgv.Name = "dgv";
  460. this.dgv.ReadOnly = true;
  461. this.dgv.RowHeadersVisible = false;
  462. this.dgv.RowTemplate.Height = 23;
  463. this.dgv.RowTemplate.ReadOnly = true;
  464. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  465. this.dgv.Size = new System.Drawing.Size(580, 205);
  466. this.dgv.TabIndex = 262;
  467. //
  468. // Dsfm_DressNumber
  469. //
  470. this.Dsfm_DressNumber.HeaderText = "编号";
  471. this.Dsfm_DressNumber.Name = "Dsfm_DressNumber";
  472. this.Dsfm_DressNumber.ReadOnly = true;
  473. //
  474. // Dsfm_DressName
  475. //
  476. this.Dsfm_DressName.HeaderText = "名称";
  477. this.Dsfm_DressName.Name = "Dsfm_DressName";
  478. this.Dsfm_DressName.ReadOnly = true;
  479. //
  480. // Dsfm_DressQuantity
  481. //
  482. this.Dsfm_DressQuantity.HeaderText = "数量";
  483. this.Dsfm_DressQuantity.Name = "Dsfm_DressQuantity";
  484. this.Dsfm_DressQuantity.ReadOnly = true;
  485. //
  486. // 出租价
  487. //
  488. this.出租价.HeaderText = "出租价";
  489. this.出租价.Name = "出租价";
  490. this.出租价.ReadOnly = true;
  491. //
  492. // Dsfm_SalePrice
  493. //
  494. this.Dsfm_SalePrice.HeaderText = "出售价";
  495. this.Dsfm_SalePrice.Name = "Dsfm_SalePrice";
  496. this.Dsfm_SalePrice.ReadOnly = true;
  497. //
  498. // Dsfm_CostPrice
  499. //
  500. this.Dsfm_CostPrice.HeaderText = "成本价";
  501. this.Dsfm_CostPrice.Name = "Dsfm_CostPrice";
  502. this.Dsfm_CostPrice.ReadOnly = true;
  503. this.Dsfm_CostPrice.Visible = false;
  504. //
  505. // labelEx18
  506. //
  507. this.labelEx18.AutoSize = true;
  508. this.labelEx18.BackColor = System.Drawing.Color.Transparent;
  509. this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  510. this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  511. this.labelEx18.Location = new System.Drawing.Point(11, 310);
  512. this.labelEx18.Name = "labelEx18";
  513. this.labelEx18.Size = new System.Drawing.Size(56, 17);
  514. this.labelEx18.TabIndex = 261;
  515. this.labelEx18.Text = "礼服资料";
  516. //
  517. // lbltxtDsro_ReservationBackTime
  518. //
  519. this.lbltxtDsro_ReservationBackTime.AutoSize = true;
  520. this.lbltxtDsro_ReservationBackTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  521. this.lbltxtDsro_ReservationBackTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  522. this.lbltxtDsro_ReservationBackTime.Location = new System.Drawing.Point(283, 272);
  523. this.lbltxtDsro_ReservationBackTime.Name = "lbltxtDsro_ReservationBackTime";
  524. this.lbltxtDsro_ReservationBackTime.Size = new System.Drawing.Size(73, 17);
  525. this.lbltxtDsro_ReservationBackTime.TabIndex = 259;
  526. this.lbltxtDsro_ReservationBackTime.Text = "*还回时间:";
  527. //
  528. // labelEx16
  529. //
  530. this.labelEx16.AutoSize = true;
  531. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  532. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  533. this.labelEx16.Location = new System.Drawing.Point(25, 272);
  534. this.labelEx16.Name = "labelEx16";
  535. this.labelEx16.Size = new System.Drawing.Size(73, 17);
  536. this.labelEx16.TabIndex = 257;
  537. this.labelEx16.Text = "*取衣时间:";
  538. //
  539. // chkCus_DayForMarriageLunar
  540. //
  541. this.chkCus_DayForMarriageLunar.AutoSize = true;
  542. this.chkCus_DayForMarriageLunar.BackColor = System.Drawing.Color.Transparent;
  543. this.chkCus_DayForMarriageLunar.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  544. this.chkCus_DayForMarriageLunar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  545. this.chkCus_DayForMarriageLunar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  546. this.chkCus_DayForMarriageLunar.Fourstates = false;
  547. this.chkCus_DayForMarriageLunar.IsGreenTick = false;
  548. this.chkCus_DayForMarriageLunar.Location = new System.Drawing.Point(826, 231);
  549. this.chkCus_DayForMarriageLunar.Name = "chkCus_DayForMarriageLunar";
  550. this.chkCus_DayForMarriageLunar.Size = new System.Drawing.Size(51, 21);
  551. this.chkCus_DayForMarriageLunar.TabIndex = 255;
  552. this.chkCus_DayForMarriageLunar.Text = "农历";
  553. this.chkCus_DayForMarriageLunar.UseVisualStyleBackColor = false;
  554. //
  555. // labelEx15
  556. //
  557. this.labelEx15.AutoSize = true;
  558. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  559. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  560. this.labelEx15.Location = new System.Drawing.Point(687, 235);
  561. this.labelEx15.Name = "labelEx15";
  562. this.labelEx15.Size = new System.Drawing.Size(44, 17);
  563. this.labelEx15.TabIndex = 254;
  564. this.labelEx15.Text = "婚期:";
  565. //
  566. // chkCus_BirthdayLunar
  567. //
  568. this.chkCus_BirthdayLunar.AutoSize = true;
  569. this.chkCus_BirthdayLunar.BackColor = System.Drawing.Color.Transparent;
  570. this.chkCus_BirthdayLunar.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  571. this.chkCus_BirthdayLunar.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  572. this.chkCus_BirthdayLunar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  573. this.chkCus_BirthdayLunar.Fourstates = false;
  574. this.chkCus_BirthdayLunar.IsGreenTick = false;
  575. this.chkCus_BirthdayLunar.Location = new System.Drawing.Point(826, 195);
  576. this.chkCus_BirthdayLunar.Name = "chkCus_BirthdayLunar";
  577. this.chkCus_BirthdayLunar.Size = new System.Drawing.Size(51, 21);
  578. this.chkCus_BirthdayLunar.TabIndex = 249;
  579. this.chkCus_BirthdayLunar.Text = "农历";
  580. this.chkCus_BirthdayLunar.UseVisualStyleBackColor = false;
  581. //
  582. // labelEx14
  583. //
  584. this.labelEx14.AutoSize = true;
  585. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  586. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  587. this.labelEx14.Location = new System.Drawing.Point(687, 198);
  588. this.labelEx14.Name = "labelEx14";
  589. this.labelEx14.Size = new System.Drawing.Size(44, 17);
  590. this.labelEx14.TabIndex = 247;
  591. this.labelEx14.Text = "生日:";
  592. //
  593. // txtCus_WorkUnit
  594. //
  595. this.txtCus_WorkUnit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  596. this.txtCus_WorkUnit.EmptyTextTip = null;
  597. this.txtCus_WorkUnit.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  598. this.txtCus_WorkUnit.Font = new System.Drawing.Font("微软雅黑", 9F);
  599. this.txtCus_WorkUnit.Location = new System.Drawing.Point(98, 233);
  600. this.txtCus_WorkUnit.Name = "txtCus_WorkUnit";
  601. this.txtCus_WorkUnit.Size = new System.Drawing.Size(165, 23);
  602. this.txtCus_WorkUnit.TabIndex = 246;
  603. //
  604. // labelEx13
  605. //
  606. this.labelEx13.AutoSize = true;
  607. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  608. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  609. this.labelEx13.Location = new System.Drawing.Point(54, 236);
  610. this.labelEx13.Name = "labelEx13";
  611. this.labelEx13.Size = new System.Drawing.Size(44, 17);
  612. this.labelEx13.TabIndex = 245;
  613. this.labelEx13.Text = "单位:";
  614. //
  615. // txtCus_Address
  616. //
  617. this.txtCus_Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  618. this.txtCus_Address.EmptyTextTip = null;
  619. this.txtCus_Address.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  620. this.txtCus_Address.Font = new System.Drawing.Font("微软雅黑", 9F);
  621. this.txtCus_Address.Location = new System.Drawing.Point(356, 233);
  622. this.txtCus_Address.Name = "txtCus_Address";
  623. this.txtCus_Address.Size = new System.Drawing.Size(301, 23);
  624. this.txtCus_Address.TabIndex = 244;
  625. //
  626. // labelEx12
  627. //
  628. this.labelEx12.AutoSize = true;
  629. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  630. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  631. this.labelEx12.Location = new System.Drawing.Point(312, 236);
  632. this.labelEx12.Name = "labelEx12";
  633. this.labelEx12.Size = new System.Drawing.Size(44, 17);
  634. this.labelEx12.TabIndex = 243;
  635. this.labelEx12.Text = "地址:";
  636. //
  637. // txtCus_QQ
  638. //
  639. this.txtCus_QQ.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  640. this.txtCus_QQ.EmptyTextTip = null;
  641. this.txtCus_QQ.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  642. this.txtCus_QQ.Font = new System.Drawing.Font("微软雅黑", 9F);
  643. this.txtCus_QQ.Location = new System.Drawing.Point(537, 195);
  644. this.txtCus_QQ.Name = "txtCus_QQ";
  645. this.txtCus_QQ.Size = new System.Drawing.Size(120, 23);
  646. this.txtCus_QQ.TabIndex = 242;
  647. //
  648. // labelEx11
  649. //
  650. this.labelEx11.AutoSize = true;
  651. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  652. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  653. this.labelEx11.Location = new System.Drawing.Point(497, 198);
  654. this.labelEx11.Name = "labelEx11";
  655. this.labelEx11.Size = new System.Drawing.Size(40, 17);
  656. this.labelEx11.TabIndex = 241;
  657. this.labelEx11.Text = "QQ:";
  658. //
  659. // txtCus_Telephone
  660. //
  661. this.txtCus_Telephone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  662. this.txtCus_Telephone.EmptyTextTip = null;
  663. this.txtCus_Telephone.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  664. this.txtCus_Telephone.Font = new System.Drawing.Font("微软雅黑", 9F);
  665. this.txtCus_Telephone.Location = new System.Drawing.Point(356, 195);
  666. this.txtCus_Telephone.MaxLength = 11;
  667. this.txtCus_Telephone.Name = "txtCus_Telephone";
  668. this.txtCus_Telephone.Size = new System.Drawing.Size(120, 23);
  669. this.txtCus_Telephone.TabIndex = 240;
  670. //
  671. // labelEx10
  672. //
  673. this.labelEx10.AutoSize = true;
  674. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  675. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  676. this.labelEx10.Location = new System.Drawing.Point(307, 198);
  677. this.labelEx10.Name = "labelEx10";
  678. this.labelEx10.Size = new System.Drawing.Size(49, 17);
  679. this.labelEx10.TabIndex = 239;
  680. this.labelEx10.Text = "*电话:";
  681. //
  682. // txtCus_Name
  683. //
  684. this.txtCus_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  685. this.txtCus_Name.EmptyTextTip = null;
  686. this.txtCus_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  687. this.txtCus_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
  688. this.txtCus_Name.Location = new System.Drawing.Point(98, 195);
  689. this.txtCus_Name.Name = "txtCus_Name";
  690. this.txtCus_Name.Size = new System.Drawing.Size(110, 23);
  691. this.txtCus_Name.TabIndex = 238;
  692. //
  693. // labelEx9
  694. //
  695. this.labelEx9.AutoSize = true;
  696. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  697. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  698. this.labelEx9.Location = new System.Drawing.Point(25, 198);
  699. this.labelEx9.Name = "labelEx9";
  700. this.labelEx9.Size = new System.Drawing.Size(73, 17);
  701. this.labelEx9.TabIndex = 237;
  702. this.labelEx9.Text = "*客户姓名:";
  703. //
  704. // labelEx8
  705. //
  706. this.labelEx8.AutoSize = true;
  707. this.labelEx8.BackColor = System.Drawing.Color.Transparent;
  708. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  709. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  710. this.labelEx8.Location = new System.Drawing.Point(11, 169);
  711. this.labelEx8.Name = "labelEx8";
  712. this.labelEx8.Size = new System.Drawing.Size(56, 17);
  713. this.labelEx8.TabIndex = 235;
  714. this.labelEx8.Text = "客户资料";
  715. //
  716. // txtDsro_Remark
  717. //
  718. this.txtDsro_Remark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  719. this.txtDsro_Remark.EmptyTextTip = null;
  720. this.txtDsro_Remark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  721. this.txtDsro_Remark.Font = new System.Drawing.Font("微软雅黑", 9F);
  722. this.txtDsro_Remark.Location = new System.Drawing.Point(77, 102);
  723. this.txtDsro_Remark.Multiline = true;
  724. this.txtDsro_Remark.Name = "txtDsro_Remark";
  725. this.txtDsro_Remark.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
  726. this.txtDsro_Remark.Size = new System.Drawing.Size(550, 57);
  727. this.txtDsro_Remark.TabIndex = 233;
  728. //
  729. // labelEx7
  730. //
  731. this.labelEx7.AutoSize = true;
  732. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  733. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  734. this.labelEx7.Location = new System.Drawing.Point(30, 103);
  735. this.labelEx7.Name = "labelEx7";
  736. this.labelEx7.Size = new System.Drawing.Size(44, 17);
  737. this.labelEx7.TabIndex = 232;
  738. this.labelEx7.Text = "备注:";
  739. //
  740. // txtDsro_MortgageAmount
  741. //
  742. this.txtDsro_MortgageAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  743. this.txtDsro_MortgageAmount.EmptyTextTip = null;
  744. this.txtDsro_MortgageAmount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  745. this.txtDsro_MortgageAmount.Font = new System.Drawing.Font("微软雅黑", 9F);
  746. this.txtDsro_MortgageAmount.Location = new System.Drawing.Point(507, 66);
  747. this.txtDsro_MortgageAmount.Name = "txtDsro_MortgageAmount";
  748. this.txtDsro_MortgageAmount.Size = new System.Drawing.Size(120, 23);
  749. this.txtDsro_MortgageAmount.TabIndex = 227;
  750. //
  751. // lblDsro_MortgageAmount
  752. //
  753. this.lblDsro_MortgageAmount.AutoSize = true;
  754. this.lblDsro_MortgageAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  755. this.lblDsro_MortgageAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  756. this.lblDsro_MortgageAmount.Location = new System.Drawing.Point(451, 69);
  757. this.lblDsro_MortgageAmount.Name = "lblDsro_MortgageAmount";
  758. this.lblDsro_MortgageAmount.Size = new System.Drawing.Size(53, 17);
  759. this.lblDsro_MortgageAmount.TabIndex = 226;
  760. this.lblDsro_MortgageAmount.Text = "* 押金:";
  761. //
  762. // txtDsro_Amount
  763. //
  764. this.txtDsro_Amount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  765. this.txtDsro_Amount.EmptyTextTip = null;
  766. this.txtDsro_Amount.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  767. this.txtDsro_Amount.Font = new System.Drawing.Font("微软雅黑", 9F);
  768. this.txtDsro_Amount.Location = new System.Drawing.Point(314, 66);
  769. this.txtDsro_Amount.Name = "txtDsro_Amount";
  770. this.txtDsro_Amount.Size = new System.Drawing.Size(120, 23);
  771. this.txtDsro_Amount.TabIndex = 225;
  772. //
  773. // labelEx2
  774. //
  775. this.labelEx2.AutoSize = true;
  776. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  777. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  778. this.labelEx2.Location = new System.Drawing.Point(241, 69);
  779. this.labelEx2.Name = "labelEx2";
  780. this.labelEx2.Size = new System.Drawing.Size(70, 17);
  781. this.labelEx2.TabIndex = 224;
  782. this.labelEx2.Text = "* 租/售金:";
  783. //
  784. // txtDsro_Number
  785. //
  786. this.txtDsro_Number.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  787. this.txtDsro_Number.EmptyTextTip = null;
  788. this.txtDsro_Number.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  789. this.txtDsro_Number.Font = new System.Drawing.Font("微软雅黑", 9F);
  790. this.txtDsro_Number.Location = new System.Drawing.Point(77, 66);
  791. this.txtDsro_Number.Name = "txtDsro_Number";
  792. this.txtDsro_Number.ReadOnly = true;
  793. this.txtDsro_Number.Size = new System.Drawing.Size(150, 23);
  794. this.txtDsro_Number.TabIndex = 223;
  795. //
  796. // labelEx6
  797. //
  798. this.labelEx6.AutoSize = true;
  799. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  800. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  801. this.labelEx6.Location = new System.Drawing.Point(30, 69);
  802. this.labelEx6.Name = "labelEx6";
  803. this.labelEx6.Size = new System.Drawing.Size(44, 17);
  804. this.labelEx6.TabIndex = 222;
  805. this.labelEx6.Text = "单号:";
  806. //
  807. // labelEx1
  808. //
  809. this.labelEx1.AutoSize = true;
  810. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  811. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  812. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  813. this.labelEx1.Location = new System.Drawing.Point(11, 41);
  814. this.labelEx1.Name = "labelEx1";
  815. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  816. this.labelEx1.TabIndex = 201;
  817. this.labelEx1.Text = "租售资料";
  818. //
  819. // btnSave
  820. //
  821. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  822. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  823. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  824. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  825. this.btnSave.ForeColor = System.Drawing.Color.White;
  826. this.btnSave.IsCustomBackImg = false;
  827. this.btnSave.IsShowText = true;
  828. this.btnSave.Location = new System.Drawing.Point(569, 11);
  829. this.btnSave.Name = "btnSave";
  830. this.btnSave.Size = new System.Drawing.Size(85, 26);
  831. this.btnSave.TabIndex = 200;
  832. this.btnSave.Text = " 保 存";
  833. this.btnSave.UseVisualStyleBackColor = false;
  834. //
  835. // FrmDressRental
  836. //
  837. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  838. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  839. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  840. this.ClientSize = new System.Drawing.Size(910, 630);
  841. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  842. this.IsUserControlsSize = false;
  843. this.MinimizeBox = false;
  844. this.Name = "FrmDressRental";
  845. this.Text = "租售";
  846. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  847. this.plExMainContainer.ResumeLayout(false);
  848. this.plFormMainContent.ResumeLayout(false);
  849. this.panelEx2.ResumeLayout(false);
  850. this.panelEx2.PerformLayout();
  851. ((System.ComponentModel.ISupportInitialize)(this.picDsfm_PicturePath)).EndInit();
  852. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  853. this.ResumeLayout(false);
  854. }
  855. #endregion
  856. private ComponentLibrary.PanelEx panelEx2;
  857. protected ComponentLibrary.TextBoxBasicEx txtCus_CustomerNumber;
  858. private ComponentLibrary.LabelEx labelEx19;
  859. private ComponentLibrary.LabelEx labelEx20;
  860. protected ComponentLibrary.ButtonEx btnClose;
  861. protected ComponentLibrary.ButtonEx btnClear;
  862. protected ComponentLibrary.ButtonForm btnCusSelect;
  863. protected ComponentLibrary.PictureBoxEx picDsfm_PicturePath;
  864. protected ComponentLibrary.DataGridViewEx dgv;
  865. private ComponentLibrary.LabelEx labelEx18;
  866. private ComponentLibrary.LabelEx labelEx16;
  867. protected ComponentLibrary.CheckBoxEx chkCus_DayForMarriageLunar;
  868. private ComponentLibrary.LabelEx labelEx15;
  869. protected ComponentLibrary.CheckBoxEx chkCus_BirthdayLunar;
  870. private ComponentLibrary.LabelEx labelEx14;
  871. protected ComponentLibrary.TextBoxBasicEx txtCus_WorkUnit;
  872. private ComponentLibrary.LabelEx labelEx13;
  873. protected ComponentLibrary.TextBoxBasicEx txtCus_Address;
  874. private ComponentLibrary.LabelEx labelEx12;
  875. protected ComponentLibrary.TextBoxBasicEx txtCus_QQ;
  876. private ComponentLibrary.LabelEx labelEx11;
  877. protected ComponentLibrary.TextBoxBasicEx txtCus_Telephone;
  878. private ComponentLibrary.LabelEx labelEx10;
  879. protected ComponentLibrary.TextBoxBasicEx txtCus_Name;
  880. private ComponentLibrary.LabelEx labelEx9;
  881. private ComponentLibrary.LabelEx labelEx8;
  882. protected ComponentLibrary.TextBoxBasicEx txtDsro_Remark;
  883. private ComponentLibrary.LabelEx labelEx7;
  884. protected ComponentLibrary.TextBoxBasicEx txtDsro_MortgageAmount;
  885. protected ComponentLibrary.TextBoxBasicEx txtDsro_Amount;
  886. private ComponentLibrary.LabelEx labelEx2;
  887. protected ComponentLibrary.TextBoxBasicEx txtDsro_Number;
  888. private ComponentLibrary.LabelEx labelEx6;
  889. private ComponentLibrary.LabelEx labelEx1;
  890. protected ComponentLibrary.ButtonEx btnSave;
  891. protected ComponentLibrary.LabelEx lblDsro_MortgageAmount;
  892. protected ComponentLibrary.LabelEx lbltxtDsro_ReservationBackTime;
  893. protected ComponentLibrary.RadioButtonEx radSell;
  894. protected ComponentLibrary.RadioButtonEx radRent;
  895. protected ComponentLibrary.MaskedTextDateEx txtCus_DayForMarriage;
  896. protected ComponentLibrary.MaskedTextDateEx txtCus_Birthday;
  897. protected ComponentLibrary.ComboBoxTreeViewEx txtDsro_CreateName;
  898. private ComponentLibrary.LabelEx labelEx3;
  899. protected ComponentLibrary.TextBoxBasicEx txtDsro_CreateDateTime;
  900. private ComponentLibrary.LabelEx labelEx5;
  901. protected ComponentLibrary.TextBoxBasicEx txtDsro_HandledName;
  902. private ComponentLibrary.LabelEx labelEx4;
  903. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressNumber;
  904. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressName;
  905. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_DressQuantity;
  906. private System.Windows.Forms.DataGridViewTextBoxColumn 出租价;
  907. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_SalePrice;
  908. private System.Windows.Forms.DataGridViewTextBoxColumn Dsfm_CostPrice;
  909. protected ComponentLibrary.DateTimePickerEx txtDsro_TakeDressTime;
  910. protected ComponentLibrary.DateTimePickerEx txtDsro_ReservationBackTime;
  911. }
  912. }