namespace LYFZ.Software.UI.InventoryManagement.PurchasingManagement
{
partial class FrmSelectManufacturer
{
///
/// 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(FrmSelectManufacturer));
this.cmbFactory = new LYFZ.ComponentLibrary.ComboBoxEx();
this.lblFactory = new LYFZ.ComponentLibrary.LabelEx();
this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.Controls.Add(this.cmbFactory);
this.plExMainContainer.Controls.Add(this.lblFactory);
this.plExMainContainer.Controls.Add(this.btnSave);
this.plExMainContainer.Size = new System.Drawing.Size(334, 149);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(334, 149);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(302, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
//
// cmbFactory
//
this.cmbFactory.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
this.cmbFactory.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
this.cmbFactory.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
this.cmbFactory.Font = new System.Drawing.Font("宋体", 10.5F);
this.cmbFactory.FormattingEnabled = true;
this.cmbFactory.IsCustomColor = false;
this.cmbFactory.Location = new System.Drawing.Point(121, 37);
this.cmbFactory.Name = "cmbFactory";
this.cmbFactory.ReadOnly = true;
this.cmbFactory.Size = new System.Drawing.Size(157, 22);
this.cmbFactory.TabIndex = 222;
//
// lblFactory
//
this.lblFactory.AutoSize = true;
this.lblFactory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
this.lblFactory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.lblFactory.Location = new System.Drawing.Point(32, 39);
this.lblFactory.Name = "lblFactory";
this.lblFactory.Size = new System.Drawing.Size(92, 17);
this.lblFactory.TabIndex = 221;
this.lblFactory.Text = "选择商品厂商:";
//
// 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(121, 86);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(95, 25);
this.btnSave.TabIndex = 220;
this.btnSave.Text = "确定";
this.btnSave.UseVisualStyleBackColor = false;
//
// FrmSelectManufacturer
//
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(334, 214);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.MinimizeBox = false;
this.Name = "FrmSelectManufacturer";
this.Text = "选择商品厂商";
this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
this.plExMainContainer.ResumeLayout(false);
this.plExMainContainer.PerformLayout();
this.plFormMainContent.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
protected ComponentLibrary.ComboBoxEx cmbFactory;
protected ComponentLibrary.LabelEx lblFactory;
protected ComponentLibrary.ButtonEx btnSave;
}
}