namespace LYFZ.Software.UI.MembershipManage.SetSmallForm
{
partial class GoldCardViceManagementSmallForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GoldCardViceManagementSmallForm));
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.btnOpenViceCard = new LYFZ.ComponentLibrary.ButtonEx();
this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
this.副卡号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.副卡类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.发卡日期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.使用日期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.副卡编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Size = new System.Drawing.Size(550, 445);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(550, 445);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(496, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(518, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(496, 0);
//
// panelEx1
//
this.panelEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.btnDelete);
this.panelEx1.Controls.Add(this.btnOpenViceCard);
this.panelEx1.Controls.Add(this.labelEx8);
this.panelEx1.Controls.Add(this.dgvData);
this.panelEx1.Location = new System.Drawing.Point(10, 10);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(530, 425);
this.panelEx1.TabIndex = 0;
//
// btnOpenViceCard
//
this.btnOpenViceCard.BackColor = System.Drawing.Color.Transparent;
this.btnOpenViceCard.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOpenViceCard.BackImg")));
this.btnOpenViceCard.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnOpenViceCard.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnOpenViceCard.ForeColor = System.Drawing.Color.White;
this.btnOpenViceCard.IsCustomBackImg = false;
this.btnOpenViceCard.IsShowText = true;
this.btnOpenViceCard.Location = new System.Drawing.Point(439, 7);
this.btnOpenViceCard.Name = "btnOpenViceCard";
this.btnOpenViceCard.Size = new System.Drawing.Size(85, 28);
this.btnOpenViceCard.TabIndex = 31;
this.btnOpenViceCard.Text = " 发副卡";
this.btnOpenViceCard.UseVisualStyleBackColor = false;
//
// labelEx8
//
this.labelEx8.AutoSize = true;
this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx8.Location = new System.Drawing.Point(13, 13);
this.labelEx8.Name = "labelEx8";
this.labelEx8.Size = new System.Drawing.Size(56, 17);
this.labelEx8.TabIndex = 30;
this.labelEx8.Text = "副卡资料";
//
// dgvData
//
this.dgvData.AllowUserToAddRows = false;
this.dgvData.AllowUserToDeleteRows = false;
this.dgvData.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.dgvData.BackgroundColor = System.Drawing.Color.White;
this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvData.ColumnHeadersHeight = 24;
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.副卡号,
this.副卡类型,
this.状态,
this.发卡日期,
this.使用日期,
this.副卡编号});
this.dgvData.EnableHeadersVisualStyles = false;
this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvData.GridViewUniquelyIdentify = "_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_" +
"dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_" +
"dgvData_dgvData";
this.dgvData.IsCompleteBonding = false;
this.dgvData.IsCopyCellValue = true;
this.dgvData.Location = new System.Drawing.Point(4, 39);
this.dgvData.MultiSelect = false;
this.dgvData.Name = "dgvData";
this.dgvData.RowHeadersVisible = false;
this.dgvData.RowTemplate.Height = 23;
this.dgvData.RowTemplate.ReadOnly = true;
this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvData.Size = new System.Drawing.Size(520, 380);
this.dgvData.TabIndex = 4;
//
// 副卡号
//
this.副卡号.HeaderText = "副卡号";
this.副卡号.Name = "副卡号";
this.副卡号.ReadOnly = true;
this.副卡号.Width = 110;
//
// 副卡类型
//
this.副卡类型.HeaderText = "副卡类型";
this.副卡类型.Name = "副卡类型";
this.副卡类型.ReadOnly = true;
this.副卡类型.Width = 80;
//
// 状态
//
this.状态.HeaderText = "状态";
this.状态.Name = "状态";
this.状态.ReadOnly = true;
this.状态.Width = 90;
//
// 发卡日期
//
this.发卡日期.HeaderText = "发卡日期";
this.发卡日期.Name = "发卡日期";
this.发卡日期.ReadOnly = true;
this.发卡日期.Width = 110;
//
// 使用日期
//
this.使用日期.HeaderText = "使用日期";
this.使用日期.Name = "使用日期";
this.使用日期.ReadOnly = true;
this.使用日期.Width = 110;
//
// 副卡编号
//
this.副卡编号.HeaderText = "副卡编号";
this.副卡编号.Name = "副卡编号";
this.副卡编号.ReadOnly = true;
this.副卡编号.Visible = false;
this.副卡编号.Width = 110;
//
// btnDelete
//
this.btnDelete.BackColor = System.Drawing.Color.Transparent;
this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnDelete.ForeColor = System.Drawing.Color.White;
this.btnDelete.IsCustomBackImg = false;
this.btnDelete.IsShowText = true;
this.btnDelete.Location = new System.Drawing.Point(348, 7);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(85, 28);
this.btnDelete.TabIndex = 33;
this.btnDelete.Text = " 删 除";
this.btnDelete.UseVisualStyleBackColor = false;
//
// GoldCardViceManagementSmallForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
this.ClientSize = new System.Drawing.Size(550, 510);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.IsUserControlsSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "GoldCardViceManagementSmallForm";
this.Text = "积分副卡管理";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.ResumeLayout(false);
}
#endregion
protected ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.LabelEx labelEx8;
protected ComponentLibrary.DataGridViewEx dgvData;
protected internal ComponentLibrary.ButtonEx btnOpenViceCard;
private System.Windows.Forms.DataGridViewTextBoxColumn 副卡号;
private System.Windows.Forms.DataGridViewTextBoxColumn 副卡类型;
private System.Windows.Forms.DataGridViewTextBoxColumn 状态;
private System.Windows.Forms.DataGridViewTextBoxColumn 发卡日期;
private System.Windows.Forms.DataGridViewTextBoxColumn 使用日期;
private System.Windows.Forms.DataGridViewTextBoxColumn 副卡编号;
protected internal ComponentLibrary.ButtonForm btnDelete;
}
}