PatientSelectTabEmergencyPatient.Designer.cs 15 KB

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