namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm
{
partial class MemberCardGradeSetSuperSmallForm
{
///
/// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemberCardGradeSetSuperSmallForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
this.btnCreate = new LYFZ.ComponentLibrary.ButtonEx();
this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.txtGradeRemark = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtGradePoints = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtGradeAmount = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtGradeName = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
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(650, 545);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(650, 545);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(591, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(618, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(564, 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.btnSave);
this.panelEx1.Controls.Add(this.btnCreate);
this.panelEx1.Controls.Add(this.btnDelete);
this.panelEx1.Controls.Add(this.dgvData);
this.panelEx1.Controls.Add(this.txtGradeRemark);
this.panelEx1.Controls.Add(this.txtGradePoints);
this.panelEx1.Controls.Add(this.txtGradeAmount);
this.panelEx1.Controls.Add(this.txtGradeName);
this.panelEx1.Controls.Add(this.labelEx6);
this.panelEx1.Controls.Add(this.labelEx4);
this.panelEx1.Controls.Add(this.labelEx3);
this.panelEx1.Controls.Add(this.labelEx2);
this.panelEx1.Controls.Add(this.labelEx1);
this.panelEx1.Location = new System.Drawing.Point(10, 10);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(630, 525);
this.panelEx1.TabIndex = 0;
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.IsCustomBackImg = false;
this.btnSave.IsShowText = true;
this.btnSave.Location = new System.Drawing.Point(518, 40);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 28);
this.btnSave.TabIndex = 6;
this.btnSave.Text = " 保 存";
this.btnSave.UseVisualStyleBackColor = false;
//
// btnCreate
//
this.btnCreate.BackColor = System.Drawing.Color.Transparent;
this.btnCreate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCreate.BackImg")));
this.btnCreate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnCreate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnCreate.ForeColor = System.Drawing.Color.White;
this.btnCreate.IsCustomBackImg = false;
this.btnCreate.IsShowText = true;
this.btnCreate.Location = new System.Drawing.Point(518, 74);
this.btnCreate.Name = "btnCreate";
this.btnCreate.Size = new System.Drawing.Size(85, 28);
this.btnCreate.TabIndex = 7;
this.btnCreate.Text = " 新 建";
this.btnCreate.UseVisualStyleBackColor = false;
//
// 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(518, 108);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(85, 28);
this.btnDelete.TabIndex = 8;
this.btnDelete.Text = " 删 除";
this.btnDelete.UseVisualStyleBackColor = false;
//
// 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)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
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.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column6,
this.Column5});
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";
this.dgvData.IsCompleteBonding = false;
this.dgvData.IsCopyCellValue = true;
this.dgvData.Location = new System.Drawing.Point(10, 149);
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(610, 365);
this.dgvData.TabIndex = 18;
//
// Column1
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.Column1.DefaultCellStyle = dataGridViewCellStyle3;
this.Column1.HeaderText = "等级编号";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Visible = false;
//
// Column2
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.Column2.DefaultCellStyle = dataGridViewCellStyle4;
this.Column2.HeaderText = "等级名称";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
//
// Column3
//
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.Column3.DefaultCellStyle = dataGridViewCellStyle5;
this.Column3.HeaderText = "等级金额";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
//
// Column4
//
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.Column4.DefaultCellStyle = dataGridViewCellStyle6;
this.Column4.HeaderText = "等级积分";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column6
//
this.Column6.HeaderText = "等级说明";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// Column5
//
this.Column5.HeaderText = "等级编号";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
this.Column5.Visible = false;
//
// txtGradeRemark
//
this.txtGradeRemark.BackColor = System.Drawing.Color.Transparent;
this.txtGradeRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtGradeRemark.Icon = null;
this.txtGradeRemark.IconIsButton = false;
this.txtGradeRemark.IsPasswordChat = '\0';
this.txtGradeRemark.IsSystemPasswordChar = false;
this.txtGradeRemark.Lines = new string[0];
this.txtGradeRemark.Location = new System.Drawing.Point(126, 110);
this.txtGradeRemark.Margin = new System.Windows.Forms.Padding(0);
this.txtGradeRemark.MaxLength = 32767;
this.txtGradeRemark.MinimumSize = new System.Drawing.Size(0, 24);
this.txtGradeRemark.MouseBack = null;
this.txtGradeRemark.Multiline = false;
this.txtGradeRemark.Name = "txtGradeRemark";
this.txtGradeRemark.NormlBack = null;
this.txtGradeRemark.Padding = new System.Windows.Forms.Padding(5);
this.txtGradeRemark.ReadOnly = false;
this.txtGradeRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtGradeRemark.Size = new System.Drawing.Size(366, 25);
this.txtGradeRemark.TabIndex = 5;
this.txtGradeRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtGradeRemark.WaterColor = System.Drawing.Color.DarkGray;
this.txtGradeRemark.WaterText = "";
this.txtGradeRemark.WordWrap = true;
//
// txtGradePoints
//
this.txtGradePoints.BackColor = System.Drawing.Color.Transparent;
this.txtGradePoints.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtGradePoints.Icon = null;
this.txtGradePoints.IconIsButton = false;
this.txtGradePoints.IsPasswordChat = '\0';
this.txtGradePoints.IsSystemPasswordChar = false;
this.txtGradePoints.Lines = new string[0];
this.txtGradePoints.Location = new System.Drawing.Point(377, 77);
this.txtGradePoints.Margin = new System.Windows.Forms.Padding(0);
this.txtGradePoints.MaxLength = 9;
this.txtGradePoints.MinimumSize = new System.Drawing.Size(0, 24);
this.txtGradePoints.MouseBack = null;
this.txtGradePoints.Multiline = false;
this.txtGradePoints.Name = "txtGradePoints";
this.txtGradePoints.NormlBack = null;
this.txtGradePoints.Padding = new System.Windows.Forms.Padding(5);
this.txtGradePoints.ReadOnly = false;
this.txtGradePoints.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtGradePoints.Size = new System.Drawing.Size(115, 25);
this.txtGradePoints.TabIndex = 4;
this.txtGradePoints.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtGradePoints.WaterColor = System.Drawing.Color.DarkGray;
this.txtGradePoints.WaterText = "";
this.txtGradePoints.WordWrap = true;
//
// txtGradeAmount
//
this.txtGradeAmount.BackColor = System.Drawing.Color.Transparent;
this.txtGradeAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtGradeAmount.Icon = null;
this.txtGradeAmount.IconIsButton = false;
this.txtGradeAmount.IsPasswordChat = '\0';
this.txtGradeAmount.IsSystemPasswordChar = false;
this.txtGradeAmount.Lines = new string[0];
this.txtGradeAmount.Location = new System.Drawing.Point(126, 78);
this.txtGradeAmount.Margin = new System.Windows.Forms.Padding(0);
this.txtGradeAmount.MaxLength = 9;
this.txtGradeAmount.MinimumSize = new System.Drawing.Size(0, 24);
this.txtGradeAmount.MouseBack = null;
this.txtGradeAmount.Multiline = false;
this.txtGradeAmount.Name = "txtGradeAmount";
this.txtGradeAmount.NormlBack = null;
this.txtGradeAmount.Padding = new System.Windows.Forms.Padding(5);
this.txtGradeAmount.ReadOnly = false;
this.txtGradeAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtGradeAmount.Size = new System.Drawing.Size(130, 25);
this.txtGradeAmount.TabIndex = 2;
this.txtGradeAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtGradeAmount.WaterColor = System.Drawing.Color.DarkGray;
this.txtGradeAmount.WaterText = "";
this.txtGradeAmount.WordWrap = true;
//
// txtGradeName
//
this.txtGradeName.BackColor = System.Drawing.Color.Transparent;
this.txtGradeName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtGradeName.Icon = null;
this.txtGradeName.IconIsButton = false;
this.txtGradeName.IsPasswordChat = '\0';
this.txtGradeName.IsSystemPasswordChar = false;
this.txtGradeName.Lines = new string[0];
this.txtGradeName.Location = new System.Drawing.Point(126, 46);
this.txtGradeName.Margin = new System.Windows.Forms.Padding(0);
this.txtGradeName.MaxLength = 32767;
this.txtGradeName.MinimumSize = new System.Drawing.Size(0, 24);
this.txtGradeName.MouseBack = null;
this.txtGradeName.Multiline = false;
this.txtGradeName.Name = "txtGradeName";
this.txtGradeName.NormlBack = null;
this.txtGradeName.Padding = new System.Windows.Forms.Padding(5);
this.txtGradeName.ReadOnly = false;
this.txtGradeName.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtGradeName.Size = new System.Drawing.Size(130, 25);
this.txtGradeName.TabIndex = 1;
this.txtGradeName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtGradeName.WaterColor = System.Drawing.Color.DarkGray;
this.txtGradeName.WaterText = "";
this.txtGradeName.WordWrap = true;
//
// labelEx6
//
this.labelEx6.AutoSize = true;
this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx6.Location = new System.Drawing.Point(56, 114);
this.labelEx6.Name = "labelEx6";
this.labelEx6.Size = new System.Drawing.Size(68, 17);
this.labelEx6.TabIndex = 5;
this.labelEx6.Text = "等级说明:";
//
// labelEx4
//
this.labelEx4.AutoSize = true;
this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx4.Location = new System.Drawing.Point(283, 81);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(92, 17);
this.labelEx4.TabIndex = 3;
this.labelEx4.Text = "等级所需积分:";
//
// labelEx3
//
this.labelEx3.AutoSize = true;
this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx3.Location = new System.Drawing.Point(32, 82);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(92, 17);
this.labelEx3.TabIndex = 2;
this.labelEx3.Text = "等级所需金额:";
//
// labelEx2
//
this.labelEx2.AutoSize = true;
this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx2.Location = new System.Drawing.Point(56, 50);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(68, 17);
this.labelEx2.TabIndex = 1;
this.labelEx2.Text = "等级名称:";
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx1.Location = new System.Drawing.Point(15, 18);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(80, 17);
this.labelEx1.TabIndex = 0;
this.labelEx1.Text = "会员等级资料";
//
// MemberCardGradeSetSuperSmallForm
//
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(650, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "MemberCardGradeSetSuperSmallForm";
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
private ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.LabelEx labelEx1;
private ComponentLibrary.LabelEx labelEx3;
private ComponentLibrary.LabelEx labelEx2;
private ComponentLibrary.LabelEx labelEx6;
private ComponentLibrary.LabelEx labelEx4;
protected ComponentLibrary.TextBoxEx txtGradeRemark;
protected ComponentLibrary.TextBoxEx txtGradePoints;
protected ComponentLibrary.TextBoxEx txtGradeAmount;
protected ComponentLibrary.TextBoxEx txtGradeName;
protected ComponentLibrary.ButtonEx btnSave;
protected ComponentLibrary.ButtonEx btnCreate;
protected ComponentLibrary.ButtonEx btnDelete;
protected ComponentLibrary.DataGridViewEx dgvData;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
}
}