namespace LYFZ.Software.UI.InitialSet.PackagesGoods
{
partial class FrmTheScenery
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTheScenery));
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Tsc_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Tsc_SalesPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Tsc_CostPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Sc_ClassName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lst = new LYFZ.ComponentLibrary.ListBoxEx();
this.btnLeft = new LYFZ.ComponentLibrary.ButtonEx();
this.btnRight = new LYFZ.ComponentLibrary.ButtonEx();
this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
this.plExMainContainer.Size = new System.Drawing.Size(690, 545);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(690, 545);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(658, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(631, 0);
//
// panelEx1
//
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.dgv);
this.panelEx1.Controls.Add(this.lst);
this.panelEx1.Controls.Add(this.btnLeft);
this.panelEx1.Controls.Add(this.btnRight);
this.panelEx1.Controls.Add(this.btnSave);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(10, 10);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(670, 525);
this.panelEx1.TabIndex = 2;
//
// labelEx6
//
this.labelEx6.AutoSize = true;
this.labelEx6.BackColor = System.Drawing.Color.Transparent;
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)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
this.labelEx6.Location = new System.Drawing.Point(471, 10);
this.labelEx6.Name = "labelEx6";
this.labelEx6.Size = new System.Drawing.Size(68, 17);
this.labelEx6.TabIndex = 61;
this.labelEx6.Text = "选中的项目";
//
// dgv
//
this.dgv.AllowUserToAddRows = false;
this.dgv.AllowUserToDeleteRows = false;
this.dgv.AllowUserToResizeRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
this.dgv.BackgroundColor = System.Drawing.Color.White;
this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgv.ColumnHeadersHeight = 24;
this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ID,
this.Tsc_Name,
this.Tsc_SalesPrice,
this.Tsc_CostPrice,
this.Sc_ClassName});
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
this.dgv.EnableHeadersVisualStyles = false;
this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgv.GridViewUniquelyIdentify = "_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv_dgv";
this.dgv.IsCompleteBonding = false;
this.dgv.Location = new System.Drawing.Point(10, 10);
this.dgv.MultiSelect = false;
this.dgv.Name = "dgv";
this.dgv.ReadOnly = true;
this.dgv.RowHeadersVisible = false;
this.dgv.RowTemplate.Height = 23;
this.dgv.RowTemplate.ReadOnly = true;
this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgv.Size = new System.Drawing.Size(380, 505);
this.dgv.TabIndex = 60;
//
// ID
//
this.ID.DataPropertyName = "ID";
this.ID.HeaderText = "编号";
this.ID.Name = "ID";
this.ID.ReadOnly = true;
this.ID.Visible = false;
//
// Tsc_Name
//
this.Tsc_Name.DataPropertyName = "Tsc_Name";
this.Tsc_Name.HeaderText = "名称";
this.Tsc_Name.Name = "Tsc_Name";
this.Tsc_Name.ReadOnly = true;
//
// Tsc_SalesPrice
//
this.Tsc_SalesPrice.DataPropertyName = "Tsc_SalesPrice";
this.Tsc_SalesPrice.HeaderText = "拍摄价格";
this.Tsc_SalesPrice.Name = "Tsc_SalesPrice";
this.Tsc_SalesPrice.ReadOnly = true;
//
// Tsc_CostPrice
//
this.Tsc_CostPrice.DataPropertyName = "Tsc_CostPrice";
this.Tsc_CostPrice.HeaderText = "成本价";
this.Tsc_CostPrice.Name = "Tsc_CostPrice";
this.Tsc_CostPrice.ReadOnly = true;
//
// Sc_ClassName
//
this.Sc_ClassName.DataPropertyName = "Tsc_RatingName";
this.Sc_ClassName.HeaderText = "等级";
this.Sc_ClassName.Name = "Sc_ClassName";
this.Sc_ClassName.ReadOnly = true;
//
// lst
//
this.lst.Font = new System.Drawing.Font("宋体", 10F);
this.lst.FormattingEnabled = true;
this.lst.Location = new System.Drawing.Point(470, 30);
this.lst.Name = "lst";
this.lst.Size = new System.Drawing.Size(188, 485);
this.lst.TabIndex = 59;
//
// btnLeft
//
this.btnLeft.BackColor = System.Drawing.Color.Transparent;
this.btnLeft.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLeft.BackImg")));
this.btnLeft.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnLeft.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnLeft.ForeColor = System.Drawing.Color.White;
this.btnLeft.IsCustomBackImg = false;
this.btnLeft.IsShowText = true;
this.btnLeft.Location = new System.Drawing.Point(400, 223);
this.btnLeft.Name = "btnLeft";
this.btnLeft.Size = new System.Drawing.Size(60, 26);
this.btnLeft.TabIndex = 56;
this.btnLeft.Text = " 移除";
this.btnLeft.UseVisualStyleBackColor = false;
//
// btnRight
//
this.btnRight.BackColor = System.Drawing.Color.Transparent;
this.btnRight.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRight.BackImg")));
this.btnRight.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnRight.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnRight.ForeColor = System.Drawing.Color.White;
this.btnRight.IsCustomBackImg = false;
this.btnRight.IsShowText = true;
this.btnRight.Location = new System.Drawing.Point(400, 179);
this.btnRight.Name = "btnRight";
this.btnRight.Size = new System.Drawing.Size(60, 26);
this.btnRight.TabIndex = 58;
this.btnRight.Text = " 增加";
this.btnRight.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(400, 268);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(60, 26);
this.btnSave.TabIndex = 55;
this.btnSave.Text = " 确定";
this.btnSave.UseVisualStyleBackColor = false;
//
// FrmTheScenery
//
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(690, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.MaximizeBox = false;
this.Name = "FrmTheScenery";
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.dgv)).EndInit();
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.LabelEx labelEx6;
protected ComponentLibrary.DataGridViewEx dgv;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn Tsc_Name;
private System.Windows.Forms.DataGridViewTextBoxColumn Tsc_SalesPrice;
private System.Windows.Forms.DataGridViewTextBoxColumn Tsc_CostPrice;
private System.Windows.Forms.DataGridViewTextBoxColumn Sc_ClassName;
protected ComponentLibrary.ListBoxEx lst;
protected ComponentLibrary.ButtonEx btnLeft;
protected ComponentLibrary.ButtonEx btnRight;
protected ComponentLibrary.ButtonEx btnSave;
}
}