namespace CLIP.eForm.Consent.UI { partial class SignaturePasswordForm { /// /// 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.labelReasonForUseN = new System.Windows.Forms.Label(); this.textBoxPassword = new System.Windows.Forms.TextBox(); //dbs227 버전 업 & 기본 버튼 클래스로 클래스 변경 //this.btnOK = new CLIP.eForm.UI.Parts.TabpointButton(); //this.tabpointButton1 = new CLIP.eForm.UI.Parts.TabpointButton(); //this.btnOK = new ClipSoft.eForm.Base.TabpointButton(); //this.tabpointButton1 = new ClipSoft.eForm.Base.TabpointButton(); this.btnOK = new System.Windows.Forms.Button(); this.tabpointButton1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // labelReasonForUseN // this.labelReasonForUseN.AutoSize = true; this.labelReasonForUseN.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.labelReasonForUseN.Location = new System.Drawing.Point(21, 9); this.labelReasonForUseN.Name = "labelReasonForUseN"; this.labelReasonForUseN.Size = new System.Drawing.Size(357, 19); this.labelReasonForUseN.TabIndex = 2; this.labelReasonForUseN.Text = "공인인증서 비밀번호를 입력 바랍니다."; // // textBoxPassword // this.textBoxPassword.Location = new System.Drawing.Point(24, 33); this.textBoxPassword.Name = "textBoxPassword"; this.textBoxPassword.Size = new System.Drawing.Size(355, 21); this.textBoxPassword.TabIndex = 0; this.textBoxPassword.UseSystemPasswordChar = true; this.textBoxPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxPassword_KeyPress); // // btnOK // this.btnOK.Location = new System.Drawing.Point(103, 62); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(81, 32); this.btnOK.TabIndex = 1; this.btnOK.Text = "확인"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // tabpointButton1 // this.tabpointButton1.Location = new System.Drawing.Point(208, 62); this.tabpointButton1.Name = "tabpointButton1"; this.tabpointButton1.Size = new System.Drawing.Size(81, 32); this.tabpointButton1.TabIndex = 3; this.tabpointButton1.Text = "취소"; this.tabpointButton1.UseVisualStyleBackColor = true; this.tabpointButton1.Click += new System.EventHandler(this.tabpointButton1_Click); // // SignaturePasswordForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(391, 106); this.Controls.Add(this.tabpointButton1); this.Controls.Add(this.textBoxPassword); this.Controls.Add(this.labelReasonForUseN); this.Controls.Add(this.btnOK); this.Name = "SignaturePasswordForm"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "입력"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SignaturePasswordForm_FormClosed); this.Load += new System.EventHandler(this.SignaturePasswordForm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label labelReasonForUseN; private System.Windows.Forms.TextBox textBoxPassword; //dbs227 버전 업 & 기본 버튼 클래스로 클래스 변경 //private CLIP.eForm.UI.Parts.TabpointButton btnOK; //private ClipSoft.eForm.Base.TabpointButton btnOK; //private ClipSoft.eForm.Base.TabpointButton tabpointButton1; //private eForm.UI.Parts.TabpointButton tabpointButton1; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button tabpointButton1; } }