81 lines
3.2 KiB
C#
81 lines
3.2 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmForeignersResponse
|
|
{
|
|
/// <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.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;
|
|
}
|
|
} |