FrmRentalManagement.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  1. namespace LYFZ.Software.UI.Dresses.DressManagement.Rental
  2. {
  3. partial class FrmRentalManagement
  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(FrmRentalManagement));
  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.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.lblName1 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.txtTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  36. this.txtTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  37. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  38. this.btnRefund = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  40. this.Dsro_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Dsro_Amount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.YF = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.QK = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Dsro_MortgageAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Cus_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Dsro_TakeDressTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Dsro_ReservationBackTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Dsro_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Dsro_CreateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Dsro_CreateDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  53. this.btnAlsoback = new LYFZ.ComponentLibrary.ButtonEx();
  54. this.btnReceivables = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  56. this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
  57. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  58. this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  59. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  60. this.plExMainContainer.SuspendLayout();
  61. this.plFormMainContent.SuspendLayout();
  62. this.panelEx2.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // plExMainContainer
  67. //
  68. this.plExMainContainer.Controls.Add(this.panelEx2);
  69. this.plExMainContainer.Size = new System.Drawing.Size(968, 545);
  70. //
  71. // plFormMainContent
  72. //
  73. this.plFormMainContent.Size = new System.Drawing.Size(968, 545);
  74. //
  75. // btnAppFormMaximize
  76. //
  77. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  78. this.btnAppFormMaximize.Location = new System.Drawing.Point(909, 0);
  79. //
  80. // btnAppFormExit
  81. //
  82. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  83. this.btnAppFormExit.Location = new System.Drawing.Point(936, 0);
  84. //
  85. // btnAppFormMinimize
  86. //
  87. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  88. this.btnAppFormMinimize.Location = new System.Drawing.Point(882, 0);
  89. //
  90. // panelEx2
  91. //
  92. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  93. | System.Windows.Forms.AnchorStyles.Left)
  94. | System.Windows.Forms.AnchorStyles.Right)));
  95. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  96. this.panelEx2.BorderWidth = 1;
  97. this.panelEx2.Controls.Add(this.txtTimeStart);
  98. this.panelEx2.Controls.Add(this.txtTimeEnd);
  99. this.panelEx2.Controls.Add(this.labelEx1);
  100. this.panelEx2.Controls.Add(this.lblName1);
  101. this.panelEx2.Controls.Add(this.ucPagerEx1);
  102. this.panelEx2.Controls.Add(this.btnRefund);
  103. this.panelEx2.Controls.Add(this.dgv);
  104. this.panelEx2.Controls.Add(this.txtkeyword);
  105. this.panelEx2.Controls.Add(this.btnAlsoback);
  106. this.panelEx2.Controls.Add(this.btnReceivables);
  107. this.panelEx2.Controls.Add(this.panelEx3);
  108. this.panelEx2.Controls.Add(this.btnSlect);
  109. this.panelEx2.Controls.Add(this.btnPrint);
  110. this.panelEx2.Controls.Add(this.btnUpdate);
  111. this.panelEx2.Controls.Add(this.btnDelete);
  112. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  113. this.panelEx2.Name = "panelEx2";
  114. this.panelEx2.Size = new System.Drawing.Size(948, 525);
  115. this.panelEx2.TabIndex = 197;
  116. //
  117. // labelEx1
  118. //
  119. this.labelEx1.AutoSize = true;
  120. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  121. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  122. this.labelEx1.Location = new System.Drawing.Point(278, 10);
  123. this.labelEx1.Name = "labelEx1";
  124. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  125. this.labelEx1.TabIndex = 316;
  126. this.labelEx1.Text = "—";
  127. //
  128. // lblName1
  129. //
  130. this.lblName1.AutoSize = true;
  131. this.lblName1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  132. this.lblName1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  133. this.lblName1.Location = new System.Drawing.Point(119, 10);
  134. this.lblName1.Name = "lblName1";
  135. this.lblName1.Size = new System.Drawing.Size(68, 17);
  136. this.lblName1.TabIndex = 315;
  137. this.lblName1.Text = "还衣时间:";
  138. //
  139. // txtTimeStart
  140. //
  141. this.txtTimeStart.CustomFormat = " ";
  142. this.txtTimeStart.DateValue = "";
  143. this.txtTimeStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  144. this.txtTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  145. this.txtTimeStart.IsShowTime = false;
  146. this.txtTimeStart.Location = new System.Drawing.Point(186, 7);
  147. this.txtTimeStart.Name = "txtTimeStart";
  148. this.txtTimeStart.Size = new System.Drawing.Size(90, 23);
  149. this.txtTimeStart.TabIndex = 304;
  150. //
  151. // txtTimeEnd
  152. //
  153. this.txtTimeEnd.CustomFormat = " ";
  154. this.txtTimeEnd.DateValue = "";
  155. this.txtTimeEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  156. this.txtTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  157. this.txtTimeEnd.IsShowTime = false;
  158. this.txtTimeEnd.Location = new System.Drawing.Point(300, 7);
  159. this.txtTimeEnd.Name = "txtTimeEnd";
  160. this.txtTimeEnd.Size = new System.Drawing.Size(90, 23);
  161. this.txtTimeEnd.TabIndex = 303;
  162. //
  163. // ucPagerEx1
  164. //
  165. this.ucPagerEx1.CurrentPageCount = 0;
  166. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  167. this.ucPagerEx1.Location = new System.Drawing.Point(0, 501);
  168. this.ucPagerEx1.Name = "ucPagerEx1";
  169. this.ucPagerEx1.NMax = 0;
  170. this.ucPagerEx1.PageCount = 0;
  171. this.ucPagerEx1.PageCurrent = 1;
  172. this.ucPagerEx1.PageSize = 20;
  173. this.ucPagerEx1.Size = new System.Drawing.Size(948, 24);
  174. this.ucPagerEx1.TabIndex = 230;
  175. this.ucPagerEx1.TbDataSource = null;
  176. //
  177. // btnRefund
  178. //
  179. this.btnRefund.BackColor = System.Drawing.Color.Transparent;
  180. this.btnRefund.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRefund.BackImg")));
  181. this.btnRefund.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  182. this.btnRefund.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  183. this.btnRefund.ForeColor = System.Drawing.Color.White;
  184. this.btnRefund.IsCustomBackImg = false;
  185. this.btnRefund.IsShowText = true;
  186. this.btnRefund.Location = new System.Drawing.Point(792, 5);
  187. this.btnRefund.Name = "btnRefund";
  188. this.btnRefund.Size = new System.Drawing.Size(70, 26);
  189. this.btnRefund.TabIndex = 213;
  190. this.btnRefund.Text = " 退押金";
  191. this.btnRefund.UseVisualStyleBackColor = false;
  192. //
  193. // dgv
  194. //
  195. this.dgv.AllowUserToAddRows = false;
  196. this.dgv.AllowUserToDeleteRows = false;
  197. this.dgv.AllowUserToResizeRows = false;
  198. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  199. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  200. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  201. | System.Windows.Forms.AnchorStyles.Left)
  202. | System.Windows.Forms.AnchorStyles.Right)));
  203. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  204. this.dgv.BackgroundColor = System.Drawing.Color.White;
  205. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  206. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  207. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  208. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  209. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  211. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  212. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  213. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  214. this.dgv.ColumnHeadersHeight = 24;
  215. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  216. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  217. this.Dsro_Number,
  218. this.Dsro_Amount,
  219. this.YF,
  220. this.QK,
  221. this.Dsro_MortgageAmount,
  222. this.Cus_Name,
  223. this.Cus_Telephone,
  224. this.Dsro_TakeDressTime,
  225. this.Dsro_ReservationBackTime,
  226. this.Dsro_Remark,
  227. this.Dsro_CreateName,
  228. this.Dsro_CreateDateTime});
  229. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  230. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  231. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  233. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  234. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  235. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  236. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  237. this.dgv.EnableHeadersVisualStyles = false;
  238. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  239. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  240. this.dgv.IsCompleteBonding = false;
  241. this.dgv.Location = new System.Drawing.Point(10, 50);
  242. this.dgv.MultiSelect = false;
  243. this.dgv.Name = "dgv";
  244. this.dgv.ReadOnly = true;
  245. this.dgv.RowHeadersVisible = false;
  246. this.dgv.RowTemplate.Height = 23;
  247. this.dgv.RowTemplate.ReadOnly = true;
  248. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  249. this.dgv.Size = new System.Drawing.Size(928, 450);
  250. this.dgv.TabIndex = 209;
  251. //
  252. // Dsro_Number
  253. //
  254. this.Dsro_Number.HeaderText = "单号";
  255. this.Dsro_Number.Name = "Dsro_Number";
  256. this.Dsro_Number.ReadOnly = true;
  257. //
  258. // Dsro_Amount
  259. //
  260. this.Dsro_Amount.HeaderText = "应付";
  261. this.Dsro_Amount.Name = "Dsro_Amount";
  262. this.Dsro_Amount.ReadOnly = true;
  263. //
  264. // YF
  265. //
  266. this.YF.HeaderText = "已付";
  267. this.YF.Name = "YF";
  268. this.YF.ReadOnly = true;
  269. //
  270. // QK
  271. //
  272. this.QK.HeaderText = "欠款";
  273. this.QK.Name = "QK";
  274. this.QK.ReadOnly = true;
  275. //
  276. // Dsro_MortgageAmount
  277. //
  278. this.Dsro_MortgageAmount.HeaderText = "押金";
  279. this.Dsro_MortgageAmount.Name = "Dsro_MortgageAmount";
  280. this.Dsro_MortgageAmount.ReadOnly = true;
  281. //
  282. // Cus_Name
  283. //
  284. this.Cus_Name.HeaderText = "客户名称";
  285. this.Cus_Name.Name = "Cus_Name";
  286. this.Cus_Name.ReadOnly = true;
  287. //
  288. // Cus_Telephone
  289. //
  290. this.Cus_Telephone.HeaderText = "电话";
  291. this.Cus_Telephone.Name = "电话";
  292. this.Cus_Telephone.ReadOnly = true;
  293. //
  294. // Dsro_TakeDressTime
  295. //
  296. this.Dsro_TakeDressTime.HeaderText = "取衣时间";
  297. this.Dsro_TakeDressTime.Name = "Dsro_TakeDressTime";
  298. this.Dsro_TakeDressTime.ReadOnly = true;
  299. //
  300. // Dsro_ReservationBackTime
  301. //
  302. this.Dsro_ReservationBackTime.HeaderText = "还衣时间";
  303. this.Dsro_ReservationBackTime.Name = "Dsro_ReservationBackTime";
  304. this.Dsro_ReservationBackTime.ReadOnly = true;
  305. //
  306. // Dsro_Remark
  307. //
  308. this.Dsro_Remark.HeaderText = "备注";
  309. this.Dsro_Remark.Name = "Dsro_Remark";
  310. this.Dsro_Remark.ReadOnly = true;
  311. //
  312. // Dsro_CreateName
  313. //
  314. this.Dsro_CreateName.HeaderText = "接单人";
  315. this.Dsro_CreateName.Name = "Dsro_CreateName";
  316. this.Dsro_CreateName.ReadOnly = true;
  317. //
  318. // Dsro_CreateDateTime
  319. //
  320. this.Dsro_CreateDateTime.HeaderText = "日期";
  321. this.Dsro_CreateDateTime.Name = "Dsro_CreateDateTime";
  322. this.Dsro_CreateDateTime.ReadOnly = true;
  323. //
  324. // txtkeyword
  325. //
  326. this.txtkeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  327. this.txtkeyword.EmptyTextTip = null;
  328. this.txtkeyword.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  329. this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 9F);
  330. this.txtkeyword.Location = new System.Drawing.Point(10, 7);
  331. this.txtkeyword.Name = "txtkeyword";
  332. this.txtkeyword.Size = new System.Drawing.Size(105, 23);
  333. this.txtkeyword.TabIndex = 199;
  334. //
  335. // btnAlsoback
  336. //
  337. this.btnAlsoback.BackColor = System.Drawing.Color.Transparent;
  338. this.btnAlsoback.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAlsoback.BackImg")));
  339. this.btnAlsoback.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  340. this.btnAlsoback.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  341. this.btnAlsoback.ForeColor = System.Drawing.Color.White;
  342. this.btnAlsoback.IsCustomBackImg = false;
  343. this.btnAlsoback.IsShowText = true;
  344. this.btnAlsoback.Location = new System.Drawing.Point(868, 5);
  345. this.btnAlsoback.Name = "btnAlsoback";
  346. this.btnAlsoback.Size = new System.Drawing.Size(70, 26);
  347. this.btnAlsoback.TabIndex = 210;
  348. this.btnAlsoback.Text = " 还 回";
  349. this.btnAlsoback.UseVisualStyleBackColor = false;
  350. //
  351. // btnReceivables
  352. //
  353. this.btnReceivables.BackColor = System.Drawing.Color.Transparent;
  354. this.btnReceivables.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReceivables.BackImg")));
  355. this.btnReceivables.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  356. this.btnReceivables.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  357. this.btnReceivables.ForeColor = System.Drawing.Color.White;
  358. this.btnReceivables.IsCustomBackImg = false;
  359. this.btnReceivables.IsShowText = true;
  360. this.btnReceivables.Location = new System.Drawing.Point(716, 5);
  361. this.btnReceivables.Name = "btnReceivables";
  362. this.btnReceivables.Size = new System.Drawing.Size(70, 26);
  363. this.btnReceivables.TabIndex = 212;
  364. this.btnReceivables.Text = " 收 款";
  365. this.btnReceivables.UseVisualStyleBackColor = false;
  366. //
  367. // panelEx3
  368. //
  369. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  370. | System.Windows.Forms.AnchorStyles.Right)));
  371. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  372. this.panelEx3.BorderWidth = 1;
  373. this.panelEx3.Location = new System.Drawing.Point(1, 40);
  374. this.panelEx3.Name = "panelEx3";
  375. this.panelEx3.Size = new System.Drawing.Size(947, 1);
  376. this.panelEx3.TabIndex = 197;
  377. //
  378. // btnSlect
  379. //
  380. this.btnSlect.BackColor = System.Drawing.Color.Transparent;
  381. this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
  382. this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  383. this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  384. this.btnSlect.ForeColor = System.Drawing.Color.White;
  385. this.btnSlect.IsCustomBackImg = false;
  386. this.btnSlect.IsShowText = true;
  387. this.btnSlect.Location = new System.Drawing.Point(412, 5);
  388. this.btnSlect.Name = "btnSlect";
  389. this.btnSlect.Size = new System.Drawing.Size(70, 26);
  390. this.btnSlect.TabIndex = 198;
  391. this.btnSlect.Text = " 查 询";
  392. this.btnSlect.UseVisualStyleBackColor = false;
  393. //
  394. // btnPrint
  395. //
  396. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  397. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  398. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  399. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  400. this.btnPrint.ForeColor = System.Drawing.Color.White;
  401. this.btnPrint.IsCustomBackImg = false;
  402. this.btnPrint.IsShowText = true;
  403. this.btnPrint.Location = new System.Drawing.Point(640, 5);
  404. this.btnPrint.Name = "btnPrint";
  405. this.btnPrint.Size = new System.Drawing.Size(70, 26);
  406. this.btnPrint.TabIndex = 211;
  407. this.btnPrint.Text = " 打印清单";
  408. this.btnPrint.UseVisualStyleBackColor = false;
  409. //
  410. // btnUpdate
  411. //
  412. this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
  413. this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
  414. this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  415. this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  416. this.btnUpdate.ForeColor = System.Drawing.Color.White;
  417. this.btnUpdate.IsCustomBackImg = false;
  418. this.btnUpdate.IsShowText = true;
  419. this.btnUpdate.Location = new System.Drawing.Point(488, 5);
  420. this.btnUpdate.Name = "btnUpdate";
  421. this.btnUpdate.Size = new System.Drawing.Size(70, 26);
  422. this.btnUpdate.TabIndex = 201;
  423. this.btnUpdate.Text = " 修 改";
  424. this.btnUpdate.UseVisualStyleBackColor = false;
  425. //
  426. // btnDelete
  427. //
  428. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  429. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  430. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  431. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  432. this.btnDelete.ForeColor = System.Drawing.Color.White;
  433. this.btnDelete.IsCustomBackImg = false;
  434. this.btnDelete.IsShowText = true;
  435. this.btnDelete.Location = new System.Drawing.Point(564, 5);
  436. this.btnDelete.Name = "btnDelete";
  437. this.btnDelete.Size = new System.Drawing.Size(70, 26);
  438. this.btnDelete.TabIndex = 202;
  439. this.btnDelete.Text = " 删 除";
  440. this.btnDelete.UseVisualStyleBackColor = false;
  441. //
  442. // FrmRentalManagement
  443. //
  444. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  445. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  446. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  447. this.ClientSize = new System.Drawing.Size(968, 610);
  448. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  449. this.Name = "FrmRentalManagement";
  450. this.Text = "出租管理";
  451. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  452. this.plExMainContainer.ResumeLayout(false);
  453. this.plFormMainContent.ResumeLayout(false);
  454. this.panelEx2.ResumeLayout(false);
  455. this.panelEx2.PerformLayout();
  456. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  457. this.ResumeLayout(false);
  458. }
  459. #endregion
  460. private ComponentLibrary.PanelEx panelEx2;
  461. protected ComponentLibrary.DataGridViewEx dgv;
  462. protected ComponentLibrary.ButtonEx btnSlect;
  463. protected ComponentLibrary.TextBoxBasicEx txtkeyword;
  464. protected UCPager.ucPagerEx ucPagerEx1;
  465. protected ComponentLibrary.ButtonEx btnRefund;
  466. protected ComponentLibrary.ButtonEx btnReceivables;
  467. protected ComponentLibrary.ButtonEx btnPrint;
  468. protected ComponentLibrary.ButtonEx btnAlsoback;
  469. protected ComponentLibrary.ButtonEx btnUpdate;
  470. protected ComponentLibrary.ButtonEx btnDelete;
  471. private ComponentLibrary.PanelEx panelEx3;
  472. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_Number;
  473. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_Amount;
  474. private System.Windows.Forms.DataGridViewTextBoxColumn YF;
  475. private System.Windows.Forms.DataGridViewTextBoxColumn QK;
  476. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_MortgageAmount;
  477. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
  478. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Telephone;
  479. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_TakeDressTime;
  480. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_ReservationBackTime;
  481. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_Remark;
  482. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_CreateName;
  483. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_CreateDateTime;
  484. protected ComponentLibrary.DateTimePickerEx txtTimeStart;
  485. protected ComponentLibrary.DateTimePickerEx txtTimeEnd;
  486. protected ComponentLibrary.LabelEx labelEx1;
  487. private ComponentLibrary.LabelEx lblName1;
  488. }
  489. }