PatientSelectTabOutPatient.Designer.cs 15 KB

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