PatientSelectTabEmergencyPatient.Designer.cs 15 KB

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