ConsentMainControl.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. namespace CLIP.eForm.Consent.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. this.pnlPatientInfo = new System.Windows.Forms.Panel();
  29. this.patientInfoCtrl = new CLIP.eForm.Consent.UI.PatientInfoCtrl();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.btnHelp = new System.Windows.Forms.Button();
  32. this.splitConsent = new System.Windows.Forms.SplitContainer();
  33. this.consentListCtrl = new CLIP.eForm.Consent.UI.ConsentListCtrl();
  34. this.splitPatient = new System.Windows.Forms.SplitContainer();
  35. this.eFormViewerCtrl = new CLIP.eForm.Viewer.AxViewerCtrl();
  36. this.pnlViewer = new System.Windows.Forms.Panel();
  37. this.imageViewCtrl1 = new CLIP.eForm.ImageView.ImageViewCtrl();
  38. this.pnlCommand = new System.Windows.Forms.Panel();
  39. this.consentCommandCtrl = new CLIP.eForm.Consent.UI.ConsentCommandCtrl();
  40. this.patientListCtrl = new CLIP.eForm.Consent.UI.PatientListCtrl();
  41. this.pnlPatientInfo.SuspendLayout();
  42. this.panel1.SuspendLayout();
  43. this.splitConsent.Panel1.SuspendLayout();
  44. this.splitConsent.Panel2.SuspendLayout();
  45. this.splitConsent.SuspendLayout();
  46. this.splitPatient.Panel1.SuspendLayout();
  47. this.splitPatient.Panel2.SuspendLayout();
  48. this.splitPatient.SuspendLayout();
  49. this.pnlViewer.SuspendLayout();
  50. this.pnlCommand.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // pnlPatientInfo
  54. //
  55. this.pnlPatientInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  56. | System.Windows.Forms.AnchorStyles.Right)));
  57. this.pnlPatientInfo.Controls.Add(this.patientInfoCtrl);
  58. this.pnlPatientInfo.Controls.Add(this.panel1);
  59. this.pnlPatientInfo.Location = new System.Drawing.Point(3, 0);
  60. this.pnlPatientInfo.Margin = new System.Windows.Forms.Padding(0);
  61. this.pnlPatientInfo.Name = "pnlPatientInfo";
  62. this.pnlPatientInfo.Size = new System.Drawing.Size(1244, 51);
  63. this.pnlPatientInfo.TabIndex = 0;
  64. //
  65. // patientInfoCtrl
  66. //
  67. this.patientInfoCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.patientInfoCtrl.Location = new System.Drawing.Point(0, 0);
  69. this.patientInfoCtrl.Margin = new System.Windows.Forms.Padding(0);
  70. this.patientInfoCtrl.Name = "patientInfoCtrl";
  71. this.patientInfoCtrl.Size = new System.Drawing.Size(1184, 51);
  72. this.patientInfoCtrl.TabIndex = 0;
  73. //
  74. // panel1
  75. //
  76. this.panel1.Controls.Add(this.btnHelp);
  77. this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
  78. this.panel1.Location = new System.Drawing.Point(1184, 0);
  79. this.panel1.Name = "panel1";
  80. this.panel1.Size = new System.Drawing.Size(60, 51);
  81. this.panel1.TabIndex = 1;
  82. //
  83. // btnHelp
  84. //
  85. this.btnHelp.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.btnHelp.FlatAppearance.BorderSize = 0;
  87. this.btnHelp.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  88. this.btnHelp.Image = global::CLIP.eForm.Consent.UI.Properties.Resources.HelpImage32;
  89. this.btnHelp.Location = new System.Drawing.Point(0, 0);
  90. this.btnHelp.Name = "btnHelp";
  91. this.btnHelp.Size = new System.Drawing.Size(60, 51);
  92. this.btnHelp.TabIndex = 0;
  93. this.btnHelp.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  94. this.btnHelp.UseVisualStyleBackColor = true;
  95. this.btnHelp.Visible = false;
  96. this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
  97. //
  98. // splitConsent
  99. //
  100. this.splitConsent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  101. | System.Windows.Forms.AnchorStyles.Left)
  102. | System.Windows.Forms.AnchorStyles.Right)));
  103. this.splitConsent.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  104. this.splitConsent.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  105. this.splitConsent.Location = new System.Drawing.Point(6, 53);
  106. this.splitConsent.Name = "splitConsent";
  107. //
  108. // splitConsent.Panel1
  109. //
  110. this.splitConsent.Panel1.Controls.Add(this.consentListCtrl);
  111. //
  112. // splitConsent.Panel2
  113. //
  114. this.splitConsent.Panel2.Controls.Add(this.splitPatient);
  115. this.splitConsent.Size = new System.Drawing.Size(1238, 940);
  116. this.splitConsent.SplitterDistance = 282;
  117. this.splitConsent.SplitterWidth = 6;
  118. this.splitConsent.TabIndex = 1;
  119. //
  120. // consentListCtrl
  121. //
  122. this.consentListCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
  123. this.consentListCtrl.Location = new System.Drawing.Point(0, 0);
  124. this.consentListCtrl.Name = "consentListCtrl";
  125. this.consentListCtrl.Size = new System.Drawing.Size(280, 938);
  126. this.consentListCtrl.TabIndex = 0;
  127. //
  128. // splitPatient
  129. //
  130. this.splitPatient.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  131. this.splitPatient.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.splitPatient.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  133. this.splitPatient.Location = new System.Drawing.Point(0, 0);
  134. this.splitPatient.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
  135. this.splitPatient.Name = "splitPatient";
  136. //
  137. // splitPatient.Panel1
  138. //
  139. this.splitPatient.Panel1.Controls.Add(this.eFormViewerCtrl);
  140. this.splitPatient.Panel1.Controls.Add(this.pnlViewer);
  141. this.splitPatient.Panel1.Controls.Add(this.pnlCommand);
  142. //
  143. // splitPatient.Panel2
  144. //
  145. this.splitPatient.Panel2.Controls.Add(this.patientListCtrl);
  146. this.splitPatient.Size = new System.Drawing.Size(950, 940);
  147. this.splitPatient.SplitterDistance = 638;
  148. this.splitPatient.SplitterWidth = 6;
  149. this.splitPatient.TabIndex = 0;
  150. //
  151. // eFormViewerCtrl
  152. //
  153. this.eFormViewerCtrl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  154. | System.Windows.Forms.AnchorStyles.Left)
  155. | System.Windows.Forms.AnchorStyles.Right)));
  156. this.eFormViewerCtrl.Location = new System.Drawing.Point(0, 51);
  157. this.eFormViewerCtrl.Name = "eFormViewerCtrl";
  158. this.eFormViewerCtrl.RestorePenDrawing = false;
  159. this.eFormViewerCtrl.RunAsConsole = false;
  160. this.eFormViewerCtrl.Size = new System.Drawing.Size(636, 885);
  161. this.eFormViewerCtrl.TabIndex = 2;
  162. this.eFormViewerCtrl.OnError += new CLIP.eForm.Viewer.ErrorEventHandler(this.eFormViewerCtrl_OnError);
  163. this.eFormViewerCtrl.OnProcess += new CLIP.eForm.Viewer.ProcessEventHandler(this.eFormViewerCtrl_OnProcess);
  164. this.eFormViewerCtrl.VisibleChanged += new System.EventHandler(this.eFormViewerCtrl_VisibleChanged);
  165. //
  166. // pnlViewer
  167. //
  168. this.pnlViewer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  169. | System.Windows.Forms.AnchorStyles.Left)
  170. | System.Windows.Forms.AnchorStyles.Right)));
  171. this.pnlViewer.BackColor = System.Drawing.SystemColors.Control;
  172. this.pnlViewer.Controls.Add(this.imageViewCtrl1);
  173. this.pnlViewer.Location = new System.Drawing.Point(0, 1);
  174. this.pnlViewer.Margin = new System.Windows.Forms.Padding(0);
  175. this.pnlViewer.Name = "pnlViewer";
  176. this.pnlViewer.Size = new System.Drawing.Size(636, 935);
  177. this.pnlViewer.TabIndex = 1;
  178. this.pnlViewer.Visible = false;
  179. //
  180. // imageViewCtrl1
  181. //
  182. this.imageViewCtrl1.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.imageViewCtrl1.Location = new System.Drawing.Point(0, 0);
  184. this.imageViewCtrl1.Margin = new System.Windows.Forms.Padding(2);
  185. this.imageViewCtrl1.Name = "imageViewCtrl1";
  186. this.imageViewCtrl1.Size = new System.Drawing.Size(636, 935);
  187. this.imageViewCtrl1.TabIndex = 0;
  188. //
  189. // pnlCommand
  190. //
  191. this.pnlCommand.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  192. | System.Windows.Forms.AnchorStyles.Right)));
  193. this.pnlCommand.Controls.Add(this.consentCommandCtrl);
  194. this.pnlCommand.Location = new System.Drawing.Point(0, 0);
  195. this.pnlCommand.Margin = new System.Windows.Forms.Padding(0);
  196. this.pnlCommand.Name = "pnlCommand";
  197. this.pnlCommand.Size = new System.Drawing.Size(630, 50);
  198. this.pnlCommand.TabIndex = 0;
  199. //
  200. // consentCommandCtrl
  201. //
  202. this.consentCommandCtrl.CurrentEndUser = null;
  203. this.consentCommandCtrl.CurrentPreviewConsent = null;
  204. this.consentCommandCtrl.CurrentTargetPatient = null;
  205. this.consentCommandCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
  206. this.consentCommandCtrl.EnablePenConfig = false;
  207. this.consentCommandCtrl.EnablePenDrawing = false;
  208. this.consentCommandCtrl.EnableRedo = false;
  209. this.consentCommandCtrl.EnableRemoveAll = false;
  210. this.consentCommandCtrl.EnableUndo = false;
  211. this.consentCommandCtrl.Location = new System.Drawing.Point(0, 0);
  212. this.consentCommandCtrl.Margin = new System.Windows.Forms.Padding(0);
  213. this.consentCommandCtrl.Name = "consentCommandCtrl";
  214. this.consentCommandCtrl.reprintStatus = false;
  215. this.consentCommandCtrl.Size = new System.Drawing.Size(630, 50);
  216. this.consentCommandCtrl.TabIndex = 0;
  217. //
  218. // patientListCtrl
  219. //
  220. this.patientListCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.patientListCtrl.Location = new System.Drawing.Point(0, 0);
  222. this.patientListCtrl.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
  223. this.patientListCtrl.Name = "patientListCtrl";
  224. this.patientListCtrl.Size = new System.Drawing.Size(304, 938);
  225. this.patientListCtrl.TabIndex = 0;
  226. //
  227. // ConsentMainControl
  228. //
  229. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  230. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  231. this.Controls.Add(this.pnlPatientInfo);
  232. this.Controls.Add(this.splitConsent);
  233. this.Name = "ConsentMainControl";
  234. this.Size = new System.Drawing.Size(1250, 1000);
  235. this.pnlPatientInfo.ResumeLayout(false);
  236. this.panel1.ResumeLayout(false);
  237. this.splitConsent.Panel1.ResumeLayout(false);
  238. this.splitConsent.Panel2.ResumeLayout(false);
  239. this.splitConsent.ResumeLayout(false);
  240. this.splitPatient.Panel1.ResumeLayout(false);
  241. this.splitPatient.Panel2.ResumeLayout(false);
  242. this.splitPatient.ResumeLayout(false);
  243. this.pnlViewer.ResumeLayout(false);
  244. this.pnlCommand.ResumeLayout(false);
  245. this.ResumeLayout(false);
  246. }
  247. #endregion
  248. private System.Windows.Forms.Panel pnlPatientInfo;
  249. private System.Windows.Forms.SplitContainer splitConsent;
  250. private System.Windows.Forms.SplitContainer splitPatient;
  251. private System.Windows.Forms.Panel pnlViewer;
  252. private System.Windows.Forms.Panel pnlCommand;
  253. private PatientInfoCtrl patientInfoCtrl;
  254. private ConsentCommandCtrl consentCommandCtrl;
  255. private ConsentListCtrl consentListCtrl;
  256. private PatientListCtrl patientListCtrl;
  257. private Viewer.AxViewerCtrl eFormViewerCtrl;
  258. private CLIP.eForm.ImageView.ImageViewCtrl imageViewCtrl1;
  259. private System.Windows.Forms.Panel panel1;
  260. private System.Windows.Forms.Button btnHelp;
  261. }
  262. }