PatientSelectTabInPatient.Designer.cs 16 KB

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