PatientSelectTabOutPatient.Designer.cs 16 KB

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