268 lines
13 KiB
C#
268 lines
13 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.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.buttonRegisterAC = new System.Windows.Forms.Button();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox1.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, 163);
|
|
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.ReadOnly = true;
|
|
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(24, 34);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(57, 17);
|
|
this.label4.TabIndex = 0;
|
|
this.label4.Text = "회 사 명";
|
|
//
|
|
// buttonRemoveAC
|
|
//
|
|
this.buttonRemoveAC.Enabled = false;
|
|
this.buttonRemoveAC.Location = new System.Drawing.Point(6, 87);
|
|
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.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, 163);
|
|
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, 115);
|
|
this.labelDaysLeft.Name = "labelDaysLeft";
|
|
this.labelDaysLeft.Size = new System.Drawing.Size(286, 30);
|
|
this.labelDaysLeft.TabIndex = 27;
|
|
this.labelDaysLeft.Text = "label1";
|
|
this.labelDaysLeft.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// buttonRegisterAC
|
|
//
|
|
this.buttonRegisterAC.Enabled = false;
|
|
this.buttonRegisterAC.Location = new System.Drawing.Point(6, 59);
|
|
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);
|
|
//
|
|
// 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, 244);
|
|
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;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.button1.Location = new System.Drawing.Point(159, 192);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(137, 36);
|
|
this.button1.TabIndex = 6;
|
|
this.button1.Text = "둘러보기";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.button2.Location = new System.Drawing.Point(308, 192);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(137, 36);
|
|
this.button2.TabIndex = 7;
|
|
this.button2.Text = "닫기";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// FormAuth
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(612, 285);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
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.CenterParent;
|
|
this.Text = "KMBIM 인증";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.FormAuth_Load);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.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.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.Label label7;
|
|
private System.Windows.Forms.Label labelDaysLeft;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
}
|
|
} |