namespace friction
{
partial class AlertPopup
{
///
/// 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(AlertPopup));
this.tbAlert = new System.Windows.Forms.RichTextBox();
this.chAgree = new System.Windows.Forms.CheckBox();
this.btnOK = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// tbAlert
//
this.tbAlert.Location = new System.Drawing.Point(12, 12);
this.tbAlert.Name = "tbAlert";
this.tbAlert.Size = new System.Drawing.Size(614, 464);
this.tbAlert.TabIndex = 0;
this.tbAlert.Text = resources.GetString("tbAlert.Text");
//
// chAgree
//
this.chAgree.AutoSize = true;
this.chAgree.Location = new System.Drawing.Point(12, 482);
this.chAgree.Name = "chAgree";
this.chAgree.Size = new System.Drawing.Size(543, 16);
this.chAgree.TabIndex = 1;
this.chAgree.Text = "상기 정보 보호 관련 경고 사항을 확인하며, 이를 위반 시 민∙형사상 책임을 감수함을 서약합니다 ";
this.chAgree.UseVisualStyleBackColor = true;
this.chAgree.CheckedChanged += new System.EventHandler(this.chAgree_CheckedChanged);
//
// btnOK
//
this.btnOK.Enabled = false;
this.btnOK.Location = new System.Drawing.Point(442, 515);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 2;
this.btnOK.Text = "확인";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(523, 515);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 3;
this.btnCancel.Text = "취소";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// AlertPopup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(638, 549);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.chAgree);
this.Controls.Add(this.tbAlert);
this.Name = "AlertPopup";
this.Text = "보안 경고";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.RichTextBox tbAlert;
private System.Windows.Forms.CheckBox chAgree;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnCancel;
}
}