PatientInfoCtrl.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. namespace CLIP.eForm.Consent.UI
  2. {
  3. partial class PatientInfoCtrl
  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 Component 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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PatientInfoCtrl));
  29. this.groupPtntInfo = new System.Windows.Forms.GroupBox();
  30. this.labelDocName = new System.Windows.Forms.Label();
  31. this.comboTrmtDate = new System.Windows.Forms.ComboBox();
  32. this.comboTrmtPrd = new System.Windows.Forms.ComboBox();
  33. this.labelUserDept = new System.Windows.Forms.Label();
  34. this.labelUserNo = new System.Windows.Forms.Label();
  35. this.labelUserNm = new System.Windows.Forms.Label();
  36. this.labelUser = new System.Windows.Forms.Label();
  37. this.labelPtntNo = new System.Windows.Forms.Label();
  38. this.labelPtntNm = new System.Windows.Forms.Label();
  39. this.labelPtnt = new System.Windows.Forms.Label();
  40. this.labelTrmtDate = new System.Windows.Forms.Label();
  41. this.buttonPtntSelect = new System.Windows.Forms.Button();
  42. this.groupPtntInfo.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // groupPtntInfo
  46. //
  47. this.groupPtntInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  48. | System.Windows.Forms.AnchorStyles.Right)));
  49. this.groupPtntInfo.Controls.Add(this.labelDocName);
  50. this.groupPtntInfo.Controls.Add(this.comboTrmtDate);
  51. this.groupPtntInfo.Controls.Add(this.comboTrmtPrd);
  52. this.groupPtntInfo.Controls.Add(this.labelUserDept);
  53. this.groupPtntInfo.Controls.Add(this.labelUserNo);
  54. this.groupPtntInfo.Controls.Add(this.labelUserNm);
  55. this.groupPtntInfo.Controls.Add(this.labelUser);
  56. this.groupPtntInfo.Controls.Add(this.labelPtntNo);
  57. this.groupPtntInfo.Controls.Add(this.labelPtntNm);
  58. this.groupPtntInfo.Controls.Add(this.labelPtnt);
  59. this.groupPtntInfo.Controls.Add(this.labelTrmtDate);
  60. this.groupPtntInfo.Controls.Add(this.buttonPtntSelect);
  61. this.groupPtntInfo.Location = new System.Drawing.Point(3, 3);
  62. this.groupPtntInfo.Name = "groupPtntInfo";
  63. this.groupPtntInfo.Size = new System.Drawing.Size(1470, 43);
  64. this.groupPtntInfo.TabIndex = 0;
  65. this.groupPtntInfo.TabStop = false;
  66. //
  67. // labelDocName
  68. //
  69. this.labelDocName.Location = new System.Drawing.Point(668, 11);
  70. this.labelDocName.Name = "labelDocName";
  71. this.labelDocName.Size = new System.Drawing.Size(407, 24);
  72. this.labelDocName.TabIndex = 40;
  73. this.labelDocName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  74. //
  75. // comboTrmtDate
  76. //
  77. this.comboTrmtDate.FormattingEnabled = true;
  78. this.comboTrmtDate.Location = new System.Drawing.Point(367, 8);
  79. this.comboTrmtDate.Name = "comboTrmtDate";
  80. this.comboTrmtDate.Size = new System.Drawing.Size(281, 20);
  81. this.comboTrmtDate.TabIndex = 42;
  82. this.comboTrmtDate.TabStop = false;
  83. this.comboTrmtDate.Visible = false;
  84. this.comboTrmtDate.SelectedIndexChanged += new System.EventHandler(this.comboTrmtDate_SelectedIndexChanged);
  85. //
  86. // comboTrmtPrd
  87. //
  88. this.comboTrmtPrd.FormattingEnabled = true;
  89. this.comboTrmtPrd.Location = new System.Drawing.Point(308, 14);
  90. this.comboTrmtPrd.Name = "comboTrmtPrd";
  91. this.comboTrmtPrd.Size = new System.Drawing.Size(57, 20);
  92. this.comboTrmtPrd.TabIndex = 41;
  93. this.comboTrmtPrd.TabStop = false;
  94. this.comboTrmtPrd.Visible = false;
  95. this.comboTrmtPrd.SelectedIndexChanged += new System.EventHandler(this.comboTrmtPrd_SelectedIndexChanged);
  96. //
  97. // labelUserDept
  98. //
  99. this.labelUserDept.BackColor = System.Drawing.SystemColors.ControlLightLight;
  100. this.labelUserDept.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  101. this.labelUserDept.Location = new System.Drawing.Point(476, 14);
  102. this.labelUserDept.Name = "labelUserDept";
  103. this.labelUserDept.Padding = new System.Windows.Forms.Padding(3);
  104. this.labelUserDept.Size = new System.Drawing.Size(181, 21);
  105. this.labelUserDept.TabIndex = 39;
  106. //
  107. // labelUserNo
  108. //
  109. this.labelUserNo.BackColor = System.Drawing.SystemColors.ControlLightLight;
  110. this.labelUserNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  111. this.labelUserNo.Location = new System.Drawing.Point(409, 14);
  112. this.labelUserNo.Name = "labelUserNo";
  113. this.labelUserNo.Padding = new System.Windows.Forms.Padding(3);
  114. this.labelUserNo.Size = new System.Drawing.Size(65, 21);
  115. this.labelUserNo.TabIndex = 38;
  116. //
  117. // labelUserNm
  118. //
  119. this.labelUserNm.BackColor = System.Drawing.SystemColors.ControlLightLight;
  120. this.labelUserNm.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  121. this.labelUserNm.Location = new System.Drawing.Point(327, 14);
  122. this.labelUserNm.Name = "labelUserNm";
  123. this.labelUserNm.Padding = new System.Windows.Forms.Padding(3);
  124. this.labelUserNm.Size = new System.Drawing.Size(80, 21);
  125. this.labelUserNm.TabIndex = 37;
  126. //
  127. // labelUser
  128. //
  129. this.labelUser.AutoSize = true;
  130. this.labelUser.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  131. this.labelUser.Location = new System.Drawing.Point(281, 17);
  132. this.labelUser.Name = "labelUser";
  133. this.labelUser.Size = new System.Drawing.Size(43, 15);
  134. this.labelUser.TabIndex = 36;
  135. this.labelUser.Text = "작성자";
  136. //
  137. // labelPtntNo
  138. //
  139. this.labelPtntNo.BackColor = System.Drawing.SystemColors.ControlLightLight;
  140. this.labelPtntNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  141. this.labelPtntNo.Location = new System.Drawing.Point(153, 14);
  142. this.labelPtntNo.Name = "labelPtntNo";
  143. this.labelPtntNo.Padding = new System.Windows.Forms.Padding(3);
  144. this.labelPtntNo.Size = new System.Drawing.Size(75, 21);
  145. this.labelPtntNo.TabIndex = 31;
  146. //
  147. // labelPtntNm
  148. //
  149. this.labelPtntNm.BackColor = System.Drawing.SystemColors.ControlLightLight;
  150. this.labelPtntNm.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  151. this.labelPtntNm.Location = new System.Drawing.Point(51, 14);
  152. this.labelPtntNm.Name = "labelPtntNm";
  153. this.labelPtntNm.Padding = new System.Windows.Forms.Padding(3);
  154. this.labelPtntNm.Size = new System.Drawing.Size(100, 21);
  155. this.labelPtntNm.TabIndex = 30;
  156. //
  157. // labelPtnt
  158. //
  159. this.labelPtnt.AutoSize = true;
  160. this.labelPtnt.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  161. this.labelPtnt.Location = new System.Drawing.Point(17, 17);
  162. this.labelPtnt.Name = "labelPtnt";
  163. this.labelPtnt.Size = new System.Drawing.Size(31, 15);
  164. this.labelPtnt.TabIndex = 29;
  165. this.labelPtnt.Text = "환자";
  166. //
  167. // labelTrmtDate
  168. //
  169. this.labelTrmtDate.AutoSize = true;
  170. this.labelTrmtDate.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  171. this.labelTrmtDate.Location = new System.Drawing.Point(262, 17);
  172. this.labelTrmtDate.Name = "labelTrmtDate";
  173. this.labelTrmtDate.Size = new System.Drawing.Size(43, 15);
  174. this.labelTrmtDate.TabIndex = 33;
  175. this.labelTrmtDate.Text = "진료일";
  176. this.labelTrmtDate.Visible = false;
  177. //
  178. // buttonPtntSelect
  179. //
  180. this.buttonPtntSelect.Image = ((System.Drawing.Image)(resources.GetObject("buttonPtntSelect.Image")));
  181. this.buttonPtntSelect.Location = new System.Drawing.Point(232, 11);
  182. this.buttonPtntSelect.Name = "buttonPtntSelect";
  183. this.buttonPtntSelect.Size = new System.Drawing.Size(27, 27);
  184. this.buttonPtntSelect.TabIndex = 32;
  185. this.buttonPtntSelect.UseVisualStyleBackColor = true;
  186. this.buttonPtntSelect.Visible = false;
  187. //
  188. // PatientInfoCtrl
  189. //
  190. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  191. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  192. this.Controls.Add(this.groupPtntInfo);
  193. this.Margin = new System.Windows.Forms.Padding(0);
  194. this.Name = "PatientInfoCtrl";
  195. this.Size = new System.Drawing.Size(1476, 53);
  196. this.Load += new System.EventHandler(this.PatientInfoCtrl_Load);
  197. this.groupPtntInfo.ResumeLayout(false);
  198. this.groupPtntInfo.PerformLayout();
  199. this.ResumeLayout(false);
  200. }
  201. #endregion
  202. private System.Windows.Forms.GroupBox groupPtntInfo;
  203. private System.Windows.Forms.ComboBox comboTrmtDate;
  204. private System.Windows.Forms.ComboBox comboTrmtPrd;
  205. private System.Windows.Forms.Label labelDocName;
  206. private System.Windows.Forms.Label labelUserDept;
  207. private System.Windows.Forms.Label labelUserNo;
  208. private System.Windows.Forms.Label labelUserNm;
  209. private System.Windows.Forms.Label labelUser;
  210. private System.Windows.Forms.Label labelPtntNo;
  211. private System.Windows.Forms.Label labelPtntNm;
  212. private System.Windows.Forms.Label labelPtnt;
  213. private System.Windows.Forms.Label labelTrmtDate;
  214. private System.Windows.Forms.Button buttonPtntSelect;
  215. }
  216. }