namespace Cosmos.Win
{
partial class frmForeignersResponse
{
///
/// 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()
{
this.picBack = new System.Windows.Forms.PictureBox();
this.picInfo = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picInfo)).BeginInit();
this.SuspendLayout();
//
// picBack
//
this.picBack.ErrorImage = null;
this.picBack.InitialImage = null;
this.picBack.Location = new System.Drawing.Point(0, 0);
this.picBack.Name = "picBack";
this.picBack.Size = new System.Drawing.Size(800, 600);
this.picBack.TabIndex = 230;
this.picBack.TabStop = false;
//
// picInfo
//
this.picInfo.Location = new System.Drawing.Point(0, 0);
this.picInfo.Name = "picInfo";
this.picInfo.Size = new System.Drawing.Size(800, 600);
this.picInfo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.picInfo.TabIndex = 406;
this.picInfo.TabStop = false;
this.picInfo.Click += new System.EventHandler(this.picInfo_Click);
//
// frmForeignersResponse
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(800, 600);
this.Controls.Add(this.picInfo);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmForeignersResponse";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "frmForeignersResponse";
this.Load += new System.EventHandler(this.frmForeignersResponse_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picInfo)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox picBack;
private System.Windows.Forms.PictureBox picInfo;
}
}