ConsentSelectTabPageAll.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. namespace CLIP.eForm.Consent.Dfh.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.checkBoxVerbal = new System.Windows.Forms.CheckBox();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.dateTimePickerEndDate = new System.Windows.Forms.DateTimePicker();
  33. this.dateTimePickerStartDate = new System.Windows.Forms.DateTimePicker();
  34. this.checkBoxCertifyCmp = new System.Windows.Forms.CheckBox();
  35. this.checkBoxAll = new System.Windows.Forms.CheckBox();
  36. this.buttonConsentSelect = new System.Windows.Forms.Button();
  37. this.checkBoxElectronicCmp = new System.Windows.Forms.CheckBox();
  38. this.checkBoxTemp = new System.Windows.Forms.CheckBox();
  39. this.checkBoxPaperOut = new System.Windows.Forms.CheckBox();
  40. this.checkBoxUnfinished = new System.Windows.Forms.CheckBox();
  41. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).BeginInit();
  42. this.panel1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // dataGridViewConsentSelectResult
  46. //
  47. this.dataGridViewConsentSelectResult.AllowUserToAddRows = false;
  48. this.dataGridViewConsentSelectResult.AllowUserToDeleteRows = false;
  49. this.dataGridViewConsentSelectResult.AllowUserToResizeRows = false;
  50. this.dataGridViewConsentSelectResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  51. | System.Windows.Forms.AnchorStyles.Left)
  52. | System.Windows.Forms.AnchorStyles.Right)));
  53. this.dataGridViewConsentSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  54. this.dataGridViewConsentSelectResult.Location = new System.Drawing.Point(0, 87);
  55. this.dataGridViewConsentSelectResult.MultiSelect = false;
  56. this.dataGridViewConsentSelectResult.Name = "dataGridViewConsentSelectResult";
  57. this.dataGridViewConsentSelectResult.ReadOnly = true;
  58. this.dataGridViewConsentSelectResult.RowHeadersWidth = 25;
  59. this.dataGridViewConsentSelectResult.RowTemplate.Height = 23;
  60. this.dataGridViewConsentSelectResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  61. this.dataGridViewConsentSelectResult.Size = new System.Drawing.Size(1105, 504);
  62. this.dataGridViewConsentSelectResult.TabIndex = 36;
  63. this.dataGridViewConsentSelectResult.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.dataGridViewConsentSelectResult_CellContextMenuStripNeeded);
  64. //
  65. // panel1
  66. //
  67. this.panel1.Controls.Add(this.checkBoxVerbal);
  68. this.panel1.Controls.Add(this.label2);
  69. this.panel1.Controls.Add(this.dateTimePickerEndDate);
  70. this.panel1.Controls.Add(this.dateTimePickerStartDate);
  71. this.panel1.Controls.Add(this.checkBoxCertifyCmp);
  72. this.panel1.Controls.Add(this.checkBoxAll);
  73. this.panel1.Controls.Add(this.buttonConsentSelect);
  74. this.panel1.Controls.Add(this.checkBoxElectronicCmp);
  75. this.panel1.Controls.Add(this.checkBoxTemp);
  76. this.panel1.Controls.Add(this.checkBoxPaperOut);
  77. this.panel1.Controls.Add(this.checkBoxUnfinished);
  78. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  79. this.panel1.Location = new System.Drawing.Point(0, 0);
  80. this.panel1.Name = "panel1";
  81. this.panel1.Size = new System.Drawing.Size(1105, 81);
  82. this.panel1.TabIndex = 37;
  83. //
  84. // checkBoxVerbal
  85. //
  86. this.checkBoxVerbal.AutoSize = true;
  87. this.checkBoxVerbal.Location = new System.Drawing.Point(179, 61);
  88. this.checkBoxVerbal.Name = "checkBoxVerbal";
  89. this.checkBoxVerbal.Size = new System.Drawing.Size(48, 16);
  90. this.checkBoxVerbal.TabIndex = 33;
  91. this.checkBoxVerbal.Tag = "VERBAL";
  92. this.checkBoxVerbal.Text = "구두";
  93. this.checkBoxVerbal.UseVisualStyleBackColor = true;
  94. //
  95. // label2
  96. //
  97. this.label2.AutoSize = true;
  98. this.label2.Location = new System.Drawing.Point(104, 11);
  99. this.label2.Name = "label2";
  100. this.label2.Size = new System.Drawing.Size(22, 12);
  101. this.label2.TabIndex = 32;
  102. this.label2.Text = " ~ ";
  103. //
  104. // dateTimePickerEndDate
  105. //
  106. this.dateTimePickerEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  107. this.dateTimePickerEndDate.Location = new System.Drawing.Point(127, 7);
  108. this.dateTimePickerEndDate.Name = "dateTimePickerEndDate";
  109. this.dateTimePickerEndDate.Size = new System.Drawing.Size(100, 21);
  110. this.dateTimePickerEndDate.TabIndex = 31;
  111. //
  112. // dateTimePickerStartDate
  113. //
  114. this.dateTimePickerStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  115. this.dateTimePickerStartDate.Location = new System.Drawing.Point(3, 7);
  116. this.dateTimePickerStartDate.Name = "dateTimePickerStartDate";
  117. this.dateTimePickerStartDate.Size = new System.Drawing.Size(100, 21);
  118. this.dateTimePickerStartDate.TabIndex = 30;
  119. //
  120. // checkBoxCertifyCmp
  121. //
  122. this.checkBoxCertifyCmp.AutoSize = true;
  123. this.checkBoxCertifyCmp.Location = new System.Drawing.Point(51, 61);
  124. this.checkBoxCertifyCmp.Name = "checkBoxCertifyCmp";
  125. this.checkBoxCertifyCmp.Size = new System.Drawing.Size(48, 16);
  126. this.checkBoxCertifyCmp.TabIndex = 22;
  127. this.checkBoxCertifyCmp.Tag = "CERTIFY_CMP";
  128. this.checkBoxCertifyCmp.Text = "인증";
  129. this.checkBoxCertifyCmp.UseVisualStyleBackColor = true;
  130. this.checkBoxCertifyCmp.CheckedChanged += new System.EventHandler(this.checkBoxCertifyCmp_CheckedChanged);
  131. //
  132. // checkBoxAll
  133. //
  134. this.checkBoxAll.AutoSize = true;
  135. this.checkBoxAll.Checked = true;
  136. this.checkBoxAll.CheckState = System.Windows.Forms.CheckState.Checked;
  137. this.checkBoxAll.Location = new System.Drawing.Point(3, 39);
  138. this.checkBoxAll.Name = "checkBoxAll";
  139. this.checkBoxAll.Size = new System.Drawing.Size(48, 16);
  140. this.checkBoxAll.TabIndex = 20;
  141. this.checkBoxAll.Text = "전체";
  142. this.checkBoxAll.UseVisualStyleBackColor = true;
  143. this.checkBoxAll.CheckedChanged += new System.EventHandler(this.checkBoxAll_CheckedChanged);
  144. //
  145. // buttonConsentSelect
  146. //
  147. this.buttonConsentSelect.Location = new System.Drawing.Point(239, 7);
  148. this.buttonConsentSelect.Name = "buttonConsentSelect";
  149. this.buttonConsentSelect.Size = new System.Drawing.Size(76, 23);
  150. this.buttonConsentSelect.TabIndex = 28;
  151. this.buttonConsentSelect.Text = "조회";
  152. this.buttonConsentSelect.UseVisualStyleBackColor = true;
  153. this.buttonConsentSelect.Click += new System.EventHandler(this.buttonConsentSelect_Click);
  154. //
  155. // checkBoxElectronicCmp
  156. //
  157. this.checkBoxElectronicCmp.AutoSize = true;
  158. this.checkBoxElectronicCmp.Location = new System.Drawing.Point(179, 39);
  159. this.checkBoxElectronicCmp.Name = "checkBoxElectronicCmp";
  160. this.checkBoxElectronicCmp.Size = new System.Drawing.Size(48, 16);
  161. this.checkBoxElectronicCmp.TabIndex = 21;
  162. this.checkBoxElectronicCmp.Tag = "ELECTR_CMP";
  163. this.checkBoxElectronicCmp.Text = "서명";
  164. this.checkBoxElectronicCmp.UseVisualStyleBackColor = true;
  165. this.checkBoxElectronicCmp.CheckedChanged += new System.EventHandler(this.checkBoxElectronicCmp_CheckedChanged);
  166. //
  167. // checkBoxTemp
  168. //
  169. this.checkBoxTemp.AutoSize = true;
  170. this.checkBoxTemp.Location = new System.Drawing.Point(107, 39);
  171. this.checkBoxTemp.Name = "checkBoxTemp";
  172. this.checkBoxTemp.Size = new System.Drawing.Size(72, 16);
  173. this.checkBoxTemp.TabIndex = 23;
  174. this.checkBoxTemp.Tag = "TEMP";
  175. this.checkBoxTemp.Text = "임시저장";
  176. this.checkBoxTemp.UseVisualStyleBackColor = true;
  177. this.checkBoxTemp.CheckedChanged += new System.EventHandler(this.checkBoxTemp_CheckedChanged);
  178. //
  179. // checkBoxPaperOut
  180. //
  181. this.checkBoxPaperOut.AutoSize = true;
  182. this.checkBoxPaperOut.Location = new System.Drawing.Point(106, 61);
  183. this.checkBoxPaperOut.Name = "checkBoxPaperOut";
  184. this.checkBoxPaperOut.Size = new System.Drawing.Size(48, 16);
  185. this.checkBoxPaperOut.TabIndex = 25;
  186. this.checkBoxPaperOut.Tag = "PAPER_OUT";
  187. this.checkBoxPaperOut.Text = "출력";
  188. this.checkBoxPaperOut.UseVisualStyleBackColor = true;
  189. this.checkBoxPaperOut.CheckedChanged += new System.EventHandler(this.checkBoxPaperOut_CheckedChanged);
  190. //
  191. // checkBoxUnfinished
  192. //
  193. this.checkBoxUnfinished.AutoSize = true;
  194. this.checkBoxUnfinished.Location = new System.Drawing.Point(51, 39);
  195. this.checkBoxUnfinished.Name = "checkBoxUnfinished";
  196. this.checkBoxUnfinished.Size = new System.Drawing.Size(60, 16);
  197. this.checkBoxUnfinished.TabIndex = 24;
  198. this.checkBoxUnfinished.Tag = "UNFINISHED";
  199. this.checkBoxUnfinished.Text = "미작성";
  200. this.checkBoxUnfinished.UseVisualStyleBackColor = true;
  201. this.checkBoxUnfinished.CheckedChanged += new System.EventHandler(this.checkBoxUnfinished_CheckedChanged);
  202. //
  203. // ConsentSelectTabPageAll
  204. //
  205. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  206. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  207. this.BackColor = System.Drawing.Color.White;
  208. this.Controls.Add(this.dataGridViewConsentSelectResult);
  209. this.Controls.Add(this.panel1);
  210. this.Name = "ConsentSelectTabPageAll";
  211. this.Size = new System.Drawing.Size(1105, 591);
  212. this.Load += new System.EventHandler(this.ConsentSelectTabPageAll_Load);
  213. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).EndInit();
  214. this.panel1.ResumeLayout(false);
  215. this.panel1.PerformLayout();
  216. this.ResumeLayout(false);
  217. }
  218. #endregion
  219. private System.Windows.Forms.DataGridView dataGridViewConsentSelectResult;
  220. private System.Windows.Forms.Panel panel1;
  221. private System.Windows.Forms.CheckBox checkBoxCertifyCmp;
  222. private System.Windows.Forms.CheckBox checkBoxAll;
  223. private System.Windows.Forms.Button buttonConsentSelect;
  224. private System.Windows.Forms.CheckBox checkBoxElectronicCmp;
  225. private System.Windows.Forms.CheckBox checkBoxTemp;
  226. private System.Windows.Forms.CheckBox checkBoxPaperOut;
  227. private System.Windows.Forms.CheckBox checkBoxUnfinished;
  228. private System.Windows.Forms.Label label2;
  229. private System.Windows.Forms.DateTimePicker dateTimePickerEndDate;
  230. private System.Windows.Forms.DateTimePicker dateTimePickerStartDate;
  231. private System.Windows.Forms.CheckBox checkBoxVerbal;
  232. }
  233. }