FormGuard.Designer.cs 23 KB

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