FormVisiting.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. namespace T_FaceRecognizer
  2. {
  3. partial class FormVisiting
  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 Windows Form 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(FormVisiting));
  29. this.PanelTitle = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.LblUserName = new System.Windows.Forms.Label();
  32. this.DgbVisitingForSelectedUser = new System.Windows.Forms.DataGridView();
  33. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.BtnOK = new System.Windows.Forms.Button();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.DtpVisitDate = new System.Windows.Forms.DateTimePicker();
  39. this.CbxFilterDate = new System.Windows.Forms.CheckBox();
  40. this.PanelTitle.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.DgbVisitingForSelectedUser)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // PanelTitle
  45. //
  46. this.PanelTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  47. this.PanelTitle.Controls.Add(this.LblUserName);
  48. this.PanelTitle.Controls.Add(this.label1);
  49. this.PanelTitle.Dock = System.Windows.Forms.DockStyle.Top;
  50. this.PanelTitle.Location = new System.Drawing.Point(0, 0);
  51. this.PanelTitle.Name = "PanelTitle";
  52. this.PanelTitle.Size = new System.Drawing.Size(643, 84);
  53. this.PanelTitle.TabIndex = 0;
  54. //
  55. // label1
  56. //
  57. this.label1.Dock = System.Windows.Forms.DockStyle.Top;
  58. this.label1.Font = new System.Drawing.Font("Segoe UI Semibold", 16F, System.Drawing.FontStyle.Bold);
  59. this.label1.ForeColor = System.Drawing.Color.White;
  60. this.label1.Location = new System.Drawing.Point(0, 0);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(643, 47);
  63. this.label1.TabIndex = 0;
  64. this.label1.Text = "Сводка посещений для пользователя: ";
  65. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  66. //
  67. // LblUserName
  68. //
  69. this.LblUserName.Dock = System.Windows.Forms.DockStyle.Bottom;
  70. this.LblUserName.Font = new System.Drawing.Font("Segoe UI Semibold", 14F, System.Drawing.FontStyle.Bold);
  71. this.LblUserName.ForeColor = System.Drawing.Color.White;
  72. this.LblUserName.Location = new System.Drawing.Point(0, 39);
  73. this.LblUserName.Name = "LblUserName";
  74. this.LblUserName.Size = new System.Drawing.Size(643, 45);
  75. this.LblUserName.TabIndex = 1;
  76. this.LblUserName.Text = "Lastname Firstname Patronymic";
  77. this.LblUserName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  78. //
  79. // DgbVisitingForSelectedUser
  80. //
  81. this.DgbVisitingForSelectedUser.AllowUserToAddRows = false;
  82. this.DgbVisitingForSelectedUser.AllowUserToDeleteRows = false;
  83. this.DgbVisitingForSelectedUser.AllowUserToResizeColumns = false;
  84. this.DgbVisitingForSelectedUser.AllowUserToResizeRows = false;
  85. this.DgbVisitingForSelectedUser.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  86. | System.Windows.Forms.AnchorStyles.Left)
  87. | System.Windows.Forms.AnchorStyles.Right)));
  88. this.DgbVisitingForSelectedUser.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  89. this.DgbVisitingForSelectedUser.BorderStyle = System.Windows.Forms.BorderStyle.None;
  90. this.DgbVisitingForSelectedUser.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
  91. this.DgbVisitingForSelectedUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  92. this.DgbVisitingForSelectedUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  93. this.Column1,
  94. this.Column2,
  95. this.Column3});
  96. this.DgbVisitingForSelectedUser.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
  97. this.DgbVisitingForSelectedUser.Location = new System.Drawing.Point(0, 125);
  98. this.DgbVisitingForSelectedUser.Name = "DgbVisitingForSelectedUser";
  99. this.DgbVisitingForSelectedUser.ReadOnly = true;
  100. this.DgbVisitingForSelectedUser.RowHeadersVisible = false;
  101. this.DgbVisitingForSelectedUser.RowTemplate.DividerHeight = 5;
  102. this.DgbVisitingForSelectedUser.RowTemplate.Height = 35;
  103. this.DgbVisitingForSelectedUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  104. this.DgbVisitingForSelectedUser.Size = new System.Drawing.Size(643, 187);
  105. this.DgbVisitingForSelectedUser.TabIndex = 1;
  106. //
  107. // Column1
  108. //
  109. this.Column1.HeaderText = "Дата";
  110. this.Column1.Name = "Column1";
  111. this.Column1.ReadOnly = true;
  112. //
  113. // Column2
  114. //
  115. this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  116. this.Column2.HeaderText = "Время входа";
  117. this.Column2.Name = "Column2";
  118. this.Column2.ReadOnly = true;
  119. //
  120. // Column3
  121. //
  122. this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  123. this.Column3.HeaderText = "Время выхода";
  124. this.Column3.Name = "Column3";
  125. this.Column3.ReadOnly = true;
  126. //
  127. // BtnOK
  128. //
  129. this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  130. this.BtnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(166)))), ((int)(((byte)(64)))));
  131. this.BtnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  132. this.BtnOK.ForeColor = System.Drawing.Color.White;
  133. this.BtnOK.Location = new System.Drawing.Point(474, 320);
  134. this.BtnOK.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  135. this.BtnOK.Name = "BtnOK";
  136. this.BtnOK.Size = new System.Drawing.Size(156, 37);
  137. this.BtnOK.TabIndex = 4;
  138. this.BtnOK.Text = "OK";
  139. this.BtnOK.UseVisualStyleBackColor = false;
  140. //
  141. // label2
  142. //
  143. this.label2.AutoSize = true;
  144. this.label2.Location = new System.Drawing.Point(1, 96);
  145. this.label2.Name = "label2";
  146. this.label2.Size = new System.Drawing.Size(49, 21);
  147. this.label2.TabIndex = 5;
  148. this.label2.Text = "Дата:";
  149. //
  150. // DtpVisitDate
  151. //
  152. this.DtpVisitDate.Location = new System.Drawing.Point(56, 90);
  153. this.DtpVisitDate.Name = "DtpVisitDate";
  154. this.DtpVisitDate.Size = new System.Drawing.Size(200, 29);
  155. this.DtpVisitDate.TabIndex = 6;
  156. this.DtpVisitDate.ValueChanged += new System.EventHandler(this.DtpVisitDate_ValueChanged);
  157. //
  158. // CbxFilterDate
  159. //
  160. this.CbxFilterDate.AutoSize = true;
  161. this.CbxFilterDate.Checked = true;
  162. this.CbxFilterDate.CheckState = System.Windows.Forms.CheckState.Checked;
  163. this.CbxFilterDate.Location = new System.Drawing.Point(262, 92);
  164. this.CbxFilterDate.Name = "CbxFilterDate";
  165. this.CbxFilterDate.Size = new System.Drawing.Size(181, 25);
  166. this.CbxFilterDate.TabIndex = 7;
  167. this.CbxFilterDate.Text = "Сортировка по дате";
  168. this.CbxFilterDate.UseVisualStyleBackColor = true;
  169. this.CbxFilterDate.CheckedChanged += new System.EventHandler(this.CbxFilterDate_CheckedChanged);
  170. //
  171. // FormVisiting
  172. //
  173. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  174. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  175. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
  176. this.ClientSize = new System.Drawing.Size(643, 371);
  177. this.Controls.Add(this.CbxFilterDate);
  178. this.Controls.Add(this.DtpVisitDate);
  179. this.Controls.Add(this.label2);
  180. this.Controls.Add(this.BtnOK);
  181. this.Controls.Add(this.DgbVisitingForSelectedUser);
  182. this.Controls.Add(this.PanelTitle);
  183. this.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold);
  184. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  185. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  186. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  187. this.MaximizeBox = false;
  188. this.MinimizeBox = false;
  189. this.MinimumSize = new System.Drawing.Size(659, 410);
  190. this.Name = "FormVisiting";
  191. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  192. this.Text = "FaceTrack профессиональный";
  193. this.Load += new System.EventHandler(this.FormVisiting_Load);
  194. this.PanelTitle.ResumeLayout(false);
  195. ((System.ComponentModel.ISupportInitialize)(this.DgbVisitingForSelectedUser)).EndInit();
  196. this.ResumeLayout(false);
  197. this.PerformLayout();
  198. }
  199. #endregion
  200. private System.Windows.Forms.Panel PanelTitle;
  201. private System.Windows.Forms.Label label1;
  202. public System.Windows.Forms.Label LblUserName;
  203. private System.Windows.Forms.DataGridView DgbVisitingForSelectedUser;
  204. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  205. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  206. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  207. private System.Windows.Forms.Button BtnOK;
  208. private System.Windows.Forms.Label label2;
  209. private System.Windows.Forms.DateTimePicker DtpVisitDate;
  210. private System.Windows.Forms.CheckBox CbxFilterDate;
  211. }
  212. }