FormGuard.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  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. this.SplitContainerForPbxEtherAndDgb = new System.Windows.Forms.SplitContainer();
  57. this.rPanel1 = new ImpulseVision.RPanel();
  58. this.rPanel2 = new ImpulseVision.RPanel();
  59. ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.BsStaffs)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).BeginInit();
  62. this.toolStrip1.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.PbxSourceImage)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.DgbInput)).BeginInit();
  65. this.RPanelForButton.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.DgbOutput)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).BeginInit();
  68. this.SplitContainer.Panel1.SuspendLayout();
  69. this.SplitContainer.Panel2.SuspendLayout();
  70. this.SplitContainer.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.SplitContainerForPbxEtherAndDgb)).BeginInit();
  72. this.SplitContainerForPbxEtherAndDgb.Panel1.SuspendLayout();
  73. this.SplitContainerForPbxEtherAndDgb.Panel2.SuspendLayout();
  74. this.SplitContainerForPbxEtherAndDgb.SuspendLayout();
  75. this.rPanel1.SuspendLayout();
  76. this.rPanel2.SuspendLayout();
  77. this.SuspendLayout();
  78. //
  79. // RbtIn
  80. //
  81. this.RbtIn.AutoSize = true;
  82. this.RbtIn.Checked = true;
  83. this.RbtIn.ForeColor = System.Drawing.Color.Black;
  84. this.RbtIn.Location = new System.Drawing.Point(18, 0);
  85. this.RbtIn.Name = "RbtIn";
  86. this.RbtIn.Size = new System.Drawing.Size(66, 25);
  87. this.RbtIn.TabIndex = 6;
  88. this.RbtIn.TabStop = true;
  89. this.RbtIn.Text = "Вход";
  90. this.RbtIn.UseVisualStyleBackColor = true;
  91. //
  92. // RbtOut
  93. //
  94. this.RbtOut.AutoSize = true;
  95. this.RbtOut.ForeColor = System.Drawing.Color.Black;
  96. this.RbtOut.Location = new System.Drawing.Point(86, 0);
  97. this.RbtOut.Name = "RbtOut";
  98. this.RbtOut.Size = new System.Drawing.Size(78, 25);
  99. this.RbtOut.TabIndex = 7;
  100. this.RbtOut.Text = "Выход";
  101. this.RbtOut.UseVisualStyleBackColor = true;
  102. //
  103. // PbxEther
  104. //
  105. this.PbxEther.BackColor = System.Drawing.Color.Black;
  106. this.PbxEther.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.PbxEther.Location = new System.Drawing.Point(0, 0);
  108. this.PbxEther.Name = "PbxEther";
  109. this.PbxEther.Size = new System.Drawing.Size(530, 311);
  110. this.PbxEther.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  111. this.PbxEther.TabIndex = 8;
  112. this.PbxEther.TabStop = false;
  113. //
  114. // Lblus
  115. //
  116. this.Lblus.AutoSize = true;
  117. this.Lblus.ForeColor = System.Drawing.Color.Black;
  118. this.Lblus.Location = new System.Drawing.Point(14, 2);
  119. this.Lblus.Name = "Lblus";
  120. this.Lblus.Size = new System.Drawing.Size(161, 21);
  121. this.Lblus.TabIndex = 11;
  122. this.Lblus.Text = "Сотрудник охраны:";
  123. //
  124. // LblRecognizeUser
  125. //
  126. this.LblRecognizeUser.AutoSize = true;
  127. this.LblRecognizeUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsStaffs, "FIO", true));
  128. this.LblRecognizeUser.ForeColor = System.Drawing.Color.Black;
  129. this.LblRecognizeUser.Location = new System.Drawing.Point(181, 2);
  130. this.LblRecognizeUser.Name = "LblRecognizeUser";
  131. this.LblRecognizeUser.Size = new System.Drawing.Size(103, 21);
  132. this.LblRecognizeUser.TabIndex = 13;
  133. this.LblRecognizeUser.Text = "Default User";
  134. //
  135. // BsStaffs
  136. //
  137. this.BsStaffs.DataMember = "Staffs";
  138. this.BsStaffs.DataSource = this.impulseVisionAppDataSet1;
  139. //
  140. // impulseVisionAppDataSet1
  141. //
  142. this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet";
  143. this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  144. //
  145. // BtnSkip
  146. //
  147. this.BtnSkip.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  148. this.BtnSkip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(155)))), ((int)(((byte)(114)))));
  149. this.BtnSkip.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  150. this.BtnSkip.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  151. this.BtnSkip.Location = new System.Drawing.Point(173, 2);
  152. this.BtnSkip.Name = "BtnSkip";
  153. this.BtnSkip.Size = new System.Drawing.Size(146, 35);
  154. this.BtnSkip.TabIndex = 14;
  155. this.BtnSkip.Text = "Пропустить";
  156. this.BtnSkip.UseVisualStyleBackColor = false;
  157. this.BtnSkip.Click += new System.EventHandler(this.BtnSkip_Click);
  158. //
  159. // toolStrip1
  160. //
  161. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  162. this.toolStripLabel1,
  163. this.CmbCams,
  164. this.toolStripSeparator1,
  165. this.TslDate});
  166. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  167. this.toolStrip1.Name = "toolStrip1";
  168. this.toolStrip1.Size = new System.Drawing.Size(735, 25);
  169. this.toolStrip1.TabIndex = 16;
  170. this.toolStrip1.Text = "toolStrip1";
  171. //
  172. // toolStripLabel1
  173. //
  174. this.toolStripLabel1.Name = "toolStripLabel1";
  175. this.toolStripLabel1.Size = new System.Drawing.Size(51, 22);
  176. this.toolStripLabel1.Text = "Камера:";
  177. //
  178. // CmbCams
  179. //
  180. this.CmbCams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  181. this.CmbCams.Name = "CmbCams";
  182. this.CmbCams.Size = new System.Drawing.Size(150, 25);
  183. this.CmbCams.SelectedIndexChanged += new System.EventHandler(this.CmbCams_SelectedIndexChanged);
  184. //
  185. // toolStripSeparator1
  186. //
  187. this.toolStripSeparator1.Name = "toolStripSeparator1";
  188. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  189. //
  190. // TslDate
  191. //
  192. this.TslDate.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
  193. this.TslDate.Name = "TslDate";
  194. this.TslDate.Size = new System.Drawing.Size(58, 22);
  195. this.TslDate.Text = "Сегодня: ";
  196. //
  197. // staffsTableAdapter
  198. //
  199. this.staffsTableAdapter.ClearBeforeFill = true;
  200. //
  201. // LblID
  202. //
  203. this.LblID.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  204. this.LblID.AutoSize = true;
  205. this.LblID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsStaffs, "ID", true));
  206. this.LblID.Location = new System.Drawing.Point(341, 15);
  207. this.LblID.Name = "LblID";
  208. this.LblID.Size = new System.Drawing.Size(50, 13);
  209. this.LblID.TabIndex = 20;
  210. this.LblID.Text = "idStaffs";
  211. //
  212. // TimerCam
  213. //
  214. this.TimerCam.Enabled = true;
  215. this.TimerCam.Interval = 250;
  216. this.TimerCam.Tick += new System.EventHandler(this.TimerCam_Tick);
  217. //
  218. // BtnReject
  219. //
  220. this.BtnReject.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  221. this.BtnReject.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(63)))), ((int)(((byte)(111)))));
  222. this.BtnReject.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  223. this.BtnReject.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  224. this.BtnReject.Location = new System.Drawing.Point(21, 2);
  225. this.BtnReject.Name = "BtnReject";
  226. this.BtnReject.Size = new System.Drawing.Size(146, 35);
  227. this.BtnReject.TabIndex = 21;
  228. this.BtnReject.Text = "Отклонить";
  229. this.BtnReject.UseVisualStyleBackColor = false;
  230. this.BtnReject.Click += new System.EventHandler(this.BtnReject_Click);
  231. //
  232. // PbxSourceImage
  233. //
  234. this.PbxSourceImage.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  235. this.PbxSourceImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  236. this.PbxSourceImage.Location = new System.Drawing.Point(430, 0);
  237. this.PbxSourceImage.Name = "PbxSourceImage";
  238. this.PbxSourceImage.Size = new System.Drawing.Size(100, 90);
  239. this.PbxSourceImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  240. this.PbxSourceImage.TabIndex = 22;
  241. this.PbxSourceImage.TabStop = false;
  242. //
  243. // DgbInput
  244. //
  245. this.DgbInput.AllowUserToAddRows = false;
  246. this.DgbInput.AllowUserToDeleteRows = false;
  247. this.DgbInput.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  248. this.DgbInput.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
  249. this.DgbInput.BorderStyle = System.Windows.Forms.BorderStyle.None;
  250. this.DgbInput.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  251. this.DgbInput.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  252. this.Column1});
  253. this.DgbInput.Dock = System.Windows.Forms.DockStyle.Fill;
  254. this.DgbInput.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  255. this.DgbInput.Location = new System.Drawing.Point(0, 0);
  256. this.DgbInput.MultiSelect = false;
  257. this.DgbInput.Name = "DgbInput";
  258. this.DgbInput.ReadOnly = true;
  259. this.DgbInput.RowHeadersVisible = false;
  260. this.DgbInput.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  261. this.DgbInput.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(229)))), ((int)(((byte)(233)))));
  262. this.DgbInput.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(43)))));
  263. this.DgbInput.RowTemplate.Height = 25;
  264. this.DgbInput.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  265. this.DgbInput.Size = new System.Drawing.Size(201, 155);
  266. this.DgbInput.TabIndex = 15;
  267. //
  268. // Column1
  269. //
  270. this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  271. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
  272. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  273. this.Column1.DefaultCellStyle = dataGridViewCellStyle1;
  274. this.Column1.HeaderText = "Вход";
  275. this.Column1.Name = "Column1";
  276. this.Column1.ReadOnly = true;
  277. this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  278. //
  279. // RPanelForButton
  280. //
  281. this.RPanelForButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  282. | System.Windows.Forms.AnchorStyles.Right)));
  283. this.RPanelForButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
  284. this.RPanelForButton.BackColorAdditional = System.Drawing.Color.Gray;
  285. this.RPanelForButton.BackColorGradientEnabled = false;
  286. this.RPanelForButton.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  287. this.RPanelForButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  288. this.RPanelForButton.BorderColorEnabled = true;
  289. this.RPanelForButton.BorderColorOnHover = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  290. this.RPanelForButton.BorderColorOnHoverEnabled = true;
  291. this.RPanelForButton.Controls.Add(this.BtnReject);
  292. this.RPanelForButton.Controls.Add(this.BtnSkip);
  293. this.RPanelForButton.Controls.Add(this.LblID);
  294. this.RPanelForButton.Cursor = System.Windows.Forms.Cursors.Default;
  295. this.RPanelForButton.Font = new System.Drawing.Font("Verdana", 8.25F);
  296. this.RPanelForButton.ForeColor = System.Drawing.Color.White;
  297. this.RPanelForButton.Location = new System.Drawing.Point(0, 372);
  298. this.RPanelForButton.Name = "RPanelForButton";
  299. this.RPanelForButton.RippleColor = System.Drawing.Color.Black;
  300. this.RPanelForButton.RoundingEnable = true;
  301. this.RPanelForButton.Size = new System.Drawing.Size(735, 40);
  302. this.RPanelForButton.TabIndex = 23;
  303. this.RPanelForButton.TextHover = null;
  304. this.RPanelForButton.UseDownPressEffectOnClick = false;
  305. this.RPanelForButton.UseRippleEffect = true;
  306. this.RPanelForButton.UseZoomEffectOnHover = false;
  307. //
  308. // DgbOutput
  309. //
  310. this.DgbOutput.AllowUserToAddRows = false;
  311. this.DgbOutput.AllowUserToDeleteRows = false;
  312. this.DgbOutput.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  313. this.DgbOutput.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
  314. this.DgbOutput.BorderStyle = System.Windows.Forms.BorderStyle.None;
  315. this.DgbOutput.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  316. this.DgbOutput.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  317. this.dataGridViewTextBoxColumn1});
  318. this.DgbOutput.Dock = System.Windows.Forms.DockStyle.Fill;
  319. this.DgbOutput.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  320. this.DgbOutput.Location = new System.Drawing.Point(0, 0);
  321. this.DgbOutput.MultiSelect = false;
  322. this.DgbOutput.Name = "DgbOutput";
  323. this.DgbOutput.ReadOnly = true;
  324. this.DgbOutput.RowHeadersVisible = false;
  325. this.DgbOutput.RowTemplate.DefaultCellStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  326. this.DgbOutput.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(229)))), ((int)(((byte)(233)))));
  327. this.DgbOutput.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(43)))));
  328. this.DgbOutput.RowTemplate.Height = 25;
  329. this.DgbOutput.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  330. this.DgbOutput.Size = new System.Drawing.Size(201, 152);
  331. this.DgbOutput.TabIndex = 15;
  332. this.DgbOutput.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgbOutput_CellContentClick);
  333. //
  334. // dataGridViewTextBoxColumn1
  335. //
  336. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  337. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopCenter;
  338. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  339. this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle2;
  340. this.dataGridViewTextBoxColumn1.HeaderText = "Выход";
  341. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  342. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  343. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  344. //
  345. // SplitContainer
  346. //
  347. this.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  348. this.SplitContainer.Location = new System.Drawing.Point(0, 0);
  349. this.SplitContainer.Name = "SplitContainer";
  350. this.SplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
  351. //
  352. // SplitContainer.Panel1
  353. //
  354. this.SplitContainer.Panel1.Controls.Add(this.DgbInput);
  355. //
  356. // SplitContainer.Panel2
  357. //
  358. this.SplitContainer.Panel2.Controls.Add(this.DgbOutput);
  359. this.SplitContainer.Size = new System.Drawing.Size(201, 311);
  360. this.SplitContainer.SplitterDistance = 155;
  361. this.SplitContainer.TabIndex = 24;
  362. //
  363. // SplitContainerForPbxEtherAndDgb
  364. //
  365. this.SplitContainerForPbxEtherAndDgb.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  366. | System.Windows.Forms.AnchorStyles.Left)
  367. | System.Windows.Forms.AnchorStyles.Right)));
  368. this.SplitContainerForPbxEtherAndDgb.Location = new System.Drawing.Point(0, 57);
  369. this.SplitContainerForPbxEtherAndDgb.Name = "SplitContainerForPbxEtherAndDgb";
  370. //
  371. // SplitContainerForPbxEtherAndDgb.Panel1
  372. //
  373. this.SplitContainerForPbxEtherAndDgb.Panel1.Controls.Add(this.PbxSourceImage);
  374. this.SplitContainerForPbxEtherAndDgb.Panel1.Controls.Add(this.PbxEther);
  375. //
  376. // SplitContainerForPbxEtherAndDgb.Panel2
  377. //
  378. this.SplitContainerForPbxEtherAndDgb.Panel2.Controls.Add(this.SplitContainer);
  379. this.SplitContainerForPbxEtherAndDgb.Size = new System.Drawing.Size(735, 311);
  380. this.SplitContainerForPbxEtherAndDgb.SplitterDistance = 530;
  381. this.SplitContainerForPbxEtherAndDgb.TabIndex = 25;
  382. //
  383. // rPanel1
  384. //
  385. this.rPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
  386. this.rPanel1.BackColorAdditional = System.Drawing.Color.Gray;
  387. this.rPanel1.BackColorGradientEnabled = false;
  388. this.rPanel1.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  389. this.rPanel1.BorderColor = System.Drawing.Color.Tomato;
  390. this.rPanel1.BorderColorEnabled = false;
  391. this.rPanel1.BorderColorOnHover = System.Drawing.Color.Tomato;
  392. this.rPanel1.BorderColorOnHoverEnabled = false;
  393. this.rPanel1.Controls.Add(this.RbtIn);
  394. this.rPanel1.Controls.Add(this.RbtOut);
  395. this.rPanel1.Cursor = System.Windows.Forms.Cursors.Default;
  396. this.rPanel1.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  397. this.rPanel1.ForeColor = System.Drawing.Color.White;
  398. this.rPanel1.Location = new System.Drawing.Point(3, 28);
  399. this.rPanel1.Name = "rPanel1";
  400. this.rPanel1.RippleColor = System.Drawing.Color.Black;
  401. this.rPanel1.RoundingEnable = true;
  402. this.rPanel1.Size = new System.Drawing.Size(187, 25);
  403. this.rPanel1.TabIndex = 26;
  404. this.rPanel1.TextHover = null;
  405. this.rPanel1.UseDownPressEffectOnClick = false;
  406. this.rPanel1.UseRippleEffect = true;
  407. this.rPanel1.UseZoomEffectOnHover = false;
  408. //
  409. // rPanel2
  410. //
  411. this.rPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  412. | System.Windows.Forms.AnchorStyles.Right)));
  413. this.rPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
  414. this.rPanel2.BackColorAdditional = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
  415. this.rPanel2.BackColorGradientEnabled = false;
  416. this.rPanel2.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  417. this.rPanel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
  418. this.rPanel2.BorderColorEnabled = false;
  419. this.rPanel2.BorderColorOnHover = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(187)))), ((int)(((byte)(210)))));
  420. this.rPanel2.BorderColorOnHoverEnabled = false;
  421. this.rPanel2.Controls.Add(this.Lblus);
  422. this.rPanel2.Controls.Add(this.LblRecognizeUser);
  423. this.rPanel2.Cursor = System.Windows.Forms.Cursors.Default;
  424. this.rPanel2.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  425. this.rPanel2.ForeColor = System.Drawing.Color.White;
  426. this.rPanel2.Location = new System.Drawing.Point(196, 28);
  427. this.rPanel2.Name = "rPanel2";
  428. this.rPanel2.RippleColor = System.Drawing.Color.White;
  429. this.rPanel2.RoundingEnable = true;
  430. this.rPanel2.Size = new System.Drawing.Size(539, 25);
  431. this.rPanel2.TabIndex = 27;
  432. this.rPanel2.TextHover = null;
  433. this.rPanel2.UseDownPressEffectOnClick = false;
  434. this.rPanel2.UseRippleEffect = true;
  435. this.rPanel2.UseZoomEffectOnHover = false;
  436. //
  437. // FormGuard
  438. //
  439. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  440. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  441. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  442. this.ClientSize = new System.Drawing.Size(735, 414);
  443. this.Controls.Add(this.rPanel2);
  444. this.Controls.Add(this.rPanel1);
  445. this.Controls.Add(this.SplitContainerForPbxEtherAndDgb);
  446. this.Controls.Add(this.RPanelForButton);
  447. this.Controls.Add(this.toolStrip1);
  448. this.DoubleBuffered = true;
  449. this.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  450. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  451. this.KeyPreview = true;
  452. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  453. this.MinimumSize = new System.Drawing.Size(699, 427);
  454. this.Name = "FormGuard";
  455. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  456. this.Text = "ImpulseVision";
  457. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormGuard_FormClosing);
  458. this.Load += new System.EventHandler(this.FormGuard_Load);
  459. this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormGuard_KeyDown);
  460. ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).EndInit();
  461. ((System.ComponentModel.ISupportInitialize)(this.BsStaffs)).EndInit();
  462. ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).EndInit();
  463. this.toolStrip1.ResumeLayout(false);
  464. this.toolStrip1.PerformLayout();
  465. ((System.ComponentModel.ISupportInitialize)(this.PbxSourceImage)).EndInit();
  466. ((System.ComponentModel.ISupportInitialize)(this.DgbInput)).EndInit();
  467. this.RPanelForButton.ResumeLayout(false);
  468. this.RPanelForButton.PerformLayout();
  469. ((System.ComponentModel.ISupportInitialize)(this.DgbOutput)).EndInit();
  470. this.SplitContainer.Panel1.ResumeLayout(false);
  471. this.SplitContainer.Panel2.ResumeLayout(false);
  472. ((System.ComponentModel.ISupportInitialize)(this.SplitContainer)).EndInit();
  473. this.SplitContainer.ResumeLayout(false);
  474. this.SplitContainerForPbxEtherAndDgb.Panel1.ResumeLayout(false);
  475. this.SplitContainerForPbxEtherAndDgb.Panel2.ResumeLayout(false);
  476. ((System.ComponentModel.ISupportInitialize)(this.SplitContainerForPbxEtherAndDgb)).EndInit();
  477. this.SplitContainerForPbxEtherAndDgb.ResumeLayout(false);
  478. this.rPanel1.ResumeLayout(false);
  479. this.rPanel1.PerformLayout();
  480. this.rPanel2.ResumeLayout(false);
  481. this.rPanel2.PerformLayout();
  482. this.ResumeLayout(false);
  483. this.PerformLayout();
  484. }
  485. #endregion
  486. private System.Windows.Forms.RadioButton RbtIn;
  487. private System.Windows.Forms.RadioButton RbtOut;
  488. private System.Windows.Forms.PictureBox PbxEther;
  489. private System.Windows.Forms.Label Lblus;
  490. private System.Windows.Forms.Label LblRecognizeUser;
  491. private System.Windows.Forms.Button BtnSkip;
  492. private System.Windows.Forms.DataGridView DgbInput;
  493. private System.Windows.Forms.ToolStrip toolStrip1;
  494. private System.Windows.Forms.ToolStripLabel toolStripLabel1;
  495. private System.Windows.Forms.ToolStripComboBox CmbCams;
  496. private ImpulseVisionAppDataSet impulseVisionAppDataSet1;
  497. private ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter staffsTableAdapter;
  498. public System.Windows.Forms.BindingSource BsStaffs;
  499. private System.Windows.Forms.Label LblID;
  500. private System.Windows.Forms.Timer TimerCam;
  501. private System.Windows.Forms.Button BtnReject;
  502. private System.Windows.Forms.PictureBox PbxSourceImage;
  503. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  504. private System.Windows.Forms.ToolStripLabel TslDate;
  505. private RPanel RPanelForButton;
  506. private System.Windows.Forms.DataGridView DgbOutput;
  507. private System.Windows.Forms.SplitContainer SplitContainer;
  508. private System.Windows.Forms.SplitContainer SplitContainerForPbxEtherAndDgb;
  509. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  510. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  511. private RPanel rPanel1;
  512. private RPanel rPanel2;
  513. }
  514. }