tijian_jichuang/Code/TiJianJieGuo/frmPicZp.Designer.cs
2025-02-20 11:54:48 +08:00

62 lines
2.1 KiB
C#

namespace TiJianJieGuo
{
partial class frmPicZp
{
/// <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.pic_zp = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pic_zp)).BeginInit();
this.SuspendLayout();
//
// pic_zp
//
this.pic_zp.Location = new System.Drawing.Point(12, 12);
this.pic_zp.Name = "pic_zp";
this.pic_zp.Size = new System.Drawing.Size(317, 342);
this.pic_zp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pic_zp.TabIndex = 12;
this.pic_zp.TabStop = false;
//
// frmPicZp
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(341, 366);
this.Controls.Add(this.pic_zp);
this.Name = "frmPicZp";
this.Text = "照片";
this.Load += new System.EventHandler(this.frmPicZp_Load);
((System.ComponentModel.ISupportInitialize)(this.pic_zp)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pic_zp;
}
}