123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- namespace LYFZ.Software.UI.InventoryManagement.PurchasingManagement
- {
- partial class FrmSelectManufacturer
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|