CashbackInfoSuperSmallForm.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class CashbackInfoSuperSmallForm
  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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CashbackInfoSuperSmallForm));
  35. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  37. this.tabPage1 = new System.Windows.Forms.TabPage();
  38. this.dgvData1 = new LYFZ.ComponentLibrary.DataGridViewEc();
  39. this.tabPage2 = new System.Windows.Forms.TabPage();
  40. this.dgvData2 = new LYFZ.ComponentLibrary.DataGridViewEc();
  41. this.tabPage3 = new System.Windows.Forms.TabPage();
  42. this.dgvData3 = new LYFZ.ComponentLibrary.DataGridViewEc();
  43. this.txtCashBackProportion = new LYFZ.ComponentLibrary.TextBoxEx();
  44. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.txtHaveBeenTakenOutAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  46. this.txtHaveReturnedAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  47. this.txtCashBackNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  48. this.txtPackagesAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  49. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm();
  54. this.plExMainContainer.SuspendLayout();
  55. this.plFormMainContent.SuspendLayout();
  56. this.panelEx1.SuspendLayout();
  57. this.tabControlEx1.SuspendLayout();
  58. this.tabPage1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.dgvData1)).BeginInit();
  60. this.tabPage2.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvData2)).BeginInit();
  62. this.tabPage3.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.dgvData3)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // plExMainContainer
  67. //
  68. this.plExMainContainer.Controls.Add(this.panelEx1);
  69. this.plExMainContainer.Size = new System.Drawing.Size(700, 545);
  70. //
  71. // plFormMainContent
  72. //
  73. this.plFormMainContent.Size = new System.Drawing.Size(700, 545);
  74. //
  75. // btnAppFormExit
  76. //
  77. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  78. this.btnAppFormExit.Location = new System.Drawing.Point(668, 0);
  79. //
  80. // btnAppFormMinimize
  81. //
  82. this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
  83. //
  84. // panelEx1
  85. //
  86. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  87. | System.Windows.Forms.AnchorStyles.Left)
  88. | System.Windows.Forms.AnchorStyles.Right)));
  89. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  90. this.panelEx1.BorderWidth = 1;
  91. this.panelEx1.Controls.Add(this.btnDelete);
  92. this.panelEx1.Controls.Add(this.tabControlEx1);
  93. this.panelEx1.Controls.Add(this.txtCashBackProportion);
  94. this.panelEx1.Controls.Add(this.labelEx5);
  95. this.panelEx1.Controls.Add(this.txtHaveBeenTakenOutAmount);
  96. this.panelEx1.Controls.Add(this.txtHaveReturnedAmount);
  97. this.panelEx1.Controls.Add(this.txtCashBackNumber);
  98. this.panelEx1.Controls.Add(this.txtPackagesAmount);
  99. this.panelEx1.Controls.Add(this.labelEx4);
  100. this.panelEx1.Controls.Add(this.labelEx3);
  101. this.panelEx1.Controls.Add(this.labelEx2);
  102. this.panelEx1.Controls.Add(this.labelEx1);
  103. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  104. this.panelEx1.Name = "panelEx1";
  105. this.panelEx1.Size = new System.Drawing.Size(680, 525);
  106. this.panelEx1.TabIndex = 1;
  107. //
  108. // tabControlEx1
  109. //
  110. this.tabControlEx1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  111. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  112. this.tabControlEx1.Controls.Add(this.tabPage1);
  113. this.tabControlEx1.Controls.Add(this.tabPage2);
  114. this.tabControlEx1.Controls.Add(this.tabPage3);
  115. this.tabControlEx1.ItemSize = new System.Drawing.Size(110, 30);
  116. this.tabControlEx1.Location = new System.Drawing.Point(5, 75);
  117. this.tabControlEx1.Name = "tabControlEx1";
  118. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  119. this.tabControlEx1.SelectedIndex = 0;
  120. this.tabControlEx1.Size = new System.Drawing.Size(670, 445);
  121. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  122. this.tabControlEx1.TabIndex = 16;
  123. //
  124. // tabPage1
  125. //
  126. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  127. this.tabPage1.Controls.Add(this.dgvData1);
  128. this.tabPage1.Location = new System.Drawing.Point(4, 34);
  129. this.tabPage1.Name = "tabPage1";
  130. this.tabPage1.Size = new System.Drawing.Size(662, 407);
  131. this.tabPage1.TabIndex = 0;
  132. this.tabPage1.Text = "返现信息";
  133. //
  134. // dgvData1
  135. //
  136. this.dgvData1.AllowUserToAddRows = false;
  137. this.dgvData1.AllowUserToDeleteRows = false;
  138. this.dgvData1.AllowUserToResizeRows = false;
  139. this.dgvData1.BackgroundColor = System.Drawing.Color.White;
  140. this.dgvData1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  141. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  142. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  143. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  145. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  146. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  147. this.dgvData1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  148. this.dgvData1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  149. this.dgvData1.dgvCurrentColumnOriginalSet = "";
  150. this.dgvData1.dgvCurrentColumnWidth = "";
  151. this.dgvData1.dgvCurrentHideColumn = null;
  152. this.dgvData1.dgvFixedHideColumn = null;
  153. this.dgvData1.dgvGuidName = null;
  154. this.dgvData1.dgvUserEmployeeID = null;
  155. this.dgvData1.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.dgvData1.EnableHeadersVisualStyles = false;
  157. this.dgvData1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  158. this.dgvData1.ImageHeight = 15;
  159. this.dgvData1.ImageWidth = 15;
  160. this.dgvData1.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData1.ImgCollapse")));
  161. this.dgvData1.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData1.ImgExpand")));
  162. this.dgvData1.IsAutomaticDrawSingleOrDoubleRow = false;
  163. this.dgvData1.IsCopyCellValue = true;
  164. this.dgvData1.IsShowSerialNumber = false;
  165. this.dgvData1.IsSortedRedraw = true;
  166. this.dgvData1.IsSortMode = false;
  167. this.dgvData1.Location = new System.Drawing.Point(0, 0);
  168. this.dgvData1.Name = "dgvData1";
  169. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  170. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  171. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  173. dataGridViewCellStyle8.Padding = new System.Windows.Forms.Padding(41);
  174. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  175. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  176. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  177. this.dgvData1.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  178. this.dgvData1.RowHeadersVisible = false;
  179. this.dgvData1.RowHeadersWidth = 25;
  180. this.dgvData1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  181. this.dgvData1.RowTemplate.Height = 23;
  182. this.dgvData1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  183. this.dgvData1.Size = new System.Drawing.Size(662, 407);
  184. this.dgvData1.TabIndex = 1;
  185. this.dgvData1.ViceCount = 1;
  186. //
  187. // tabPage2
  188. //
  189. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  190. this.tabPage2.Controls.Add(this.dgvData2);
  191. this.tabPage2.Location = new System.Drawing.Point(4, 34);
  192. this.tabPage2.Name = "tabPage2";
  193. this.tabPage2.Size = new System.Drawing.Size(662, 407);
  194. this.tabPage2.TabIndex = 1;
  195. this.tabPage2.Text = "提现信息";
  196. //
  197. // dgvData2
  198. //
  199. this.dgvData2.AllowUserToAddRows = false;
  200. this.dgvData2.AllowUserToDeleteRows = false;
  201. this.dgvData2.AllowUserToResizeRows = false;
  202. this.dgvData2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  203. this.dgvData2.BackgroundColor = System.Drawing.Color.White;
  204. this.dgvData2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  205. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  206. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  207. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  209. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  210. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  211. this.dgvData2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  212. this.dgvData2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  213. this.dgvData2.dgvCurrentColumnOriginalSet = "";
  214. this.dgvData2.dgvCurrentColumnWidth = "";
  215. this.dgvData2.dgvCurrentHideColumn = null;
  216. this.dgvData2.dgvFixedHideColumn = null;
  217. this.dgvData2.dgvGuidName = null;
  218. this.dgvData2.dgvUserEmployeeID = null;
  219. this.dgvData2.Dock = System.Windows.Forms.DockStyle.Fill;
  220. this.dgvData2.EnableHeadersVisualStyles = false;
  221. this.dgvData2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  222. this.dgvData2.ImageHeight = 15;
  223. this.dgvData2.ImageWidth = 15;
  224. this.dgvData2.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData2.ImgCollapse")));
  225. this.dgvData2.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData2.ImgExpand")));
  226. this.dgvData2.IsAutomaticDrawSingleOrDoubleRow = true;
  227. this.dgvData2.IsCopyCellValue = true;
  228. this.dgvData2.IsShowSerialNumber = false;
  229. this.dgvData2.IsSortedRedraw = true;
  230. this.dgvData2.IsSortMode = false;
  231. this.dgvData2.Location = new System.Drawing.Point(0, 0);
  232. this.dgvData2.Name = "dgvData2";
  233. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  234. dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
  235. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  236. dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
  237. dataGridViewCellStyle10.Padding = new System.Windows.Forms.Padding(41);
  238. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  239. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  240. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  241. this.dgvData2.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
  242. this.dgvData2.RowHeadersVisible = false;
  243. this.dgvData2.RowHeadersWidth = 25;
  244. this.dgvData2.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  245. this.dgvData2.RowTemplate.Height = 23;
  246. this.dgvData2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  247. this.dgvData2.Size = new System.Drawing.Size(662, 407);
  248. this.dgvData2.TabIndex = 2;
  249. this.dgvData2.ViceCount = 1;
  250. //
  251. // tabPage3
  252. //
  253. this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  254. this.tabPage3.Controls.Add(this.dgvData3);
  255. this.tabPage3.Location = new System.Drawing.Point(4, 34);
  256. this.tabPage3.Name = "tabPage3";
  257. this.tabPage3.Size = new System.Drawing.Size(662, 407);
  258. this.tabPage3.TabIndex = 2;
  259. this.tabPage3.Text = "所有副卡";
  260. //
  261. // dgvData3
  262. //
  263. this.dgvData3.AllowUserToAddRows = false;
  264. this.dgvData3.AllowUserToDeleteRows = false;
  265. this.dgvData3.AllowUserToResizeRows = false;
  266. this.dgvData3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  267. this.dgvData3.BackgroundColor = System.Drawing.Color.White;
  268. this.dgvData3.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  269. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  270. dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  271. dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. dataGridViewCellStyle11.ForeColor = System.Drawing.Color.White;
  273. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  274. dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  275. this.dgvData3.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
  276. this.dgvData3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  277. this.dgvData3.dgvCurrentColumnOriginalSet = "";
  278. this.dgvData3.dgvCurrentColumnWidth = "";
  279. this.dgvData3.dgvCurrentHideColumn = null;
  280. this.dgvData3.dgvFixedHideColumn = null;
  281. this.dgvData3.dgvGuidName = null;
  282. this.dgvData3.dgvUserEmployeeID = null;
  283. this.dgvData3.Dock = System.Windows.Forms.DockStyle.Fill;
  284. this.dgvData3.EnableHeadersVisualStyles = false;
  285. this.dgvData3.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  286. this.dgvData3.ImageHeight = 15;
  287. this.dgvData3.ImageWidth = 15;
  288. this.dgvData3.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData3.ImgCollapse")));
  289. this.dgvData3.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData3.ImgExpand")));
  290. this.dgvData3.IsAutomaticDrawSingleOrDoubleRow = false;
  291. this.dgvData3.IsCopyCellValue = true;
  292. this.dgvData3.IsShowSerialNumber = false;
  293. this.dgvData3.IsSortedRedraw = true;
  294. this.dgvData3.IsSortMode = false;
  295. this.dgvData3.Location = new System.Drawing.Point(0, 0);
  296. this.dgvData3.Name = "dgvData3";
  297. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  298. dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
  299. dataGridViewCellStyle12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
  301. dataGridViewCellStyle12.Padding = new System.Windows.Forms.Padding(41);
  302. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  303. dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  304. dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  305. this.dgvData3.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
  306. this.dgvData3.RowHeadersVisible = false;
  307. this.dgvData3.RowHeadersWidth = 25;
  308. this.dgvData3.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  309. this.dgvData3.RowTemplate.Height = 23;
  310. this.dgvData3.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  311. this.dgvData3.Size = new System.Drawing.Size(662, 407);
  312. this.dgvData3.TabIndex = 0;
  313. this.dgvData3.ViceCount = 1;
  314. //
  315. // txtCashBackProportion
  316. //
  317. this.txtCashBackProportion.BackColor = System.Drawing.Color.Transparent;
  318. this.txtCashBackProportion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  319. this.txtCashBackProportion.Icon = null;
  320. this.txtCashBackProportion.IconIsButton = false;
  321. this.txtCashBackProportion.IsPasswordChat = '\0';
  322. this.txtCashBackProportion.IsSystemPasswordChar = false;
  323. this.txtCashBackProportion.Lines = new string[0];
  324. this.txtCashBackProportion.Location = new System.Drawing.Point(90, 41);
  325. this.txtCashBackProportion.Margin = new System.Windows.Forms.Padding(0);
  326. this.txtCashBackProportion.MaxLength = 32767;
  327. this.txtCashBackProportion.MinimumSize = new System.Drawing.Size(0, 24);
  328. this.txtCashBackProportion.MouseBack = null;
  329. this.txtCashBackProportion.Multiline = false;
  330. this.txtCashBackProportion.Name = "txtCashBackProportion";
  331. this.txtCashBackProportion.NormlBack = null;
  332. this.txtCashBackProportion.Padding = new System.Windows.Forms.Padding(5);
  333. this.txtCashBackProportion.ReadOnly = true;
  334. this.txtCashBackProportion.ScrollBars = System.Windows.Forms.ScrollBars.None;
  335. this.txtCashBackProportion.Size = new System.Drawing.Size(570, 25);
  336. this.txtCashBackProportion.TabIndex = 13;
  337. this.txtCashBackProportion.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  338. this.txtCashBackProportion.WaterColor = System.Drawing.Color.DarkGray;
  339. this.txtCashBackProportion.WaterText = "";
  340. this.txtCashBackProportion.WordWrap = true;
  341. //
  342. // labelEx5
  343. //
  344. this.labelEx5.AutoSize = true;
  345. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  346. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  347. this.labelEx5.Location = new System.Drawing.Point(20, 45);
  348. this.labelEx5.Name = "labelEx5";
  349. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  350. this.labelEx5.TabIndex = 12;
  351. this.labelEx5.Text = "返现比例:";
  352. //
  353. // txtHaveBeenTakenOutAmount
  354. //
  355. this.txtHaveBeenTakenOutAmount.BackColor = System.Drawing.Color.Transparent;
  356. this.txtHaveBeenTakenOutAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  357. this.txtHaveBeenTakenOutAmount.Icon = null;
  358. this.txtHaveBeenTakenOutAmount.IconIsButton = false;
  359. this.txtHaveBeenTakenOutAmount.IsPasswordChat = '\0';
  360. this.txtHaveBeenTakenOutAmount.IsSystemPasswordChar = false;
  361. this.txtHaveBeenTakenOutAmount.Lines = new string[0];
  362. this.txtHaveBeenTakenOutAmount.Location = new System.Drawing.Point(580, 11);
  363. this.txtHaveBeenTakenOutAmount.Margin = new System.Windows.Forms.Padding(0);
  364. this.txtHaveBeenTakenOutAmount.MaxLength = 32767;
  365. this.txtHaveBeenTakenOutAmount.MinimumSize = new System.Drawing.Size(0, 24);
  366. this.txtHaveBeenTakenOutAmount.MouseBack = null;
  367. this.txtHaveBeenTakenOutAmount.Multiline = false;
  368. this.txtHaveBeenTakenOutAmount.Name = "txtHaveBeenTakenOutAmount";
  369. this.txtHaveBeenTakenOutAmount.NormlBack = null;
  370. this.txtHaveBeenTakenOutAmount.Padding = new System.Windows.Forms.Padding(5);
  371. this.txtHaveBeenTakenOutAmount.ReadOnly = true;
  372. this.txtHaveBeenTakenOutAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  373. this.txtHaveBeenTakenOutAmount.Size = new System.Drawing.Size(80, 25);
  374. this.txtHaveBeenTakenOutAmount.TabIndex = 11;
  375. this.txtHaveBeenTakenOutAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  376. this.txtHaveBeenTakenOutAmount.WaterColor = System.Drawing.Color.DarkGray;
  377. this.txtHaveBeenTakenOutAmount.WaterText = "";
  378. this.txtHaveBeenTakenOutAmount.WordWrap = true;
  379. //
  380. // txtHaveReturnedAmount
  381. //
  382. this.txtHaveReturnedAmount.BackColor = System.Drawing.Color.Transparent;
  383. this.txtHaveReturnedAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  384. this.txtHaveReturnedAmount.Icon = null;
  385. this.txtHaveReturnedAmount.IconIsButton = false;
  386. this.txtHaveReturnedAmount.IsPasswordChat = '\0';
  387. this.txtHaveReturnedAmount.IsSystemPasswordChar = false;
  388. this.txtHaveReturnedAmount.Lines = new string[0];
  389. this.txtHaveReturnedAmount.Location = new System.Drawing.Point(415, 11);
  390. this.txtHaveReturnedAmount.Margin = new System.Windows.Forms.Padding(0);
  391. this.txtHaveReturnedAmount.MaxLength = 32767;
  392. this.txtHaveReturnedAmount.MinimumSize = new System.Drawing.Size(0, 24);
  393. this.txtHaveReturnedAmount.MouseBack = null;
  394. this.txtHaveReturnedAmount.Multiline = false;
  395. this.txtHaveReturnedAmount.Name = "txtHaveReturnedAmount";
  396. this.txtHaveReturnedAmount.NormlBack = null;
  397. this.txtHaveReturnedAmount.Padding = new System.Windows.Forms.Padding(5);
  398. this.txtHaveReturnedAmount.ReadOnly = true;
  399. this.txtHaveReturnedAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  400. this.txtHaveReturnedAmount.Size = new System.Drawing.Size(80, 25);
  401. this.txtHaveReturnedAmount.TabIndex = 10;
  402. this.txtHaveReturnedAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  403. this.txtHaveReturnedAmount.WaterColor = System.Drawing.Color.DarkGray;
  404. this.txtHaveReturnedAmount.WaterText = "";
  405. this.txtHaveReturnedAmount.WordWrap = true;
  406. //
  407. // txtCashBackNumber
  408. //
  409. this.txtCashBackNumber.BackColor = System.Drawing.Color.Transparent;
  410. this.txtCashBackNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  411. this.txtCashBackNumber.Icon = null;
  412. this.txtCashBackNumber.IconIsButton = false;
  413. this.txtCashBackNumber.IsPasswordChat = '\0';
  414. this.txtCashBackNumber.IsSystemPasswordChar = false;
  415. this.txtCashBackNumber.Lines = new string[0];
  416. this.txtCashBackNumber.Location = new System.Drawing.Point(274, 11);
  417. this.txtCashBackNumber.Margin = new System.Windows.Forms.Padding(0);
  418. this.txtCashBackNumber.MaxLength = 32767;
  419. this.txtCashBackNumber.MinimumSize = new System.Drawing.Size(0, 24);
  420. this.txtCashBackNumber.MouseBack = null;
  421. this.txtCashBackNumber.Multiline = false;
  422. this.txtCashBackNumber.Name = "txtCashBackNumber";
  423. this.txtCashBackNumber.NormlBack = null;
  424. this.txtCashBackNumber.Padding = new System.Windows.Forms.Padding(5);
  425. this.txtCashBackNumber.ReadOnly = true;
  426. this.txtCashBackNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  427. this.txtCashBackNumber.Size = new System.Drawing.Size(60, 25);
  428. this.txtCashBackNumber.TabIndex = 9;
  429. this.txtCashBackNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  430. this.txtCashBackNumber.WaterColor = System.Drawing.Color.DarkGray;
  431. this.txtCashBackNumber.WaterText = "";
  432. this.txtCashBackNumber.WordWrap = true;
  433. //
  434. // txtPackagesAmount
  435. //
  436. this.txtPackagesAmount.BackColor = System.Drawing.Color.Transparent;
  437. this.txtPackagesAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  438. this.txtPackagesAmount.Icon = null;
  439. this.txtPackagesAmount.IconIsButton = false;
  440. this.txtPackagesAmount.IsPasswordChat = '\0';
  441. this.txtPackagesAmount.IsSystemPasswordChar = false;
  442. this.txtPackagesAmount.Lines = new string[0];
  443. this.txtPackagesAmount.Location = new System.Drawing.Point(90, 11);
  444. this.txtPackagesAmount.Margin = new System.Windows.Forms.Padding(0);
  445. this.txtPackagesAmount.MaxLength = 32767;
  446. this.txtPackagesAmount.MinimumSize = new System.Drawing.Size(0, 24);
  447. this.txtPackagesAmount.MouseBack = null;
  448. this.txtPackagesAmount.Multiline = false;
  449. this.txtPackagesAmount.Name = "txtPackagesAmount";
  450. this.txtPackagesAmount.NormlBack = null;
  451. this.txtPackagesAmount.Padding = new System.Windows.Forms.Padding(5);
  452. this.txtPackagesAmount.ReadOnly = true;
  453. this.txtPackagesAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  454. this.txtPackagesAmount.Size = new System.Drawing.Size(100, 25);
  455. this.txtPackagesAmount.TabIndex = 8;
  456. this.txtPackagesAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  457. this.txtPackagesAmount.WaterColor = System.Drawing.Color.DarkGray;
  458. this.txtPackagesAmount.WaterText = "";
  459. this.txtPackagesAmount.WordWrap = true;
  460. //
  461. // labelEx4
  462. //
  463. this.labelEx4.AutoSize = true;
  464. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  465. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  466. this.labelEx4.Location = new System.Drawing.Point(511, 15);
  467. this.labelEx4.Name = "labelEx4";
  468. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  469. this.labelEx4.TabIndex = 4;
  470. this.labelEx4.Text = "已取金额:";
  471. //
  472. // labelEx3
  473. //
  474. this.labelEx3.AutoSize = true;
  475. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  476. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  477. this.labelEx3.Location = new System.Drawing.Point(346, 15);
  478. this.labelEx3.Name = "labelEx3";
  479. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  480. this.labelEx3.TabIndex = 3;
  481. this.labelEx3.Text = "已返金额:";
  482. //
  483. // labelEx2
  484. //
  485. this.labelEx2.AutoSize = true;
  486. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  487. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  488. this.labelEx2.Location = new System.Drawing.Point(205, 15);
  489. this.labelEx2.Name = "labelEx2";
  490. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  491. this.labelEx2.TabIndex = 2;
  492. this.labelEx2.Text = "返现次数:";
  493. //
  494. // labelEx1
  495. //
  496. this.labelEx1.AutoSize = true;
  497. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  498. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  499. this.labelEx1.Location = new System.Drawing.Point(20, 15);
  500. this.labelEx1.Name = "labelEx1";
  501. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  502. this.labelEx1.TabIndex = 1;
  503. this.labelEx1.Text = "套系金额:";
  504. //
  505. // btnDelete
  506. //
  507. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  508. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  509. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  510. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  511. this.btnDelete.ForeColor = System.Drawing.Color.White;
  512. this.btnDelete.IsCustomBackImg = false;
  513. this.btnDelete.IsShowText = true;
  514. this.btnDelete.Location = new System.Drawing.Point(586, 77);
  515. this.btnDelete.Name = "btnDelete";
  516. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  517. this.btnDelete.TabIndex = 17;
  518. this.btnDelete.Text = " 删 除";
  519. this.btnDelete.UseVisualStyleBackColor = false;
  520. //
  521. // CashbackInfoSuperSmallForm
  522. //
  523. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  524. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  525. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  526. this.ClientSize = new System.Drawing.Size(700, 610);
  527. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  528. this.IsUserControlsSize = false;
  529. this.MaximizeBox = false;
  530. this.MinimizeBox = false;
  531. this.Name = "CashbackInfoSuperSmallForm";
  532. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  533. this.Text = "会员套系返现比例信息";
  534. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  535. this.plExMainContainer.ResumeLayout(false);
  536. this.plFormMainContent.ResumeLayout(false);
  537. this.panelEx1.ResumeLayout(false);
  538. this.panelEx1.PerformLayout();
  539. this.tabControlEx1.ResumeLayout(false);
  540. this.tabPage1.ResumeLayout(false);
  541. ((System.ComponentModel.ISupportInitialize)(this.dgvData1)).EndInit();
  542. this.tabPage2.ResumeLayout(false);
  543. ((System.ComponentModel.ISupportInitialize)(this.dgvData2)).EndInit();
  544. this.tabPage3.ResumeLayout(false);
  545. ((System.ComponentModel.ISupportInitialize)(this.dgvData3)).EndInit();
  546. this.ResumeLayout(false);
  547. }
  548. #endregion
  549. private ComponentLibrary.PanelEx panelEx1;
  550. private ComponentLibrary.LabelEx labelEx4;
  551. private ComponentLibrary.LabelEx labelEx3;
  552. private ComponentLibrary.LabelEx labelEx2;
  553. private ComponentLibrary.LabelEx labelEx1;
  554. protected ComponentLibrary.TextBoxEx txtHaveBeenTakenOutAmount;
  555. protected ComponentLibrary.TextBoxEx txtHaveReturnedAmount;
  556. protected ComponentLibrary.TextBoxEx txtCashBackNumber;
  557. protected ComponentLibrary.TextBoxEx txtPackagesAmount;
  558. protected ComponentLibrary.TextBoxEx txtCashBackProportion;
  559. private ComponentLibrary.LabelEx labelEx5;
  560. private System.Windows.Forms.TabPage tabPage1;
  561. private System.Windows.Forms.TabPage tabPage2;
  562. private System.Windows.Forms.TabPage tabPage3;
  563. protected internal ComponentLibrary.DataGridViewEc dgvData3;
  564. protected internal ComponentLibrary.DataGridViewEc dgvData1;
  565. protected internal ComponentLibrary.DataGridViewEc dgvData2;
  566. protected internal ComponentLibrary.ButtonForm btnDelete;
  567. protected internal ComponentLibrary.TabControlEx tabControlEx1;
  568. }
  569. }