PatientSelectTabSearchPatient.Designer.cs 13 KB

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