ConsentSelectTabPageAll.Designer.cs 15 KB

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