PatientSelectTabSearchPatient.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  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. 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(29, 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(154, 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 = "1";
  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(50, 61);
  115. this.radioGubunIn.Name = "radioGubunIn";
  116. this.radioGubunIn.Size = new System.Drawing.Size(47, 16);
  117. this.radioGubunIn.TabIndex = 62;
  118. this.radioGubunIn.Tag = "A";
  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(102, 61);
  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 = "0";
  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(144, 80);
  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.Visible = false;
  145. this.buttonSearchPop.Click += new System.EventHandler(this.buttonSearchPop_Click);
  146. //
  147. // textBoxSearchText
  148. //
  149. this.textBoxSearchText.Location = new System.Drawing.Point(63, 82);
  150. this.textBoxSearchText.Margin = new System.Windows.Forms.Padding(0);
  151. this.textBoxSearchText.Name = "textBoxSearchText";
  152. this.textBoxSearchText.Size = new System.Drawing.Size(80, 21);
  153. this.textBoxSearchText.TabIndex = 51;
  154. this.textBoxSearchText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxSearchText_KeyDown);
  155. //
  156. // label4
  157. //
  158. this.label4.AutoSize = true;
  159. this.label4.Location = new System.Drawing.Point(5, 13);
  160. this.label4.Name = "label4";
  161. this.label4.Size = new System.Drawing.Size(41, 12);
  162. this.label4.TabIndex = 50;
  163. this.label4.Text = "진료일";
  164. //
  165. // label2
  166. //
  167. this.label2.AutoSize = true;
  168. this.label2.Location = new System.Drawing.Point(5, 85);
  169. this.label2.Name = "label2";
  170. this.label2.Size = new System.Drawing.Size(53, 12);
  171. this.label2.TabIndex = 47;
  172. this.label2.Text = "등록번호";
  173. //
  174. // comboDept
  175. //
  176. this.comboDept.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  177. this.comboDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  178. this.comboDept.DropDownWidth = 150;
  179. this.comboDept.FormattingEnabled = true;
  180. this.comboDept.ItemHeight = 16;
  181. this.comboDept.Location = new System.Drawing.Point(50, 33);
  182. this.comboDept.MaxDropDownItems = 20;
  183. this.comboDept.Name = "comboDept";
  184. this.comboDept.Size = new System.Drawing.Size(100, 22);
  185. this.comboDept.TabIndex = 46;
  186. this.comboDept.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboDept_DrawItem);
  187. this.comboDept.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.comboDept_MeasureItem);
  188. this.comboDept.SelectedIndexChanged += new System.EventHandler(this.comboDept_SelectedIndexChanged);
  189. //
  190. // label1
  191. //
  192. this.label1.AutoSize = true;
  193. this.label1.Location = new System.Drawing.Point(155, 38);
  194. this.label1.Name = "label1";
  195. this.label1.Size = new System.Drawing.Size(41, 12);
  196. this.label1.TabIndex = 45;
  197. this.label1.Text = "진료의";
  198. //
  199. // comboDoctor
  200. //
  201. this.comboDoctor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  202. this.comboDoctor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  203. this.comboDoctor.FormattingEnabled = true;
  204. this.comboDoctor.ItemHeight = 16;
  205. this.comboDoctor.Location = new System.Drawing.Point(200, 33);
  206. this.comboDoctor.MaxDropDownItems = 20;
  207. this.comboDoctor.Name = "comboDoctor";
  208. this.comboDoctor.Size = new System.Drawing.Size(70, 22);
  209. this.comboDoctor.TabIndex = 43;
  210. this.comboDoctor.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboDoctor_DrawItem);
  211. this.comboDoctor.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.comboDoctor_MeasureItem);
  212. //
  213. // labelSelectPeriod
  214. //
  215. this.labelSelectPeriod.AutoSize = true;
  216. this.labelSelectPeriod.Location = new System.Drawing.Point(5, 37);
  217. this.labelSelectPeriod.Margin = new System.Windows.Forms.Padding(0);
  218. this.labelSelectPeriod.Name = "labelSelectPeriod";
  219. this.labelSelectPeriod.Size = new System.Drawing.Size(41, 12);
  220. this.labelSelectPeriod.TabIndex = 41;
  221. this.labelSelectPeriod.Text = "진료과";
  222. //
  223. // dateTimePickerClnDate
  224. //
  225. this.dateTimePickerClnDate.CustomFormat = "yyyy-MM-dd";
  226. this.dateTimePickerClnDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  227. this.dateTimePickerClnDate.Location = new System.Drawing.Point(50, 9);
  228. this.dateTimePickerClnDate.Name = "dateTimePickerClnDate";
  229. this.dateTimePickerClnDate.Size = new System.Drawing.Size(85, 21);
  230. this.dateTimePickerClnDate.TabIndex = 42;
  231. this.dateTimePickerClnDate.Value = new System.DateTime(2016, 6, 1, 0, 0, 0, 0);
  232. //
  233. // buttonPatientSelect
  234. //
  235. this.buttonPatientSelect.Location = new System.Drawing.Point(220, 80);
  236. this.buttonPatientSelect.Name = "buttonPatientSelect";
  237. this.buttonPatientSelect.Size = new System.Drawing.Size(50, 23);
  238. this.buttonPatientSelect.TabIndex = 44;
  239. this.buttonPatientSelect.Text = "조회";
  240. this.buttonPatientSelect.UseVisualStyleBackColor = true;
  241. this.buttonPatientSelect.Click += new System.EventHandler(this.buttonPatientSelect_Click);
  242. //
  243. // PatientSelectTabSearchPatient
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.Controls.Add(this.dataGridViewPatientSelectResult);
  248. this.Controls.Add(this.panel1);
  249. this.Margin = new System.Windows.Forms.Padding(0);
  250. this.Name = "PatientSelectTabSearchPatient";
  251. this.Size = new System.Drawing.Size(1105, 591);
  252. this.Load += new System.EventHandler(this.PatientSelectTabSearchPatient_Load);
  253. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPatientSelectResult)).EndInit();
  254. this.panel1.ResumeLayout(false);
  255. this.panel1.PerformLayout();
  256. this.ResumeLayout(false);
  257. }
  258. #endregion
  259. private System.Windows.Forms.DataGridView dataGridViewPatientSelectResult;
  260. private System.Windows.Forms.Panel panel1;
  261. private System.Windows.Forms.TextBox textBoxSearchText;
  262. private System.Windows.Forms.Label label4;
  263. private System.Windows.Forms.Label label2;
  264. private System.Windows.Forms.ComboBox comboDept;
  265. private System.Windows.Forms.Label label1;
  266. private System.Windows.Forms.ComboBox comboDoctor;
  267. private System.Windows.Forms.Label labelSelectPeriod;
  268. private System.Windows.Forms.DateTimePicker dateTimePickerClnDate;
  269. private System.Windows.Forms.Button buttonPatientSelect;
  270. private System.Windows.Forms.RadioButton radioGubunER;
  271. private System.Windows.Forms.RadioButton radioGubunIn;
  272. private System.Windows.Forms.RadioButton radioGubunOut;
  273. private System.Windows.Forms.Button buttonSearchPop;
  274. private System.Windows.Forms.Label label9;
  275. }
  276. }