PatientInfoCtrl.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  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(647, 13);
  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.Enabled = false;
  78. this.comboTrmtDate.FormattingEnabled = true;
  79. this.comboTrmtDate.Location = new System.Drawing.Point(1072, 14);
  80. this.comboTrmtDate.Name = "comboTrmtDate";
  81. this.comboTrmtDate.Size = new System.Drawing.Size(281, 20);
  82. this.comboTrmtDate.TabIndex = 42;
  83. this.comboTrmtDate.TabStop = false;
  84. this.comboTrmtDate.Visible = false;
  85. //this.comboTrmtDate.SelectedIndexChanged += new System.EventHandler(this.comboTrmtDate_SelectedIndexChanged);
  86. //
  87. // comboTrmtPrd
  88. //
  89. this.comboTrmtPrd.Enabled = false;
  90. this.comboTrmtPrd.FormattingEnabled = true;
  91. this.comboTrmtPrd.Location = new System.Drawing.Point(1013, 14);
  92. this.comboTrmtPrd.Name = "comboTrmtPrd";
  93. this.comboTrmtPrd.Size = new System.Drawing.Size(57, 20);
  94. this.comboTrmtPrd.TabIndex = 41;
  95. this.comboTrmtPrd.TabStop = false;
  96. this.comboTrmtPrd.Visible = false;
  97. //this.comboTrmtPrd.SelectedIndexChanged += new System.EventHandler(this.comboTrmtPrd_SelectedIndexChanged);
  98. //
  99. // labelUserDept
  100. //
  101. this.labelUserDept.BackColor = System.Drawing.SystemColors.ControlLightLight;
  102. this.labelUserDept.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  103. this.labelUserDept.Location = new System.Drawing.Point(460, 14);
  104. this.labelUserDept.Name = "labelUserDept";
  105. this.labelUserDept.Padding = new System.Windows.Forms.Padding(3);
  106. this.labelUserDept.Size = new System.Drawing.Size(181, 21);
  107. this.labelUserDept.TabIndex = 39;
  108. //
  109. // labelUserNo
  110. //
  111. this.labelUserNo.BackColor = System.Drawing.SystemColors.ControlLightLight;
  112. this.labelUserNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  113. this.labelUserNo.Location = new System.Drawing.Point(393, 14);
  114. this.labelUserNo.Name = "labelUserNo";
  115. this.labelUserNo.Padding = new System.Windows.Forms.Padding(3);
  116. this.labelUserNo.Size = new System.Drawing.Size(65, 21);
  117. this.labelUserNo.TabIndex = 38;
  118. //
  119. // labelUserNm
  120. //
  121. this.labelUserNm.BackColor = System.Drawing.SystemColors.ControlLightLight;
  122. this.labelUserNm.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  123. this.labelUserNm.Location = new System.Drawing.Point(311, 14);
  124. this.labelUserNm.Name = "labelUserNm";
  125. this.labelUserNm.Padding = new System.Windows.Forms.Padding(3);
  126. this.labelUserNm.Size = new System.Drawing.Size(80, 21);
  127. this.labelUserNm.TabIndex = 37;
  128. //
  129. // labelUser
  130. //
  131. this.labelUser.AutoSize = true;
  132. this.labelUser.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  133. this.labelUser.Location = new System.Drawing.Point(265, 17);
  134. this.labelUser.Name = "labelUser";
  135. this.labelUser.Size = new System.Drawing.Size(43, 15);
  136. this.labelUser.TabIndex = 36;
  137. this.labelUser.Text = "작성자";
  138. //
  139. // labelPtntNo
  140. //
  141. this.labelPtntNo.BackColor = System.Drawing.SystemColors.ControlLightLight;
  142. this.labelPtntNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  143. this.labelPtntNo.Location = new System.Drawing.Point(153, 14);
  144. this.labelPtntNo.Name = "labelPtntNo";
  145. this.labelPtntNo.Padding = new System.Windows.Forms.Padding(3);
  146. this.labelPtntNo.Size = new System.Drawing.Size(75, 21);
  147. this.labelPtntNo.TabIndex = 31;
  148. //
  149. // labelPtntNm
  150. //
  151. this.labelPtntNm.BackColor = System.Drawing.SystemColors.ControlLightLight;
  152. this.labelPtntNm.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  153. this.labelPtntNm.Location = new System.Drawing.Point(51, 14);
  154. this.labelPtntNm.Name = "labelPtntNm";
  155. this.labelPtntNm.Padding = new System.Windows.Forms.Padding(3);
  156. this.labelPtntNm.Size = new System.Drawing.Size(100, 21);
  157. this.labelPtntNm.TabIndex = 30;
  158. //
  159. // labelPtnt
  160. //
  161. this.labelPtnt.AutoSize = true;
  162. this.labelPtnt.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  163. this.labelPtnt.Location = new System.Drawing.Point(17, 17);
  164. this.labelPtnt.Name = "labelPtnt";
  165. this.labelPtnt.Size = new System.Drawing.Size(31, 15);
  166. this.labelPtnt.TabIndex = 29;
  167. this.labelPtnt.Text = "환자";
  168. //
  169. // labelTrmtDate
  170. //
  171. this.labelTrmtDate.AutoSize = true;
  172. this.labelTrmtDate.Enabled = false;
  173. this.labelTrmtDate.Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  174. this.labelTrmtDate.Location = new System.Drawing.Point(967, 17);
  175. this.labelTrmtDate.Name = "labelTrmtDate";
  176. this.labelTrmtDate.Size = new System.Drawing.Size(43, 15);
  177. this.labelTrmtDate.TabIndex = 33;
  178. this.labelTrmtDate.Text = "진료일";
  179. this.labelTrmtDate.Visible = false;
  180. //
  181. // buttonPtntSelect
  182. //
  183. this.buttonPtntSelect.Image = ((System.Drawing.Image)(resources.GetObject("buttonPtntSelect.Image")));
  184. this.buttonPtntSelect.Location = new System.Drawing.Point(232, 11);
  185. this.buttonPtntSelect.Name = "buttonPtntSelect";
  186. this.buttonPtntSelect.Size = new System.Drawing.Size(27, 27);
  187. this.buttonPtntSelect.TabIndex = 32;
  188. this.buttonPtntSelect.UseVisualStyleBackColor = true;
  189. this.buttonPtntSelect.Visible = false;
  190. //
  191. // PatientInfoCtrl
  192. //
  193. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  194. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  195. this.Controls.Add(this.groupPtntInfo);
  196. this.Margin = new System.Windows.Forms.Padding(0);
  197. this.Name = "PatientInfoCtrl";
  198. this.Size = new System.Drawing.Size(1476, 53);
  199. this.Load += new System.EventHandler(this.PatientInfoCtrl_Load);
  200. this.groupPtntInfo.ResumeLayout(false);
  201. this.groupPtntInfo.PerformLayout();
  202. this.ResumeLayout(false);
  203. }
  204. #endregion
  205. private System.Windows.Forms.GroupBox groupPtntInfo;
  206. private System.Windows.Forms.ComboBox comboTrmtDate;
  207. private System.Windows.Forms.ComboBox comboTrmtPrd;
  208. private System.Windows.Forms.Label labelDocName;
  209. private System.Windows.Forms.Label labelUserDept;
  210. private System.Windows.Forms.Label labelUserNo;
  211. private System.Windows.Forms.Label labelUserNm;
  212. private System.Windows.Forms.Label labelUser;
  213. private System.Windows.Forms.Label labelPtntNo;
  214. private System.Windows.Forms.Label labelPtntNm;
  215. private System.Windows.Forms.Label labelPtnt;
  216. private System.Windows.Forms.Label labelTrmtDate;
  217. private System.Windows.Forms.Button buttonPtntSelect;
  218. }
  219. }