PatientSelectTabInPatient.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. namespace CLIP.eForm.Consent.UI
  2. {
  3. partial class PatientSelectTabInPatient
  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(PatientSelectTabInPatient));
  29. this.dataGridViewPatientSelectResult = new System.Windows.Forms.DataGridView();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.chkMyPatient = new System.Windows.Forms.CheckBox();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.comboWard = new System.Windows.Forms.ComboBox();
  34. this.radioGubunIng = new System.Windows.Forms.RadioButton();
  35. this.radioGubunFuture = new System.Windows.Forms.RadioButton();
  36. this.radioGubunOut = new System.Windows.Forms.RadioButton();
  37. this.radioGubunAll = new System.Windows.Forms.RadioButton();
  38. this.buttonSearchPop = new System.Windows.Forms.Button();
  39. this.textBoxSearchText = new System.Windows.Forms.TextBox();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.comboDoctor = new System.Windows.Forms.ComboBox();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.comboDept = new System.Windows.Forms.ComboBox();
  45. this.label1 = new System.Windows.Forms.Label();
  46. this.labelSelectPeriod = new System.Windows.Forms.Label();
  47. this.dateTimePickerClnDate = new System.Windows.Forms.DateTimePicker();
  48. this.buttonPatientSelect = new System.Windows.Forms.Button();
  49. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPatientSelectResult)).BeginInit();
  50. this.panel1.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // dataGridViewPatientSelectResult
  54. //
  55. this.dataGridViewPatientSelectResult.AllowUserToAddRows = false;
  56. this.dataGridViewPatientSelectResult.AllowUserToDeleteRows = false;
  57. this.dataGridViewPatientSelectResult.AllowUserToResizeRows = false;
  58. this.dataGridViewPatientSelectResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  59. | System.Windows.Forms.AnchorStyles.Left)
  60. | System.Windows.Forms.AnchorStyles.Right)));
  61. this.dataGridViewPatientSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  62. this.dataGridViewPatientSelectResult.Location = new System.Drawing.Point(0, 146);
  63. this.dataGridViewPatientSelectResult.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  64. this.dataGridViewPatientSelectResult.MultiSelect = false;
  65. this.dataGridViewPatientSelectResult.Name = "dataGridViewPatientSelectResult";
  66. this.dataGridViewPatientSelectResult.RowHeadersWidth = 40;
  67. this.dataGridViewPatientSelectResult.RowTemplate.Height = 23;
  68. this.dataGridViewPatientSelectResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  69. this.dataGridViewPatientSelectResult.ShowEditingIcon = false;
  70. this.dataGridViewPatientSelectResult.Size = new System.Drawing.Size(1263, 592);
  71. this.dataGridViewPatientSelectResult.TabIndex = 40;
  72. this.dataGridViewPatientSelectResult.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewPatientSelectResult_CellDoubleClick);
  73. //
  74. // panel1
  75. //
  76. this.panel1.Controls.Add(this.chkMyPatient);
  77. this.panel1.Controls.Add(this.label5);
  78. this.panel1.Controls.Add(this.comboWard);
  79. this.panel1.Controls.Add(this.radioGubunIng);
  80. this.panel1.Controls.Add(this.radioGubunFuture);
  81. this.panel1.Controls.Add(this.radioGubunOut);
  82. this.panel1.Controls.Add(this.radioGubunAll);
  83. this.panel1.Controls.Add(this.buttonSearchPop);
  84. this.panel1.Controls.Add(this.textBoxSearchText);
  85. this.panel1.Controls.Add(this.label4);
  86. this.panel1.Controls.Add(this.label3);
  87. this.panel1.Controls.Add(this.comboDoctor);
  88. this.panel1.Controls.Add(this.label2);
  89. this.panel1.Controls.Add(this.comboDept);
  90. this.panel1.Controls.Add(this.label1);
  91. this.panel1.Controls.Add(this.labelSelectPeriod);
  92. this.panel1.Controls.Add(this.dateTimePickerClnDate);
  93. this.panel1.Controls.Add(this.buttonPatientSelect);
  94. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  95. this.panel1.Location = new System.Drawing.Point(0, 0);
  96. this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  97. this.panel1.Name = "panel1";
  98. this.panel1.Size = new System.Drawing.Size(1263, 139);
  99. this.panel1.TabIndex = 41;
  100. //
  101. // chkMyPatient
  102. //
  103. this.chkMyPatient.AutoSize = true;
  104. this.chkMyPatient.Location = new System.Drawing.Point(181, 106);
  105. this.chkMyPatient.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  106. this.chkMyPatient.Name = "chkMyPatient";
  107. this.chkMyPatient.Size = new System.Drawing.Size(79, 19);
  108. this.chkMyPatient.TabIndex = 62;
  109. this.chkMyPatient.Text = "내 환자";
  110. this.chkMyPatient.UseVisualStyleBackColor = true;
  111. this.chkMyPatient.Visible = false;
  112. //
  113. // label5
  114. //
  115. this.label5.AutoSize = true;
  116. this.label5.Location = new System.Drawing.Point(175, 18);
  117. this.label5.Name = "label5";
  118. this.label5.Size = new System.Drawing.Size(37, 15);
  119. this.label5.TabIndex = 61;
  120. this.label5.Text = "병동";
  121. //
  122. // comboWard
  123. //
  124. this.comboWard.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  125. this.comboWard.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  126. this.comboWard.FormattingEnabled = true;
  127. this.comboWard.Location = new System.Drawing.Point(224, 11);
  128. this.comboWard.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  129. this.comboWard.MaxDropDownItems = 20;
  130. this.comboWard.Name = "comboWard";
  131. this.comboWard.Size = new System.Drawing.Size(102, 26);
  132. this.comboWard.TabIndex = 60;
  133. this.comboWard.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboWard_DrawItem);
  134. this.comboWard.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.comboWard_MeasureItem);
  135. //
  136. // radioGubunIng
  137. //
  138. this.radioGubunIng.AutoSize = true;
  139. this.radioGubunIng.Location = new System.Drawing.Point(235, 75);
  140. this.radioGubunIng.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  141. this.radioGubunIng.Name = "radioGubunIng";
  142. this.radioGubunIng.Size = new System.Drawing.Size(73, 19);
  143. this.radioGubunIng.TabIndex = 59;
  144. this.radioGubunIng.TabStop = true;
  145. this.radioGubunIng.Tag = "C";
  146. this.radioGubunIng.Text = "미작성";
  147. this.radioGubunIng.UseVisualStyleBackColor = true;
  148. //
  149. // radioGubunFuture
  150. //
  151. this.radioGubunFuture.AutoSize = true;
  152. this.radioGubunFuture.Location = new System.Drawing.Point(176, 75);
  153. this.radioGubunFuture.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  154. this.radioGubunFuture.Name = "radioGubunFuture";
  155. this.radioGubunFuture.Size = new System.Drawing.Size(58, 19);
  156. this.radioGubunFuture.TabIndex = 58;
  157. this.radioGubunFuture.TabStop = true;
  158. this.radioGubunFuture.Tag = "1";
  159. this.radioGubunFuture.Text = "퇴원";
  160. this.radioGubunFuture.UseVisualStyleBackColor = true;
  161. //
  162. // radioGubunOut
  163. //
  164. this.radioGubunOut.AutoSize = true;
  165. this.radioGubunOut.Location = new System.Drawing.Point(117, 75);
  166. this.radioGubunOut.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  167. this.radioGubunOut.Name = "radioGubunOut";
  168. this.radioGubunOut.Size = new System.Drawing.Size(58, 19);
  169. this.radioGubunOut.TabIndex = 57;
  170. this.radioGubunOut.TabStop = true;
  171. this.radioGubunOut.Tag = "0";
  172. this.radioGubunOut.Text = "입원";
  173. this.radioGubunOut.UseVisualStyleBackColor = true;
  174. //
  175. // radioGubunAll
  176. //
  177. this.radioGubunAll.AutoSize = true;
  178. this.radioGubunAll.Checked = true;
  179. this.radioGubunAll.Location = new System.Drawing.Point(57, 75);
  180. this.radioGubunAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  181. this.radioGubunAll.Name = "radioGubunAll";
  182. this.radioGubunAll.Size = new System.Drawing.Size(58, 19);
  183. this.radioGubunAll.TabIndex = 56;
  184. this.radioGubunAll.TabStop = true;
  185. this.radioGubunAll.Tag = "A";
  186. this.radioGubunAll.Text = "재원";
  187. this.radioGubunAll.UseVisualStyleBackColor = true;
  188. //
  189. // buttonSearchPop
  190. //
  191. this.buttonSearchPop.Image = ((System.Drawing.Image)(resources.GetObject("buttonSearchPop.Image")));
  192. this.buttonSearchPop.Location = new System.Drawing.Point(142, 100);
  193. this.buttonSearchPop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  194. this.buttonSearchPop.Name = "buttonSearchPop";
  195. this.buttonSearchPop.Size = new System.Drawing.Size(29, 30);
  196. this.buttonSearchPop.TabIndex = 55;
  197. this.buttonSearchPop.UseVisualStyleBackColor = true;
  198. this.buttonSearchPop.Click += new System.EventHandler(this.buttonSearchPop_Click);
  199. //
  200. // textBoxSearchText
  201. //
  202. this.textBoxSearchText.Location = new System.Drawing.Point(72, 102);
  203. this.textBoxSearchText.Margin = new System.Windows.Forms.Padding(0);
  204. this.textBoxSearchText.Name = "textBoxSearchText";
  205. this.textBoxSearchText.Size = new System.Drawing.Size(68, 25);
  206. this.textBoxSearchText.TabIndex = 54;
  207. this.textBoxSearchText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxSearchText_KeyDown);
  208. //
  209. // label4
  210. //
  211. this.label4.AutoSize = true;
  212. this.label4.Location = new System.Drawing.Point(6, 106);
  213. this.label4.Name = "label4";
  214. this.label4.Size = new System.Drawing.Size(67, 15);
  215. this.label4.TabIndex = 53;
  216. this.label4.Text = "등록번호";
  217. //
  218. // label3
  219. //
  220. this.label3.AutoSize = true;
  221. this.label3.Location = new System.Drawing.Point(177, 48);
  222. this.label3.Name = "label3";
  223. this.label3.Size = new System.Drawing.Size(67, 15);
  224. this.label3.TabIndex = 52;
  225. this.label3.Text = "담당교수";
  226. //
  227. // comboDoctor
  228. //
  229. this.comboDoctor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  230. this.comboDoctor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  231. this.comboDoctor.FormattingEnabled = true;
  232. this.comboDoctor.Location = new System.Drawing.Point(247, 41);
  233. this.comboDoctor.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  234. this.comboDoctor.MaxDropDownItems = 20;
  235. this.comboDoctor.Name = "comboDoctor";
  236. this.comboDoctor.Size = new System.Drawing.Size(79, 26);
  237. this.comboDoctor.TabIndex = 51;
  238. this.comboDoctor.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboDoctor_DrawItem);
  239. this.comboDoctor.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.comboDoctor_MeasureItem);
  240. //
  241. // label2
  242. //
  243. this.label2.AutoSize = true;
  244. this.label2.Location = new System.Drawing.Point(6, 46);
  245. this.label2.Name = "label2";
  246. this.label2.Size = new System.Drawing.Size(52, 15);
  247. this.label2.TabIndex = 50;
  248. this.label2.Text = "진료과";
  249. //
  250. // comboDept
  251. //
  252. this.comboDept.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  253. this.comboDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  254. this.comboDept.DropDownWidth = 150;
  255. this.comboDept.FormattingEnabled = true;
  256. this.comboDept.Location = new System.Drawing.Point(57, 41);
  257. this.comboDept.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  258. this.comboDept.MaxDropDownItems = 20;
  259. this.comboDept.Name = "comboDept";
  260. this.comboDept.Size = new System.Drawing.Size(114, 26);
  261. this.comboDept.TabIndex = 49;
  262. this.comboDept.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboDept_DrawItem);
  263. this.comboDept.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.comboDept_MeasureItem);
  264. this.comboDept.SelectedIndexChanged += new System.EventHandler(this.comboDept_SelectedIndexChanged);
  265. //
  266. // label1
  267. //
  268. this.label1.AutoSize = true;
  269. this.label1.Location = new System.Drawing.Point(6, 76);
  270. this.label1.Name = "label1";
  271. this.label1.Size = new System.Drawing.Size(37, 15);
  272. this.label1.TabIndex = 48;
  273. this.label1.Text = "구분";
  274. //
  275. // labelSelectPeriod
  276. //
  277. this.labelSelectPeriod.AutoSize = true;
  278. this.labelSelectPeriod.Location = new System.Drawing.Point(6, 16);
  279. this.labelSelectPeriod.Name = "labelSelectPeriod";
  280. this.labelSelectPeriod.Size = new System.Drawing.Size(52, 15);
  281. this.labelSelectPeriod.TabIndex = 45;
  282. this.labelSelectPeriod.Text = "입원일";
  283. //
  284. // dateTimePickerClnDate
  285. //
  286. this.dateTimePickerClnDate.CustomFormat = "yyyy-MM-dd";
  287. this.dateTimePickerClnDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  288. this.dateTimePickerClnDate.Location = new System.Drawing.Point(57, 11);
  289. this.dateTimePickerClnDate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  290. this.dateTimePickerClnDate.Name = "dateTimePickerClnDate";
  291. this.dateTimePickerClnDate.Size = new System.Drawing.Size(97, 25);
  292. this.dateTimePickerClnDate.TabIndex = 46;
  293. this.dateTimePickerClnDate.Value = new System.DateTime(2016, 6, 1, 0, 0, 0, 0);
  294. //
  295. // buttonPatientSelect
  296. //
  297. this.buttonPatientSelect.Location = new System.Drawing.Point(266, 102);
  298. this.buttonPatientSelect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  299. this.buttonPatientSelect.Name = "buttonPatientSelect";
  300. this.buttonPatientSelect.Size = new System.Drawing.Size(57, 29);
  301. this.buttonPatientSelect.TabIndex = 47;
  302. this.buttonPatientSelect.Text = "조회";
  303. this.buttonPatientSelect.UseVisualStyleBackColor = true;
  304. this.buttonPatientSelect.Click += new System.EventHandler(this.buttonPatientSelect_Click);
  305. //
  306. // PatientSelectTabInPatient
  307. //
  308. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  309. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  310. this.Controls.Add(this.dataGridViewPatientSelectResult);
  311. this.Controls.Add(this.panel1);
  312. this.Margin = new System.Windows.Forms.Padding(0);
  313. this.Name = "PatientSelectTabInPatient";
  314. this.Size = new System.Drawing.Size(1263, 739);
  315. this.Load += new System.EventHandler(this.PatientSelectTabInPatient_Load);
  316. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPatientSelectResult)).EndInit();
  317. this.panel1.ResumeLayout(false);
  318. this.panel1.PerformLayout();
  319. this.ResumeLayout(false);
  320. }
  321. #endregion
  322. private System.Windows.Forms.DataGridView dataGridViewPatientSelectResult;
  323. private System.Windows.Forms.Panel panel1;
  324. private System.Windows.Forms.RadioButton radioGubunIng;
  325. private System.Windows.Forms.RadioButton radioGubunFuture;
  326. private System.Windows.Forms.RadioButton radioGubunOut;
  327. private System.Windows.Forms.RadioButton radioGubunAll;
  328. private System.Windows.Forms.Button buttonSearchPop;
  329. private System.Windows.Forms.TextBox textBoxSearchText;
  330. private System.Windows.Forms.Label label4;
  331. private System.Windows.Forms.Label label3;
  332. private System.Windows.Forms.ComboBox comboDoctor;
  333. private System.Windows.Forms.Label label2;
  334. private System.Windows.Forms.ComboBox comboDept;
  335. private System.Windows.Forms.Label label1;
  336. private System.Windows.Forms.Label labelSelectPeriod;
  337. private System.Windows.Forms.DateTimePicker dateTimePickerClnDate;
  338. private System.Windows.Forms.Button buttonPatientSelect;
  339. private System.Windows.Forms.Label label5;
  340. private System.Windows.Forms.ComboBox comboWard;
  341. private System.Windows.Forms.CheckBox chkMyPatient;
  342. }
  343. }