namespace LYFZ.Software.UI.MembershipManage.SetSmallForm
{
partial class DataSetServiceToolboxSetSmallForm
{
///
/// 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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataSetServiceToolboxSetSmallForm));
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.lstData = new LYFZ.ComponentLibrary.ListBoxEx();
this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
this.btnSave = 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.btnAdd = new LYFZ.ComponentLibrary.ButtonForm();
this.btnRemoved = new LYFZ.ComponentLibrary.ButtonForm();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
this.panelEx3.SuspendLayout();
this.panelEx2.SuspendLayout();
this.panelEx4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.btnRemoved);
this.plExMainContainer.Controls.Add(this.btnAdd);
this.plExMainContainer.Controls.Add(this.dgvData);
this.plExMainContainer.Controls.Add(this.panelEx4);
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Controls.Add(this.panelEx3);
this.plExMainContainer.Controls.Add(this.panelEx2);
this.plExMainContainer.Controls.Add(this.lstData);
this.plExMainContainer.Size = new System.Drawing.Size(710, 545);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(710, 545);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(651, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(678, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.White;
this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.labelEx2);
this.panelEx1.Location = new System.Drawing.Point(501, 45);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(200, 24);
this.panelEx1.TabIndex = 28;
//
// labelEx2
//
this.labelEx2.AutoSize = true;
this.labelEx2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((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(16, 5);
this.labelEx2.Name = "labelEx2";
this.labelEx2.Size = new System.Drawing.Size(53, 12);
this.labelEx2.TabIndex = 1;
this.labelEx2.Text = "商品名称";
//
// panelEx3
//
this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx3.BorderWidth = 1;
this.panelEx3.Controls.Add(this.labelEx4);
this.panelEx3.Location = new System.Drawing.Point(502, 10);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(198, 59);
this.panelEx3.TabIndex = 27;
//
// labelEx4
//
this.labelEx4.AutoSize = true;
this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx4.Location = new System.Drawing.Point(5, 8);
this.labelEx4.Name = "labelEx4";
this.labelEx4.Size = new System.Drawing.Size(79, 19);
this.labelEx4.TabIndex = 1;
this.labelEx4.Text = "选中的商品";
//
// panelEx2
//
this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx2.BorderWidth = 1;
this.panelEx2.Controls.Add(this.labelEx3);
this.panelEx2.Location = new System.Drawing.Point(10, 10);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(435, 35);
this.panelEx2.TabIndex = 26;
//
// labelEx3
//
this.labelEx3.AutoSize = true;
this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.labelEx3.Location = new System.Drawing.Point(11, 8);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(93, 19);
this.labelEx3.TabIndex = 0;
this.labelEx3.Text = "可选择的商品";
//
// lstData
//
this.lstData.FormattingEnabled = true;
this.lstData.ItemHeight = 12;
this.lstData.Location = new System.Drawing.Point(502, 69);
this.lstData.Name = "lstData";
this.lstData.Size = new System.Drawing.Size(198, 424);
this.lstData.TabIndex = 25;
//
// panelEx4
//
this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx4.BorderWidth = 1;
this.panelEx4.Controls.Add(this.btnCancel);
this.panelEx4.Controls.Add(this.btnSave);
this.panelEx4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelEx4.Location = new System.Drawing.Point(0, 502);
this.panelEx4.Name = "panelEx4";
this.panelEx4.Size = new System.Drawing.Size(710, 43);
this.panelEx4.TabIndex = 29;
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.IsCustomBackImg = false;
this.btnCancel.IsShowText = true;
this.btnCancel.Location = new System.Drawing.Point(398, 8);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(121, 28);
this.btnCancel.TabIndex = 1;
this.btnCancel.Text = " 取 消";
this.btnCancel.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(195, 8);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(121, 28);
this.btnSave.TabIndex = 0;
this.btnSave.Text = " 确 定";
this.btnSave.UseVisualStyleBackColor = false;
//
// dgvData
//
this.dgvData.AllowUserToAddRows = false;
this.dgvData.AllowUserToDeleteRows = false;
this.dgvData.AllowUserToResizeRows = false;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
this.dgvData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
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;
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
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.dgvData.EnableHeadersVisualStyles = false;
this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvData.GridViewUniquelyIdentify = "_dgvData_dgvData_dgvData";
this.dgvData.IsCompleteBonding = false;
this.dgvData.IsCopyCellValue = true;
this.dgvData.Location = new System.Drawing.Point(10, 45);
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(435, 448);
this.dgvData.TabIndex = 30;
//
// Column1
//
this.Column1.HeaderText = "服务编号";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Visible = false;
//
// Column2
//
this.Column2.FillWeight = 81.21827F;
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
//
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.Column4.DefaultCellStyle = dataGridViewCellStyle7;
this.Column4.FillWeight = 86.11386F;
this.Column4.HeaderText = "成本单价";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Visible = false;
//
// Column5
//
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
this.Column5.DefaultCellStyle = dataGridViewCellStyle8;
this.Column5.FillWeight = 72.8788F;
this.Column5.HeaderText = "销售单价";
this.Column5.Name = "Column5";
this.Column5.ReadOnly = true;
//
// Column6
//
this.Column6.FillWeight = 159.789F;
this.Column6.HeaderText = "服务说明";
this.Column6.Name = "Column6";
this.Column6.ReadOnly = true;
//
// btnAdd
//
this.btnAdd.BackColor = System.Drawing.Color.Transparent;
this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnAdd.ForeColor = System.Drawing.Color.White;
this.btnAdd.IsCustomBackImg = false;
this.btnAdd.IsShowText = true;
this.btnAdd.Location = new System.Drawing.Point(451, 150);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(45, 22);
this.btnAdd.TabIndex = 31;
this.btnAdd.Text = " 添加";
this.btnAdd.UseVisualStyleBackColor = false;
//
// btnRemoved
//
this.btnRemoved.BackColor = System.Drawing.Color.Transparent;
this.btnRemoved.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRemoved.BackImg")));
this.btnRemoved.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnRemoved.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnRemoved.ForeColor = System.Drawing.Color.White;
this.btnRemoved.IsCustomBackImg = false;
this.btnRemoved.IsShowText = true;
this.btnRemoved.Location = new System.Drawing.Point(451, 204);
this.btnRemoved.Name = "btnRemoved";
this.btnRemoved.Size = new System.Drawing.Size(45, 22);
this.btnRemoved.TabIndex = 32;
this.btnRemoved.Text = " 移除";
this.btnRemoved.UseVisualStyleBackColor = false;
//
// DataSetServiceToolboxSetSmallForm
//
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(710, 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 = "DataSetServiceToolboxSetSmallForm";
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();
this.panelEx3.ResumeLayout(false);
this.panelEx3.PerformLayout();
this.panelEx2.ResumeLayout(false);
this.panelEx2.PerformLayout();
this.panelEx4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.LabelEx labelEx2;
private ComponentLibrary.PanelEx panelEx3;
private ComponentLibrary.LabelEx labelEx4;
private ComponentLibrary.PanelEx panelEx2;
private ComponentLibrary.LabelEx labelEx3;
protected ComponentLibrary.ListBoxEx lstData;
private ComponentLibrary.PanelEx panelEx4;
private ComponentLibrary.ButtonEx btnSave;
private ComponentLibrary.ButtonEx btnCancel;
private ComponentLibrary.ButtonForm btnRemoved;
private ComponentLibrary.ButtonForm btnAdd;
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 Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
}
}