ServiceCardManagementSmallForm.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
  1. namespace LYFZ.Software.UI.MembershipManage.SetSmallForm
  2. {
  3. partial class ServiceCardManagementSmallForm
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceCardManagementSmallForm));
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.btnPayArrears = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.tb_Arrears = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.txtDiscount = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.txtAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  38. this.txtPoints = new LYFZ.ComponentLibrary.TextBoxEx();
  39. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.txtCardType = new LYFZ.ComponentLibrary.TextBoxEx();
  43. this.txtHolder = new LYFZ.ComponentLibrary.TextBoxEx();
  44. this.txtCardNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  45. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  49. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  56. this.btnDeleteItem = new LYFZ.ComponentLibrary.ButtonForm();
  57. this.plExMainContainer.SuspendLayout();
  58. this.plFormMainContent.SuspendLayout();
  59. this.panelEx1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // plExMainContainer
  64. //
  65. this.plExMainContainer.Controls.Add(this.panelEx1);
  66. this.plExMainContainer.Size = new System.Drawing.Size(480, 595);
  67. //
  68. // plFormMainContent
  69. //
  70. this.plFormMainContent.Size = new System.Drawing.Size(480, 595);
  71. //
  72. // btnAppFormMaximize
  73. //
  74. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  75. this.btnAppFormMaximize.Location = new System.Drawing.Point(571, 0);
  76. //
  77. // btnAppFormExit
  78. //
  79. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  80. this.btnAppFormExit.Location = new System.Drawing.Point(448, 0);
  81. //
  82. // btnAppFormMinimize
  83. //
  84. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  85. this.btnAppFormMinimize.Location = new System.Drawing.Point(571, 0);
  86. //
  87. // panelEx1
  88. //
  89. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  90. | System.Windows.Forms.AnchorStyles.Left)
  91. | System.Windows.Forms.AnchorStyles.Right)));
  92. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  93. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  94. this.panelEx1.BorderWidth = 1;
  95. this.panelEx1.Controls.Add(this.btnDeleteItem);
  96. this.panelEx1.Controls.Add(this.btnPayArrears);
  97. this.panelEx1.Controls.Add(this.tb_Arrears);
  98. this.panelEx1.Controls.Add(this.labelEx8);
  99. this.panelEx1.Controls.Add(this.btnSave);
  100. this.panelEx1.Controls.Add(this.txtDiscount);
  101. this.panelEx1.Controls.Add(this.txtAmount);
  102. this.panelEx1.Controls.Add(this.txtPoints);
  103. this.panelEx1.Controls.Add(this.labelEx1);
  104. this.panelEx1.Controls.Add(this.labelEx6);
  105. this.panelEx1.Controls.Add(this.labelEx5);
  106. this.panelEx1.Controls.Add(this.txtCardType);
  107. this.panelEx1.Controls.Add(this.txtHolder);
  108. this.panelEx1.Controls.Add(this.txtCardNumber);
  109. this.panelEx1.Controls.Add(this.labelEx4);
  110. this.panelEx1.Controls.Add(this.labelEx3);
  111. this.panelEx1.Controls.Add(this.labelEx2);
  112. this.panelEx1.Controls.Add(this.dgvData);
  113. this.panelEx1.Controls.Add(this.labelEx13);
  114. this.panelEx1.Controls.Add(this.labelEx7);
  115. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  116. this.panelEx1.Name = "panelEx1";
  117. this.panelEx1.Size = new System.Drawing.Size(460, 575);
  118. this.panelEx1.TabIndex = 4;
  119. //
  120. // btnPayArrears
  121. //
  122. this.btnPayArrears.BackColor = System.Drawing.Color.Transparent;
  123. this.btnPayArrears.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPayArrears.BackImg")));
  124. this.btnPayArrears.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  125. this.btnPayArrears.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  126. this.btnPayArrears.ForeColor = System.Drawing.Color.White;
  127. this.btnPayArrears.IsCustomBackImg = false;
  128. this.btnPayArrears.IsShowText = true;
  129. this.btnPayArrears.Location = new System.Drawing.Point(231, 134);
  130. this.btnPayArrears.Name = "btnPayArrears";
  131. this.btnPayArrears.Size = new System.Drawing.Size(66, 28);
  132. this.btnPayArrears.TabIndex = 274;
  133. this.btnPayArrears.Text = " 缴清欠款";
  134. this.btnPayArrears.UseVisualStyleBackColor = false;
  135. //
  136. // tb_Arrears
  137. //
  138. this.tb_Arrears.BackColor = System.Drawing.Color.Transparent;
  139. this.tb_Arrears.Enabled = false;
  140. this.tb_Arrears.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  141. this.tb_Arrears.Icon = null;
  142. this.tb_Arrears.IconIsButton = false;
  143. this.tb_Arrears.IsPasswordChat = '\0';
  144. this.tb_Arrears.IsSystemPasswordChar = false;
  145. this.tb_Arrears.Lines = new string[0];
  146. this.tb_Arrears.Location = new System.Drawing.Point(90, 135);
  147. this.tb_Arrears.Margin = new System.Windows.Forms.Padding(0);
  148. this.tb_Arrears.MaxLength = 32767;
  149. this.tb_Arrears.MinimumSize = new System.Drawing.Size(0, 24);
  150. this.tb_Arrears.MouseBack = null;
  151. this.tb_Arrears.Multiline = false;
  152. this.tb_Arrears.Name = "tb_Arrears";
  153. this.tb_Arrears.NormlBack = null;
  154. this.tb_Arrears.Padding = new System.Windows.Forms.Padding(5);
  155. this.tb_Arrears.ReadOnly = true;
  156. this.tb_Arrears.ScrollBars = System.Windows.Forms.ScrollBars.None;
  157. this.tb_Arrears.Size = new System.Drawing.Size(130, 25);
  158. this.tb_Arrears.TabIndex = 273;
  159. this.tb_Arrears.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  160. this.tb_Arrears.WaterColor = System.Drawing.Color.DarkGray;
  161. this.tb_Arrears.WaterText = "";
  162. this.tb_Arrears.WordWrap = true;
  163. //
  164. // labelEx8
  165. //
  166. this.labelEx8.AutoSize = true;
  167. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  168. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  169. this.labelEx8.Location = new System.Drawing.Point(43, 138);
  170. this.labelEx8.Name = "labelEx8";
  171. this.labelEx8.Size = new System.Drawing.Size(44, 17);
  172. this.labelEx8.TabIndex = 272;
  173. this.labelEx8.Text = "欠款:";
  174. //
  175. // btnSave
  176. //
  177. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  178. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  179. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  180. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  181. this.btnSave.ForeColor = System.Drawing.Color.White;
  182. this.btnSave.IsCustomBackImg = false;
  183. this.btnSave.IsShowText = true;
  184. this.btnSave.Location = new System.Drawing.Point(363, 170);
  185. this.btnSave.Name = "btnSave";
  186. this.btnSave.Size = new System.Drawing.Size(85, 28);
  187. this.btnSave.TabIndex = 271;
  188. this.btnSave.Text = " 添加服务项";
  189. this.btnSave.UseVisualStyleBackColor = false;
  190. //
  191. // txtDiscount
  192. //
  193. this.txtDiscount.BackColor = System.Drawing.Color.Transparent;
  194. this.txtDiscount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  195. this.txtDiscount.Icon = null;
  196. this.txtDiscount.IconIsButton = false;
  197. this.txtDiscount.IsPasswordChat = '\0';
  198. this.txtDiscount.IsSystemPasswordChar = false;
  199. this.txtDiscount.Lines = new string[0];
  200. this.txtDiscount.Location = new System.Drawing.Point(90, 104);
  201. this.txtDiscount.Margin = new System.Windows.Forms.Padding(0);
  202. this.txtDiscount.MaxLength = 32767;
  203. this.txtDiscount.MinimumSize = new System.Drawing.Size(0, 24);
  204. this.txtDiscount.MouseBack = null;
  205. this.txtDiscount.Multiline = false;
  206. this.txtDiscount.Name = "txtDiscount";
  207. this.txtDiscount.NormlBack = null;
  208. this.txtDiscount.Padding = new System.Windows.Forms.Padding(5);
  209. this.txtDiscount.ReadOnly = true;
  210. this.txtDiscount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  211. this.txtDiscount.Size = new System.Drawing.Size(130, 25);
  212. this.txtDiscount.TabIndex = 270;
  213. this.txtDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  214. this.txtDiscount.WaterColor = System.Drawing.Color.DarkGray;
  215. this.txtDiscount.WaterText = "";
  216. this.txtDiscount.WordWrap = true;
  217. //
  218. // txtAmount
  219. //
  220. this.txtAmount.BackColor = System.Drawing.Color.Transparent;
  221. this.txtAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  222. this.txtAmount.Icon = null;
  223. this.txtAmount.IconIsButton = false;
  224. this.txtAmount.IsPasswordChat = '\0';
  225. this.txtAmount.IsSystemPasswordChar = false;
  226. this.txtAmount.Lines = new string[0];
  227. this.txtAmount.Location = new System.Drawing.Point(308, 73);
  228. this.txtAmount.Margin = new System.Windows.Forms.Padding(0);
  229. this.txtAmount.MaxLength = 32767;
  230. this.txtAmount.MinimumSize = new System.Drawing.Size(0, 24);
  231. this.txtAmount.MouseBack = null;
  232. this.txtAmount.Multiline = false;
  233. this.txtAmount.Name = "txtAmount";
  234. this.txtAmount.NormlBack = null;
  235. this.txtAmount.Padding = new System.Windows.Forms.Padding(5);
  236. this.txtAmount.ReadOnly = true;
  237. this.txtAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  238. this.txtAmount.Size = new System.Drawing.Size(130, 25);
  239. this.txtAmount.TabIndex = 269;
  240. this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  241. this.txtAmount.WaterColor = System.Drawing.Color.DarkGray;
  242. this.txtAmount.WaterText = "";
  243. this.txtAmount.WordWrap = true;
  244. //
  245. // txtPoints
  246. //
  247. this.txtPoints.BackColor = System.Drawing.Color.Transparent;
  248. this.txtPoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  249. this.txtPoints.Icon = null;
  250. this.txtPoints.IconIsButton = false;
  251. this.txtPoints.IsPasswordChat = '\0';
  252. this.txtPoints.IsSystemPasswordChar = false;
  253. this.txtPoints.Lines = new string[0];
  254. this.txtPoints.Location = new System.Drawing.Point(308, 104);
  255. this.txtPoints.Margin = new System.Windows.Forms.Padding(0);
  256. this.txtPoints.MaxLength = 32767;
  257. this.txtPoints.MinimumSize = new System.Drawing.Size(0, 24);
  258. this.txtPoints.MouseBack = null;
  259. this.txtPoints.Multiline = false;
  260. this.txtPoints.Name = "txtPoints";
  261. this.txtPoints.NormlBack = null;
  262. this.txtPoints.Padding = new System.Windows.Forms.Padding(5);
  263. this.txtPoints.ReadOnly = true;
  264. this.txtPoints.ScrollBars = System.Windows.Forms.ScrollBars.None;
  265. this.txtPoints.Size = new System.Drawing.Size(130, 25);
  266. this.txtPoints.TabIndex = 268;
  267. this.txtPoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  268. this.txtPoints.WaterColor = System.Drawing.Color.DarkGray;
  269. this.txtPoints.WaterText = "";
  270. this.txtPoints.WordWrap = true;
  271. //
  272. // labelEx1
  273. //
  274. this.labelEx1.AutoSize = true;
  275. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  276. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  277. this.labelEx1.Location = new System.Drawing.Point(43, 108);
  278. this.labelEx1.Name = "labelEx1";
  279. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  280. this.labelEx1.TabIndex = 267;
  281. this.labelEx1.Text = "折扣:";
  282. //
  283. // labelEx6
  284. //
  285. this.labelEx6.AutoSize = true;
  286. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  287. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  288. this.labelEx6.Location = new System.Drawing.Point(261, 77);
  289. this.labelEx6.Name = "labelEx6";
  290. this.labelEx6.Size = new System.Drawing.Size(44, 17);
  291. this.labelEx6.TabIndex = 266;
  292. this.labelEx6.Text = "金额:";
  293. //
  294. // labelEx5
  295. //
  296. this.labelEx5.AutoSize = true;
  297. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  298. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  299. this.labelEx5.Location = new System.Drawing.Point(261, 108);
  300. this.labelEx5.Name = "labelEx5";
  301. this.labelEx5.Size = new System.Drawing.Size(44, 17);
  302. this.labelEx5.TabIndex = 265;
  303. this.labelEx5.Text = "积分:";
  304. //
  305. // txtCardType
  306. //
  307. this.txtCardType.BackColor = System.Drawing.Color.Transparent;
  308. this.txtCardType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  309. this.txtCardType.Icon = null;
  310. this.txtCardType.IconIsButton = false;
  311. this.txtCardType.IsPasswordChat = '\0';
  312. this.txtCardType.IsSystemPasswordChar = false;
  313. this.txtCardType.Lines = new string[0];
  314. this.txtCardType.Location = new System.Drawing.Point(308, 43);
  315. this.txtCardType.Margin = new System.Windows.Forms.Padding(0);
  316. this.txtCardType.MaxLength = 32767;
  317. this.txtCardType.MinimumSize = new System.Drawing.Size(0, 24);
  318. this.txtCardType.MouseBack = null;
  319. this.txtCardType.Multiline = false;
  320. this.txtCardType.Name = "txtCardType";
  321. this.txtCardType.NormlBack = null;
  322. this.txtCardType.Padding = new System.Windows.Forms.Padding(5);
  323. this.txtCardType.ReadOnly = true;
  324. this.txtCardType.ScrollBars = System.Windows.Forms.ScrollBars.None;
  325. this.txtCardType.Size = new System.Drawing.Size(130, 25);
  326. this.txtCardType.TabIndex = 264;
  327. this.txtCardType.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  328. this.txtCardType.WaterColor = System.Drawing.Color.DarkGray;
  329. this.txtCardType.WaterText = "";
  330. this.txtCardType.WordWrap = true;
  331. //
  332. // txtHolder
  333. //
  334. this.txtHolder.BackColor = System.Drawing.Color.Transparent;
  335. this.txtHolder.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  336. this.txtHolder.Icon = null;
  337. this.txtHolder.IconIsButton = false;
  338. this.txtHolder.IsPasswordChat = '\0';
  339. this.txtHolder.IsSystemPasswordChar = false;
  340. this.txtHolder.Lines = new string[0];
  341. this.txtHolder.Location = new System.Drawing.Point(90, 73);
  342. this.txtHolder.Margin = new System.Windows.Forms.Padding(0);
  343. this.txtHolder.MaxLength = 32767;
  344. this.txtHolder.MinimumSize = new System.Drawing.Size(0, 24);
  345. this.txtHolder.MouseBack = null;
  346. this.txtHolder.Multiline = false;
  347. this.txtHolder.Name = "txtHolder";
  348. this.txtHolder.NormlBack = null;
  349. this.txtHolder.Padding = new System.Windows.Forms.Padding(5);
  350. this.txtHolder.ReadOnly = true;
  351. this.txtHolder.ScrollBars = System.Windows.Forms.ScrollBars.None;
  352. this.txtHolder.Size = new System.Drawing.Size(130, 25);
  353. this.txtHolder.TabIndex = 263;
  354. this.txtHolder.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  355. this.txtHolder.WaterColor = System.Drawing.Color.DarkGray;
  356. this.txtHolder.WaterText = "";
  357. this.txtHolder.WordWrap = true;
  358. //
  359. // txtCardNumber
  360. //
  361. this.txtCardNumber.BackColor = System.Drawing.Color.Transparent;
  362. this.txtCardNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  363. this.txtCardNumber.Icon = null;
  364. this.txtCardNumber.IconIsButton = false;
  365. this.txtCardNumber.IsPasswordChat = '\0';
  366. this.txtCardNumber.IsSystemPasswordChar = false;
  367. this.txtCardNumber.Lines = new string[0];
  368. this.txtCardNumber.Location = new System.Drawing.Point(90, 43);
  369. this.txtCardNumber.Margin = new System.Windows.Forms.Padding(0);
  370. this.txtCardNumber.MaxLength = 32767;
  371. this.txtCardNumber.MinimumSize = new System.Drawing.Size(0, 24);
  372. this.txtCardNumber.MouseBack = null;
  373. this.txtCardNumber.Multiline = false;
  374. this.txtCardNumber.Name = "txtCardNumber";
  375. this.txtCardNumber.NormlBack = null;
  376. this.txtCardNumber.Padding = new System.Windows.Forms.Padding(5);
  377. this.txtCardNumber.ReadOnly = true;
  378. this.txtCardNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  379. this.txtCardNumber.Size = new System.Drawing.Size(130, 25);
  380. this.txtCardNumber.TabIndex = 262;
  381. this.txtCardNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  382. this.txtCardNumber.WaterColor = System.Drawing.Color.DarkGray;
  383. this.txtCardNumber.WaterText = "";
  384. this.txtCardNumber.WordWrap = true;
  385. //
  386. // labelEx4
  387. //
  388. this.labelEx4.AutoSize = true;
  389. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  390. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  391. this.labelEx4.Location = new System.Drawing.Point(249, 47);
  392. this.labelEx4.Name = "labelEx4";
  393. this.labelEx4.Size = new System.Drawing.Size(56, 17);
  394. this.labelEx4.TabIndex = 261;
  395. this.labelEx4.Text = "卡等级:";
  396. //
  397. // labelEx3
  398. //
  399. this.labelEx3.AutoSize = true;
  400. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  401. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  402. this.labelEx3.Location = new System.Drawing.Point(31, 77);
  403. this.labelEx3.Name = "labelEx3";
  404. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  405. this.labelEx3.TabIndex = 260;
  406. this.labelEx3.Text = "持卡人:";
  407. //
  408. // labelEx2
  409. //
  410. this.labelEx2.AutoSize = true;
  411. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  412. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  413. this.labelEx2.Location = new System.Drawing.Point(31, 47);
  414. this.labelEx2.Name = "labelEx2";
  415. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  416. this.labelEx2.TabIndex = 259;
  417. this.labelEx2.Text = "主卡号:";
  418. //
  419. // dgvData
  420. //
  421. this.dgvData.AllowUserToAddRows = false;
  422. this.dgvData.AllowUserToDeleteRows = false;
  423. this.dgvData.AllowUserToResizeRows = false;
  424. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  425. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  426. this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  427. | System.Windows.Forms.AnchorStyles.Left)));
  428. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  429. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  430. this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  431. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  432. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  433. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  434. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  436. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  437. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  438. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  439. this.dgvData.ColumnHeadersHeight = 24;
  440. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  441. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  442. this.Column1,
  443. this.Column2,
  444. this.Column3,
  445. this.Column4,
  446. this.Column5});
  447. this.dgvData.EnableHeadersVisualStyles = false;
  448. this.dgvData.EraseCell = false;
  449. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  450. this.dgvData.GridViewUniquelyIdentify = "_dataGridViewEx1_dgvData_dgvData_dgvData_panelEx1_dgvData_dgvData_dgvData_dgvData" +
  451. "_dgvData_dgvData_dgvData_dgvData";
  452. this.dgvData.IsCompleteBonding = false;
  453. this.dgvData.IsCopyCellValue = true;
  454. this.dgvData.Location = new System.Drawing.Point(10, 202);
  455. this.dgvData.Name = "dgvData";
  456. this.dgvData.RowHeadersVisible = false;
  457. this.dgvData.RowTemplate.Height = 23;
  458. this.dgvData.RowTemplate.ReadOnly = true;
  459. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  460. this.dgvData.Size = new System.Drawing.Size(440, 363);
  461. this.dgvData.TabIndex = 253;
  462. //
  463. // Column1
  464. //
  465. this.Column1.HeaderText = "服务编号";
  466. this.Column1.Name = "Column1";
  467. this.Column1.ReadOnly = true;
  468. this.Column1.Visible = false;
  469. //
  470. // Column2
  471. //
  472. this.Column2.HeaderText = "服务名称";
  473. this.Column2.Name = "Column2";
  474. this.Column2.ReadOnly = true;
  475. //
  476. // Column3
  477. //
  478. this.Column3.HeaderText = "服务次数";
  479. this.Column3.Name = "Column3";
  480. this.Column3.ReadOnly = true;
  481. //
  482. // Column4
  483. //
  484. this.Column4.HeaderText = "单价";
  485. this.Column4.Name = "Column4";
  486. this.Column4.ReadOnly = true;
  487. //
  488. // Column5
  489. //
  490. this.Column5.HeaderText = "ID";
  491. this.Column5.Name = "Column5";
  492. this.Column5.ReadOnly = true;
  493. this.Column5.Visible = false;
  494. //
  495. // labelEx13
  496. //
  497. this.labelEx13.AutoSize = true;
  498. this.labelEx13.BackColor = System.Drawing.Color.Transparent;
  499. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  500. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  501. this.labelEx13.Location = new System.Drawing.Point(18, 171);
  502. this.labelEx13.Name = "labelEx13";
  503. this.labelEx13.Size = new System.Drawing.Size(56, 17);
  504. this.labelEx13.TabIndex = 252;
  505. this.labelEx13.Text = "服务资料";
  506. //
  507. // labelEx7
  508. //
  509. this.labelEx7.AutoSize = true;
  510. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  511. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  512. this.labelEx7.Location = new System.Drawing.Point(18, 16);
  513. this.labelEx7.Name = "labelEx7";
  514. this.labelEx7.Size = new System.Drawing.Size(56, 17);
  515. this.labelEx7.TabIndex = 12;
  516. this.labelEx7.Text = "会员资料";
  517. //
  518. // btnDeleteItem
  519. //
  520. this.btnDeleteItem.BackColor = System.Drawing.Color.Transparent;
  521. this.btnDeleteItem.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDeleteItem.BackImg")));
  522. this.btnDeleteItem.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  523. this.btnDeleteItem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  524. this.btnDeleteItem.ForeColor = System.Drawing.Color.White;
  525. this.btnDeleteItem.IsCustomBackImg = false;
  526. this.btnDeleteItem.IsShowText = true;
  527. this.btnDeleteItem.Location = new System.Drawing.Point(264, 171);
  528. this.btnDeleteItem.Name = "btnDeleteItem";
  529. this.btnDeleteItem.Size = new System.Drawing.Size(85, 28);
  530. this.btnDeleteItem.TabIndex = 275;
  531. this.btnDeleteItem.Text = "删除服务项";
  532. this.btnDeleteItem.UseVisualStyleBackColor = false;
  533. //
  534. // ServiceCardManagementSmallForm
  535. //
  536. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  537. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  538. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  539. this.ClientSize = new System.Drawing.Size(480, 660);
  540. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  541. this.MaximizeBox = false;
  542. this.MinimizeBox = false;
  543. this.Name = "ServiceCardManagementSmallForm";
  544. this.Text = "服务会员卡管理";
  545. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  546. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  547. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  548. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  549. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  550. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  551. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  552. this.plExMainContainer.ResumeLayout(false);
  553. this.plFormMainContent.ResumeLayout(false);
  554. this.panelEx1.ResumeLayout(false);
  555. this.panelEx1.PerformLayout();
  556. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  557. this.ResumeLayout(false);
  558. }
  559. #endregion
  560. private ComponentLibrary.PanelEx panelEx1;
  561. private ComponentLibrary.LabelEx labelEx7;
  562. protected ComponentLibrary.DataGridViewEx dgvData;
  563. protected ComponentLibrary.LabelEx labelEx13;
  564. protected ComponentLibrary.TextBoxEx txtDiscount;
  565. protected ComponentLibrary.TextBoxEx txtAmount;
  566. protected ComponentLibrary.TextBoxEx txtPoints;
  567. private ComponentLibrary.LabelEx labelEx1;
  568. private ComponentLibrary.LabelEx labelEx6;
  569. private ComponentLibrary.LabelEx labelEx5;
  570. protected ComponentLibrary.TextBoxEx txtCardType;
  571. protected ComponentLibrary.TextBoxEx txtHolder;
  572. protected ComponentLibrary.TextBoxEx txtCardNumber;
  573. private ComponentLibrary.LabelEx labelEx4;
  574. private ComponentLibrary.LabelEx labelEx3;
  575. private ComponentLibrary.LabelEx labelEx2;
  576. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  577. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  580. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  581. protected ComponentLibrary.TextBoxEx tb_Arrears;
  582. private ComponentLibrary.LabelEx labelEx8;
  583. protected internal ComponentLibrary.ButtonEx btnSave;
  584. protected internal ComponentLibrary.ButtonEx btnPayArrears;
  585. public ComponentLibrary.ButtonForm btnDeleteItem;
  586. }
  587. }