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

65 lines
2.4 KiB
C#

namespace TiJianJieGuo
{
partial class frm_img_show
{
/// <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(frm_img_show));
this.pic_cc = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pic_cc)).BeginInit();
this.SuspendLayout();
//
// pic_cc
//
this.pic_cc.Location = new System.Drawing.Point(12, 12);
this.pic_cc.Name = "pic_cc";
this.pic_cc.Size = new System.Drawing.Size(207, 198);
this.pic_cc.TabIndex = 0;
this.pic_cc.TabStop = false;
//
// frm_img_show
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 261);
this.Controls.Add(this.pic_cc);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frm_img_show";
this.Text = "彩超图片查看";
this.Load += new System.EventHandler(this.frm_img_show_Load);
((System.ComponentModel.ISupportInitialize)(this.pic_cc)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pic_cc;
}
}