ConsentMainControl.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. namespace CLIP.eForm.Consent.Dfh.UI
  2. {
  3. partial class ConsentMainControl
  4. {
  5. /// <summary>
  6. /// 필수 디자이너 변수입니다.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 사용 중인 모든 리소스를 정리합니다.
  11. /// </summary>
  12. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 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 구성 요소 디자이너에서 생성한 코드
  22. /// <summary>
  23. /// 디자이너 지원에 필요한 메서드입니다.
  24. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConsentMainControl));
  29. this.pnlPatientInfo = new System.Windows.Forms.Panel();
  30. this.patientInfoCtrl = new CLIP.eForm.Consent.Dfh.UI.PatientInfoCtrl();
  31. this.splitConsent = new System.Windows.Forms.SplitContainer();
  32. this.consentListCtrl = new CLIP.eForm.Consent.Dfh.UI.ConsentListCtrl();
  33. this.splitPatient = new System.Windows.Forms.SplitContainer();
  34. this.eFormViewerCtrl = new CLIP.eForm.Viewer.AxViewerCtrl(false, false);
  35. this.pnlViewer = new System.Windows.Forms.Panel();
  36. this.imageViewCtrl1 = new CLIP.eForm.ImageView.ImageViewCtrl();
  37. this.pnlCommand = new System.Windows.Forms.Panel();
  38. this.consentCommandCtrl = new CLIP.eForm.Consent.Dfh.UI.ConsentCommandCtrl();
  39. this.patientListCtrl = new CLIP.eForm.Consent.Dfh.UI.PatientListCtrl();
  40. this.pnlPatientInfo.SuspendLayout();
  41. this.splitConsent.Panel1.SuspendLayout();
  42. this.splitConsent.Panel2.SuspendLayout();
  43. this.splitConsent.SuspendLayout();
  44. this.splitPatient.Panel1.SuspendLayout();
  45. this.splitPatient.Panel2.SuspendLayout();
  46. this.splitPatient.SuspendLayout();
  47. this.pnlViewer.SuspendLayout();
  48. this.pnlCommand.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // pnlPatientInfo
  52. //
  53. this.pnlPatientInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  54. | System.Windows.Forms.AnchorStyles.Right)));
  55. this.pnlPatientInfo.Controls.Add(this.patientInfoCtrl);
  56. this.pnlPatientInfo.Location = new System.Drawing.Point(3, 0);
  57. this.pnlPatientInfo.Margin = new System.Windows.Forms.Padding(0);
  58. this.pnlPatientInfo.Name = "pnlPatientInfo";
  59. this.pnlPatientInfo.Size = new System.Drawing.Size(1244, 51);
  60. this.pnlPatientInfo.TabIndex = 0;
  61. //
  62. // patientInfoCtrl
  63. //
  64. this.patientInfoCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
  65. this.patientInfoCtrl.Location = new System.Drawing.Point(0, 0);
  66. this.patientInfoCtrl.Margin = new System.Windows.Forms.Padding(0);
  67. this.patientInfoCtrl.Name = "patientInfoCtrl";
  68. this.patientInfoCtrl.Size = new System.Drawing.Size(1244, 51);
  69. this.patientInfoCtrl.TabIndex = 0;
  70. //
  71. // splitConsent
  72. //
  73. this.splitConsent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  74. | System.Windows.Forms.AnchorStyles.Left)
  75. | System.Windows.Forms.AnchorStyles.Right)));
  76. this.splitConsent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  77. this.splitConsent.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  78. this.splitConsent.Location = new System.Drawing.Point(6, 53);
  79. this.splitConsent.Name = "splitConsent";
  80. //
  81. // splitConsent.Panel1
  82. //
  83. this.splitConsent.Panel1.Controls.Add(this.consentListCtrl);
  84. //
  85. // splitConsent.Panel2
  86. //
  87. this.splitConsent.Panel2.Controls.Add(this.splitPatient);
  88. this.splitConsent.Size = new System.Drawing.Size(1238, 940);
  89. this.splitConsent.SplitterDistance = 330;
  90. this.splitConsent.SplitterWidth = 6;
  91. this.splitConsent.TabIndex = 1;
  92. //
  93. // consentListCtrl
  94. //
  95. this.consentListCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.consentListCtrl.Location = new System.Drawing.Point(0, 0);
  97. this.consentListCtrl.Name = "consentListCtrl";
  98. this.consentListCtrl.Size = new System.Drawing.Size(428, 938);
  99. this.consentListCtrl.TabIndex = 0;
  100. //
  101. // splitPatient
  102. //
  103. this.splitPatient.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  104. this.splitPatient.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.splitPatient.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  106. this.splitPatient.Location = new System.Drawing.Point(0, 0);
  107. this.splitPatient.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
  108. this.splitPatient.Name = "splitPatient";
  109. //
  110. // splitPatient.Panel1
  111. //
  112. this.splitPatient.Panel1.Controls.Add(this.eFormViewerCtrl);
  113. this.splitPatient.Panel1.Controls.Add(this.pnlViewer);
  114. this.splitPatient.Panel1.Controls.Add(this.pnlCommand);
  115. //
  116. // splitPatient.Panel2
  117. //
  118. this.splitPatient.Panel2.Controls.Add(this.patientListCtrl);
  119. this.splitPatient.Size = new System.Drawing.Size(802, 940);
  120. this.splitPatient.SplitterDistance = 461;
  121. this.splitPatient.SplitterWidth = 6;
  122. this.splitPatient.TabIndex = 0;
  123. //
  124. // eFormViewerCtrl
  125. //
  126. this.eFormViewerCtrl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  127. | System.Windows.Forms.AnchorStyles.Left)
  128. | System.Windows.Forms.AnchorStyles.Right)));
  129. //this.eFormViewerCtrl.FormDocumentRef = null;
  130. this.eFormViewerCtrl.Location = new System.Drawing.Point(0, 51);
  131. this.eFormViewerCtrl.Name = "eFormViewerCtrl";
  132. this.eFormViewerCtrl.RestorePenDrawing = false;
  133. this.eFormViewerCtrl.RunAsConsole = false;
  134. this.eFormViewerCtrl.Size = new System.Drawing.Size(459, 885);
  135. this.eFormViewerCtrl.TabIndex = 2;
  136. this.eFormViewerCtrl.OnError += new CLIP.eForm.Viewer.ErrorEventHandler(this.eFormViewerCtrl_OnError);
  137. this.eFormViewerCtrl.OnProcess += new CLIP.eForm.Viewer.ProcessEventHandler(this.eFormViewerCtrl_OnProcess);
  138. this.eFormViewerCtrl.VisibleChanged += new System.EventHandler(this.eFormViewerCtrl_VisibleChanged);
  139. //
  140. // pnlViewer
  141. //
  142. this.pnlViewer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  143. | System.Windows.Forms.AnchorStyles.Left)
  144. | System.Windows.Forms.AnchorStyles.Right)));
  145. this.pnlViewer.BackColor = System.Drawing.SystemColors.Control;
  146. this.pnlViewer.Controls.Add(this.imageViewCtrl1);
  147. this.pnlViewer.Location = new System.Drawing.Point(0, 1);
  148. this.pnlViewer.Margin = new System.Windows.Forms.Padding(0);
  149. this.pnlViewer.Name = "pnlViewer";
  150. this.pnlViewer.Size = new System.Drawing.Size(459, 935);
  151. this.pnlViewer.TabIndex = 1;
  152. this.pnlViewer.Visible = false;
  153. //
  154. // imageViewCtrl1
  155. //
  156. this.imageViewCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.imageViewCtrl1.Location = new System.Drawing.Point(0, 0);
  158. this.imageViewCtrl1.Margin = new System.Windows.Forms.Padding(2);
  159. this.imageViewCtrl1.Name = "imageViewCtrl1";
  160. this.imageViewCtrl1.Size = new System.Drawing.Size(459, 935);
  161. this.imageViewCtrl1.TabIndex = 0;
  162. //
  163. // pnlCommand
  164. //
  165. this.pnlCommand.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  166. | System.Windows.Forms.AnchorStyles.Right)));
  167. this.pnlCommand.Controls.Add(this.consentCommandCtrl);
  168. this.pnlCommand.Location = new System.Drawing.Point(0, 0);
  169. this.pnlCommand.Margin = new System.Windows.Forms.Padding(0);
  170. this.pnlCommand.Name = "pnlCommand";
  171. this.pnlCommand.Size = new System.Drawing.Size(453, 50);
  172. this.pnlCommand.TabIndex = 0;
  173. //
  174. // consentCommandCtrl
  175. //
  176. this.consentCommandCtrl.CurrentEndUser = null;
  177. this.consentCommandCtrl.CurrentPreviewConsent = null;
  178. this.consentCommandCtrl.CurrentTargetPatient = null;
  179. this.consentCommandCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
  180. this.consentCommandCtrl.EnablePenConfig = false;
  181. this.consentCommandCtrl.EnablePenDrawing = false;
  182. this.consentCommandCtrl.EnableRedo = false;
  183. this.consentCommandCtrl.EnableRemoveAll = false;
  184. this.consentCommandCtrl.EnableUndo = false;
  185. this.consentCommandCtrl.Location = new System.Drawing.Point(0, 0);
  186. this.consentCommandCtrl.Margin = new System.Windows.Forms.Padding(0);
  187. this.consentCommandCtrl.Name = "consentCommandCtrl";
  188. this.consentCommandCtrl.Size = new System.Drawing.Size(453, 50);
  189. this.consentCommandCtrl.TabIndex = 0;
  190. //
  191. // patientListCtrl
  192. //
  193. this.patientListCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.patientListCtrl.GetSelectedPatientList = ((System.Collections.Generic.List<CLIP.eForm.Consent.Dfh.UI.HospitalSvcRef.PatListVO>)(resources.GetObject("patientListCtrl.GetSelectedPatientList")));
  195. this.patientListCtrl.Location = new System.Drawing.Point(0, 0);
  196. this.patientListCtrl.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
  197. this.patientListCtrl.Name = "patientListCtrl";
  198. this.patientListCtrl.Size = new System.Drawing.Size(333, 938);
  199. this.patientListCtrl.TabIndex = 0;
  200. //
  201. // ConsentMainControl
  202. //
  203. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  204. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  205. this.Controls.Add(this.pnlPatientInfo);
  206. this.Controls.Add(this.splitConsent);
  207. this.Name = "ConsentMainControl";
  208. this.Size = new System.Drawing.Size(1250, 1000);
  209. this.pnlPatientInfo.ResumeLayout(false);
  210. this.splitConsent.Panel1.ResumeLayout(false);
  211. this.splitConsent.Panel2.ResumeLayout(false);
  212. this.splitConsent.ResumeLayout(false);
  213. this.splitPatient.Panel1.ResumeLayout(false);
  214. this.splitPatient.Panel2.ResumeLayout(false);
  215. this.splitPatient.ResumeLayout(false);
  216. this.pnlViewer.ResumeLayout(false);
  217. this.pnlCommand.ResumeLayout(false);
  218. this.ResumeLayout(false);
  219. }
  220. #endregion
  221. private System.Windows.Forms.Panel pnlPatientInfo;
  222. private System.Windows.Forms.SplitContainer splitConsent;
  223. private System.Windows.Forms.SplitContainer splitPatient;
  224. private System.Windows.Forms.Panel pnlViewer;
  225. private System.Windows.Forms.Panel pnlCommand;
  226. private PatientInfoCtrl patientInfoCtrl;
  227. private ConsentCommandCtrl consentCommandCtrl;
  228. private ConsentListCtrl consentListCtrl;
  229. private PatientListCtrl patientListCtrl;
  230. private Viewer.AxViewerCtrl eFormViewerCtrl;
  231. private CLIP.eForm.ImageView.ImageViewCtrl imageViewCtrl1;
  232. }
  233. }