ConsentSelectTabPageAll.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. namespace CLIP.eForm.Consent.UI
  2. {
  3. partial class ConsentSelectTabPageAll
  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.dataGridViewConsentSelectResult = new System.Windows.Forms.DataGridView();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.searchName = new System.Windows.Forms.TextBox();
  31. this.saveAllCertify = new System.Windows.Forms.Button();
  32. this.rdoUser = new System.Windows.Forms.RadioButton();
  33. this.rdoPatient = new System.Windows.Forms.RadioButton();
  34. this.checkBoxVerbal = new System.Windows.Forms.CheckBox();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.dateTimePickerEndDate = new System.Windows.Forms.DateTimePicker();
  37. this.dateTimePickerStartDate = new System.Windows.Forms.DateTimePicker();
  38. this.checkBoxCertifyCmp = new System.Windows.Forms.CheckBox();
  39. this.checkBoxAll = new System.Windows.Forms.CheckBox();
  40. this.buttonConsentSelect = new System.Windows.Forms.Button();
  41. this.checkBoxElectronicCmp = new System.Windows.Forms.CheckBox();
  42. this.checkBoxTemp = new System.Windows.Forms.CheckBox();
  43. this.checkBoxPaperOut = new System.Windows.Forms.CheckBox();
  44. this.checkBoxUnfinished = new System.Windows.Forms.CheckBox();
  45. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).BeginInit();
  46. this.panel1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // dataGridViewConsentSelectResult
  50. //
  51. this.dataGridViewConsentSelectResult.AllowUserToAddRows = false;
  52. this.dataGridViewConsentSelectResult.AllowUserToDeleteRows = false;
  53. this.dataGridViewConsentSelectResult.AllowUserToResizeRows = false;
  54. this.dataGridViewConsentSelectResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  55. | System.Windows.Forms.AnchorStyles.Left)
  56. | System.Windows.Forms.AnchorStyles.Right)));
  57. this.dataGridViewConsentSelectResult.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  58. this.dataGridViewConsentSelectResult.ColumnHeadersHeight = 32;
  59. this.dataGridViewConsentSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  60. this.dataGridViewConsentSelectResult.Location = new System.Drawing.Point(0, 87);
  61. this.dataGridViewConsentSelectResult.MultiSelect = false;
  62. this.dataGridViewConsentSelectResult.Name = "dataGridViewConsentSelectResult";
  63. this.dataGridViewConsentSelectResult.ReadOnly = true;
  64. this.dataGridViewConsentSelectResult.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  65. this.dataGridViewConsentSelectResult.RowHeadersWidth = 25;
  66. this.dataGridViewConsentSelectResult.RowTemplate.Height = 23;
  67. this.dataGridViewConsentSelectResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  68. this.dataGridViewConsentSelectResult.Size = new System.Drawing.Size(1105, 504);
  69. this.dataGridViewConsentSelectResult.TabIndex = 36;
  70. this.dataGridViewConsentSelectResult.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewConsentSelectResult_CellClick);
  71. this.dataGridViewConsentSelectResult.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.dataGridViewConsentSelectResult_CellContextMenuStripNeeded);
  72. this.dataGridViewConsentSelectResult.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewConsentSelectResult_CellMouseDoubleClick);
  73. this.dataGridViewConsentSelectResult.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridViewConsentSelectResult_DataBindingComplete);
  74. //
  75. // panel1
  76. //
  77. this.panel1.Controls.Add(this.searchName);
  78. this.panel1.Controls.Add(this.saveAllCertify);
  79. this.panel1.Controls.Add(this.rdoUser);
  80. this.panel1.Controls.Add(this.rdoPatient);
  81. this.panel1.Controls.Add(this.checkBoxVerbal);
  82. this.panel1.Controls.Add(this.label2);
  83. this.panel1.Controls.Add(this.dateTimePickerEndDate);
  84. this.panel1.Controls.Add(this.dateTimePickerStartDate);
  85. this.panel1.Controls.Add(this.checkBoxCertifyCmp);
  86. this.panel1.Controls.Add(this.checkBoxAll);
  87. this.panel1.Controls.Add(this.buttonConsentSelect);
  88. this.panel1.Controls.Add(this.checkBoxElectronicCmp);
  89. this.panel1.Controls.Add(this.checkBoxTemp);
  90. this.panel1.Controls.Add(this.checkBoxPaperOut);
  91. this.panel1.Controls.Add(this.checkBoxUnfinished);
  92. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  93. this.panel1.Location = new System.Drawing.Point(0, 0);
  94. this.panel1.Name = "panel1";
  95. this.panel1.Size = new System.Drawing.Size(1105, 81);
  96. this.panel1.TabIndex = 37;
  97. //
  98. // searchName
  99. //
  100. this.searchName.ImeMode = System.Windows.Forms.ImeMode.Hangul;
  101. this.searchName.Location = new System.Drawing.Point(160, 31);
  102. this.searchName.MaxLength = 20;
  103. this.searchName.Name = "searchName";
  104. this.searchName.Size = new System.Drawing.Size(80, 21);
  105. this.searchName.TabIndex = 37;
  106. this.searchName.Visible = false;
  107. //
  108. // saveAllCertify
  109. //
  110. this.saveAllCertify.Location = new System.Drawing.Point(246, 3);
  111. this.saveAllCertify.Name = "saveAllCertify";
  112. this.saveAllCertify.Size = new System.Drawing.Size(61, 23);
  113. this.saveAllCertify.TabIndex = 36;
  114. this.saveAllCertify.Text = "일괄저장";
  115. this.saveAllCertify.UseVisualStyleBackColor = true;
  116. this.saveAllCertify.Visible = false;
  117. this.saveAllCertify.Click += new System.EventHandler(this.saveAllCertify_Click);
  118. //
  119. // rdoUser
  120. //
  121. this.rdoUser.AutoSize = true;
  122. this.rdoUser.Location = new System.Drawing.Point(70, 33);
  123. this.rdoUser.Name = "rdoUser";
  124. this.rdoUser.Size = new System.Drawing.Size(92, 16);
  125. this.rdoUser.TabIndex = 35;
  126. this.rdoUser.TabStop = true;
  127. this.rdoUser.Text = "사용자별(ID)";
  128. this.rdoUser.UseVisualStyleBackColor = true;
  129. this.rdoUser.CheckedChanged += new System.EventHandler(this.rdoUser_CheckedChanged);
  130. //
  131. // rdoPatient
  132. //
  133. this.rdoPatient.AutoSize = true;
  134. this.rdoPatient.Checked = true;
  135. this.rdoPatient.Location = new System.Drawing.Point(5, 33);
  136. this.rdoPatient.Name = "rdoPatient";
  137. this.rdoPatient.Size = new System.Drawing.Size(59, 16);
  138. this.rdoPatient.TabIndex = 34;
  139. this.rdoPatient.TabStop = true;
  140. this.rdoPatient.Text = "환자별";
  141. this.rdoPatient.UseVisualStyleBackColor = true;
  142. //
  143. // checkBoxVerbal
  144. //
  145. this.checkBoxVerbal.AutoSize = true;
  146. this.checkBoxVerbal.Location = new System.Drawing.Point(272, 32);
  147. this.checkBoxVerbal.Name = "checkBoxVerbal";
  148. this.checkBoxVerbal.Size = new System.Drawing.Size(48, 16);
  149. this.checkBoxVerbal.TabIndex = 33;
  150. this.checkBoxVerbal.Tag = "VERBAL";
  151. this.checkBoxVerbal.Text = "구두";
  152. this.checkBoxVerbal.UseVisualStyleBackColor = true;
  153. this.checkBoxVerbal.Visible = false;
  154. //
  155. // label2
  156. //
  157. this.label2.Location = new System.Drawing.Point(91, 5);
  158. this.label2.Name = "label2";
  159. this.label2.Size = new System.Drawing.Size(14, 21);
  160. this.label2.TabIndex = 32;
  161. this.label2.Text = "~";
  162. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  163. //
  164. // dateTimePickerEndDate
  165. //
  166. this.dateTimePickerEndDate.CustomFormat = "yyyy-MM-dd";
  167. this.dateTimePickerEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  168. this.dateTimePickerEndDate.Location = new System.Drawing.Point(106, 5);
  169. this.dateTimePickerEndDate.Name = "dateTimePickerEndDate";
  170. this.dateTimePickerEndDate.Size = new System.Drawing.Size(85, 21);
  171. this.dateTimePickerEndDate.TabIndex = 31;
  172. //
  173. // dateTimePickerStartDate
  174. //
  175. this.dateTimePickerStartDate.CustomFormat = "yyyy-MM-dd";
  176. this.dateTimePickerStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  177. this.dateTimePickerStartDate.Location = new System.Drawing.Point(5, 5);
  178. this.dateTimePickerStartDate.Name = "dateTimePickerStartDate";
  179. this.dateTimePickerStartDate.Size = new System.Drawing.Size(85, 21);
  180. this.dateTimePickerStartDate.TabIndex = 30;
  181. //
  182. // checkBoxCertifyCmp
  183. //
  184. this.checkBoxCertifyCmp.AutoSize = true;
  185. this.checkBoxCertifyCmp.Location = new System.Drawing.Point(162, 57);
  186. this.checkBoxCertifyCmp.Name = "checkBoxCertifyCmp";
  187. this.checkBoxCertifyCmp.Size = new System.Drawing.Size(48, 16);
  188. this.checkBoxCertifyCmp.TabIndex = 22;
  189. this.checkBoxCertifyCmp.Tag = "CERTIFY_CMP";
  190. this.checkBoxCertifyCmp.Text = "인증";
  191. this.checkBoxCertifyCmp.UseVisualStyleBackColor = true;
  192. this.checkBoxCertifyCmp.CheckedChanged += new System.EventHandler(this.checkBoxCertifyCmp_CheckedChanged);
  193. //
  194. // checkBoxAll
  195. //
  196. this.checkBoxAll.AutoSize = true;
  197. this.checkBoxAll.Checked = true;
  198. this.checkBoxAll.CheckState = System.Windows.Forms.CheckState.Checked;
  199. this.checkBoxAll.Location = new System.Drawing.Point(5, 57);
  200. this.checkBoxAll.Name = "checkBoxAll";
  201. this.checkBoxAll.Size = new System.Drawing.Size(48, 16);
  202. this.checkBoxAll.TabIndex = 20;
  203. this.checkBoxAll.Text = "전체";
  204. this.checkBoxAll.UseVisualStyleBackColor = true;
  205. this.checkBoxAll.CheckedChanged += new System.EventHandler(this.checkBoxAll_CheckedChanged);
  206. //
  207. // buttonConsentSelect
  208. //
  209. this.buttonConsentSelect.Location = new System.Drawing.Point(195, 4);
  210. this.buttonConsentSelect.Name = "buttonConsentSelect";
  211. this.buttonConsentSelect.Size = new System.Drawing.Size(45, 23);
  212. this.buttonConsentSelect.TabIndex = 28;
  213. this.buttonConsentSelect.Text = "조회";
  214. this.buttonConsentSelect.UseVisualStyleBackColor = true;
  215. this.buttonConsentSelect.Click += new System.EventHandler(this.buttonConsentSelect_Click);
  216. //
  217. // checkBoxElectronicCmp
  218. //
  219. this.checkBoxElectronicCmp.AutoSize = true;
  220. this.checkBoxElectronicCmp.Location = new System.Drawing.Point(113, 57);
  221. this.checkBoxElectronicCmp.Name = "checkBoxElectronicCmp";
  222. this.checkBoxElectronicCmp.Size = new System.Drawing.Size(48, 16);
  223. this.checkBoxElectronicCmp.TabIndex = 21;
  224. this.checkBoxElectronicCmp.Tag = "ELECTR_CMP";
  225. this.checkBoxElectronicCmp.Text = "확인";
  226. this.checkBoxElectronicCmp.UseVisualStyleBackColor = true;
  227. this.checkBoxElectronicCmp.CheckedChanged += new System.EventHandler(this.checkBoxElectronicCmp_CheckedChanged);
  228. //
  229. // checkBoxTemp
  230. //
  231. this.checkBoxTemp.AutoSize = true;
  232. this.checkBoxTemp.Location = new System.Drawing.Point(54, 57);
  233. this.checkBoxTemp.Name = "checkBoxTemp";
  234. this.checkBoxTemp.Size = new System.Drawing.Size(60, 16);
  235. this.checkBoxTemp.TabIndex = 23;
  236. this.checkBoxTemp.Tag = "TEMP";
  237. this.checkBoxTemp.Text = "미작성";
  238. this.checkBoxTemp.UseVisualStyleBackColor = true;
  239. this.checkBoxTemp.CheckedChanged += new System.EventHandler(this.checkBoxTemp_CheckedChanged);
  240. //
  241. // checkBoxPaperOut
  242. //
  243. this.checkBoxPaperOut.AutoSize = true;
  244. this.checkBoxPaperOut.Location = new System.Drawing.Point(210, 57);
  245. this.checkBoxPaperOut.Name = "checkBoxPaperOut";
  246. this.checkBoxPaperOut.Size = new System.Drawing.Size(48, 16);
  247. this.checkBoxPaperOut.TabIndex = 25;
  248. this.checkBoxPaperOut.Tag = "PAPER_OUT";
  249. this.checkBoxPaperOut.Text = "종이";
  250. this.checkBoxPaperOut.UseVisualStyleBackColor = true;
  251. this.checkBoxPaperOut.CheckedChanged += new System.EventHandler(this.checkBoxPaperOut_CheckedChanged);
  252. //
  253. // checkBoxUnfinished
  254. //
  255. this.checkBoxUnfinished.AutoSize = true;
  256. this.checkBoxUnfinished.Location = new System.Drawing.Point(212, 33);
  257. this.checkBoxUnfinished.Name = "checkBoxUnfinished";
  258. this.checkBoxUnfinished.Size = new System.Drawing.Size(60, 16);
  259. this.checkBoxUnfinished.TabIndex = 24;
  260. this.checkBoxUnfinished.Tag = "UNFINISHED";
  261. this.checkBoxUnfinished.Text = "미작성";
  262. this.checkBoxUnfinished.UseVisualStyleBackColor = true;
  263. this.checkBoxUnfinished.Visible = false;
  264. this.checkBoxUnfinished.CheckedChanged += new System.EventHandler(this.checkBoxUnfinished_CheckedChanged);
  265. //
  266. // ConsentSelectTabPageAll
  267. //
  268. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  269. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  270. this.BackColor = System.Drawing.Color.White;
  271. this.Controls.Add(this.dataGridViewConsentSelectResult);
  272. this.Controls.Add(this.panel1);
  273. this.Name = "ConsentSelectTabPageAll";
  274. this.Size = new System.Drawing.Size(1105, 591);
  275. this.Load += new System.EventHandler(this.ConsentSelectTabPageAll_Load);
  276. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).EndInit();
  277. this.panel1.ResumeLayout(false);
  278. this.panel1.PerformLayout();
  279. this.ResumeLayout(false);
  280. }
  281. #endregion
  282. private System.Windows.Forms.DataGridView dataGridViewConsentSelectResult;
  283. private System.Windows.Forms.Panel panel1;
  284. private System.Windows.Forms.CheckBox checkBoxCertifyCmp;
  285. private System.Windows.Forms.CheckBox checkBoxAll;
  286. private System.Windows.Forms.Button buttonConsentSelect;
  287. private System.Windows.Forms.CheckBox checkBoxElectronicCmp;
  288. private System.Windows.Forms.CheckBox checkBoxTemp;
  289. private System.Windows.Forms.CheckBox checkBoxPaperOut;
  290. private System.Windows.Forms.CheckBox checkBoxUnfinished;
  291. private System.Windows.Forms.Label label2;
  292. private System.Windows.Forms.DateTimePicker dateTimePickerEndDate;
  293. private System.Windows.Forms.CheckBox checkBoxVerbal;
  294. private System.Windows.Forms.RadioButton rdoUser;
  295. private System.Windows.Forms.RadioButton rdoPatient;
  296. private System.Windows.Forms.Button saveAllCertify;
  297. private System.Windows.Forms.TextBox searchName;
  298. public System.Windows.Forms.DateTimePicker dateTimePickerStartDate;
  299. }
  300. }