PatientSelectTabEmergencyPatient.Designer.cs 13 KB

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