FrmSaleManagement.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. namespace LYFZ.Software.UI.Dresses.DressManagement.Rental
  2. {
  3. partial class FrmSaleManagement
  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(FrmSaleManagement));
  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.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  34. this.btnReceivables = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnPrint = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  37. this.Dsro_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Dsro_Amount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.YF = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.QK = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Cus_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Dsro_TakeDressTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Dsro_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Dsro_CreateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Dsro_CreateDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  49. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.txtkeyword = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  51. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  52. this.plExMainContainer.SuspendLayout();
  53. this.plFormMainContent.SuspendLayout();
  54. this.panelEx2.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // plExMainContainer
  59. //
  60. this.plExMainContainer.Controls.Add(this.panelEx2);
  61. //
  62. // btnAppFormMaximize
  63. //
  64. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  65. //
  66. // btnAppFormExit
  67. //
  68. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  69. //
  70. // btnAppFormMinimize
  71. //
  72. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  73. //
  74. // panelEx2
  75. //
  76. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  77. | System.Windows.Forms.AnchorStyles.Left)
  78. | System.Windows.Forms.AnchorStyles.Right)));
  79. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  80. this.panelEx2.BorderWidth = 1;
  81. this.panelEx2.Controls.Add(this.ucPagerEx1);
  82. this.panelEx2.Controls.Add(this.btnReceivables);
  83. this.panelEx2.Controls.Add(this.btnPrint);
  84. this.panelEx2.Controls.Add(this.dgv);
  85. this.panelEx2.Controls.Add(this.btnSlect);
  86. this.panelEx2.Controls.Add(this.btnUpdate);
  87. this.panelEx2.Controls.Add(this.btnDelete);
  88. this.panelEx2.Controls.Add(this.txtkeyword);
  89. this.panelEx2.Controls.Add(this.panelEx3);
  90. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  91. this.panelEx2.Name = "panelEx2";
  92. this.panelEx2.Size = new System.Drawing.Size(890, 525);
  93. this.panelEx2.TabIndex = 198;
  94. //
  95. // ucPagerEx1
  96. //
  97. this.ucPagerEx1.CurrentPageCount = 0;
  98. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  99. this.ucPagerEx1.Location = new System.Drawing.Point(0, 501);
  100. this.ucPagerEx1.Name = "ucPagerEx1";
  101. this.ucPagerEx1.NMax = 0;
  102. this.ucPagerEx1.PageCount = 0;
  103. this.ucPagerEx1.PageCurrent = 1;
  104. this.ucPagerEx1.PageSize = 20;
  105. this.ucPagerEx1.Size = new System.Drawing.Size(890, 24);
  106. this.ucPagerEx1.TabIndex = 230;
  107. this.ucPagerEx1.TbDataSource = null;
  108. //
  109. // btnReceivables
  110. //
  111. this.btnReceivables.BackColor = System.Drawing.Color.Transparent;
  112. this.btnReceivables.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReceivables.BackImg")));
  113. this.btnReceivables.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  114. this.btnReceivables.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  115. this.btnReceivables.ForeColor = System.Drawing.Color.White;
  116. this.btnReceivables.IsCustomBackImg = false;
  117. this.btnReceivables.IsShowText = true;
  118. this.btnReceivables.Location = new System.Drawing.Point(793, 7);
  119. this.btnReceivables.Name = "btnReceivables";
  120. this.btnReceivables.Size = new System.Drawing.Size(87, 26);
  121. this.btnReceivables.TabIndex = 213;
  122. this.btnReceivables.Text = " 收 款";
  123. this.btnReceivables.UseVisualStyleBackColor = false;
  124. //
  125. // btnPrint
  126. //
  127. this.btnPrint.BackColor = System.Drawing.Color.Transparent;
  128. this.btnPrint.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPrint.BackImg")));
  129. this.btnPrint.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  130. this.btnPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  131. this.btnPrint.ForeColor = System.Drawing.Color.White;
  132. this.btnPrint.IsCustomBackImg = false;
  133. this.btnPrint.IsShowText = true;
  134. this.btnPrint.Location = new System.Drawing.Point(700, 7);
  135. this.btnPrint.Name = "btnPrint";
  136. this.btnPrint.Size = new System.Drawing.Size(87, 26);
  137. this.btnPrint.TabIndex = 211;
  138. this.btnPrint.Text = " 打印清单";
  139. this.btnPrint.UseVisualStyleBackColor = false;
  140. //
  141. // dgv
  142. //
  143. this.dgv.AllowUserToAddRows = false;
  144. this.dgv.AllowUserToDeleteRows = false;
  145. this.dgv.AllowUserToResizeRows = false;
  146. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  147. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  148. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  149. | System.Windows.Forms.AnchorStyles.Left)
  150. | System.Windows.Forms.AnchorStyles.Right)));
  151. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  152. this.dgv.BackgroundColor = System.Drawing.Color.White;
  153. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  154. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  155. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  156. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  157. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  159. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  160. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  161. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  162. this.dgv.ColumnHeadersHeight = 24;
  163. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  164. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  165. this.Dsro_Number,
  166. this.Dsro_Amount,
  167. this.YF,
  168. this.QK,
  169. this.Cus_Name,
  170. this.Cus_Telephone,
  171. this.Dsro_TakeDressTime,
  172. this.Dsro_Remark,
  173. this.Dsro_CreateName,
  174. this.Dsro_CreateDateTime});
  175. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  176. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  177. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  179. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  180. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  181. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  182. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  183. this.dgv.EnableHeadersVisualStyles = false;
  184. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  185. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  186. this.dgv.IsCompleteBonding = false;
  187. this.dgv.Location = new System.Drawing.Point(5, 50);
  188. this.dgv.MultiSelect = false;
  189. this.dgv.Name = "dgv";
  190. this.dgv.ReadOnly = true;
  191. this.dgv.RowHeadersVisible = false;
  192. this.dgv.RowTemplate.Height = 23;
  193. this.dgv.RowTemplate.ReadOnly = true;
  194. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  195. this.dgv.Size = new System.Drawing.Size(880, 450);
  196. this.dgv.TabIndex = 209;
  197. //
  198. // Dsro_Number
  199. //
  200. this.Dsro_Number.HeaderText = "单号";
  201. this.Dsro_Number.Name = "Dsro_Number";
  202. this.Dsro_Number.ReadOnly = true;
  203. //
  204. // Dsro_Amount
  205. //
  206. this.Dsro_Amount.HeaderText = "应收";
  207. this.Dsro_Amount.Name = "Dsro_Amount";
  208. this.Dsro_Amount.ReadOnly = true;
  209. //
  210. // YF
  211. //
  212. this.YF.HeaderText = "已付";
  213. this.YF.Name = "YF";
  214. this.YF.ReadOnly = true;
  215. //
  216. // QK
  217. //
  218. this.QK.HeaderText = "欠款";
  219. this.QK.Name = "QK";
  220. this.QK.ReadOnly = true;
  221. //
  222. // Cus_Name
  223. //
  224. this.Cus_Name.HeaderText = "客户名称";
  225. this.Cus_Name.Name = "Cus_Name";
  226. this.Cus_Name.ReadOnly = true;
  227. //
  228. // Cus_Telephone
  229. //
  230. this.Cus_Telephone.HeaderText = "电话";
  231. this.Cus_Telephone.Name = "电话";
  232. this.Cus_Telephone.ReadOnly = true;
  233. //
  234. // Dsro_TakeDressTime
  235. //
  236. this.Dsro_TakeDressTime.HeaderText = "取衣时间";
  237. this.Dsro_TakeDressTime.Name = "Dsro_TakeDressTime";
  238. this.Dsro_TakeDressTime.ReadOnly = true;
  239. //
  240. // Dsro_Remark
  241. //
  242. this.Dsro_Remark.HeaderText = "备注";
  243. this.Dsro_Remark.Name = "Dsro_Remark";
  244. this.Dsro_Remark.ReadOnly = true;
  245. //
  246. // Dsro_CreateName
  247. //
  248. this.Dsro_CreateName.HeaderText = "接单人";
  249. this.Dsro_CreateName.Name = "Dsro_CreateName";
  250. this.Dsro_CreateName.ReadOnly = true;
  251. //
  252. // Dsro_CreateDateTime
  253. //
  254. this.Dsro_CreateDateTime.HeaderText = "日期";
  255. this.Dsro_CreateDateTime.Name = "Dsro_CreateDateTime";
  256. this.Dsro_CreateDateTime.ReadOnly = true;
  257. //
  258. // btnSlect
  259. //
  260. this.btnSlect.BackColor = System.Drawing.Color.Transparent;
  261. this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
  262. this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  263. this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  264. this.btnSlect.ForeColor = System.Drawing.Color.White;
  265. this.btnSlect.IsCustomBackImg = false;
  266. this.btnSlect.IsShowText = true;
  267. this.btnSlect.Location = new System.Drawing.Point(158, 7);
  268. this.btnSlect.Name = "btnSlect";
  269. this.btnSlect.Size = new System.Drawing.Size(87, 26);
  270. this.btnSlect.TabIndex = 198;
  271. this.btnSlect.Text = " 查 询";
  272. this.btnSlect.UseVisualStyleBackColor = false;
  273. //
  274. // btnUpdate
  275. //
  276. this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
  277. this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
  278. this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  279. this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  280. this.btnUpdate.ForeColor = System.Drawing.Color.White;
  281. this.btnUpdate.IsCustomBackImg = false;
  282. this.btnUpdate.IsShowText = true;
  283. this.btnUpdate.Location = new System.Drawing.Point(514, 7);
  284. this.btnUpdate.Name = "btnUpdate";
  285. this.btnUpdate.Size = new System.Drawing.Size(87, 26);
  286. this.btnUpdate.TabIndex = 201;
  287. this.btnUpdate.Text = " 修 改";
  288. this.btnUpdate.UseVisualStyleBackColor = false;
  289. //
  290. // btnDelete
  291. //
  292. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  293. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  294. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  295. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  296. this.btnDelete.ForeColor = System.Drawing.Color.White;
  297. this.btnDelete.IsCustomBackImg = false;
  298. this.btnDelete.IsShowText = true;
  299. this.btnDelete.Location = new System.Drawing.Point(607, 7);
  300. this.btnDelete.Name = "btnDelete";
  301. this.btnDelete.Size = new System.Drawing.Size(87, 26);
  302. this.btnDelete.TabIndex = 202;
  303. this.btnDelete.Text = " 删 除";
  304. this.btnDelete.UseVisualStyleBackColor = false;
  305. //
  306. // txtkeyword
  307. //
  308. this.txtkeyword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  309. this.txtkeyword.EmptyTextTip = null;
  310. this.txtkeyword.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  311. this.txtkeyword.Font = new System.Drawing.Font("微软雅黑", 9F);
  312. this.txtkeyword.Location = new System.Drawing.Point(10, 8);
  313. this.txtkeyword.Name = "txtkeyword";
  314. this.txtkeyword.Size = new System.Drawing.Size(140, 23);
  315. this.txtkeyword.TabIndex = 199;
  316. //
  317. // panelEx3
  318. //
  319. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  320. | System.Windows.Forms.AnchorStyles.Right)));
  321. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  322. this.panelEx3.BorderWidth = 1;
  323. this.panelEx3.Location = new System.Drawing.Point(1, 40);
  324. this.panelEx3.Name = "panelEx3";
  325. this.panelEx3.Size = new System.Drawing.Size(889, 1);
  326. this.panelEx3.TabIndex = 197;
  327. //
  328. // FrmSaleManagement
  329. //
  330. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  331. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  332. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  333. this.ClientSize = new System.Drawing.Size(910, 610);
  334. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  335. this.Name = "FrmSaleManagement";
  336. this.Text = "出售管理";
  337. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  338. this.plExMainContainer.ResumeLayout(false);
  339. this.plFormMainContent.ResumeLayout(false);
  340. this.panelEx2.ResumeLayout(false);
  341. this.panelEx2.PerformLayout();
  342. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  343. this.ResumeLayout(false);
  344. }
  345. #endregion
  346. private ComponentLibrary.PanelEx panelEx2;
  347. protected ComponentLibrary.ButtonEx btnPrint;
  348. protected ComponentLibrary.DataGridViewEx dgv;
  349. protected ComponentLibrary.ButtonEx btnSlect;
  350. protected ComponentLibrary.ButtonEx btnUpdate;
  351. protected ComponentLibrary.ButtonEx btnDelete;
  352. protected ComponentLibrary.TextBoxBasicEx txtkeyword;
  353. private ComponentLibrary.PanelEx panelEx3;
  354. protected ComponentLibrary.ButtonEx btnReceivables;
  355. protected UCPager.ucPagerEx ucPagerEx1;
  356. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_Number;
  357. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_Amount;
  358. private System.Windows.Forms.DataGridViewTextBoxColumn YF;
  359. private System.Windows.Forms.DataGridViewTextBoxColumn QK;
  360. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
  361. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Telephone;
  362. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_TakeDressTime;
  363. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_Remark;
  364. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_CreateName;
  365. private System.Windows.Forms.DataGridViewTextBoxColumn Dsro_CreateDateTime;
  366. }
  367. }