MemberCardGradeSetSuperSmallForm.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class MemberCardGradeSetSuperSmallForm
  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(MemberCardGradeSetSuperSmallForm));
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnCreate = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  40. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.txtGradeRemark = new LYFZ.ComponentLibrary.TextBoxEx();
  47. this.txtGradePoints = new LYFZ.ComponentLibrary.TextBoxEx();
  48. this.txtGradeAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  49. this.txtGradeName = new LYFZ.ComponentLibrary.TextBoxEx();
  50. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  51. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  54. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.plExMainContainer.SuspendLayout();
  56. this.plFormMainContent.SuspendLayout();
  57. this.panelEx1.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // plExMainContainer
  62. //
  63. this.plExMainContainer.Controls.Add(this.panelEx1);
  64. this.plExMainContainer.Size = new System.Drawing.Size(650, 545);
  65. //
  66. // plFormMainContent
  67. //
  68. this.plFormMainContent.Size = new System.Drawing.Size(650, 545);
  69. //
  70. // btnAppFormMaximize
  71. //
  72. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  73. this.btnAppFormMaximize.Location = new System.Drawing.Point(591, 0);
  74. //
  75. // btnAppFormExit
  76. //
  77. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  78. this.btnAppFormExit.Location = new System.Drawing.Point(618, 0);
  79. //
  80. // btnAppFormMinimize
  81. //
  82. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  83. this.btnAppFormMinimize.Location = new System.Drawing.Point(564, 0);
  84. //
  85. // panelEx1
  86. //
  87. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  88. | System.Windows.Forms.AnchorStyles.Left)
  89. | System.Windows.Forms.AnchorStyles.Right)));
  90. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  91. this.panelEx1.BorderWidth = 1;
  92. this.panelEx1.Controls.Add(this.btnSave);
  93. this.panelEx1.Controls.Add(this.btnCreate);
  94. this.panelEx1.Controls.Add(this.btnDelete);
  95. this.panelEx1.Controls.Add(this.dgvData);
  96. this.panelEx1.Controls.Add(this.txtGradeRemark);
  97. this.panelEx1.Controls.Add(this.txtGradePoints);
  98. this.panelEx1.Controls.Add(this.txtGradeAmount);
  99. this.panelEx1.Controls.Add(this.txtGradeName);
  100. this.panelEx1.Controls.Add(this.labelEx6);
  101. this.panelEx1.Controls.Add(this.labelEx4);
  102. this.panelEx1.Controls.Add(this.labelEx3);
  103. this.panelEx1.Controls.Add(this.labelEx2);
  104. this.panelEx1.Controls.Add(this.labelEx1);
  105. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  106. this.panelEx1.Name = "panelEx1";
  107. this.panelEx1.Size = new System.Drawing.Size(630, 525);
  108. this.panelEx1.TabIndex = 0;
  109. //
  110. // btnSave
  111. //
  112. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  113. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  114. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  115. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  116. this.btnSave.ForeColor = System.Drawing.Color.White;
  117. this.btnSave.IsCustomBackImg = false;
  118. this.btnSave.IsShowText = true;
  119. this.btnSave.Location = new System.Drawing.Point(518, 40);
  120. this.btnSave.Name = "btnSave";
  121. this.btnSave.Size = new System.Drawing.Size(85, 28);
  122. this.btnSave.TabIndex = 6;
  123. this.btnSave.Text = " 保 存";
  124. this.btnSave.UseVisualStyleBackColor = false;
  125. //
  126. // btnCreate
  127. //
  128. this.btnCreate.BackColor = System.Drawing.Color.Transparent;
  129. this.btnCreate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCreate.BackImg")));
  130. this.btnCreate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  131. this.btnCreate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  132. this.btnCreate.ForeColor = System.Drawing.Color.White;
  133. this.btnCreate.IsCustomBackImg = false;
  134. this.btnCreate.IsShowText = true;
  135. this.btnCreate.Location = new System.Drawing.Point(518, 74);
  136. this.btnCreate.Name = "btnCreate";
  137. this.btnCreate.Size = new System.Drawing.Size(85, 28);
  138. this.btnCreate.TabIndex = 7;
  139. this.btnCreate.Text = " 新 建";
  140. this.btnCreate.UseVisualStyleBackColor = false;
  141. //
  142. // btnDelete
  143. //
  144. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  145. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  146. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  147. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  148. this.btnDelete.ForeColor = System.Drawing.Color.White;
  149. this.btnDelete.IsCustomBackImg = false;
  150. this.btnDelete.IsShowText = true;
  151. this.btnDelete.Location = new System.Drawing.Point(518, 108);
  152. this.btnDelete.Name = "btnDelete";
  153. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  154. this.btnDelete.TabIndex = 8;
  155. this.btnDelete.Text = " 删 除";
  156. this.btnDelete.UseVisualStyleBackColor = false;
  157. //
  158. // dgvData
  159. //
  160. this.dgvData.AllowUserToAddRows = false;
  161. this.dgvData.AllowUserToDeleteRows = false;
  162. this.dgvData.AllowUserToResizeRows = false;
  163. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  164. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  165. this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  166. | System.Windows.Forms.AnchorStyles.Left)
  167. | System.Windows.Forms.AnchorStyles.Right)));
  168. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  169. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  170. this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  171. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  172. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  173. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  174. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  176. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  177. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  178. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  179. this.dgvData.ColumnHeadersHeight = 24;
  180. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  181. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  182. this.Column1,
  183. this.Column2,
  184. this.Column3,
  185. this.Column4,
  186. this.Column6,
  187. this.Column5});
  188. this.dgvData.EnableHeadersVisualStyles = false;
  189. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  190. this.dgvData.GridViewUniquelyIdentify = "_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_" +
  191. "dgvData_dgvData_dgvData";
  192. this.dgvData.IsCompleteBonding = false;
  193. this.dgvData.IsCopyCellValue = true;
  194. this.dgvData.Location = new System.Drawing.Point(10, 149);
  195. this.dgvData.MultiSelect = false;
  196. this.dgvData.Name = "dgvData";
  197. this.dgvData.RowHeadersVisible = false;
  198. this.dgvData.RowTemplate.Height = 23;
  199. this.dgvData.RowTemplate.ReadOnly = true;
  200. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  201. this.dgvData.Size = new System.Drawing.Size(610, 365);
  202. this.dgvData.TabIndex = 18;
  203. //
  204. // Column1
  205. //
  206. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  207. this.Column1.DefaultCellStyle = dataGridViewCellStyle3;
  208. this.Column1.HeaderText = "等级编号";
  209. this.Column1.Name = "Column1";
  210. this.Column1.ReadOnly = true;
  211. this.Column1.Visible = false;
  212. //
  213. // Column2
  214. //
  215. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  216. this.Column2.DefaultCellStyle = dataGridViewCellStyle4;
  217. this.Column2.HeaderText = "等级名称";
  218. this.Column2.Name = "Column2";
  219. this.Column2.ReadOnly = true;
  220. //
  221. // Column3
  222. //
  223. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  224. this.Column3.DefaultCellStyle = dataGridViewCellStyle5;
  225. this.Column3.HeaderText = "等级金额";
  226. this.Column3.Name = "Column3";
  227. this.Column3.ReadOnly = true;
  228. //
  229. // Column4
  230. //
  231. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  232. this.Column4.DefaultCellStyle = dataGridViewCellStyle6;
  233. this.Column4.HeaderText = "等级积分";
  234. this.Column4.Name = "Column4";
  235. this.Column4.ReadOnly = true;
  236. //
  237. // Column6
  238. //
  239. this.Column6.HeaderText = "等级说明";
  240. this.Column6.Name = "Column6";
  241. this.Column6.ReadOnly = true;
  242. //
  243. // Column5
  244. //
  245. this.Column5.HeaderText = "等级编号";
  246. this.Column5.Name = "Column5";
  247. this.Column5.ReadOnly = true;
  248. this.Column5.Visible = false;
  249. //
  250. // txtGradeRemark
  251. //
  252. this.txtGradeRemark.BackColor = System.Drawing.Color.Transparent;
  253. this.txtGradeRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  254. this.txtGradeRemark.Icon = null;
  255. this.txtGradeRemark.IconIsButton = false;
  256. this.txtGradeRemark.IsPasswordChat = '\0';
  257. this.txtGradeRemark.IsSystemPasswordChar = false;
  258. this.txtGradeRemark.Lines = new string[0];
  259. this.txtGradeRemark.Location = new System.Drawing.Point(126, 110);
  260. this.txtGradeRemark.Margin = new System.Windows.Forms.Padding(0);
  261. this.txtGradeRemark.MaxLength = 32767;
  262. this.txtGradeRemark.MinimumSize = new System.Drawing.Size(0, 24);
  263. this.txtGradeRemark.MouseBack = null;
  264. this.txtGradeRemark.Multiline = false;
  265. this.txtGradeRemark.Name = "txtGradeRemark";
  266. this.txtGradeRemark.NormlBack = null;
  267. this.txtGradeRemark.Padding = new System.Windows.Forms.Padding(5);
  268. this.txtGradeRemark.ReadOnly = false;
  269. this.txtGradeRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
  270. this.txtGradeRemark.Size = new System.Drawing.Size(366, 25);
  271. this.txtGradeRemark.TabIndex = 5;
  272. this.txtGradeRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  273. this.txtGradeRemark.WaterColor = System.Drawing.Color.DarkGray;
  274. this.txtGradeRemark.WaterText = "";
  275. this.txtGradeRemark.WordWrap = true;
  276. //
  277. // txtGradePoints
  278. //
  279. this.txtGradePoints.BackColor = System.Drawing.Color.Transparent;
  280. this.txtGradePoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  281. this.txtGradePoints.Icon = null;
  282. this.txtGradePoints.IconIsButton = false;
  283. this.txtGradePoints.IsPasswordChat = '\0';
  284. this.txtGradePoints.IsSystemPasswordChar = false;
  285. this.txtGradePoints.Lines = new string[0];
  286. this.txtGradePoints.Location = new System.Drawing.Point(377, 77);
  287. this.txtGradePoints.Margin = new System.Windows.Forms.Padding(0);
  288. this.txtGradePoints.MaxLength = 9;
  289. this.txtGradePoints.MinimumSize = new System.Drawing.Size(0, 24);
  290. this.txtGradePoints.MouseBack = null;
  291. this.txtGradePoints.Multiline = false;
  292. this.txtGradePoints.Name = "txtGradePoints";
  293. this.txtGradePoints.NormlBack = null;
  294. this.txtGradePoints.Padding = new System.Windows.Forms.Padding(5);
  295. this.txtGradePoints.ReadOnly = false;
  296. this.txtGradePoints.ScrollBars = System.Windows.Forms.ScrollBars.None;
  297. this.txtGradePoints.Size = new System.Drawing.Size(115, 25);
  298. this.txtGradePoints.TabIndex = 4;
  299. this.txtGradePoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  300. this.txtGradePoints.WaterColor = System.Drawing.Color.DarkGray;
  301. this.txtGradePoints.WaterText = "";
  302. this.txtGradePoints.WordWrap = true;
  303. //
  304. // txtGradeAmount
  305. //
  306. this.txtGradeAmount.BackColor = System.Drawing.Color.Transparent;
  307. this.txtGradeAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  308. this.txtGradeAmount.Icon = null;
  309. this.txtGradeAmount.IconIsButton = false;
  310. this.txtGradeAmount.IsPasswordChat = '\0';
  311. this.txtGradeAmount.IsSystemPasswordChar = false;
  312. this.txtGradeAmount.Lines = new string[0];
  313. this.txtGradeAmount.Location = new System.Drawing.Point(126, 78);
  314. this.txtGradeAmount.Margin = new System.Windows.Forms.Padding(0);
  315. this.txtGradeAmount.MaxLength = 9;
  316. this.txtGradeAmount.MinimumSize = new System.Drawing.Size(0, 24);
  317. this.txtGradeAmount.MouseBack = null;
  318. this.txtGradeAmount.Multiline = false;
  319. this.txtGradeAmount.Name = "txtGradeAmount";
  320. this.txtGradeAmount.NormlBack = null;
  321. this.txtGradeAmount.Padding = new System.Windows.Forms.Padding(5);
  322. this.txtGradeAmount.ReadOnly = false;
  323. this.txtGradeAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  324. this.txtGradeAmount.Size = new System.Drawing.Size(130, 25);
  325. this.txtGradeAmount.TabIndex = 2;
  326. this.txtGradeAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  327. this.txtGradeAmount.WaterColor = System.Drawing.Color.DarkGray;
  328. this.txtGradeAmount.WaterText = "";
  329. this.txtGradeAmount.WordWrap = true;
  330. //
  331. // txtGradeName
  332. //
  333. this.txtGradeName.BackColor = System.Drawing.Color.Transparent;
  334. this.txtGradeName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  335. this.txtGradeName.Icon = null;
  336. this.txtGradeName.IconIsButton = false;
  337. this.txtGradeName.IsPasswordChat = '\0';
  338. this.txtGradeName.IsSystemPasswordChar = false;
  339. this.txtGradeName.Lines = new string[0];
  340. this.txtGradeName.Location = new System.Drawing.Point(126, 46);
  341. this.txtGradeName.Margin = new System.Windows.Forms.Padding(0);
  342. this.txtGradeName.MaxLength = 32767;
  343. this.txtGradeName.MinimumSize = new System.Drawing.Size(0, 24);
  344. this.txtGradeName.MouseBack = null;
  345. this.txtGradeName.Multiline = false;
  346. this.txtGradeName.Name = "txtGradeName";
  347. this.txtGradeName.NormlBack = null;
  348. this.txtGradeName.Padding = new System.Windows.Forms.Padding(5);
  349. this.txtGradeName.ReadOnly = false;
  350. this.txtGradeName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  351. this.txtGradeName.Size = new System.Drawing.Size(130, 25);
  352. this.txtGradeName.TabIndex = 1;
  353. this.txtGradeName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  354. this.txtGradeName.WaterColor = System.Drawing.Color.DarkGray;
  355. this.txtGradeName.WaterText = "";
  356. this.txtGradeName.WordWrap = true;
  357. //
  358. // labelEx6
  359. //
  360. this.labelEx6.AutoSize = true;
  361. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  362. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  363. this.labelEx6.Location = new System.Drawing.Point(56, 114);
  364. this.labelEx6.Name = "labelEx6";
  365. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  366. this.labelEx6.TabIndex = 5;
  367. this.labelEx6.Text = "等级说明:";
  368. //
  369. // labelEx4
  370. //
  371. this.labelEx4.AutoSize = true;
  372. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  373. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  374. this.labelEx4.Location = new System.Drawing.Point(283, 81);
  375. this.labelEx4.Name = "labelEx4";
  376. this.labelEx4.Size = new System.Drawing.Size(92, 17);
  377. this.labelEx4.TabIndex = 3;
  378. this.labelEx4.Text = "等级所需积分:";
  379. //
  380. // labelEx3
  381. //
  382. this.labelEx3.AutoSize = true;
  383. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  384. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  385. this.labelEx3.Location = new System.Drawing.Point(32, 82);
  386. this.labelEx3.Name = "labelEx3";
  387. this.labelEx3.Size = new System.Drawing.Size(92, 17);
  388. this.labelEx3.TabIndex = 2;
  389. this.labelEx3.Text = "等级所需金额:";
  390. //
  391. // labelEx2
  392. //
  393. this.labelEx2.AutoSize = true;
  394. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  395. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  396. this.labelEx2.Location = new System.Drawing.Point(56, 50);
  397. this.labelEx2.Name = "labelEx2";
  398. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  399. this.labelEx2.TabIndex = 1;
  400. this.labelEx2.Text = "等级名称:";
  401. //
  402. // labelEx1
  403. //
  404. this.labelEx1.AutoSize = true;
  405. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  406. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  407. this.labelEx1.Location = new System.Drawing.Point(15, 18);
  408. this.labelEx1.Name = "labelEx1";
  409. this.labelEx1.Size = new System.Drawing.Size(80, 17);
  410. this.labelEx1.TabIndex = 0;
  411. this.labelEx1.Text = "会员等级资料";
  412. //
  413. // MemberCardGradeSetSuperSmallForm
  414. //
  415. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  416. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  417. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  418. this.ClientSize = new System.Drawing.Size(650, 610);
  419. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  420. this.MaximizeBox = false;
  421. this.MinimizeBox = false;
  422. this.Name = "MemberCardGradeSetSuperSmallForm";
  423. this.Text = "会员等级参数设置";
  424. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  425. this.plExMainContainer.ResumeLayout(false);
  426. this.plFormMainContent.ResumeLayout(false);
  427. this.panelEx1.ResumeLayout(false);
  428. this.panelEx1.PerformLayout();
  429. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  430. this.ResumeLayout(false);
  431. }
  432. #endregion
  433. private ComponentLibrary.PanelEx panelEx1;
  434. private ComponentLibrary.LabelEx labelEx1;
  435. private ComponentLibrary.LabelEx labelEx3;
  436. private ComponentLibrary.LabelEx labelEx2;
  437. private ComponentLibrary.LabelEx labelEx6;
  438. private ComponentLibrary.LabelEx labelEx4;
  439. protected ComponentLibrary.TextBoxEx txtGradeRemark;
  440. protected ComponentLibrary.TextBoxEx txtGradePoints;
  441. protected ComponentLibrary.TextBoxEx txtGradeAmount;
  442. protected ComponentLibrary.TextBoxEx txtGradeName;
  443. protected ComponentLibrary.ButtonEx btnSave;
  444. protected ComponentLibrary.ButtonEx btnCreate;
  445. protected ComponentLibrary.ButtonEx btnDelete;
  446. protected ComponentLibrary.DataGridViewEx dgvData;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  451. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  453. }
  454. }