123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- namespace CLIP.eForm.Consent.UI
- {
- partial class ReasonForUseN
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.textBoxReasonForUseN = new System.Windows.Forms.TextBox();
- this.labelReasonForUseN = new System.Windows.Forms.Label();
- this.btnOK = new System.Windows.Forms.Button();
- this.comboReason = new System.Windows.Forms.ComboBox();
- this.SuspendLayout();
- //
- // textBoxReasonForUseN
- //
- this.textBoxReasonForUseN.Enabled = false;
- this.textBoxReasonForUseN.Location = new System.Drawing.Point(15, 54);
- this.textBoxReasonForUseN.Name = "textBoxReasonForUseN";
- this.textBoxReasonForUseN.Size = new System.Drawing.Size(293, 21);
- this.textBoxReasonForUseN.TabIndex = 6;
- //
- // labelReasonForUseN
- //
- this.labelReasonForUseN.AutoSize = true;
- this.labelReasonForUseN.Location = new System.Drawing.Point(12, 9);
- this.labelReasonForUseN.Name = "labelReasonForUseN";
- this.labelReasonForUseN.Size = new System.Drawing.Size(153, 12);
- this.labelReasonForUseN.TabIndex = 5;
- this.labelReasonForUseN.Text = "삭제 사유를 입력 바랍니다.";
- //
- // btnOK
- //
- this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.btnOK.Location = new System.Drawing.Point(241, 83);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(67, 23);
- this.btnOK.TabIndex = 4;
- this.btnOK.Text = "확인";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // comboReason
- //
- this.comboReason.FormattingEnabled = true;
- this.comboReason.Items.AddRange(new object[] {
- "처방 변경으로 인한 삭제",
- "중복 작성으로 인한 삭제",
- "미해당",
- "(직접입력)"});
- this.comboReason.Location = new System.Drawing.Point(15, 32);
- this.comboReason.Name = "comboReason";
- this.comboReason.Size = new System.Drawing.Size(293, 20);
- this.comboReason.TabIndex = 7;
- this.comboReason.SelectedIndexChanged += new System.EventHandler(this.comboReason_SelectedIndexChanged);
- //
- // ReasonForUseN
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(320, 113);
- this.Controls.Add(this.comboReason);
- this.Controls.Add(this.textBoxReasonForUseN);
- this.Controls.Add(this.labelReasonForUseN);
- this.Controls.Add(this.btnOK);
- this.Name = "ReasonForUseN";
- this.Text = "입력";
- this.Load += new System.EventHandler(this.ReasonForUseN_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox textBoxReasonForUseN;
- private System.Windows.Forms.Label labelReasonForUseN;
- private System.Windows.Forms.Button btnOK;
- private System.Windows.Forms.ComboBox comboReason;
- }
- }
|