OpenGoldCardViceCardSuperSmallForm.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
  2. {
  3. partial class OpenGoldCardViceCardSuperSmallForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OpenGoldCardViceCardSuperSmallForm));
  35. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.txtAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  40. this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.副卡号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.金额 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.密码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.txtMainCardNumber = new LYFZ.ComponentLibrary.TextBoxEx();
  45. this.txtCardName = new LYFZ.ComponentLibrary.TextBoxEx();
  46. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  51. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.plExMainContainer.SuspendLayout();
  54. this.plFormMainContent.SuspendLayout();
  55. this.panelEx1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  57. this.panelEx2.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // plExMainContainer
  61. //
  62. this.plExMainContainer.Controls.Add(this.panelEx2);
  63. this.plExMainContainer.Controls.Add(this.panelEx1);
  64. this.plExMainContainer.Size = new System.Drawing.Size(325, 545);
  65. //
  66. // plFormMainContent
  67. //
  68. this.plFormMainContent.Size = new System.Drawing.Size(325, 545);
  69. //
  70. // btnAppFormMaximize
  71. //
  72. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  73. this.btnAppFormMaximize.Location = new System.Drawing.Point(266, 0);
  74. //
  75. // btnAppFormExit
  76. //
  77. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  78. this.btnAppFormExit.Location = new System.Drawing.Point(293, 0);
  79. //
  80. // btnAppFormMinimize
  81. //
  82. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  83. this.btnAppFormMinimize.Location = new System.Drawing.Point(239, 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.txtAmount);
  93. this.panelEx1.Controls.Add(this.labelEx6);
  94. this.panelEx1.Controls.Add(this.labelEx5);
  95. this.panelEx1.Controls.Add(this.dgvData);
  96. this.panelEx1.Controls.Add(this.txtMainCardNumber);
  97. this.panelEx1.Controls.Add(this.txtCardName);
  98. this.panelEx1.Controls.Add(this.labelEx1);
  99. this.panelEx1.Controls.Add(this.labelEx3);
  100. this.panelEx1.Controls.Add(this.labelEx2);
  101. this.panelEx1.Controls.Add(this.labelEx4);
  102. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  103. this.panelEx1.Name = "panelEx1";
  104. this.panelEx1.Size = new System.Drawing.Size(305, 485);
  105. this.panelEx1.TabIndex = 6;
  106. //
  107. // txtAmount
  108. //
  109. this.txtAmount.BackColor = System.Drawing.Color.Transparent;
  110. this.txtAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  111. this.txtAmount.Icon = null;
  112. this.txtAmount.IconIsButton = false;
  113. this.txtAmount.IsPasswordChat = '\0';
  114. this.txtAmount.IsSystemPasswordChar = false;
  115. this.txtAmount.Lines = new string[0];
  116. this.txtAmount.Location = new System.Drawing.Point(99, 111);
  117. this.txtAmount.Margin = new System.Windows.Forms.Padding(0);
  118. this.txtAmount.MaxLength = 32767;
  119. this.txtAmount.MinimumSize = new System.Drawing.Size(0, 24);
  120. this.txtAmount.MouseBack = null;
  121. this.txtAmount.Multiline = false;
  122. this.txtAmount.Name = "txtAmount";
  123. this.txtAmount.NormlBack = null;
  124. this.txtAmount.Padding = new System.Windows.Forms.Padding(5);
  125. this.txtAmount.ReadOnly = true;
  126. this.txtAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  127. this.txtAmount.Size = new System.Drawing.Size(174, 25);
  128. this.txtAmount.TabIndex = 10;
  129. this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  130. this.txtAmount.WaterColor = System.Drawing.Color.DarkGray;
  131. this.txtAmount.WaterText = "";
  132. this.txtAmount.WordWrap = true;
  133. //
  134. // labelEx6
  135. //
  136. this.labelEx6.AutoSize = true;
  137. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  138. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  139. this.labelEx6.Location = new System.Drawing.Point(53, 115);
  140. this.labelEx6.Name = "labelEx6";
  141. this.labelEx6.Size = new System.Drawing.Size(44, 17);
  142. this.labelEx6.TabIndex = 9;
  143. this.labelEx6.Text = "金额:";
  144. //
  145. // labelEx5
  146. //
  147. this.labelEx5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  148. this.labelEx5.AutoSize = true;
  149. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  150. this.labelEx5.ForeColor = System.Drawing.Color.Red;
  151. this.labelEx5.Location = new System.Drawing.Point(3, 465);
  152. this.labelEx5.Name = "labelEx5";
  153. this.labelEx5.Size = new System.Drawing.Size(281, 16);
  154. this.labelEx5.TabIndex = 8;
  155. this.labelEx5.Text = "提示:如果副卡未设置密码,将默认设置密码为\'123456\'";
  156. //
  157. // dgvData
  158. //
  159. this.dgvData.AllowUserToAddRows = false;
  160. this.dgvData.AllowUserToDeleteRows = false;
  161. this.dgvData.AllowUserToResizeRows = false;
  162. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  163. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  164. this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  165. | System.Windows.Forms.AnchorStyles.Left)
  166. | System.Windows.Forms.AnchorStyles.Right)));
  167. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  168. this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  169. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  170. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  171. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  172. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  174. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  175. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  176. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  177. this.dgvData.ColumnHeadersHeight = 24;
  178. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  179. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  180. this.序号,
  181. this.副卡号,
  182. this.金额,
  183. this.密码});
  184. this.dgvData.EnableHeadersVisualStyles = false;
  185. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  186. this.dgvData.GridViewUniquelyIdentify = "_dgvData_dgvData_dgvData_dgvData";
  187. this.dgvData.IsCompleteBonding = false;
  188. this.dgvData.Location = new System.Drawing.Point(4, 181);
  189. this.dgvData.Name = "dgvData";
  190. this.dgvData.RowHeadersVisible = false;
  191. this.dgvData.RowTemplate.Height = 23;
  192. this.dgvData.RowTemplate.ReadOnly = true;
  193. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  194. this.dgvData.Size = new System.Drawing.Size(297, 282);
  195. this.dgvData.TabIndex = 7;
  196. //
  197. // 序号
  198. //
  199. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  200. this.序号.DefaultCellStyle = dataGridViewCellStyle3;
  201. this.序号.HeaderText = "";
  202. this.序号.Name = "序号";
  203. this.序号.ReadOnly = true;
  204. this.序号.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  205. this.序号.Width = 40;
  206. //
  207. // 副卡号
  208. //
  209. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  210. this.副卡号.DefaultCellStyle = dataGridViewCellStyle4;
  211. this.副卡号.HeaderText = "副卡号";
  212. this.副卡号.Name = "副卡号";
  213. this.副卡号.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  214. //
  215. // 金额
  216. //
  217. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  218. this.金额.DefaultCellStyle = dataGridViewCellStyle5;
  219. this.金额.HeaderText = "金额";
  220. this.金额.Name = "金额";
  221. this.金额.Width = 80;
  222. //
  223. // 密码
  224. //
  225. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  226. this.密码.DefaultCellStyle = dataGridViewCellStyle6;
  227. this.密码.FillWeight = 90F;
  228. this.密码.HeaderText = "密码";
  229. this.密码.Name = "密码";
  230. this.密码.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  231. this.密码.Width = 70;
  232. //
  233. // txtMainCardNumber
  234. //
  235. this.txtMainCardNumber.BackColor = System.Drawing.Color.Transparent;
  236. this.txtMainCardNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  237. this.txtMainCardNumber.Icon = null;
  238. this.txtMainCardNumber.IconIsButton = false;
  239. this.txtMainCardNumber.IsPasswordChat = '\0';
  240. this.txtMainCardNumber.IsSystemPasswordChar = false;
  241. this.txtMainCardNumber.Lines = new string[0];
  242. this.txtMainCardNumber.Location = new System.Drawing.Point(99, 42);
  243. this.txtMainCardNumber.Margin = new System.Windows.Forms.Padding(0);
  244. this.txtMainCardNumber.MaxLength = 32767;
  245. this.txtMainCardNumber.MinimumSize = new System.Drawing.Size(0, 24);
  246. this.txtMainCardNumber.MouseBack = null;
  247. this.txtMainCardNumber.Multiline = false;
  248. this.txtMainCardNumber.Name = "txtMainCardNumber";
  249. this.txtMainCardNumber.NormlBack = null;
  250. this.txtMainCardNumber.Padding = new System.Windows.Forms.Padding(5);
  251. this.txtMainCardNumber.ReadOnly = true;
  252. this.txtMainCardNumber.ScrollBars = System.Windows.Forms.ScrollBars.None;
  253. this.txtMainCardNumber.Size = new System.Drawing.Size(174, 25);
  254. this.txtMainCardNumber.TabIndex = 6;
  255. this.txtMainCardNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  256. this.txtMainCardNumber.WaterColor = System.Drawing.Color.DarkGray;
  257. this.txtMainCardNumber.WaterText = "";
  258. this.txtMainCardNumber.WordWrap = true;
  259. //
  260. // txtCardName
  261. //
  262. this.txtCardName.BackColor = System.Drawing.Color.Transparent;
  263. this.txtCardName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  264. this.txtCardName.Icon = null;
  265. this.txtCardName.IconIsButton = false;
  266. this.txtCardName.IsPasswordChat = '\0';
  267. this.txtCardName.IsSystemPasswordChar = false;
  268. this.txtCardName.Lines = new string[0];
  269. this.txtCardName.Location = new System.Drawing.Point(99, 76);
  270. this.txtCardName.Margin = new System.Windows.Forms.Padding(0);
  271. this.txtCardName.MaxLength = 32767;
  272. this.txtCardName.MinimumSize = new System.Drawing.Size(0, 24);
  273. this.txtCardName.MouseBack = null;
  274. this.txtCardName.Multiline = false;
  275. this.txtCardName.Name = "txtCardName";
  276. this.txtCardName.NormlBack = null;
  277. this.txtCardName.Padding = new System.Windows.Forms.Padding(5);
  278. this.txtCardName.ReadOnly = true;
  279. this.txtCardName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  280. this.txtCardName.Size = new System.Drawing.Size(174, 25);
  281. this.txtCardName.TabIndex = 5;
  282. this.txtCardName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  283. this.txtCardName.WaterColor = System.Drawing.Color.DarkGray;
  284. this.txtCardName.WaterText = "";
  285. this.txtCardName.WordWrap = true;
  286. //
  287. // labelEx1
  288. //
  289. this.labelEx1.AutoSize = true;
  290. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  291. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  292. this.labelEx1.Location = new System.Drawing.Point(12, 16);
  293. this.labelEx1.Name = "labelEx1";
  294. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  295. this.labelEx1.TabIndex = 2;
  296. this.labelEx1.Text = "主卡资料";
  297. //
  298. // labelEx3
  299. //
  300. this.labelEx3.AutoSize = true;
  301. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  302. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  303. this.labelEx3.Location = new System.Drawing.Point(41, 80);
  304. this.labelEx3.Name = "labelEx3";
  305. this.labelEx3.Size = new System.Drawing.Size(56, 17);
  306. this.labelEx3.TabIndex = 0;
  307. this.labelEx3.Text = "持卡人:";
  308. //
  309. // labelEx2
  310. //
  311. this.labelEx2.AutoSize = true;
  312. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  313. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  314. this.labelEx2.Location = new System.Drawing.Point(12, 158);
  315. this.labelEx2.Name = "labelEx2";
  316. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  317. this.labelEx2.TabIndex = 3;
  318. this.labelEx2.Text = "副卡资料";
  319. //
  320. // labelEx4
  321. //
  322. this.labelEx4.AutoSize = true;
  323. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  324. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  325. this.labelEx4.Location = new System.Drawing.Point(29, 46);
  326. this.labelEx4.Name = "labelEx4";
  327. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  328. this.labelEx4.TabIndex = 1;
  329. this.labelEx4.Text = "会员卡号:";
  330. //
  331. // panelEx2
  332. //
  333. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  334. this.panelEx2.BorderWidth = 1;
  335. this.panelEx2.Controls.Add(this.btnCancel);
  336. this.panelEx2.Controls.Add(this.btnOK);
  337. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
  338. this.panelEx2.Location = new System.Drawing.Point(0, 505);
  339. this.panelEx2.Name = "panelEx2";
  340. this.panelEx2.Size = new System.Drawing.Size(325, 40);
  341. this.panelEx2.TabIndex = 7;
  342. //
  343. // btnCancel
  344. //
  345. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  346. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  347. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  348. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  349. this.btnCancel.ForeColor = System.Drawing.Color.White;
  350. this.btnCancel.IsCustomBackImg = false;
  351. this.btnCancel.IsShowText = true;
  352. this.btnCancel.Location = new System.Drawing.Point(180, 6);
  353. this.btnCancel.Name = "btnCancel";
  354. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  355. this.btnCancel.TabIndex = 8;
  356. this.btnCancel.Text = " 取 消";
  357. this.btnCancel.UseVisualStyleBackColor = false;
  358. //
  359. // btnOK
  360. //
  361. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  362. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  363. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  364. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  365. this.btnOK.ForeColor = System.Drawing.Color.White;
  366. this.btnOK.IsCustomBackImg = false;
  367. this.btnOK.IsShowText = true;
  368. this.btnOK.Location = new System.Drawing.Point(61, 6);
  369. this.btnOK.Name = "btnOK";
  370. this.btnOK.Size = new System.Drawing.Size(85, 28);
  371. this.btnOK.TabIndex = 7;
  372. this.btnOK.Text = " 确 定";
  373. this.btnOK.UseVisualStyleBackColor = false;
  374. //
  375. // OpenGoldCardViceCardSuperSmallForm
  376. //
  377. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  378. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  379. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  380. this.ClientSize = new System.Drawing.Size(325, 610);
  381. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  382. this.Name = "OpenGoldCardViceCardSuperSmallForm";
  383. this.Text = "发放现金副卡";
  384. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  385. this.plExMainContainer.ResumeLayout(false);
  386. this.plFormMainContent.ResumeLayout(false);
  387. this.panelEx1.ResumeLayout(false);
  388. this.panelEx1.PerformLayout();
  389. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  390. this.panelEx2.ResumeLayout(false);
  391. this.ResumeLayout(false);
  392. }
  393. #endregion
  394. private ComponentLibrary.PanelEx panelEx1;
  395. protected ComponentLibrary.TextBoxEx txtMainCardNumber;
  396. protected ComponentLibrary.TextBoxEx txtCardName;
  397. private ComponentLibrary.LabelEx labelEx1;
  398. private ComponentLibrary.LabelEx labelEx3;
  399. private ComponentLibrary.LabelEx labelEx2;
  400. private ComponentLibrary.LabelEx labelEx4;
  401. private ComponentLibrary.PanelEx panelEx2;
  402. protected ComponentLibrary.ButtonEx btnCancel;
  403. protected ComponentLibrary.ButtonEx btnOK;
  404. protected ComponentLibrary.DataGridViewEx dgvData;
  405. private ComponentLibrary.LabelEx labelEx5;
  406. protected ComponentLibrary.TextBoxEx txtAmount;
  407. private ComponentLibrary.LabelEx labelEx6;
  408. private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
  409. private System.Windows.Forms.DataGridViewTextBoxColumn 副卡号;
  410. private System.Windows.Forms.DataGridViewTextBoxColumn 金额;
  411. private System.Windows.Forms.DataGridViewTextBoxColumn 密码;
  412. }
  413. }