SignaturePasswordForm.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. namespace CLIP.eForm.Consent.Dfh.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. this.btnOK = new CLIP.eForm.UI.Parts.TabpointButton();
  31. this.tabpointButton1 = new CLIP.eForm.UI.Parts.TabpointButton();
  32. this.SuspendLayout();
  33. //
  34. // labelReasonForUseN
  35. //
  36. this.labelReasonForUseN.AutoSize = true;
  37. this.labelReasonForUseN.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  38. this.labelReasonForUseN.Location = new System.Drawing.Point(21, 9);
  39. this.labelReasonForUseN.Name = "labelReasonForUseN";
  40. this.labelReasonForUseN.Size = new System.Drawing.Size(357, 19);
  41. this.labelReasonForUseN.TabIndex = 2;
  42. this.labelReasonForUseN.Text = "공인인증서 비밀번호를 입력 바랍니다.";
  43. //
  44. // textBoxPassword
  45. //
  46. this.textBoxPassword.Location = new System.Drawing.Point(24, 33);
  47. this.textBoxPassword.Name = "textBoxPassword";
  48. this.textBoxPassword.Size = new System.Drawing.Size(355, 21);
  49. this.textBoxPassword.TabIndex = 0;
  50. this.textBoxPassword.UseSystemPasswordChar = true;
  51. this.textBoxPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxPassword_KeyPress);
  52. //
  53. // btnOK
  54. //
  55. this.btnOK.Location = new System.Drawing.Point(103, 62);
  56. this.btnOK.Name = "btnOK";
  57. this.btnOK.Size = new System.Drawing.Size(81, 32);
  58. this.btnOK.TabIndex = 1;
  59. this.btnOK.Text = "확인";
  60. this.btnOK.UseVisualStyleBackColor = true;
  61. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  62. //
  63. // tabpointButton1
  64. //
  65. this.tabpointButton1.Location = new System.Drawing.Point(208, 62);
  66. this.tabpointButton1.Name = "tabpointButton1";
  67. this.tabpointButton1.Size = new System.Drawing.Size(81, 32);
  68. this.tabpointButton1.TabIndex = 3;
  69. this.tabpointButton1.Text = "취소";
  70. this.tabpointButton1.UseVisualStyleBackColor = true;
  71. this.tabpointButton1.Click += new System.EventHandler(this.tabpointButton1_Click);
  72. //
  73. // SignaturePasswordForm
  74. //
  75. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  76. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  77. this.ClientSize = new System.Drawing.Size(391, 106);
  78. this.Controls.Add(this.tabpointButton1);
  79. this.Controls.Add(this.textBoxPassword);
  80. this.Controls.Add(this.labelReasonForUseN);
  81. this.Controls.Add(this.btnOK);
  82. this.Name = "SignaturePasswordForm";
  83. this.ShowIcon = false;
  84. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  85. this.Text = "입력";
  86. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SignaturePasswordForm_FormClosed);
  87. this.Load += new System.EventHandler(this.SignaturePasswordForm_Load);
  88. this.ResumeLayout(false);
  89. this.PerformLayout();
  90. }
  91. #endregion
  92. private System.Windows.Forms.Label labelReasonForUseN;
  93. private System.Windows.Forms.TextBox textBoxPassword;
  94. private CLIP.eForm.UI.Parts.TabpointButton btnOK;
  95. private eForm.UI.Parts.TabpointButton tabpointButton1;
  96. }
  97. }