namespace LYFZ.Software.UI.MembershipManage.SetSmallForm
{
partial class DataSetServicePackageSetSmallForm
{
///
/// 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(DataSetServicePackageSetSmallForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
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.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.cmbtreevClass = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
this.btnClear = new LYFZ.ComponentLibrary.ButtonEx();
this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
this.cmbStatus = new LYFZ.ComponentLibrary.ComboBoxEx();
this.txtRemark = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtPrice = new LYFZ.ComponentLibrary.TextBoxEx();
this.txtName = new LYFZ.ComponentLibrary.TextBoxEx();
this.labelEx5 = 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.labelEx6);
this.panelEx1.Controls.Add(this.btnDelete);
this.panelEx1.Controls.Add(this.dgvData);
this.panelEx1.Controls.Add(this.cmbtreevClass);
this.panelEx1.Controls.Add(this.btnSet);
this.panelEx1.Controls.Add(this.btnClear);
this.panelEx1.Controls.Add(this.btnSave);
this.panelEx1.Controls.Add(this.cmbStatus);
this.panelEx1.Controls.Add(this.txtRemark);
this.panelEx1.Controls.Add(this.txtPrice);
this.panelEx1.Controls.Add(this.txtName);
this.panelEx1.Controls.Add(this.labelEx5);
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;
//
// labelEx6
//
this.labelEx6.AutoSize = true;
this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx6.Location = new System.Drawing.Point(18, 20);
this.labelEx6.Name = "labelEx6";
this.labelEx6.Size = new System.Drawing.Size(68, 17);
this.labelEx6.TabIndex = 10;
this.labelEx6.Text = "套系资料:";
//
// 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(525, 69);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(93, 28);
this.btnDelete.TabIndex = 7;
this.btnDelete.Text = " 删 除";
this.btnDelete.UseVisualStyleBackColor = false;
//
// dgvData
//
this.dgvData.AllowUserToAddRows = false;
this.dgvData.AllowUserToDeleteRows = false;
this.dgvData.AllowUserToResizeRows = false;
dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
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;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
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.Column5,
this.Column6,
this.Column7,
this.Column8});
this.dgvData.EnableHeadersVisualStyles = false;
this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvData.GridViewUniquelyIdentify = "_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData_dgvData";
this.dgvData.IsCompleteBonding = false;
this.dgvData.Location = new System.Drawing.Point(10, 150);
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 = 9;
//
// Column1
//
this.Column1.HeaderText = "套系类别编号";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Visible = false;
//
// Column2
//
this.Column2.HeaderText = "类别名称";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
//
// Column3
//
this.Column3.HeaderText = "套系编号";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Visible = false;
//
// Column4
//
this.Column4.HeaderText = "套系名称";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
//
// Column5
//
this.Column5.HeaderText = "套系价格";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// Column6
//
this.Column6.HeaderText = "状态";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// Column7
//
this.Column7.HeaderText = "套系说明";
this.Column7.Name = "Column7";
this.Column7.ReadOnly = true;
//
// Column8
//
this.Column8.HeaderText = "ID";
this.Column8.Name = "Column8";
this.Column8.ReadOnly = true;
this.Column8.Visible = false;
//
// cmbtreevClass
//
this.cmbtreevClass.AfterSelectLevelFirstNode = true;
this.cmbtreevClass.DropDownHeight = 220;
this.cmbtreevClass.DropDownShow = false;
this.cmbtreevClass.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.cmbtreevClass.FormattingEnabled = true;
this.cmbtreevClass.IntegralHeight = false;
this.cmbtreevClass.IsNodeMouseClick = true;
this.cmbtreevClass.IsSelectParentNode = true;
this.cmbtreevClass.Location = new System.Drawing.Point(102, 42);
this.cmbtreevClass.Name = "cmbtreevClass";
this.cmbtreevClass.ReadOnly = true;
this.cmbtreevClass.Size = new System.Drawing.Size(140, 24);
this.cmbtreevClass.StrKey = null;
this.cmbtreevClass.TabIndex = 0;
//
// btnSet
//
this.btnSet.BackColor = System.Drawing.Color.Transparent;
this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSet.ForeColor = System.Drawing.Color.White;
this.btnSet.IsCustomBackImg = false;
this.btnSet.IsShowText = true;
this.btnSet.Location = new System.Drawing.Point(250, 42);
this.btnSet.Name = "btnSet";
this.btnSet.Size = new System.Drawing.Size(47, 23);
this.btnSet.TabIndex = 1;
this.btnSet.Text = " 设置";
this.btnSet.UseVisualStyleBackColor = false;
//
// btnClear
//
this.btnClear.BackColor = System.Drawing.Color.Transparent;
this.btnClear.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClear.BackImg")));
this.btnClear.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnClear.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnClear.ForeColor = System.Drawing.Color.White;
this.btnClear.IsCustomBackImg = false;
this.btnClear.IsShowText = true;
this.btnClear.Location = new System.Drawing.Point(525, 104);
this.btnClear.Name = "btnClear";
this.btnClear.Size = new System.Drawing.Size(93, 28);
this.btnClear.TabIndex = 8;
this.btnClear.Text = " 清 空";
this.btnClear.UseVisualStyleBackColor = false;
//
// 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(525, 34);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(93, 28);
this.btnSave.TabIndex = 6;
this.btnSave.Text = " 保 存";
this.btnSave.UseVisualStyleBackColor = false;
//
// cmbStatus
//
this.cmbStatus.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.cmbStatus.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.cmbStatus.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cmbStatus.Font = new System.Drawing.Font("宋体", 10.5F);
this.cmbStatus.FormattingEnabled = true;
this.cmbStatus.IsCustomColor = false;
this.cmbStatus.Location = new System.Drawing.Point(398, 76);
this.cmbStatus.Name = "cmbStatus";
this.cmbStatus.ReadOnly = false;
this.cmbStatus.Size = new System.Drawing.Size(107, 22);
this.cmbStatus.TabIndex = 4;
//
// txtRemark
//
this.txtRemark.BackColor = System.Drawing.Color.Transparent;
this.txtRemark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtRemark.Icon = null;
this.txtRemark.IconIsButton = false;
this.txtRemark.IsPasswordChat = '\0';
this.txtRemark.IsSystemPasswordChar = false;
this.txtRemark.Lines = new string[0];
this.txtRemark.Location = new System.Drawing.Point(102, 109);
this.txtRemark.Margin = new System.Windows.Forms.Padding(0);
this.txtRemark.MaxLength = 32767;
this.txtRemark.MinimumSize = new System.Drawing.Size(0, 24);
this.txtRemark.MouseBack = null;
this.txtRemark.Multiline = false;
this.txtRemark.Name = "txtRemark";
this.txtRemark.NormlBack = null;
this.txtRemark.Padding = new System.Windows.Forms.Padding(5);
this.txtRemark.ReadOnly = false;
this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtRemark.Size = new System.Drawing.Size(403, 25);
this.txtRemark.TabIndex = 5;
this.txtRemark.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtRemark.WaterColor = System.Drawing.Color.DarkGray;
this.txtRemark.WaterText = "";
this.txtRemark.WordWrap = true;
//
// txtPrice
//
this.txtPrice.BackColor = System.Drawing.Color.Transparent;
this.txtPrice.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtPrice.Icon = null;
this.txtPrice.IconIsButton = false;
this.txtPrice.IsPasswordChat = '\0';
this.txtPrice.IsSystemPasswordChar = false;
this.txtPrice.Lines = new string[0];
this.txtPrice.Location = new System.Drawing.Point(398, 41);
this.txtPrice.Margin = new System.Windows.Forms.Padding(0);
this.txtPrice.MaxLength = 10;
this.txtPrice.MinimumSize = new System.Drawing.Size(0, 24);
this.txtPrice.MouseBack = null;
this.txtPrice.Multiline = false;
this.txtPrice.Name = "txtPrice";
this.txtPrice.NormlBack = null;
this.txtPrice.Padding = new System.Windows.Forms.Padding(5);
this.txtPrice.ReadOnly = false;
this.txtPrice.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtPrice.Size = new System.Drawing.Size(107, 25);
this.txtPrice.TabIndex = 3;
this.txtPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtPrice.WaterColor = System.Drawing.Color.DarkGray;
this.txtPrice.WaterText = "";
this.txtPrice.WordWrap = true;
//
// txtName
//
this.txtName.BackColor = System.Drawing.Color.Transparent;
this.txtName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.txtName.Icon = null;
this.txtName.IconIsButton = false;
this.txtName.IsPasswordChat = '\0';
this.txtName.IsSystemPasswordChar = false;
this.txtName.Lines = new string[0];
this.txtName.Location = new System.Drawing.Point(102, 75);
this.txtName.Margin = new System.Windows.Forms.Padding(0);
this.txtName.MaxLength = 32767;
this.txtName.MinimumSize = new System.Drawing.Size(0, 24);
this.txtName.MouseBack = null;
this.txtName.Multiline = false;
this.txtName.Name = "txtName";
this.txtName.NormlBack = null;
this.txtName.Padding = new System.Windows.Forms.Padding(5);
this.txtName.ReadOnly = false;
this.txtName.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.txtName.Size = new System.Drawing.Size(195, 25);
this.txtName.TabIndex = 2;
this.txtName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtName.WaterColor = System.Drawing.Color.DarkGray;
this.txtName.WaterText = "";
this.txtName.WordWrap = true;
//
// labelEx5
//
this.labelEx5.AutoSize = true;
this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx5.Location = new System.Drawing.Point(33, 113);
this.labelEx5.Name = "labelEx5";
this.labelEx5.Size = new System.Drawing.Size(68, 17);
this.labelEx5.TabIndex = 6;
this.labelEx5.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(329, 79);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(68, 17);
this.labelEx4.TabIndex = 5;
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(329, 45);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(68, 17);
this.labelEx3.TabIndex = 4;
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(33, 79);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(68, 17);
this.labelEx2.TabIndex = 3;
this.labelEx2.Text = "套系名称:";
//
// labelEx1
//
this.labelEx1.AutoSize = true;
this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx1.Location = new System.Drawing.Point(33, 45);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(68, 17);
this.labelEx1.TabIndex = 2;
this.labelEx1.Text = "套系类别:";
//
// DataSetServicePackageSetSmallForm
//
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 = "DataSetServicePackageSetSmallForm";
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 labelEx5;
private ComponentLibrary.LabelEx labelEx4;
private ComponentLibrary.LabelEx labelEx3;
private ComponentLibrary.LabelEx labelEx2;
private ComponentLibrary.LabelEx labelEx1;
protected ComponentLibrary.TextBoxEx txtRemark;
protected ComponentLibrary.TextBoxEx txtPrice;
protected ComponentLibrary.TextBoxEx txtName;
protected ComponentLibrary.ComboBoxEx cmbStatus;
private ComponentLibrary.ButtonEx btnSave;
private ComponentLibrary.ButtonEx btnClear;
private ComponentLibrary.ButtonForm btnSet;
protected ComponentLibrary.DataGridViewEx dgvData;
protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevClass;
private ComponentLibrary.ButtonEx btnDelete;
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 Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private ComponentLibrary.LabelEx labelEx6;
}
}