123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- namespace CLIP.eForm.Consent.UI
- {
- partial class PatientInfoCtrl
- {
- /// <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 Component 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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PatientInfoCtrl));
- this.groupPtntInfo = new System.Windows.Forms.GroupBox();
- this.labelDocName = new System.Windows.Forms.Label();
- this.comboTrmtDate = new System.Windows.Forms.ComboBox();
- this.comboTrmtPrd = new System.Windows.Forms.ComboBox();
- this.labelUserDept = new System.Windows.Forms.Label();
- this.labelUserNo = new System.Windows.Forms.Label();
- this.labelUserNm = new System.Windows.Forms.Label();
- this.labelUser = new System.Windows.Forms.Label();
- this.labelPtntNo = new System.Windows.Forms.Label();
- this.labelPtntNm = new System.Windows.Forms.Label();
- this.labelPtnt = new System.Windows.Forms.Label();
- this.labelTrmtDate = new System.Windows.Forms.Label();
- this.buttonPtntSelect = new System.Windows.Forms.Button();
- this.groupPtntInfo.SuspendLayout();
- this.SuspendLayout();
- //
- // groupPtntInfo
- //
- this.groupPtntInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupPtntInfo.Controls.Add(this.labelDocName);
- this.groupPtntInfo.Controls.Add(this.comboTrmtDate);
- this.groupPtntInfo.Controls.Add(this.comboTrmtPrd);
- this.groupPtntInfo.Controls.Add(this.labelUserDept);
- this.groupPtntInfo.Controls.Add(this.labelUserNo);
- this.groupPtntInfo.Controls.Add(this.labelUserNm);
- this.groupPtntInfo.Controls.Add(this.labelUser);
- this.groupPtntInfo.Controls.Add(this.labelPtntNo);
- this.groupPtntInfo.Controls.Add(this.labelPtntNm);
- this.groupPtntInfo.Controls.Add(this.labelPtnt);
- this.groupPtntInfo.Controls.Add(this.labelTrmtDate);
- this.groupPtntInfo.Controls.Add(this.buttonPtntSelect);
- this.groupPtntInfo.Location = new System.Drawing.Point(3, 3);
- this.groupPtntInfo.Name = "groupPtntInfo";
- this.groupPtntInfo.Size = new System.Drawing.Size(1470, 43);
- this.groupPtntInfo.TabIndex = 0;
- this.groupPtntInfo.TabStop = false;
- //
- // labelDocName
- //
- this.labelDocName.Location = new System.Drawing.Point(668, 11);
- this.labelDocName.Name = "labelDocName";
- this.labelDocName.Size = new System.Drawing.Size(407, 24);
- this.labelDocName.TabIndex = 40;
- this.labelDocName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // comboTrmtDate
- //
- this.comboTrmtDate.FormattingEnabled = true;
- this.comboTrmtDate.Location = new System.Drawing.Point(367, 8);
- this.comboTrmtDate.Name = "comboTrmtDate";
- this.comboTrmtDate.Size = new System.Drawing.Size(281, 20);
- this.comboTrmtDate.TabIndex = 42;
- this.comboTrmtDate.TabStop = false;
- this.comboTrmtDate.Visible = false;
- this.comboTrmtDate.SelectedIndexChanged += new System.EventHandler(this.comboTrmtDate_SelectedIndexChanged);
- //
- // comboTrmtPrd
- //
- this.comboTrmtPrd.FormattingEnabled = true;
- this.comboTrmtPrd.Location = new System.Drawing.Point(308, 14);
- this.comboTrmtPrd.Name = "comboTrmtPrd";
- this.comboTrmtPrd.Size = new System.Drawing.Size(57, 20);
- this.comboTrmtPrd.TabIndex = 41;
- this.comboTrmtPrd.TabStop = false;
- this.comboTrmtPrd.Visible = false;
- this.comboTrmtPrd.SelectedIndexChanged += new System.EventHandler(this.comboTrmtPrd_SelectedIndexChanged);
- //
- // labelUserDept
- //
- this.labelUserDept.BackColor = System.Drawing.SystemColors.ControlLightLight;
- this.labelUserDept.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.labelUserDept.Location = new System.Drawing.Point(476, 14);
- this.labelUserDept.Name = "labelUserDept";
- this.labelUserDept.Padding = new System.Windows.Forms.Padding(3);
- this.labelUserDept.Size = new System.Drawing.Size(181, 21);
- this.labelUserDept.TabIndex = 39;
- //
- // labelUserNo
- //
- this.labelUserNo.BackColor = System.Drawing.SystemColors.ControlLightLight;
- this.labelUserNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.labelUserNo.Location = new System.Drawing.Point(409, 14);
- this.labelUserNo.Name = "labelUserNo";
- this.labelUserNo.Padding = new System.Windows.Forms.Padding(3);
- this.labelUserNo.Size = new System.Drawing.Size(65, 21);
- this.labelUserNo.TabIndex = 38;
- //
- // labelUserNm
- //
- this.labelUserNm.BackColor = System.Drawing.SystemColors.ControlLightLight;
- this.labelUserNm.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.labelUserNm.Location = new System.Drawing.Point(327, 14);
- this.labelUserNm.Name = "labelUserNm";
- this.labelUserNm.Padding = new System.Windows.Forms.Padding(3);
- this.labelUserNm.Size = new System.Drawing.Size(80, 21);
- this.labelUserNm.TabIndex = 37;
- //
- // labelUser
- //
- this.labelUser.AutoSize = true;
- this.labelUser.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.labelUser.Location = new System.Drawing.Point(281, 17);
- this.labelUser.Name = "labelUser";
- this.labelUser.Size = new System.Drawing.Size(43, 15);
- this.labelUser.TabIndex = 36;
- this.labelUser.Text = "작성자";
- //
- // labelPtntNo
- //
- this.labelPtntNo.BackColor = System.Drawing.SystemColors.ControlLightLight;
- this.labelPtntNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.labelPtntNo.Location = new System.Drawing.Point(153, 14);
- this.labelPtntNo.Name = "labelPtntNo";
- this.labelPtntNo.Padding = new System.Windows.Forms.Padding(3);
- this.labelPtntNo.Size = new System.Drawing.Size(75, 21);
- this.labelPtntNo.TabIndex = 31;
- //
- // labelPtntNm
- //
- this.labelPtntNm.BackColor = System.Drawing.SystemColors.ControlLightLight;
- this.labelPtntNm.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.labelPtntNm.Location = new System.Drawing.Point(51, 14);
- this.labelPtntNm.Name = "labelPtntNm";
- this.labelPtntNm.Padding = new System.Windows.Forms.Padding(3);
- this.labelPtntNm.Size = new System.Drawing.Size(100, 21);
- this.labelPtntNm.TabIndex = 30;
- //
- // labelPtnt
- //
- this.labelPtnt.AutoSize = true;
- this.labelPtnt.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.labelPtnt.Location = new System.Drawing.Point(17, 17);
- this.labelPtnt.Name = "labelPtnt";
- this.labelPtnt.Size = new System.Drawing.Size(31, 15);
- this.labelPtnt.TabIndex = 29;
- this.labelPtnt.Text = "환자";
- //
- // labelTrmtDate
- //
- this.labelTrmtDate.AutoSize = true;
- this.labelTrmtDate.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.labelTrmtDate.Location = new System.Drawing.Point(262, 17);
- this.labelTrmtDate.Name = "labelTrmtDate";
- this.labelTrmtDate.Size = new System.Drawing.Size(43, 15);
- this.labelTrmtDate.TabIndex = 33;
- this.labelTrmtDate.Text = "진료일";
- this.labelTrmtDate.Visible = false;
- //
- // buttonPtntSelect
- //
- this.buttonPtntSelect.Image = ((System.Drawing.Image)(resources.GetObject("buttonPtntSelect.Image")));
- this.buttonPtntSelect.Location = new System.Drawing.Point(232, 11);
- this.buttonPtntSelect.Name = "buttonPtntSelect";
- this.buttonPtntSelect.Size = new System.Drawing.Size(27, 27);
- this.buttonPtntSelect.TabIndex = 32;
- this.buttonPtntSelect.UseVisualStyleBackColor = true;
- this.buttonPtntSelect.Visible = false;
- //
- // PatientInfoCtrl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.groupPtntInfo);
- this.Margin = new System.Windows.Forms.Padding(0);
- this.Name = "PatientInfoCtrl";
- this.Size = new System.Drawing.Size(1476, 53);
- this.Load += new System.EventHandler(this.PatientInfoCtrl_Load);
- this.groupPtntInfo.ResumeLayout(false);
- this.groupPtntInfo.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupPtntInfo;
- private System.Windows.Forms.ComboBox comboTrmtDate;
- private System.Windows.Forms.ComboBox comboTrmtPrd;
- private System.Windows.Forms.Label labelDocName;
- private System.Windows.Forms.Label labelUserDept;
- private System.Windows.Forms.Label labelUserNo;
- private System.Windows.Forms.Label labelUserNm;
- private System.Windows.Forms.Label labelUser;
- private System.Windows.Forms.Label labelPtntNo;
- private System.Windows.Forms.Label labelPtntNm;
- private System.Windows.Forms.Label labelPtnt;
- private System.Windows.Forms.Label labelTrmtDate;
- private System.Windows.Forms.Button buttonPtntSelect;
- }
- }
|