SignaturePasswordForm.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. namespace CLIP.eForm.Consent.UI
  2. {
  3. partial class SignaturePasswordForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.labelReasonForUseN = new System.Windows.Forms.Label();
  29. this.textBoxPassword = new System.Windows.Forms.TextBox();
  30. //dbs227 버전 업 & 기본 버튼 클래스로 클래스 변경
  31. //this.btnOK = new CLIP.eForm.UI.Parts.TabpointButton();
  32. //this.tabpointButton1 = new CLIP.eForm.UI.Parts.TabpointButton();
  33. //this.btnOK = new ClipSoft.eForm.Base.TabpointButton();
  34. //this.tabpointButton1 = new ClipSoft.eForm.Base.TabpointButton();
  35. this.btnOK = new System.Windows.Forms.Button();
  36. this.tabpointButton1 = new System.Windows.Forms.Button();
  37. this.SuspendLayout();
  38. //
  39. // labelReasonForUseN
  40. //
  41. this.labelReasonForUseN.AutoSize = true;
  42. this.labelReasonForUseN.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  43. this.labelReasonForUseN.Location = new System.Drawing.Point(21, 9);
  44. this.labelReasonForUseN.Name = "labelReasonForUseN";
  45. this.labelReasonForUseN.Size = new System.Drawing.Size(357, 19);
  46. this.labelReasonForUseN.TabIndex = 2;
  47. this.labelReasonForUseN.Text = "공인인증서 비밀번호를 입력 바랍니다.";
  48. //
  49. // textBoxPassword
  50. //
  51. this.textBoxPassword.Location = new System.Drawing.Point(24, 33);
  52. this.textBoxPassword.Name = "textBoxPassword";
  53. this.textBoxPassword.Size = new System.Drawing.Size(355, 21);
  54. this.textBoxPassword.TabIndex = 0;
  55. this.textBoxPassword.UseSystemPasswordChar = true;
  56. this.textBoxPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxPassword_KeyPress);
  57. //
  58. // btnOK
  59. //
  60. this.btnOK.Location = new System.Drawing.Point(103, 62);
  61. this.btnOK.Name = "btnOK";
  62. this.btnOK.Size = new System.Drawing.Size(81, 32);
  63. this.btnOK.TabIndex = 1;
  64. this.btnOK.Text = "확인";
  65. this.btnOK.UseVisualStyleBackColor = true;
  66. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  67. //
  68. // tabpointButton1
  69. //
  70. this.tabpointButton1.Location = new System.Drawing.Point(208, 62);
  71. this.tabpointButton1.Name = "tabpointButton1";
  72. this.tabpointButton1.Size = new System.Drawing.Size(81, 32);
  73. this.tabpointButton1.TabIndex = 3;
  74. this.tabpointButton1.Text = "취소";
  75. this.tabpointButton1.UseVisualStyleBackColor = true;
  76. this.tabpointButton1.Click += new System.EventHandler(this.tabpointButton1_Click);
  77. //
  78. // SignaturePasswordForm
  79. //
  80. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  81. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  82. this.ClientSize = new System.Drawing.Size(391, 106);
  83. this.Controls.Add(this.tabpointButton1);
  84. this.Controls.Add(this.textBoxPassword);
  85. this.Controls.Add(this.labelReasonForUseN);
  86. this.Controls.Add(this.btnOK);
  87. this.Name = "SignaturePasswordForm";
  88. this.ShowIcon = false;
  89. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  90. this.Text = "입력";
  91. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SignaturePasswordForm_FormClosed);
  92. this.Load += new System.EventHandler(this.SignaturePasswordForm_Load);
  93. this.ResumeLayout(false);
  94. this.PerformLayout();
  95. }
  96. #endregion
  97. private System.Windows.Forms.Label labelReasonForUseN;
  98. private System.Windows.Forms.TextBox textBoxPassword;
  99. //dbs227 버전 업 & 기본 버튼 클래스로 클래스 변경
  100. //private CLIP.eForm.UI.Parts.TabpointButton btnOK;
  101. //private ClipSoft.eForm.Base.TabpointButton btnOK;
  102. //private ClipSoft.eForm.Base.TabpointButton tabpointButton1;
  103. //private eForm.UI.Parts.TabpointButton tabpointButton1;
  104. private System.Windows.Forms.Button btnOK;
  105. private System.Windows.Forms.Button tabpointButton1;
  106. }
  107. }