namespace LYFZ.Software.UI.InitialSet.Product
{
partial class FrmSelectProductPic
{
///
/// 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(FrmSelectProductPic));
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.btn_org = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
this.btn_early = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.btn_refine = new LYFZ.ComponentLibrary.ButtonEx();
this.lab_ProName = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
this.btn_Design = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
this.btn_DownPage = new LYFZ.ComponentLibrary.ButtonEx();
this.lab_TotalNum = new LYFZ.ComponentLibrary.LabelEx();
this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
this.lab_StartNum = new LYFZ.ComponentLibrary.LabelEx();
this.btn_UpPage = new LYFZ.ComponentLibrary.ButtonEx();
this.chk_ShowDesignPic = new LYFZ.ComponentLibrary.CheckBoxEx();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx1)).BeginInit();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
this.panelEx4.SuspendLayout();
this.SuspendLayout();
//
// pictureBoxEx1
//
this.pictureBoxEx1.Location = new System.Drawing.Point(1, 51);
this.pictureBoxEx1.Size = new System.Drawing.Size(798, 488);
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.panelEx4);
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Size = new System.Drawing.Size(800, 590);
this.plExMainContainer.Controls.SetChildIndex(this.panelEx1, 0);
this.plExMainContainer.Controls.SetChildIndex(this.panelEx4, 0);
this.plExMainContainer.Controls.SetChildIndex(this.pictureBoxEx1, 0);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(800, 590);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(741, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(768, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(714, 0);
//
// panelEx1
//
this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx1.BorderWidth = 1;
this.panelEx1.Controls.Add(this.chk_ShowDesignPic);
this.panelEx1.Controls.Add(this.btn_org);
this.panelEx1.Controls.Add(this.panelEx3);
this.panelEx1.Controls.Add(this.btn_early);
this.panelEx1.Controls.Add(this.panelEx2);
this.panelEx1.Controls.Add(this.btn_refine);
this.panelEx1.Controls.Add(this.lab_ProName);
this.panelEx1.Controls.Add(this.labelEx1);
this.panelEx1.Controls.Add(this.panelEx5);
this.panelEx1.Controls.Add(this.btn_Design);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx1.Location = new System.Drawing.Point(1, 1);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Padding = new System.Windows.Forms.Padding(10);
this.panelEx1.Size = new System.Drawing.Size(798, 50);
this.panelEx1.TabIndex = 2;
//
// btn_org
//
this.btn_org.BackColor = System.Drawing.Color.Transparent;
this.btn_org.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_org.BackImg")));
this.btn_org.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_org.Dock = System.Windows.Forms.DockStyle.Right;
this.btn_org.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_org.ForeColor = System.Drawing.Color.White;
this.btn_org.IsCustomBackImg = false;
this.btn_org.IsShowText = true;
this.btn_org.Location = new System.Drawing.Point(418, 10);
this.btn_org.Name = "btn_org";
this.btn_org.Size = new System.Drawing.Size(85, 30);
this.btn_org.TabIndex = 5;
this.btn_org.Text = "原片";
this.btn_org.UseVisualStyleBackColor = false;
//
// panelEx3
//
this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx3.BorderWidth = 1;
this.panelEx3.Dock = System.Windows.Forms.DockStyle.Right;
this.panelEx3.Location = new System.Drawing.Point(503, 10);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(10, 30);
this.panelEx3.TabIndex = 4;
//
// btn_early
//
this.btn_early.BackColor = System.Drawing.Color.Transparent;
this.btn_early.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_early.BackImg")));
this.btn_early.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_early.Dock = System.Windows.Forms.DockStyle.Right;
this.btn_early.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_early.ForeColor = System.Drawing.Color.White;
this.btn_early.IsCustomBackImg = false;
this.btn_early.IsShowText = true;
this.btn_early.Location = new System.Drawing.Point(513, 10);
this.btn_early.Name = "btn_early";
this.btn_early.Size = new System.Drawing.Size(85, 30);
this.btn_early.TabIndex = 3;
this.btn_early.Text = "初修";
this.btn_early.UseVisualStyleBackColor = false;
//
// panelEx2
//
this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx2.BorderWidth = 1;
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Right;
this.panelEx2.Location = new System.Drawing.Point(598, 10);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(10, 30);
this.panelEx2.TabIndex = 2;
//
// btn_refine
//
this.btn_refine.BackColor = System.Drawing.Color.Transparent;
this.btn_refine.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_refine.BackImg")));
this.btn_refine.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_refine.Dock = System.Windows.Forms.DockStyle.Right;
this.btn_refine.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_refine.ForeColor = System.Drawing.Color.White;
this.btn_refine.IsCustomBackImg = false;
this.btn_refine.IsShowText = true;
this.btn_refine.Location = new System.Drawing.Point(608, 10);
this.btn_refine.Name = "btn_refine";
this.btn_refine.Size = new System.Drawing.Size(85, 30);
this.btn_refine.TabIndex = 1;
this.btn_refine.Text = "精修";
this.btn_refine.UseVisualStyleBackColor = false;
//
// lab_ProName
//
this.lab_ProName.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.lab_ProName.AutoSize = true;
this.lab_ProName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lab_ProName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lab_ProName.Location = new System.Drawing.Point(87, 17);
this.lab_ProName.Name = "lab_ProName";
this.lab_ProName.Size = new System.Drawing.Size(0, 17);
this.lab_ProName.TabIndex = 0;
//
// labelEx1
//
this.labelEx1.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.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(13, 17);
this.labelEx1.Name = "labelEx1";
this.labelEx1.Size = new System.Drawing.Size(68, 17);
this.labelEx1.TabIndex = 0;
this.labelEx1.Text = "产品名称:";
//
// panelEx5
//
this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx5.BorderWidth = 1;
this.panelEx5.Dock = System.Windows.Forms.DockStyle.Right;
this.panelEx5.Location = new System.Drawing.Point(693, 10);
this.panelEx5.Name = "panelEx5";
this.panelEx5.Size = new System.Drawing.Size(10, 30);
this.panelEx5.TabIndex = 7;
//
// btn_Design
//
this.btn_Design.BackColor = System.Drawing.Color.Transparent;
this.btn_Design.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Design.BackImg")));
this.btn_Design.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_Design.Dock = System.Windows.Forms.DockStyle.Right;
this.btn_Design.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_Design.ForeColor = System.Drawing.Color.White;
this.btn_Design.IsCustomBackImg = false;
this.btn_Design.IsShowText = true;
this.btn_Design.Location = new System.Drawing.Point(703, 10);
this.btn_Design.Name = "btn_Design";
this.btn_Design.Size = new System.Drawing.Size(85, 30);
this.btn_Design.TabIndex = 6;
this.btn_Design.Text = "设计";
this.btn_Design.UseVisualStyleBackColor = false;
//
// panelEx4
//
this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx4.BorderWidth = 1;
this.panelEx4.Controls.Add(this.btn_DownPage);
this.panelEx4.Controls.Add(this.lab_TotalNum);
this.panelEx4.Controls.Add(this.labelEx3);
this.panelEx4.Controls.Add(this.lab_StartNum);
this.panelEx4.Controls.Add(this.btn_UpPage);
this.panelEx4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelEx4.Location = new System.Drawing.Point(1, 539);
this.panelEx4.Name = "panelEx4";
this.panelEx4.Padding = new System.Windows.Forms.Padding(10);
this.panelEx4.Size = new System.Drawing.Size(798, 50);
this.panelEx4.TabIndex = 3;
//
// btn_DownPage
//
this.btn_DownPage.BackColor = System.Drawing.Color.Transparent;
this.btn_DownPage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_DownPage.BackImg")));
this.btn_DownPage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_DownPage.Dock = System.Windows.Forms.DockStyle.Left;
this.btn_DownPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_DownPage.ForeColor = System.Drawing.Color.White;
this.btn_DownPage.IsCustomBackImg = false;
this.btn_DownPage.IsShowText = true;
this.btn_DownPage.Location = new System.Drawing.Point(185, 10);
this.btn_DownPage.Name = "btn_DownPage";
this.btn_DownPage.Size = new System.Drawing.Size(85, 30);
this.btn_DownPage.TabIndex = 2;
this.btn_DownPage.Text = "下一张";
this.btn_DownPage.UseVisualStyleBackColor = false;
//
// lab_TotalNum
//
this.lab_TotalNum.Dock = System.Windows.Forms.DockStyle.Left;
this.lab_TotalNum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lab_TotalNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lab_TotalNum.Location = new System.Drawing.Point(146, 10);
this.lab_TotalNum.Name = "lab_TotalNum";
this.lab_TotalNum.Size = new System.Drawing.Size(39, 30);
this.lab_TotalNum.TabIndex = 1;
this.lab_TotalNum.Text = "0";
this.lab_TotalNum.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelEx3
//
this.labelEx3.Dock = System.Windows.Forms.DockStyle.Left;
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(134, 10);
this.labelEx3.Name = "labelEx3";
this.labelEx3.Size = new System.Drawing.Size(12, 30);
this.labelEx3.TabIndex = 1;
this.labelEx3.Text = "/";
this.labelEx3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lab_StartNum
//
this.lab_StartNum.Dock = System.Windows.Forms.DockStyle.Left;
this.lab_StartNum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lab_StartNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lab_StartNum.Location = new System.Drawing.Point(95, 10);
this.lab_StartNum.Name = "lab_StartNum";
this.lab_StartNum.Size = new System.Drawing.Size(39, 30);
this.lab_StartNum.TabIndex = 1;
this.lab_StartNum.Text = "0";
this.lab_StartNum.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// btn_UpPage
//
this.btn_UpPage.BackColor = System.Drawing.Color.Transparent;
this.btn_UpPage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_UpPage.BackImg")));
this.btn_UpPage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btn_UpPage.Dock = System.Windows.Forms.DockStyle.Left;
this.btn_UpPage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btn_UpPage.ForeColor = System.Drawing.Color.White;
this.btn_UpPage.IsCustomBackImg = false;
this.btn_UpPage.IsShowText = true;
this.btn_UpPage.Location = new System.Drawing.Point(10, 10);
this.btn_UpPage.Name = "btn_UpPage";
this.btn_UpPage.Size = new System.Drawing.Size(85, 30);
this.btn_UpPage.TabIndex = 0;
this.btn_UpPage.Text = "上一张";
this.btn_UpPage.UseVisualStyleBackColor = false;
//
// chk_ShowDesignPic
//
this.chk_ShowDesignPic.AutoSize = true;
this.chk_ShowDesignPic.BackColor = System.Drawing.Color.Transparent;
this.chk_ShowDesignPic.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.chk_ShowDesignPic.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.chk_ShowDesignPic.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.chk_ShowDesignPic.Fourstates = false;
this.chk_ShowDesignPic.IsGreenTick = false;
this.chk_ShowDesignPic.Location = new System.Drawing.Point(265, 15);
this.chk_ShowDesignPic.Name = "chk_ShowDesignPic";
this.chk_ShowDesignPic.Size = new System.Drawing.Size(147, 21);
this.chk_ShowDesignPic.TabIndex = 8;
this.chk_ShowDesignPic.Text = "按产品名查看设计图片";
this.chk_ShowDesignPic.UseVisualStyleBackColor = false;
//
// FrmSelectProductPic
//
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(800, 655);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.Name = "FrmSelectProductPic";
this.Text = "选片照片浏览";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
this.Controls.SetChildIndex(this.btnAppFormExit, 0);
this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
this.Controls.SetChildIndex(this.plFormMainContent, 0);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxEx1)).EndInit();
this.plExMainContainer.ResumeLayout(false);
this.plFormMainContent.ResumeLayout(false);
this.panelEx1.ResumeLayout(false);
this.panelEx1.PerformLayout();
this.panelEx4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.LabelEx labelEx1;
protected ComponentLibrary.ButtonEx btn_refine;
protected ComponentLibrary.ButtonEx btn_org;
private ComponentLibrary.PanelEx panelEx3;
protected ComponentLibrary.ButtonEx btn_early;
private ComponentLibrary.PanelEx panelEx2;
private ComponentLibrary.PanelEx panelEx4;
private ComponentLibrary.LabelEx labelEx3;
protected ComponentLibrary.LabelEx lab_ProName;
protected ComponentLibrary.ButtonEx btn_DownPage;
protected ComponentLibrary.LabelEx lab_TotalNum;
protected ComponentLibrary.LabelEx lab_StartNum;
protected ComponentLibrary.ButtonEx btn_UpPage;
private ComponentLibrary.PanelEx panelEx5;
protected ComponentLibrary.ButtonEx btn_Design;
protected ComponentLibrary.CheckBoxEx chk_ShowDesignPic;
}
}