FormGuard.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. namespace ImpulseVision
  2. {
  3. partial class FormGuard
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGuard));
  31. this.RbtIn = new System.Windows.Forms.RadioButton();
  32. this.RbtOut = new System.Windows.Forms.RadioButton();
  33. this.PbxEther = new System.Windows.Forms.PictureBox();
  34. this.BtnCheck = new System.Windows.Forms.Button();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.Lblus = new System.Windows.Forms.Label();
  37. this.LblStatus = new System.Windows.Forms.Label();
  38. this.LblRecognizeUser = new System.Windows.Forms.Label();
  39. this.BsStaffs = new System.Windows.Forms.BindingSource(this.components);
  40. this.impulseVisionAppDataSet1 = new ImpulseVision.ImpulseVisionAppDataSet();
  41. this.BtnApply = new System.Windows.Forms.Button();
  42. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  43. this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
  44. this.CmbCams = new System.Windows.Forms.ToolStripComboBox();
  45. this.RPanelForDgbImages = new ImpulseVision.RPanel();
  46. this.DgbImages = new System.Windows.Forms.DataGridView();
  47. this.Column1 = new System.Windows.Forms.DataGridViewImageColumn();
  48. this.RPanelEther = new ImpulseVision.RPanel();
  49. this.staffsTableAdapter = new ImpulseVision.ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter();
  50. this.LblID = new System.Windows.Forms.Label();
  51. this.TimerCam = new System.Windows.Forms.Timer(this.components);
  52. ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.BsStaffs)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).BeginInit();
  55. this.toolStrip1.SuspendLayout();
  56. this.RPanelForDgbImages.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.DgbImages)).BeginInit();
  58. this.RPanelEther.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // RbtIn
  62. //
  63. this.RbtIn.AutoSize = true;
  64. this.RbtIn.Checked = true;
  65. this.RbtIn.Location = new System.Drawing.Point(12, 26);
  66. this.RbtIn.Name = "RbtIn";
  67. this.RbtIn.Size = new System.Drawing.Size(66, 25);
  68. this.RbtIn.TabIndex = 6;
  69. this.RbtIn.TabStop = true;
  70. this.RbtIn.Text = "Вход";
  71. this.RbtIn.UseVisualStyleBackColor = true;
  72. //
  73. // RbtOut
  74. //
  75. this.RbtOut.AutoSize = true;
  76. this.RbtOut.Location = new System.Drawing.Point(84, 26);
  77. this.RbtOut.Name = "RbtOut";
  78. this.RbtOut.Size = new System.Drawing.Size(78, 25);
  79. this.RbtOut.TabIndex = 7;
  80. this.RbtOut.Text = "Выход";
  81. this.RbtOut.UseVisualStyleBackColor = true;
  82. //
  83. // PbxEther
  84. //
  85. this.PbxEther.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.PbxEther.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  89. this.PbxEther.Location = new System.Drawing.Point(0, 0);
  90. this.PbxEther.Name = "PbxEther";
  91. this.PbxEther.Size = new System.Drawing.Size(519, 291);
  92. this.PbxEther.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  93. this.PbxEther.TabIndex = 8;
  94. this.PbxEther.TabStop = false;
  95. //
  96. // BtnCheck
  97. //
  98. this.BtnCheck.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  99. this.BtnCheck.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  100. this.BtnCheck.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  101. this.BtnCheck.Location = new System.Drawing.Point(12, 57);
  102. this.BtnCheck.Name = "BtnCheck";
  103. this.BtnCheck.Size = new System.Drawing.Size(162, 35);
  104. this.BtnCheck.TabIndex = 9;
  105. this.BtnCheck.Text = "Проверить";
  106. this.BtnCheck.UseVisualStyleBackColor = false;
  107. this.BtnCheck.Click += new System.EventHandler(this.BtnCheck_Click);
  108. //
  109. // label1
  110. //
  111. this.label1.AutoSize = true;
  112. this.label1.Location = new System.Drawing.Point(232, 30);
  113. this.label1.Name = "label1";
  114. this.label1.Size = new System.Drawing.Size(63, 21);
  115. this.label1.TabIndex = 10;
  116. this.label1.Text = "Статус:";
  117. //
  118. // Lblus
  119. //
  120. this.Lblus.AutoSize = true;
  121. this.Lblus.Location = new System.Drawing.Point(232, 57);
  122. this.Lblus.Name = "Lblus";
  123. this.Lblus.Size = new System.Drawing.Size(124, 21);
  124. this.Lblus.TabIndex = 11;
  125. this.Lblus.Text = "Пользователь:";
  126. //
  127. // LblStatus
  128. //
  129. this.LblStatus.AutoSize = true;
  130. this.LblStatus.Location = new System.Drawing.Point(301, 30);
  131. this.LblStatus.Name = "LblStatus";
  132. this.LblStatus.Size = new System.Drawing.Size(64, 21);
  133. this.LblStatus.TabIndex = 12;
  134. this.LblStatus.Text = "Готово";
  135. //
  136. // LblRecognizeUser
  137. //
  138. this.LblRecognizeUser.AutoSize = true;
  139. this.LblRecognizeUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsStaffs, "FIO", true));
  140. this.LblRecognizeUser.Location = new System.Drawing.Point(362, 57);
  141. this.LblRecognizeUser.Name = "LblRecognizeUser";
  142. this.LblRecognizeUser.Size = new System.Drawing.Size(154, 21);
  143. this.LblRecognizeUser.TabIndex = 13;
  144. this.LblRecognizeUser.Text = "Михаил Иванович";
  145. //
  146. // BsStaffs
  147. //
  148. this.BsStaffs.DataMember = "Staffs";
  149. this.BsStaffs.DataSource = this.impulseVisionAppDataSet1;
  150. //
  151. // impulseVisionAppDataSet1
  152. //
  153. this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet";
  154. this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  155. //
  156. // BtnApply
  157. //
  158. this.BtnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  159. this.BtnApply.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  160. this.BtnApply.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  161. this.BtnApply.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  162. this.BtnApply.Location = new System.Drawing.Point(525, 341);
  163. this.BtnApply.Name = "BtnApply";
  164. this.BtnApply.Size = new System.Drawing.Size(146, 35);
  165. this.BtnApply.TabIndex = 14;
  166. this.BtnApply.Text = "Применить";
  167. this.BtnApply.UseVisualStyleBackColor = false;
  168. //
  169. // toolStrip1
  170. //
  171. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  172. this.toolStripLabel1,
  173. this.CmbCams});
  174. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  175. this.toolStrip1.Name = "toolStrip1";
  176. this.toolStrip1.Size = new System.Drawing.Size(683, 25);
  177. this.toolStrip1.TabIndex = 16;
  178. this.toolStrip1.Text = "toolStrip1";
  179. //
  180. // toolStripLabel1
  181. //
  182. this.toolStripLabel1.Name = "toolStripLabel1";
  183. this.toolStripLabel1.Size = new System.Drawing.Size(51, 22);
  184. this.toolStripLabel1.Text = "Камера:";
  185. //
  186. // CmbCams
  187. //
  188. this.CmbCams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  189. this.CmbCams.Name = "CmbCams";
  190. this.CmbCams.Size = new System.Drawing.Size(150, 25);
  191. this.CmbCams.SelectedIndexChanged += new System.EventHandler(this.CmbCams_SelectedIndexChanged);
  192. //
  193. // RPanelForDgbImages
  194. //
  195. this.RPanelForDgbImages.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  196. | System.Windows.Forms.AnchorStyles.Right)));
  197. this.RPanelForDgbImages.BackColor = System.Drawing.Color.White;
  198. this.RPanelForDgbImages.BackColorAdditional = System.Drawing.Color.Gray;
  199. this.RPanelForDgbImages.BackColorGradientEnabled = false;
  200. this.RPanelForDgbImages.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  201. this.RPanelForDgbImages.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  202. this.RPanelForDgbImages.BorderColorEnabled = false;
  203. this.RPanelForDgbImages.BorderColorOnHover = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  204. this.RPanelForDgbImages.BorderColorOnHoverEnabled = false;
  205. this.RPanelForDgbImages.Controls.Add(this.DgbImages);
  206. this.RPanelForDgbImages.Cursor = System.Windows.Forms.Cursors.Default;
  207. this.RPanelForDgbImages.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  208. this.RPanelForDgbImages.ForeColor = System.Drawing.Color.White;
  209. this.RPanelForDgbImages.Location = new System.Drawing.Point(525, 98);
  210. this.RPanelForDgbImages.Name = "RPanelForDgbImages";
  211. this.RPanelForDgbImages.RippleColor = System.Drawing.Color.Black;
  212. this.RPanelForDgbImages.Rounding = 10;
  213. this.RPanelForDgbImages.RoundingEnable = true;
  214. this.RPanelForDgbImages.Size = new System.Drawing.Size(146, 237);
  215. this.RPanelForDgbImages.TabIndex = 17;
  216. this.RPanelForDgbImages.TextHover = null;
  217. this.RPanelForDgbImages.UseDownPressEffectOnClick = false;
  218. this.RPanelForDgbImages.UseRippleEffect = true;
  219. this.RPanelForDgbImages.UseZoomEffectOnHover = false;
  220. //
  221. // DgbImages
  222. //
  223. this.DgbImages.AllowUserToAddRows = false;
  224. this.DgbImages.AllowUserToDeleteRows = false;
  225. this.DgbImages.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  226. | System.Windows.Forms.AnchorStyles.Right)));
  227. this.DgbImages.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  228. this.DgbImages.BorderStyle = System.Windows.Forms.BorderStyle.None;
  229. this.DgbImages.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  230. this.DgbImages.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  231. this.Column1});
  232. this.DgbImages.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  233. this.DgbImages.Location = new System.Drawing.Point(0, 0);
  234. this.DgbImages.Name = "DgbImages";
  235. this.DgbImages.ReadOnly = true;
  236. this.DgbImages.RowHeadersVisible = false;
  237. this.DgbImages.RowTemplate.Height = 150;
  238. this.DgbImages.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  239. this.DgbImages.Size = new System.Drawing.Size(146, 234);
  240. this.DgbImages.TabIndex = 15;
  241. //
  242. // Column1
  243. //
  244. this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  245. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
  246. dataGridViewCellStyle1.NullValue = ((object)(resources.GetObject("dataGridViewCellStyle1.NullValue")));
  247. this.Column1.DefaultCellStyle = dataGridViewCellStyle1;
  248. this.Column1.HeaderText = "Names";
  249. this.Column1.Name = "Column1";
  250. this.Column1.ReadOnly = true;
  251. this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  252. this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  253. //
  254. // RPanelEther
  255. //
  256. this.RPanelEther.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  257. | System.Windows.Forms.AnchorStyles.Left)
  258. | System.Windows.Forms.AnchorStyles.Right)));
  259. this.RPanelEther.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
  260. this.RPanelEther.BackColorAdditional = System.Drawing.Color.Gray;
  261. this.RPanelEther.BackColorGradientEnabled = false;
  262. this.RPanelEther.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  263. this.RPanelEther.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  264. this.RPanelEther.BorderColorEnabled = false;
  265. this.RPanelEther.BorderColorOnHover = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  266. this.RPanelEther.BorderColorOnHoverEnabled = false;
  267. this.RPanelEther.Controls.Add(this.PbxEther);
  268. this.RPanelEther.Cursor = System.Windows.Forms.Cursors.Default;
  269. this.RPanelEther.Font = new System.Drawing.Font("Verdana", 8.25F);
  270. this.RPanelEther.ForeColor = System.Drawing.Color.White;
  271. this.RPanelEther.Location = new System.Drawing.Point(0, 98);
  272. this.RPanelEther.Name = "RPanelEther";
  273. this.RPanelEther.RippleColor = System.Drawing.Color.Black;
  274. this.RPanelEther.Rounding = 15;
  275. this.RPanelEther.RoundingEnable = true;
  276. this.RPanelEther.Size = new System.Drawing.Size(519, 291);
  277. this.RPanelEther.TabIndex = 18;
  278. this.RPanelEther.TextHover = null;
  279. this.RPanelEther.UseDownPressEffectOnClick = false;
  280. this.RPanelEther.UseRippleEffect = true;
  281. this.RPanelEther.UseZoomEffectOnHover = false;
  282. //
  283. // staffsTableAdapter
  284. //
  285. this.staffsTableAdapter.ClearBeforeFill = true;
  286. //
  287. // LblID
  288. //
  289. this.LblID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  290. this.LblID.AutoSize = true;
  291. this.LblID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsStaffs, "ID", true));
  292. this.LblID.Location = new System.Drawing.Point(425, 30);
  293. this.LblID.Name = "LblID";
  294. this.LblID.Size = new System.Drawing.Size(66, 21);
  295. this.LblID.TabIndex = 20;
  296. this.LblID.Text = "idStaffs";
  297. //
  298. // TimerCam
  299. //
  300. this.TimerCam.Enabled = true;
  301. this.TimerCam.Interval = 250;
  302. this.TimerCam.Tick += new System.EventHandler(this.TimerCam_Tick);
  303. //
  304. // FormGuard
  305. //
  306. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  307. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  308. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  309. this.ClientSize = new System.Drawing.Size(683, 388);
  310. this.Controls.Add(this.LblID);
  311. this.Controls.Add(this.RPanelEther);
  312. this.Controls.Add(this.RPanelForDgbImages);
  313. this.Controls.Add(this.toolStrip1);
  314. this.Controls.Add(this.BtnApply);
  315. this.Controls.Add(this.LblRecognizeUser);
  316. this.Controls.Add(this.LblStatus);
  317. this.Controls.Add(this.Lblus);
  318. this.Controls.Add(this.label1);
  319. this.Controls.Add(this.BtnCheck);
  320. this.Controls.Add(this.RbtOut);
  321. this.Controls.Add(this.RbtIn);
  322. this.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  323. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  324. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  325. this.MinimumSize = new System.Drawing.Size(699, 427);
  326. this.Name = "FormGuard";
  327. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  328. this.Text = "ImpulseVision";
  329. this.Load += new System.EventHandler(this.FormGuard_Load);
  330. ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).EndInit();
  331. ((System.ComponentModel.ISupportInitialize)(this.BsStaffs)).EndInit();
  332. ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).EndInit();
  333. this.toolStrip1.ResumeLayout(false);
  334. this.toolStrip1.PerformLayout();
  335. this.RPanelForDgbImages.ResumeLayout(false);
  336. ((System.ComponentModel.ISupportInitialize)(this.DgbImages)).EndInit();
  337. this.RPanelEther.ResumeLayout(false);
  338. this.ResumeLayout(false);
  339. this.PerformLayout();
  340. }
  341. #endregion
  342. private System.Windows.Forms.RadioButton RbtIn;
  343. private System.Windows.Forms.RadioButton RbtOut;
  344. private System.Windows.Forms.PictureBox PbxEther;
  345. private System.Windows.Forms.Button BtnCheck;
  346. private System.Windows.Forms.Label label1;
  347. private System.Windows.Forms.Label Lblus;
  348. private System.Windows.Forms.Label LblStatus;
  349. private System.Windows.Forms.Label LblRecognizeUser;
  350. private System.Windows.Forms.Button BtnApply;
  351. private System.Windows.Forms.DataGridView DgbImages;
  352. private System.Windows.Forms.ToolStrip toolStrip1;
  353. private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  354. private System.Windows.Forms.ToolStripComboBox CmbCams;
  355. private System.Windows.Forms.DataGridViewImageColumn Column1;
  356. private RPanel RPanelForDgbImages;
  357. private RPanel RPanelEther;
  358. private ImpulseVisionAppDataSet impulseVisionAppDataSet1;
  359. private ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter staffsTableAdapter;
  360. public System.Windows.Forms.BindingSource BsStaffs;
  361. private System.Windows.Forms.Label LblID;
  362. private System.Windows.Forms.Timer TimerCam;
  363. }
  364. }