69 lines
2.6 KiB
C#
69 lines
2.6 KiB
C#
namespace WMS.Frm.Base
|
|
{
|
|
partial class FrmGoods
|
|
{
|
|
/// <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()
|
|
{
|
|
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;
|
|
|
|
}
|
|
} |