namespace KMBIM.Revit.Tools.License { partial class wfAuthorization { /// /// 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() { this.label6 = new System.Windows.Forms.Label(); this.btnActivation = new System.Windows.Forms.Button(); this.tbAuthCode = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.tbRequestCode = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Arial Unicode MS", 27.75F, System.Drawing.FontStyle.Bold); this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label6.Location = new System.Drawing.Point(112, 23); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(150, 50); this.label6.TabIndex = 24; this.label6.Text = "KMBIM"; // // btnActivation // this.btnActivation.BackColor = System.Drawing.Color.Turquoise; this.btnActivation.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnActivation.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnActivation.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.btnActivation.Location = new System.Drawing.Point(16, 228); this.btnActivation.Name = "btnActivation"; this.btnActivation.Size = new System.Drawing.Size(287, 41); this.btnActivation.TabIndex = 23; this.btnActivation.Text = "활성화"; this.btnActivation.UseVisualStyleBackColor = false; this.btnActivation.Click += new System.EventHandler(this.btnActivation_Click); // // tbAuthCode // this.tbAuthCode.Location = new System.Drawing.Point(109, 147); this.tbAuthCode.Name = "tbAuthCode"; this.tbAuthCode.Size = new System.Drawing.Size(153, 21); this.tbAuthCode.TabIndex = 21; // // label4 // this.label4.AutoSize = true; this.label4.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label4.Location = new System.Drawing.Point(44, 152); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 19; this.label4.Text = "권한코드 : "; // // tbRequestCode // this.tbRequestCode.Location = new System.Drawing.Point(109, 120); this.tbRequestCode.Name = "tbRequestCode"; this.tbRequestCode.ReadOnly = true; this.tbRequestCode.Size = new System.Drawing.Size(153, 21); this.tbRequestCode.TabIndex = 22; // // label3 // this.label3.AutoSize = true; this.label3.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label3.Location = new System.Drawing.Point(44, 125); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(61, 12); this.label3.TabIndex = 20; this.label3.Text = "요청코드 :"; // // label5 // this.label5.AutoSize = true; this.label5.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label5.Location = new System.Drawing.Point(44, 210); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(206, 12); this.label5.TabIndex = 16; this.label5.Text = "Tel.: 02)415-1653, Fax: 02)414-6747"; // // label2 // this.label2.AutoSize = true; this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label2.Location = new System.Drawing.Point(14, 188); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(279, 12); this.label2.TabIndex = 17; this.label2.Text = "권한코드를 (주)디.씨.에스에 요청하시기 바랍니다."; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("굴림", 8.25F); this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.label1.Location = new System.Drawing.Point(44, 288); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(224, 11); this.label1.TabIndex = 18; this.label1.Text = "Copyright (c) 2021 대한기계설비건설협회"; // // pictureBox1 // 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(12, 11); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(74, 74); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 15; this.pictureBox1.TabStop = false; // // wfAuthorization // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(316, 308); this.Controls.Add(this.label6); this.Controls.Add(this.btnActivation); this.Controls.Add(this.tbAuthCode); this.Controls.Add(this.label4); this.Controls.Add(this.tbRequestCode); this.Controls.Add(this.label3); this.Controls.Add(this.label5); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "wfAuthorization"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "인증"; this.TopMost = true; this.Load += new System.EventHandler(this.wfAuthorization_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label6; private System.Windows.Forms.Button btnActivation; private System.Windows.Forms.TextBox tbAuthCode; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tbRequestCode; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; } }