Files
CyworldDownloader/Form1.Designer.cs
2014-10-16 09:18:12 +00:00

115 lines
4.3 KiB
C#

namespace CyworldDownloader
{
partial class Form1
{
/// <summary>
/// 필수 디자이너 변수입니다.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 사용 중인 모든 리소스를 정리합니다.
/// </summary>
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
protected override void Dispose(bool disposing)
{
if(disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form
/// <summary>
/// 디자이너 지원에 필요한 메서드입니다.
/// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
/// </summary>
private void InitializeComponent()
{
this.wbLogin = new System.Windows.Forms.WebBrowser();
this.wbContent = new System.Windows.Forms.WebBrowser();
this.btDebug = new System.Windows.Forms.Button();
this.wbPhoto = new System.Windows.Forms.WebBrowser();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// wbLogin
//
this.wbLogin.Location = new System.Drawing.Point(468, 12);
this.wbLogin.MinimumSize = new System.Drawing.Size(20, 20);
this.wbLogin.Name = "wbLogin";
this.wbLogin.Size = new System.Drawing.Size(281, 132);
this.wbLogin.TabIndex = 0;
this.wbLogin.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.wbLogin_DocumentCompleted);
//
// wbContent
//
this.wbContent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.wbContent.Location = new System.Drawing.Point(12, 12);
this.wbContent.MinimumSize = new System.Drawing.Size(20, 20);
this.wbContent.Name = "wbContent";
this.wbContent.Size = new System.Drawing.Size(450, 519);
this.wbContent.TabIndex = 1;
this.wbContent.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.wbContent_DocumentCompleted);
//
// btDebug
//
this.btDebug.Location = new System.Drawing.Point(610, 184);
this.btDebug.Name = "btDebug";
this.btDebug.Size = new System.Drawing.Size(75, 23);
this.btDebug.TabIndex = 2;
this.btDebug.Text = "break";
this.btDebug.UseVisualStyleBackColor = true;
this.btDebug.Click += new System.EventHandler(this.btDebug_Click);
//
// wbPhoto
//
this.wbPhoto.Location = new System.Drawing.Point(468, 337);
this.wbPhoto.MinimumSize = new System.Drawing.Size(20, 20);
this.wbPhoto.Name = "wbPhoto";
this.wbPhoto.Size = new System.Drawing.Size(279, 194);
this.wbPhoto.TabIndex = 3;
this.wbPhoto.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.wbPhoto_DocumentCompleted);
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(468, 240);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(279, 75);
this.pictureBox1.TabIndex = 4;
this.pictureBox1.TabStop = false;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(759, 543);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.wbPhoto);
this.Controls.Add(this.btDebug);
this.Controls.Add(this.wbContent);
this.Controls.Add(this.wbLogin);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.WebBrowser wbLogin;
private System.Windows.Forms.WebBrowser wbContent;
private System.Windows.Forms.Button btDebug;
private System.Windows.Forms.WebBrowser wbPhoto;
private System.Windows.Forms.PictureBox pictureBox1;
}
}