MemberCardRechargeDonateSetSuperSmallForm.Designer.cs 33 KB

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