ReasonForUseN.Designer.cs 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. namespace CLIP.eForm.Consent.UI
  2. {
  3. partial class ReasonForUseN
  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.textBoxReasonForUseN = new System.Windows.Forms.TextBox();
  29. this.labelReasonForUseN = new System.Windows.Forms.Label();
  30. this.btnOK = new System.Windows.Forms.Button();
  31. this.comboReason = new System.Windows.Forms.ComboBox();
  32. this.SuspendLayout();
  33. //
  34. // textBoxReasonForUseN
  35. //
  36. this.textBoxReasonForUseN.Enabled = false;
  37. this.textBoxReasonForUseN.Location = new System.Drawing.Point(15, 54);
  38. this.textBoxReasonForUseN.Name = "textBoxReasonForUseN";
  39. this.textBoxReasonForUseN.Size = new System.Drawing.Size(293, 21);
  40. this.textBoxReasonForUseN.TabIndex = 6;
  41. //
  42. // labelReasonForUseN
  43. //
  44. this.labelReasonForUseN.AutoSize = true;
  45. this.labelReasonForUseN.Location = new System.Drawing.Point(12, 9);
  46. this.labelReasonForUseN.Name = "labelReasonForUseN";
  47. this.labelReasonForUseN.Size = new System.Drawing.Size(153, 12);
  48. this.labelReasonForUseN.TabIndex = 5;
  49. this.labelReasonForUseN.Text = "삭제 사유를 입력 바랍니다.";
  50. //
  51. // btnOK
  52. //
  53. this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  54. this.btnOK.Location = new System.Drawing.Point(241, 83);
  55. this.btnOK.Name = "btnOK";
  56. this.btnOK.Size = new System.Drawing.Size(67, 23);
  57. this.btnOK.TabIndex = 4;
  58. this.btnOK.Text = "확인";
  59. this.btnOK.UseVisualStyleBackColor = true;
  60. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  61. //
  62. // comboReason
  63. //
  64. this.comboReason.FormattingEnabled = true;
  65. this.comboReason.Items.AddRange(new object[] {
  66. "처방 변경으로 인한 삭제",
  67. "중복 작성으로 인한 삭제",
  68. "미해당",
  69. "(직접입력)"});
  70. this.comboReason.Location = new System.Drawing.Point(15, 32);
  71. this.comboReason.Name = "comboReason";
  72. this.comboReason.Size = new System.Drawing.Size(293, 20);
  73. this.comboReason.TabIndex = 7;
  74. this.comboReason.SelectedIndexChanged += new System.EventHandler(this.comboReason_SelectedIndexChanged);
  75. //
  76. // ReasonForUseN
  77. //
  78. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  79. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  80. this.ClientSize = new System.Drawing.Size(320, 113);
  81. this.Controls.Add(this.comboReason);
  82. this.Controls.Add(this.textBoxReasonForUseN);
  83. this.Controls.Add(this.labelReasonForUseN);
  84. this.Controls.Add(this.btnOK);
  85. this.Name = "ReasonForUseN";
  86. this.Text = "입력";
  87. this.Load += new System.EventHandler(this.ReasonForUseN_Load);
  88. this.ResumeLayout(false);
  89. this.PerformLayout();
  90. }
  91. #endregion
  92. private System.Windows.Forms.TextBox textBoxReasonForUseN;
  93. private System.Windows.Forms.Label labelReasonForUseN;
  94. private System.Windows.Forms.Button btnOK;
  95. private System.Windows.Forms.ComboBox comboReason;
  96. }
  97. }