namespace WMS.Frm.Base { partial class FrmGoods { /// /// 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() { this.pictureEdit = new DevExpress.XtraEditors.PictureEdit(); ((System.ComponentModel.ISupportInitialize)(this.pictureEdit.Properties)).BeginInit(); this.SuspendLayout(); // // pictureEdit // this.pictureEdit.EditValue = ""; this.pictureEdit.Location = new System.Drawing.Point(0, 0); this.pictureEdit.Name = "pictureEdit"; this.pictureEdit.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F); this.pictureEdit.Properties.Appearance.Options.UseFont = true; this.pictureEdit.Properties.NullText = " "; this.pictureEdit.Properties.ReadOnly = true; this.pictureEdit.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom; this.pictureEdit.Size = new System.Drawing.Size(284, 262); this.pictureEdit.TabIndex = 90; // // Goods // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 262); this.Controls.Add(this.pictureEdit); this.Name = "Goods"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Goods"; this.TopMost = true; ((System.ComponentModel.ISupportInitialize)(this.pictureEdit.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.PictureEdit pictureEdit; } }