Client/Desktop/KMBIM3.0/23.10.16/License_/FormAuth.Designer.cs

337 lines
17 KiB
C#

namespace KMBIM.Revit.Tools.License
{
partial class FormAuth
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAuth));
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textBox_UserName = new System.Windows.Forms.TextBox();
this.textBox_Email = new System.Windows.Forms.TextBox();
this.textBox_TEL = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox_Business = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.btnRequestAC = new System.Windows.Forms.Button();
this.buttonRemoveAC = new System.Windows.Forms.Button();
this.textBoxCDKey = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.labelDaysLeft = new System.Windows.Forms.Label();
this.buttonTestRequestCDKey = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label6 = new System.Windows.Forms.Label();
this.buttonRegisterAC = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.textBoxReqCode = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Controls.Add(this.textBox_UserName);
this.groupBox2.Controls.Add(this.textBox_Email);
this.groupBox2.Controls.Add(this.textBox_TEL);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.textBox_Business);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.groupBox2.Location = new System.Drawing.Point(12, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(277, 164);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "사용자 정보";
//
// textBox_UserName
//
this.textBox_UserName.Location = new System.Drawing.Point(93, 61);
this.textBox_UserName.Name = "textBox_UserName";
this.textBox_UserName.Size = new System.Drawing.Size(178, 25);
this.textBox_UserName.TabIndex = 1;
//
// textBox_Email
//
this.textBox_Email.Location = new System.Drawing.Point(93, 123);
this.textBox_Email.Name = "textBox_Email";
this.textBox_Email.Size = new System.Drawing.Size(178, 25);
this.textBox_Email.TabIndex = 3;
//
// textBox_TEL
//
this.textBox_TEL.Location = new System.Drawing.Point(93, 92);
this.textBox_TEL.Name = "textBox_TEL";
this.textBox_TEL.Size = new System.Drawing.Size(178, 25);
this.textBox_TEL.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 126);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(75, 17);
this.label2.TabIndex = 0;
this.label2.Text = "※ 전자메일";
//
// textBox_Business
//
this.textBox_Business.Location = new System.Drawing.Point(93, 31);
this.textBox_Business.Name = "textBox_Business";
this.textBox_Business.Size = new System.Drawing.Size(178, 25);
this.textBox_Business.TabIndex = 0;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(9, 64);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(72, 17);
this.label9.TabIndex = 0;
this.label9.Text = "※ 담 당 자";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(9, 95);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(75, 17);
this.label5.TabIndex = 0;
this.label5.Text = "※ 전화번호";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(9, 34);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(72, 17);
this.label4.TabIndex = 0;
this.label4.Text = "※ 회 사 명";
//
// btnRequestAC
//
this.btnRequestAC.Location = new System.Drawing.Point(12, 75);
this.btnRequestAC.Name = "btnRequestAC";
this.btnRequestAC.Size = new System.Drawing.Size(259, 25);
this.btnRequestAC.TabIndex = 5;
this.btnRequestAC.Text = "인증키(평가판) 신청";
this.btnRequestAC.UseVisualStyleBackColor = true;
this.btnRequestAC.Click += new System.EventHandler(this.btnAuthorization_Click);
//
// buttonRemoveAC
//
this.buttonRemoveAC.Enabled = false;
this.buttonRemoveAC.Location = new System.Drawing.Point(6, 95);
this.buttonRemoveAC.Name = "buttonRemoveAC";
this.buttonRemoveAC.Size = new System.Drawing.Size(286, 25);
this.buttonRemoveAC.TabIndex = 5;
this.buttonRemoveAC.Text = "제거";
this.buttonRemoveAC.UseVisualStyleBackColor = true;
this.buttonRemoveAC.Click += new System.EventHandler(this.btnRemoveAC_Click);
//
// textBoxCDKey
//
this.textBoxCDKey.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.textBoxCDKey.Location = new System.Drawing.Point(6, 31);
this.textBoxCDKey.Name = "textBoxCDKey";
this.textBoxCDKey.Size = new System.Drawing.Size(286, 25);
this.textBoxCDKey.TabIndex = 0;
this.textBoxCDKey.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.labelDaysLeft);
this.groupBox1.Controls.Add(this.buttonTestRequestCDKey);
this.groupBox1.Controls.Add(this.pictureBox1);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.textBoxCDKey);
this.groupBox1.Controls.Add(this.buttonRemoveAC);
this.groupBox1.Controls.Add(this.buttonRegisterAC);
this.groupBox1.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.groupBox1.Location = new System.Drawing.Point(302, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(298, 291);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "인증키 등록/제거";
//
// labelDaysLeft
//
this.labelDaysLeft.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.labelDaysLeft.Location = new System.Drawing.Point(6, 154);
this.labelDaysLeft.Name = "labelDaysLeft";
this.labelDaysLeft.Size = new System.Drawing.Size(286, 44);
this.labelDaysLeft.TabIndex = 27;
this.labelDaysLeft.Text = "label1";
this.labelDaysLeft.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// buttonTestRequestCDKey
//
this.buttonTestRequestCDKey.Location = new System.Drawing.Point(6, 126);
this.buttonTestRequestCDKey.Name = "buttonTestRequestCDKey";
this.buttonTestRequestCDKey.Size = new System.Drawing.Size(286, 25);
this.buttonTestRequestCDKey.TabIndex = 5;
this.buttonTestRequestCDKey.Text = "인증키 가져오기";
this.buttonTestRequestCDKey.UseVisualStyleBackColor = true;
this.buttonTestRequestCDKey.Click += new System.EventHandler(this.buttonTestRequestCDKey_Click);
//
// pictureBox1
//
this.pictureBox1.ErrorImage = null;
this.pictureBox1.Image = global::KMBIM.Revit.Tools.Properties.Resources.kmbim;
this.pictureBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.pictureBox1.Location = new System.Drawing.Point(38, 220);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(48, 43);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 26;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Arial Unicode MS", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.label6.Location = new System.Drawing.Point(92, 217);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(139, 46);
this.label6.TabIndex = 25;
this.label6.Text = "KMBIM";
//
// buttonRegisterAC
//
this.buttonRegisterAC.Enabled = false;
this.buttonRegisterAC.Location = new System.Drawing.Point(6, 62);
this.buttonRegisterAC.Name = "buttonRegisterAC";
this.buttonRegisterAC.Size = new System.Drawing.Size(286, 25);
this.buttonRegisterAC.TabIndex = 5;
this.buttonRegisterAC.Text = "등록";
this.buttonRegisterAC.UseVisualStyleBackColor = true;
this.buttonRegisterAC.Click += new System.EventHandler(this.buttonRegisterAC_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnRequestAC);
this.groupBox3.Controls.Add(this.textBoxReqCode);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Location = new System.Drawing.Point(12, 182);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(277, 121);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "인증키 요청";
//
// textBoxReqCode
//
this.textBoxReqCode.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.textBoxReqCode.Location = new System.Drawing.Point(12, 44);
this.textBoxReqCode.Name = "textBoxReqCode";
this.textBoxReqCode.Size = new System.Drawing.Size(259, 25);
this.textBoxReqCode.TabIndex = 0;
this.textBoxReqCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 30);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 0;
this.label3.Text = "요청코드";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label7.Location = new System.Drawing.Point(102, 328);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(376, 30);
this.label7.TabIndex = 0;
this.label7.Text = "( 주)디.씨.에스\r\nUrl: http://www.dcs.co.kr, Tel: 02.415.1653, Mail: sales@dcs.co.k" +
"r";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// FormAuth
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(612, 367);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label7);
this.Controls.Add(this.groupBox2);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormAuth";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "KMBIM 인증";
this.Load += new System.EventHandler(this.FormAuth_Load);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.TextBox textBox_UserName;
private System.Windows.Forms.TextBox textBox_TEL;
private System.Windows.Forms.TextBox textBox_Business;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnRequestAC;
private System.Windows.Forms.TextBox textBox_Email;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button buttonRemoveAC;
private System.Windows.Forms.TextBox textBoxCDKey;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button buttonRegisterAC;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox textBoxReqCode;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button buttonTestRequestCDKey;
private System.Windows.Forms.Label labelDaysLeft;
}
}