GoldCardViceManagementSmallForm.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. namespace LYFZ.Software.UI.MembershipManage.SetSmallForm
  2. {
  3. partial class GoldCardViceManagementSmallForm
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GoldCardViceManagementSmallForm));
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.btnOpenViceCard = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  35. this.副卡号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.副卡类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.发卡日期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.使用日期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.副卡编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm();
  42. this.plExMainContainer.SuspendLayout();
  43. this.plFormMainContent.SuspendLayout();
  44. this.panelEx1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // plExMainContainer
  49. //
  50. this.plExMainContainer.Controls.Add(this.panelEx1);
  51. this.plExMainContainer.Size = new System.Drawing.Size(550, 445);
  52. //
  53. // plFormMainContent
  54. //
  55. this.plFormMainContent.Size = new System.Drawing.Size(550, 445);
  56. //
  57. // btnAppFormMaximize
  58. //
  59. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  60. this.btnAppFormMaximize.Location = new System.Drawing.Point(496, 0);
  61. //
  62. // btnAppFormExit
  63. //
  64. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  65. this.btnAppFormExit.Location = new System.Drawing.Point(518, 0);
  66. //
  67. // btnAppFormMinimize
  68. //
  69. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  70. this.btnAppFormMinimize.Location = new System.Drawing.Point(496, 0);
  71. //
  72. // panelEx1
  73. //
  74. this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  75. | System.Windows.Forms.AnchorStyles.Left)
  76. | System.Windows.Forms.AnchorStyles.Right)));
  77. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  78. this.panelEx1.BorderWidth = 1;
  79. this.panelEx1.Controls.Add(this.btnDelete);
  80. this.panelEx1.Controls.Add(this.btnOpenViceCard);
  81. this.panelEx1.Controls.Add(this.labelEx8);
  82. this.panelEx1.Controls.Add(this.dgvData);
  83. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  84. this.panelEx1.Name = "panelEx1";
  85. this.panelEx1.Size = new System.Drawing.Size(530, 425);
  86. this.panelEx1.TabIndex = 0;
  87. //
  88. // btnOpenViceCard
  89. //
  90. this.btnOpenViceCard.BackColor = System.Drawing.Color.Transparent;
  91. this.btnOpenViceCard.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOpenViceCard.BackImg")));
  92. this.btnOpenViceCard.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  93. this.btnOpenViceCard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  94. this.btnOpenViceCard.ForeColor = System.Drawing.Color.White;
  95. this.btnOpenViceCard.IsCustomBackImg = false;
  96. this.btnOpenViceCard.IsShowText = true;
  97. this.btnOpenViceCard.Location = new System.Drawing.Point(439, 7);
  98. this.btnOpenViceCard.Name = "btnOpenViceCard";
  99. this.btnOpenViceCard.Size = new System.Drawing.Size(85, 28);
  100. this.btnOpenViceCard.TabIndex = 31;
  101. this.btnOpenViceCard.Text = " 发副卡";
  102. this.btnOpenViceCard.UseVisualStyleBackColor = false;
  103. //
  104. // labelEx8
  105. //
  106. this.labelEx8.AutoSize = true;
  107. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  108. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  109. this.labelEx8.Location = new System.Drawing.Point(13, 13);
  110. this.labelEx8.Name = "labelEx8";
  111. this.labelEx8.Size = new System.Drawing.Size(56, 17);
  112. this.labelEx8.TabIndex = 30;
  113. this.labelEx8.Text = "副卡资料";
  114. //
  115. // dgvData
  116. //
  117. this.dgvData.AllowUserToAddRows = false;
  118. this.dgvData.AllowUserToDeleteRows = false;
  119. this.dgvData.AllowUserToResizeRows = false;
  120. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  121. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  122. this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  123. | System.Windows.Forms.AnchorStyles.Left)));
  124. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  125. this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  126. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  127. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  128. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  129. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  131. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  132. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  133. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  134. this.dgvData.ColumnHeadersHeight = 24;
  135. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  136. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  137. this.副卡号,
  138. this.副卡类型,
  139. this.状态,
  140. this.发卡日期,
  141. this.使用日期,
  142. this.副卡编号});
  143. this.dgvData.EnableHeadersVisualStyles = false;
  144. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  145. this.dgvData.GridViewUniquelyIdentify = "_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_" +
  146. "dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_" +
  147. "dgvData_dgvData";
  148. this.dgvData.IsCompleteBonding = false;
  149. this.dgvData.IsCopyCellValue = true;
  150. this.dgvData.Location = new System.Drawing.Point(4, 39);
  151. this.dgvData.MultiSelect = false;
  152. this.dgvData.Name = "dgvData";
  153. this.dgvData.RowHeadersVisible = false;
  154. this.dgvData.RowTemplate.Height = 23;
  155. this.dgvData.RowTemplate.ReadOnly = true;
  156. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  157. this.dgvData.Size = new System.Drawing.Size(520, 380);
  158. this.dgvData.TabIndex = 4;
  159. //
  160. // 副卡号
  161. //
  162. this.副卡号.HeaderText = "副卡号";
  163. this.副卡号.Name = "副卡号";
  164. this.副卡号.ReadOnly = true;
  165. this.副卡号.Width = 110;
  166. //
  167. // 副卡类型
  168. //
  169. this.副卡类型.HeaderText = "副卡类型";
  170. this.副卡类型.Name = "副卡类型";
  171. this.副卡类型.ReadOnly = true;
  172. this.副卡类型.Width = 80;
  173. //
  174. // 状态
  175. //
  176. this.状态.HeaderText = "状态";
  177. this.状态.Name = "状态";
  178. this.状态.ReadOnly = true;
  179. this.状态.Width = 90;
  180. //
  181. // 发卡日期
  182. //
  183. this.发卡日期.HeaderText = "发卡日期";
  184. this.发卡日期.Name = "发卡日期";
  185. this.发卡日期.ReadOnly = true;
  186. this.发卡日期.Width = 110;
  187. //
  188. // 使用日期
  189. //
  190. this.使用日期.HeaderText = "使用日期";
  191. this.使用日期.Name = "使用日期";
  192. this.使用日期.ReadOnly = true;
  193. this.使用日期.Width = 110;
  194. //
  195. // 副卡编号
  196. //
  197. this.副卡编号.HeaderText = "副卡编号";
  198. this.副卡编号.Name = "副卡编号";
  199. this.副卡编号.ReadOnly = true;
  200. this.副卡编号.Visible = false;
  201. this.副卡编号.Width = 110;
  202. //
  203. // btnDelete
  204. //
  205. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  206. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  207. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  208. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  209. this.btnDelete.ForeColor = System.Drawing.Color.White;
  210. this.btnDelete.IsCustomBackImg = false;
  211. this.btnDelete.IsShowText = true;
  212. this.btnDelete.Location = new System.Drawing.Point(348, 7);
  213. this.btnDelete.Name = "btnDelete";
  214. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  215. this.btnDelete.TabIndex = 33;
  216. this.btnDelete.Text = " 删 除";
  217. this.btnDelete.UseVisualStyleBackColor = false;
  218. //
  219. // GoldCardViceManagementSmallForm
  220. //
  221. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  222. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  223. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  224. this.ClientSize = new System.Drawing.Size(550, 510);
  225. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  226. this.IsUserControlsSize = false;
  227. this.MaximizeBox = false;
  228. this.MinimizeBox = false;
  229. this.Name = "GoldCardViceManagementSmallForm";
  230. this.Text = "积分副卡管理";
  231. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  232. this.plExMainContainer.ResumeLayout(false);
  233. this.plFormMainContent.ResumeLayout(false);
  234. this.panelEx1.ResumeLayout(false);
  235. this.panelEx1.PerformLayout();
  236. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  237. this.ResumeLayout(false);
  238. }
  239. #endregion
  240. protected ComponentLibrary.PanelEx panelEx1;
  241. private ComponentLibrary.LabelEx labelEx8;
  242. protected ComponentLibrary.DataGridViewEx dgvData;
  243. protected internal ComponentLibrary.ButtonEx btnOpenViceCard;
  244. private System.Windows.Forms.DataGridViewTextBoxColumn 副卡号;
  245. private System.Windows.Forms.DataGridViewTextBoxColumn 副卡类型;
  246. private System.Windows.Forms.DataGridViewTextBoxColumn 状态;
  247. private System.Windows.Forms.DataGridViewTextBoxColumn 发卡日期;
  248. private System.Windows.Forms.DataGridViewTextBoxColumn 使用日期;
  249. private System.Windows.Forms.DataGridViewTextBoxColumn 副卡编号;
  250. protected internal ComponentLibrary.ButtonForm btnDelete;
  251. }
  252. }