PatientSelectTabInPatient.Designer.cs 15 KB

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