ServiceConsumeHomeSmallForm.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. namespace LYFZ.Software.UI.MembershipManage
  2. {
  3. partial class ServiceConsumeHomeSmallForm
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServiceConsumeHomeSmallForm));
  32. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.txtMemberCardNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.txtTelephone = new LYFZ.ComponentLibrary.MaskedTextBoxEx(this.components);
  36. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  37. this.Column6 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  38. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.btnKoufei = new LYFZ.ComponentLibrary.ButtonForm();
  45. this.btnRecharge = new LYFZ.ComponentLibrary.ButtonForm();
  46. this.btnServiceToolbox = new LYFZ.ComponentLibrary.ButtonForm();
  47. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.txtHolder = new LYFZ.ComponentLibrary.TextBoxEx();
  49. this.txtAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  50. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  52. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  53. this.txtDiscount = new LYFZ.ComponentLibrary.TextBoxEx();
  54. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  56. this.plExMainContainer.SuspendLayout();
  57. this.plFormMainContent.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  59. this.panelEx1.SuspendLayout();
  60. this.panelEx2.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // plExMainContainer
  64. //
  65. this.plExMainContainer.Controls.Add(this.panelEx1);
  66. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  67. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  68. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  69. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  70. //
  71. // btnAppFormMaximize
  72. //
  73. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  74. //
  75. // btnAppFormExit
  76. //
  77. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  78. //
  79. // btnAppFormMinimize
  80. //
  81. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  82. //
  83. // labelEx1
  84. //
  85. this.labelEx1.AutoSize = true;
  86. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  87. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  88. this.labelEx1.Location = new System.Drawing.Point(5, 13);
  89. this.labelEx1.Name = "labelEx1";
  90. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  91. this.labelEx1.TabIndex = 0;
  92. this.labelEx1.Text = "会员卡号:";
  93. //
  94. // labelEx2
  95. //
  96. this.labelEx2.AutoSize = true;
  97. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  98. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  99. this.labelEx2.Location = new System.Drawing.Point(207, 13);
  100. this.labelEx2.Name = "labelEx2";
  101. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  102. this.labelEx2.TabIndex = 1;
  103. this.labelEx2.Text = "手机号码:";
  104. //
  105. // txtMemberCardNumber
  106. //
  107. this.txtMemberCardNumber.BackColor = System.Drawing.Color.Transparent;
  108. this.txtMemberCardNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  109. this.txtMemberCardNumber.Icon = null;
  110. this.txtMemberCardNumber.IconIsButton = false;
  111. this.txtMemberCardNumber.IsPasswordChat = '\0';
  112. this.txtMemberCardNumber.IsSystemPasswordChar = false;
  113. this.txtMemberCardNumber.Lines = new string[0];
  114. this.txtMemberCardNumber.Location = new System.Drawing.Point(71, 9);
  115. this.txtMemberCardNumber.Margin = new System.Windows.Forms.Padding(0);
  116. this.txtMemberCardNumber.MaxLength = 32767;
  117. this.txtMemberCardNumber.MinimumSize = new System.Drawing.Size(0, 24);
  118. this.txtMemberCardNumber.MouseBack = null;
  119. this.txtMemberCardNumber.Multiline = false;
  120. this.txtMemberCardNumber.Name = "txtMemberCardNumber";
  121. this.txtMemberCardNumber.NormlBack = null;
  122. this.txtMemberCardNumber.Padding = new System.Windows.Forms.Padding(5);
  123. this.txtMemberCardNumber.ReadOnly = false;
  124. this.txtMemberCardNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  125. this.txtMemberCardNumber.Size = new System.Drawing.Size(120, 25);
  126. this.txtMemberCardNumber.TabIndex = 1;
  127. this.txtMemberCardNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  128. this.txtMemberCardNumber.WaterColor = System.Drawing.Color.DarkGray;
  129. this.txtMemberCardNumber.WaterText = "输入卡号按回车";
  130. this.txtMemberCardNumber.WordWrap = true;
  131. //
  132. // txtTelephone
  133. //
  134. this.txtTelephone.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  135. this.txtTelephone.Location = new System.Drawing.Point(273, 10);
  136. this.txtTelephone.Mask = "000 0000 0000";
  137. this.txtTelephone.Name = "txtTelephone";
  138. this.txtTelephone.PromptChar = ' ';
  139. this.txtTelephone.Size = new System.Drawing.Size(100, 23);
  140. this.txtTelephone.TabIndex = 2;
  141. //
  142. // dgvData
  143. //
  144. this.dgvData.AllowUserToAddRows = false;
  145. this.dgvData.AllowUserToDeleteRows = false;
  146. this.dgvData.AllowUserToResizeRows = false;
  147. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  148. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  149. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  150. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  151. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  152. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  153. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  155. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  156. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  157. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  158. this.dgvData.ColumnHeadersHeight = 24;
  159. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  160. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  161. this.Column6,
  162. this.Column1,
  163. this.Column2,
  164. this.Column3,
  165. this.Column4,
  166. this.Column5});
  167. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  168. this.dgvData.EnableHeadersVisualStyles = false;
  169. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  170. this.dgvData.GridViewUniquelyIdentify = "_dataGridViewEx1_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData";
  171. this.dgvData.IsCompleteBonding = false;
  172. this.dgvData.IsCopyCellValue = true;
  173. this.dgvData.Location = new System.Drawing.Point(2, 86);
  174. this.dgvData.MultiSelect = false;
  175. this.dgvData.Name = "dgvData";
  176. this.dgvData.RowHeadersVisible = false;
  177. this.dgvData.RowTemplate.Height = 23;
  178. this.dgvData.RowTemplate.ReadOnly = true;
  179. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  180. this.dgvData.Size = new System.Drawing.Size(896, 397);
  181. this.dgvData.TabIndex = 3;
  182. //
  183. // Column6
  184. //
  185. this.Column6.HeaderText = "";
  186. this.Column6.Name = "Column6";
  187. this.Column6.ReadOnly = true;
  188. this.Column6.Width = 45;
  189. //
  190. // Column1
  191. //
  192. this.Column1.HeaderText = "ID";
  193. this.Column1.Name = "Column1";
  194. this.Column1.ReadOnly = true;
  195. this.Column1.Visible = false;
  196. //
  197. // Column2
  198. //
  199. this.Column2.HeaderText = "服务编号";
  200. this.Column2.Name = "Column2";
  201. this.Column2.ReadOnly = true;
  202. this.Column2.Visible = false;
  203. //
  204. // Column3
  205. //
  206. this.Column3.HeaderText = "服务名称";
  207. this.Column3.Name = "Column3";
  208. this.Column3.ReadOnly = true;
  209. this.Column3.Width = 200;
  210. //
  211. // Column4
  212. //
  213. this.Column4.HeaderText = "次数";
  214. this.Column4.Name = "Column4";
  215. this.Column4.ReadOnly = true;
  216. this.Column4.Width = 200;
  217. //
  218. // Column5
  219. //
  220. this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  221. this.Column5.HeaderText = "";
  222. this.Column5.Name = "Column5";
  223. this.Column5.ReadOnly = true;
  224. //
  225. // labelEx3
  226. //
  227. this.labelEx3.AutoSize = true;
  228. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  229. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  230. this.labelEx3.Location = new System.Drawing.Point(8, 60);
  231. this.labelEx3.Name = "labelEx3";
  232. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  233. this.labelEx3.TabIndex = 4;
  234. this.labelEx3.Text = "服务项";
  235. //
  236. // btnKoufei
  237. //
  238. this.btnKoufei.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  239. this.btnKoufei.BackColor = System.Drawing.Color.Transparent;
  240. this.btnKoufei.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnKoufei.BackImg")));
  241. this.btnKoufei.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  242. this.btnKoufei.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  243. this.btnKoufei.ForeColor = System.Drawing.Color.White;
  244. this.btnKoufei.IsCustomBackImg = false;
  245. this.btnKoufei.IsShowText = true;
  246. this.btnKoufei.Location = new System.Drawing.Point(620, 53);
  247. this.btnKoufei.Name = "btnKoufei";
  248. this.btnKoufei.Size = new System.Drawing.Size(85, 28);
  249. this.btnKoufei.TabIndex = 5;
  250. this.btnKoufei.Text = " 扣 费";
  251. this.btnKoufei.UseVisualStyleBackColor = false;
  252. //
  253. // btnRecharge
  254. //
  255. this.btnRecharge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  256. this.btnRecharge.BackColor = System.Drawing.Color.Transparent;
  257. this.btnRecharge.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRecharge.BackImg")));
  258. this.btnRecharge.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  259. this.btnRecharge.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  260. this.btnRecharge.ForeColor = System.Drawing.Color.White;
  261. this.btnRecharge.IsCustomBackImg = false;
  262. this.btnRecharge.IsShowText = true;
  263. this.btnRecharge.Location = new System.Drawing.Point(711, 53);
  264. this.btnRecharge.Name = "btnRecharge";
  265. this.btnRecharge.Size = new System.Drawing.Size(85, 28);
  266. this.btnRecharge.TabIndex = 6;
  267. this.btnRecharge.Text = " 充 值";
  268. this.btnRecharge.UseVisualStyleBackColor = false;
  269. //
  270. // btnServiceToolbox
  271. //
  272. this.btnServiceToolbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  273. this.btnServiceToolbox.BackColor = System.Drawing.Color.Transparent;
  274. this.btnServiceToolbox.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnServiceToolbox.BackImg")));
  275. this.btnServiceToolbox.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  276. this.btnServiceToolbox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  277. this.btnServiceToolbox.ForeColor = System.Drawing.Color.White;
  278. this.btnServiceToolbox.IsCustomBackImg = false;
  279. this.btnServiceToolbox.IsShowText = true;
  280. this.btnServiceToolbox.Location = new System.Drawing.Point(802, 53);
  281. this.btnServiceToolbox.Name = "btnServiceToolbox";
  282. this.btnServiceToolbox.Size = new System.Drawing.Size(85, 28);
  283. this.btnServiceToolbox.TabIndex = 7;
  284. this.btnServiceToolbox.Text = " 服务箱";
  285. this.btnServiceToolbox.UseVisualStyleBackColor = false;
  286. //
  287. // labelEx4
  288. //
  289. this.labelEx4.AutoSize = true;
  290. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  291. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  292. this.labelEx4.Location = new System.Drawing.Point(391, 13);
  293. this.labelEx4.Name = "labelEx4";
  294. this.labelEx4.Size = new System.Drawing.Size(56, 17);
  295. this.labelEx4.TabIndex = 8;
  296. this.labelEx4.Text = "持卡人:";
  297. //
  298. // txtHolder
  299. //
  300. this.txtHolder.BackColor = System.Drawing.Color.Transparent;
  301. this.txtHolder.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  302. this.txtHolder.Icon = null;
  303. this.txtHolder.IconIsButton = false;
  304. this.txtHolder.IsPasswordChat = '\0';
  305. this.txtHolder.IsSystemPasswordChar = false;
  306. this.txtHolder.Lines = new string[0];
  307. this.txtHolder.Location = new System.Drawing.Point(445, 9);
  308. this.txtHolder.Margin = new System.Windows.Forms.Padding(0);
  309. this.txtHolder.MaxLength = 32767;
  310. this.txtHolder.MinimumSize = new System.Drawing.Size(0, 24);
  311. this.txtHolder.MouseBack = null;
  312. this.txtHolder.Multiline = false;
  313. this.txtHolder.Name = "txtHolder";
  314. this.txtHolder.NormlBack = null;
  315. this.txtHolder.Padding = new System.Windows.Forms.Padding(5);
  316. this.txtHolder.ReadOnly = true;
  317. this.txtHolder.ScrollBars = System.Windows.Forms.ScrollBars.None;
  318. this.txtHolder.Size = new System.Drawing.Size(100, 25);
  319. this.txtHolder.TabIndex = 9;
  320. this.txtHolder.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  321. this.txtHolder.WaterColor = System.Drawing.Color.DarkGray;
  322. this.txtHolder.WaterText = "";
  323. this.txtHolder.WordWrap = true;
  324. //
  325. // txtAmount
  326. //
  327. this.txtAmount.BackColor = System.Drawing.Color.Transparent;
  328. this.txtAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  329. this.txtAmount.Icon = null;
  330. this.txtAmount.IconIsButton = false;
  331. this.txtAmount.IsPasswordChat = '\0';
  332. this.txtAmount.IsSystemPasswordChar = false;
  333. this.txtAmount.Lines = new string[0];
  334. this.txtAmount.Location = new System.Drawing.Point(628, 9);
  335. this.txtAmount.Margin = new System.Windows.Forms.Padding(0);
  336. this.txtAmount.MaxLength = 32767;
  337. this.txtAmount.MinimumSize = new System.Drawing.Size(0, 24);
  338. this.txtAmount.MouseBack = null;
  339. this.txtAmount.Multiline = false;
  340. this.txtAmount.Name = "txtAmount";
  341. this.txtAmount.NormlBack = null;
  342. this.txtAmount.Padding = new System.Windows.Forms.Padding(5);
  343. this.txtAmount.ReadOnly = true;
  344. this.txtAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  345. this.txtAmount.Size = new System.Drawing.Size(100, 25);
  346. this.txtAmount.TabIndex = 11;
  347. this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  348. this.txtAmount.WaterColor = System.Drawing.Color.DarkGray;
  349. this.txtAmount.WaterText = "";
  350. this.txtAmount.WordWrap = true;
  351. //
  352. // labelEx5
  353. //
  354. this.labelEx5.AutoSize = true;
  355. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  356. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  357. this.labelEx5.Location = new System.Drawing.Point(562, 13);
  358. this.labelEx5.Name = "labelEx5";
  359. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  360. this.labelEx5.TabIndex = 10;
  361. this.labelEx5.Text = "可用金额:";
  362. //
  363. // panelEx1
  364. //
  365. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  366. this.panelEx1.BorderWidth = 1;
  367. this.panelEx1.Controls.Add(this.dgvData);
  368. this.panelEx1.Controls.Add(this.panelEx2);
  369. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  370. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  371. this.panelEx1.Name = "panelEx1";
  372. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  373. this.panelEx1.Size = new System.Drawing.Size(900, 485);
  374. this.panelEx1.TabIndex = 12;
  375. //
  376. // panelEx2
  377. //
  378. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  379. this.panelEx2.BorderWidth = 1;
  380. this.panelEx2.Controls.Add(this.panelEx3);
  381. this.panelEx2.Controls.Add(this.txtTelephone);
  382. this.panelEx2.Controls.Add(this.txtHolder);
  383. this.panelEx2.Controls.Add(this.txtMemberCardNumber);
  384. this.panelEx2.Controls.Add(this.txtDiscount);
  385. this.panelEx2.Controls.Add(this.labelEx6);
  386. this.panelEx2.Controls.Add(this.labelEx1);
  387. this.panelEx2.Controls.Add(this.btnServiceToolbox);
  388. this.panelEx2.Controls.Add(this.labelEx3);
  389. this.panelEx2.Controls.Add(this.labelEx4);
  390. this.panelEx2.Controls.Add(this.btnRecharge);
  391. this.panelEx2.Controls.Add(this.txtAmount);
  392. this.panelEx2.Controls.Add(this.btnKoufei);
  393. this.panelEx2.Controls.Add(this.labelEx2);
  394. this.panelEx2.Controls.Add(this.labelEx5);
  395. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  396. this.panelEx2.Location = new System.Drawing.Point(2, 2);
  397. this.panelEx2.Name = "panelEx2";
  398. this.panelEx2.Size = new System.Drawing.Size(896, 84);
  399. this.panelEx2.TabIndex = 12;
  400. //
  401. // txtDiscount
  402. //
  403. this.txtDiscount.BackColor = System.Drawing.Color.Transparent;
  404. this.txtDiscount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  405. this.txtDiscount.Icon = null;
  406. this.txtDiscount.IconIsButton = false;
  407. this.txtDiscount.IsPasswordChat = '\0';
  408. this.txtDiscount.IsSystemPasswordChar = false;
  409. this.txtDiscount.Lines = new string[0];
  410. this.txtDiscount.Location = new System.Drawing.Point(814, 9);
  411. this.txtDiscount.Margin = new System.Windows.Forms.Padding(0);
  412. this.txtDiscount.MaxLength = 32767;
  413. this.txtDiscount.MinimumSize = new System.Drawing.Size(0, 24);
  414. this.txtDiscount.MouseBack = null;
  415. this.txtDiscount.Multiline = false;
  416. this.txtDiscount.Name = "txtDiscount";
  417. this.txtDiscount.NormlBack = null;
  418. this.txtDiscount.Padding = new System.Windows.Forms.Padding(5);
  419. this.txtDiscount.ReadOnly = true;
  420. this.txtDiscount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  421. this.txtDiscount.Size = new System.Drawing.Size(75, 25);
  422. this.txtDiscount.TabIndex = 13;
  423. this.txtDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  424. this.txtDiscount.WaterColor = System.Drawing.Color.DarkGray;
  425. this.txtDiscount.WaterText = "";
  426. this.txtDiscount.WordWrap = true;
  427. //
  428. // labelEx6
  429. //
  430. this.labelEx6.AutoSize = true;
  431. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  432. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  433. this.labelEx6.Location = new System.Drawing.Point(745, 13);
  434. this.labelEx6.Name = "labelEx6";
  435. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  436. this.labelEx6.TabIndex = 12;
  437. this.labelEx6.Text = "会员折扣:";
  438. //
  439. // panelEx3
  440. //
  441. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  442. | System.Windows.Forms.AnchorStyles.Right)));
  443. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  444. this.panelEx3.BorderWidth = 1;
  445. this.panelEx3.Location = new System.Drawing.Point(0, 42);
  446. this.panelEx3.Name = "panelEx3";
  447. this.panelEx3.Size = new System.Drawing.Size(896, 1);
  448. this.panelEx3.TabIndex = 14;
  449. //
  450. // ServiceConsumeHomeSmallForm
  451. //
  452. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  453. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  454. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  455. this.ClientSize = new System.Drawing.Size(910, 610);
  456. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  457. this.IsShowUcNavigationTool = true;
  458. this.Name = "ServiceConsumeHomeSmallForm";
  459. this.Text = "服务消费首页";
  460. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  461. this.plExMainContainer.ResumeLayout(false);
  462. this.plFormMainContent.ResumeLayout(false);
  463. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  464. this.panelEx1.ResumeLayout(false);
  465. this.panelEx2.ResumeLayout(false);
  466. this.panelEx2.PerformLayout();
  467. this.ResumeLayout(false);
  468. }
  469. #endregion
  470. private ComponentLibrary.LabelEx labelEx1;
  471. private ComponentLibrary.LabelEx labelEx2;
  472. protected ComponentLibrary.MaskedTextBoxEx txtTelephone;
  473. private ComponentLibrary.LabelEx labelEx3;
  474. private ComponentLibrary.LabelEx labelEx4;
  475. private System.Windows.Forms.DataGridViewCheckBoxColumn Column6;
  476. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  477. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  478. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  479. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  480. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  481. protected ComponentLibrary.DataGridViewEx dgvData;
  482. protected ComponentLibrary.TextBoxEx txtMemberCardNumber;
  483. protected ComponentLibrary.TextBoxEx txtHolder;
  484. protected ComponentLibrary.TextBoxEx txtAmount;
  485. private ComponentLibrary.LabelEx labelEx5;
  486. private ComponentLibrary.PanelEx panelEx1;
  487. protected internal ComponentLibrary.ButtonForm btnServiceToolbox;
  488. protected internal ComponentLibrary.ButtonForm btnRecharge;
  489. protected internal ComponentLibrary.ButtonForm btnKoufei;
  490. private ComponentLibrary.PanelEx panelEx2;
  491. private ComponentLibrary.PanelEx panelEx3;
  492. private ComponentLibrary.LabelEx labelEx6;
  493. protected internal ComponentLibrary.TextBoxEx txtDiscount;
  494. }
  495. }