北京安通林JIS系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1.9 KiB

namespace Stone.WinModule.BasicData
{
partial class frmLocation
{
/// <summary>
/// ������������������
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// ������������ʹ�õ���Դ��
/// </summary>
/// <param name="disposing">����Ӧ�ͷ��й���Դ��Ϊ true������Ϊ false��</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows �������������ɵĴ���
/// <summary>
/// ������֧�������ķ��� - ��Ҫ
/// ʹ�ô����༭���޸Ĵ˷��������ݡ�
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLocation));
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.SuspendLayout();
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "print.ico");
//
// frmLocation
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(738, 530);
this.Name = "frmLocation";
this.Load += new System.EventHandler(this.frmLocation_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ImageList imageList1;
}
}