namespace Dongke.IBOSS.PRD.Client.CommonModule.FormCommon
{
partial class F_CMN_0102
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_CMN_0102));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.picImage = new System.Windows.Forms.PictureBox();
this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picImage)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(0, 0);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// picImage
//
this.picImage.Dock = System.Windows.Forms.DockStyle.Fill;
this.picImage.Location = new System.Drawing.Point(0, 0);
this.picImage.Margin = new System.Windows.Forms.Padding(0);
this.picImage.Name = "picImage";
this.picImage.Size = new System.Drawing.Size(284, 262);
this.picImage.TabIndex = 1;
this.picImage.TabStop = false;
this.picImage.SizeChanged += new System.EventHandler(this.picImage_SizeChanged);
//
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.Location = new System.Drawing.Point(104, 71);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(0, 0);
this.btnClose.TabIndex = 2;
this.btnClose.TabStop = false;
this.btnClose.UseVisualStyleBackColor = false;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// F_CMN_0102
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(284, 262);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.picImage);
this.Controls.Add(this.pictureBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "F_CMN_0102";
this.Text = "显示图片";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picImage)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox picImage;
private Basics.BaseControls.C_Button btnClose;
}
}