PatientSelectTabSearchPatient.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. namespace CLIP.eForm.Consent.Dfh.UI
  2. {
  3. partial class PatientSelectTabSearchPatient
  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(PatientSelectTabSearchPatient));
  29. this.dataGridViewPatientSelectResult = new System.Windows.Forms.DataGridView();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label9 = new System.Windows.Forms.Label();
  32. this.radioGubunER = new System.Windows.Forms.RadioButton();
  33. this.radioGubunIn = new System.Windows.Forms.RadioButton();
  34. this.radioGubunOut = new System.Windows.Forms.RadioButton();
  35. this.buttonSearchPop = new System.Windows.Forms.Button();
  36. this.textBoxSearchText = new System.Windows.Forms.TextBox();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.comboDept = new System.Windows.Forms.ComboBox();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.comboDoctor = new System.Windows.Forms.ComboBox();
  42. this.labelSelectPeriod = new System.Windows.Forms.Label();
  43. this.dateTimePickerClnDate = new System.Windows.Forms.DateTimePicker();
  44. this.buttonPatientSelect = new System.Windows.Forms.Button();
  45. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPatientSelectResult)).BeginInit();
  46. this.panel1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // dataGridViewPatientSelectResult
  50. //
  51. this.dataGridViewPatientSelectResult.AllowUserToAddRows = false;
  52. this.dataGridViewPatientSelectResult.AllowUserToDeleteRows = false;
  53. this.dataGridViewPatientSelectResult.AllowUserToResizeRows = false;
  54. this.dataGridViewPatientSelectResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  55. | System.Windows.Forms.AnchorStyles.Left)
  56. | System.Windows.Forms.AnchorStyles.Right)));
  57. this.dataGridViewPatientSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  58. this.dataGridViewPatientSelectResult.Location = new System.Drawing.Point(0, 117);
  59. this.dataGridViewPatientSelectResult.MultiSelect = false;
  60. this.dataGridViewPatientSelectResult.Name = "dataGridViewPatientSelectResult";
  61. this.dataGridViewPatientSelectResult.RowHeadersWidth = 40;
  62. this.dataGridViewPatientSelectResult.RowTemplate.Height = 23;
  63. this.dataGridViewPatientSelectResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  64. this.dataGridViewPatientSelectResult.ShowEditingIcon = false;
  65. this.dataGridViewPatientSelectResult.Size = new System.Drawing.Size(1105, 474);
  66. this.dataGridViewPatientSelectResult.TabIndex = 40;
  67. this.dataGridViewPatientSelectResult.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewPatientSelectResult_CellDoubleClick);
  68. //
  69. // panel1
  70. //
  71. this.panel1.Controls.Add(this.label9);
  72. this.panel1.Controls.Add(this.radioGubunER);
  73. this.panel1.Controls.Add(this.radioGubunIn);
  74. this.panel1.Controls.Add(this.radioGubunOut);
  75. this.panel1.Controls.Add(this.buttonSearchPop);
  76. this.panel1.Controls.Add(this.textBoxSearchText);
  77. this.panel1.Controls.Add(this.label4);
  78. this.panel1.Controls.Add(this.label2);
  79. this.panel1.Controls.Add(this.comboDept);
  80. this.panel1.Controls.Add(this.label1);
  81. this.panel1.Controls.Add(this.comboDoctor);
  82. this.panel1.Controls.Add(this.labelSelectPeriod);
  83. this.panel1.Controls.Add(this.dateTimePickerClnDate);
  84. this.panel1.Controls.Add(this.buttonPatientSelect);
  85. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  86. this.panel1.Location = new System.Drawing.Point(0, 0);
  87. this.panel1.Name = "panel1";
  88. this.panel1.Size = new System.Drawing.Size(1105, 111);
  89. this.panel1.TabIndex = 41;
  90. //
  91. // label9
  92. //
  93. this.label9.AutoSize = true;
  94. this.label9.Location = new System.Drawing.Point(5, 61);
  95. this.label9.Name = "label9";
  96. this.label9.Size = new System.Drawing.Size(49, 12);
  97. this.label9.TabIndex = 79;
  98. this.label9.Text = "구 분";
  99. //
  100. // radioGubunER
  101. //
  102. this.radioGubunER.AutoSize = true;
  103. this.radioGubunER.Location = new System.Drawing.Point(179, 60);
  104. this.radioGubunER.Name = "radioGubunER";
  105. this.radioGubunER.Size = new System.Drawing.Size(47, 16);
  106. this.radioGubunER.TabIndex = 63;
  107. this.radioGubunER.Tag = "ER";
  108. this.radioGubunER.Text = "응급";
  109. this.radioGubunER.UseVisualStyleBackColor = true;
  110. //
  111. // radioGubunIn
  112. //
  113. this.radioGubunIn.AutoSize = true;
  114. this.radioGubunIn.Location = new System.Drawing.Point(123, 60);
  115. this.radioGubunIn.Name = "radioGubunIn";
  116. this.radioGubunIn.Size = new System.Drawing.Size(47, 16);
  117. this.radioGubunIn.TabIndex = 62;
  118. this.radioGubunIn.Tag = "I";
  119. this.radioGubunIn.Text = "입원";
  120. this.radioGubunIn.UseVisualStyleBackColor = true;
  121. //
  122. // radioGubunOut
  123. //
  124. this.radioGubunOut.AutoSize = true;
  125. this.radioGubunOut.Checked = true;
  126. this.radioGubunOut.Location = new System.Drawing.Point(67, 60);
  127. this.radioGubunOut.Margin = new System.Windows.Forms.Padding(0);
  128. this.radioGubunOut.Name = "radioGubunOut";
  129. this.radioGubunOut.Size = new System.Drawing.Size(47, 16);
  130. this.radioGubunOut.TabIndex = 61;
  131. this.radioGubunOut.TabStop = true;
  132. this.radioGubunOut.Tag = "O";
  133. this.radioGubunOut.Text = "외래";
  134. this.radioGubunOut.UseVisualStyleBackColor = true;
  135. //
  136. // buttonSearchPop
  137. //
  138. this.buttonSearchPop.Image = ((System.Drawing.Image)(resources.GetObject("buttonSearchPop.Image")));
  139. this.buttonSearchPop.Location = new System.Drawing.Point(143, 79);
  140. this.buttonSearchPop.Name = "buttonSearchPop";
  141. this.buttonSearchPop.Size = new System.Drawing.Size(25, 24);
  142. this.buttonSearchPop.TabIndex = 58;
  143. this.buttonSearchPop.UseVisualStyleBackColor = true;
  144. this.buttonSearchPop.Click += new System.EventHandler(this.buttonSearchPop_Click);
  145. //
  146. // textBoxSearchText
  147. //
  148. this.textBoxSearchText.Location = new System.Drawing.Point(63, 80);
  149. this.textBoxSearchText.Margin = new System.Windows.Forms.Padding(0);
  150. this.textBoxSearchText.Name = "textBoxSearchText";
  151. this.textBoxSearchText.Size = new System.Drawing.Size(80, 21);
  152. this.textBoxSearchText.TabIndex = 51;
  153. this.textBoxSearchText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxSearchText_KeyDown);
  154. //
  155. // label4
  156. //
  157. this.label4.AutoSize = true;
  158. this.label4.Location = new System.Drawing.Point(5, 13);
  159. this.label4.Name = "label4";
  160. this.label4.Size = new System.Drawing.Size(53, 12);
  161. this.label4.TabIndex = 50;
  162. this.label4.Text = "진료일자";
  163. //
  164. // label2
  165. //
  166. this.label2.AutoSize = true;
  167. this.label2.Location = new System.Drawing.Point(5, 85);
  168. this.label2.Name = "label2";
  169. this.label2.Size = new System.Drawing.Size(53, 12);
  170. this.label2.TabIndex = 47;
  171. this.label2.Text = "환자조회";
  172. //
  173. // comboDept
  174. //
  175. this.comboDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  176. this.comboDept.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  177. this.comboDept.FormattingEnabled = true;
  178. this.comboDept.Location = new System.Drawing.Point(63, 33);
  179. this.comboDept.Name = "comboDept";
  180. this.comboDept.Size = new System.Drawing.Size(98, 23);
  181. this.comboDept.TabIndex = 46;
  182. this.comboDept.SelectedIndexChanged += new System.EventHandler(this.comboDept_SelectedIndexChanged);
  183. //
  184. // label1
  185. //
  186. this.label1.AutoSize = true;
  187. this.label1.Location = new System.Drawing.Point(170, 38);
  188. this.label1.Name = "label1";
  189. this.label1.Size = new System.Drawing.Size(49, 12);
  190. this.label1.TabIndex = 45;
  191. this.label1.Text = "진 료 의";
  192. //
  193. // comboDoctor
  194. //
  195. this.comboDoctor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  196. this.comboDoctor.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  197. this.comboDoctor.FormattingEnabled = true;
  198. this.comboDoctor.Location = new System.Drawing.Point(225, 33);
  199. this.comboDoctor.Name = "comboDoctor";
  200. this.comboDoctor.Size = new System.Drawing.Size(95, 23);
  201. this.comboDoctor.TabIndex = 43;
  202. //
  203. // labelSelectPeriod
  204. //
  205. this.labelSelectPeriod.AutoSize = true;
  206. this.labelSelectPeriod.Location = new System.Drawing.Point(5, 37);
  207. this.labelSelectPeriod.Margin = new System.Windows.Forms.Padding(0);
  208. this.labelSelectPeriod.Name = "labelSelectPeriod";
  209. this.labelSelectPeriod.Size = new System.Drawing.Size(49, 12);
  210. this.labelSelectPeriod.TabIndex = 41;
  211. this.labelSelectPeriod.Text = "진 료 과";
  212. //
  213. // dateTimePickerClnDate
  214. //
  215. this.dateTimePickerClnDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  216. this.dateTimePickerClnDate.Location = new System.Drawing.Point(63, 10);
  217. this.dateTimePickerClnDate.Name = "dateTimePickerClnDate";
  218. this.dateTimePickerClnDate.Size = new System.Drawing.Size(98, 21);
  219. this.dateTimePickerClnDate.TabIndex = 42;
  220. this.dateTimePickerClnDate.Value = new System.DateTime(2016, 6, 1, 0, 0, 0, 0);
  221. //
  222. // buttonPatientSelect
  223. //
  224. this.buttonPatientSelect.Location = new System.Drawing.Point(248, 80);
  225. this.buttonPatientSelect.Name = "buttonPatientSelect";
  226. this.buttonPatientSelect.Size = new System.Drawing.Size(71, 23);
  227. this.buttonPatientSelect.TabIndex = 44;
  228. this.buttonPatientSelect.Text = "조회";
  229. this.buttonPatientSelect.UseVisualStyleBackColor = true;
  230. this.buttonPatientSelect.Click += new System.EventHandler(this.buttonPatientSelect_Click);
  231. //
  232. // PatientSelectTabSearchPatient
  233. //
  234. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  235. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  236. this.Controls.Add(this.dataGridViewPatientSelectResult);
  237. this.Controls.Add(this.panel1);
  238. this.Margin = new System.Windows.Forms.Padding(0);
  239. this.Name = "PatientSelectTabSearchPatient";
  240. this.Size = new System.Drawing.Size(1105, 591);
  241. this.Load += new System.EventHandler(this.PatientSelectTabSearchPatient_Load);
  242. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPatientSelectResult)).EndInit();
  243. this.panel1.ResumeLayout(false);
  244. this.panel1.PerformLayout();
  245. this.ResumeLayout(false);
  246. }
  247. #endregion
  248. private System.Windows.Forms.DataGridView dataGridViewPatientSelectResult;
  249. private System.Windows.Forms.Panel panel1;
  250. private System.Windows.Forms.TextBox textBoxSearchText;
  251. private System.Windows.Forms.Label label4;
  252. private System.Windows.Forms.Label label2;
  253. private System.Windows.Forms.ComboBox comboDept;
  254. private System.Windows.Forms.Label label1;
  255. private System.Windows.Forms.ComboBox comboDoctor;
  256. private System.Windows.Forms.Label labelSelectPeriod;
  257. private System.Windows.Forms.DateTimePicker dateTimePickerClnDate;
  258. private System.Windows.Forms.Button buttonPatientSelect;
  259. private System.Windows.Forms.RadioButton radioGubunER;
  260. private System.Windows.Forms.RadioButton radioGubunIn;
  261. private System.Windows.Forms.RadioButton radioGubunOut;
  262. private System.Windows.Forms.Button buttonSearchPop;
  263. private System.Windows.Forms.Label label9;
  264. }
  265. }