FormWorkPlace.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  1. namespace СУБД_Техносервис
  2. {
  3. partial class FormWorkPlace
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormWorkPlace));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.LblPhoto = new System.Windows.Forms.Label();
  35. this.BsEmployee = new System.Windows.Forms.BindingSource(this.components);
  36. this.techServiceBAUDataSet = new СУБД_Техносервис.TechServiceBAUDataSet();
  37. this.label2 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.PbxPhoto = new System.Windows.Forms.PictureBox();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  43. this.DgvRequest = new System.Windows.Forms.DataGridView();
  44. this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Photo = new System.Windows.Forms.DataGridViewImageColumn();
  46. this.Title = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.FIO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.groupBox1 = new System.Windows.Forms.GroupBox();
  49. this.TbxFind = new System.Windows.Forms.TextBox();
  50. this.RbtInfo = new System.Windows.Forms.RadioButton();
  51. this.RbtNum = new System.Windows.Forms.RadioButton();
  52. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  53. this.ToolSCount = new System.Windows.Forms.ToolStripStatusLabel();
  54. this.label5 = new System.Windows.Forms.Label();
  55. this.CmbDefect = new System.Windows.Forms.ComboBox();
  56. this.BsAllTypeDefect = new System.Windows.Forms.BindingSource(this.components);
  57. this.employeeTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.EmployeeTableAdapter();
  58. this.tableAdapterManager = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TableAdapterManager();
  59. this.allTypeDefectTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.AllTypeDefectTableAdapter();
  60. this.BsRequest = new System.Windows.Forms.BindingSource(this.components);
  61. this.requestTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.RequestTableAdapter();
  62. this.BtnAdd = new System.Windows.Forms.Button();
  63. this.panel1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.BsEmployee)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.PbxPhoto)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.DgvRequest)).BeginInit();
  69. this.groupBox1.SuspendLayout();
  70. this.statusStrip1.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.BsAllTypeDefect)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // panel1
  76. //
  77. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  78. this.panel1.Controls.Add(this.LblPhoto);
  79. this.panel1.Controls.Add(this.label2);
  80. this.panel1.Controls.Add(this.label4);
  81. this.panel1.Controls.Add(this.PbxPhoto);
  82. this.panel1.Controls.Add(this.label3);
  83. this.panel1.Controls.Add(this.label1);
  84. this.panel1.Controls.Add(this.pictureBox1);
  85. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  86. this.panel1.Location = new System.Drawing.Point(0, 0);
  87. this.panel1.Name = "panel1";
  88. this.panel1.Size = new System.Drawing.Size(570, 100);
  89. this.panel1.TabIndex = 1;
  90. //
  91. // LblPhoto
  92. //
  93. this.LblPhoto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  94. this.LblPhoto.AutoSize = true;
  95. this.LblPhoto.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsEmployee, "Photo", true));
  96. this.LblPhoto.Location = new System.Drawing.Point(493, 48);
  97. this.LblPhoto.Name = "LblPhoto";
  98. this.LblPhoto.Size = new System.Drawing.Size(31, 16);
  99. this.LblPhoto.TabIndex = 3;
  100. this.LblPhoto.Text = "label5";
  101. //
  102. // BsEmployee
  103. //
  104. this.BsEmployee.DataMember = "Employee";
  105. this.BsEmployee.DataSource = this.techServiceBAUDataSet;
  106. //
  107. // techServiceBAUDataSet
  108. //
  109. this.techServiceBAUDataSet.DataSetName = "TechServiceBAUDataSet";
  110. this.techServiceBAUDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  111. //
  112. // label2
  113. //
  114. this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  115. this.label2.AutoSize = true;
  116. this.label2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsEmployee, "Surname", true));
  117. this.label2.Location = new System.Drawing.Point(385, 48);
  118. this.label2.Name = "label2";
  119. this.label2.Size = new System.Drawing.Size(31, 16);
  120. this.label2.TabIndex = 3;
  121. this.label2.Text = "label2";
  122. //
  123. // label4
  124. //
  125. this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  126. this.label4.AutoSize = true;
  127. this.label4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsEmployee, "Patronymic", true));
  128. this.label4.Location = new System.Drawing.Point(385, 80);
  129. this.label4.Name = "label4";
  130. this.label4.Size = new System.Drawing.Size(31, 16);
  131. this.label4.TabIndex = 5;
  132. this.label4.Text = "label4";
  133. //
  134. // PbxPhoto
  135. //
  136. this.PbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
  137. this.PbxPhoto.Location = new System.Drawing.Point(461, 0);
  138. this.PbxPhoto.Name = "PbxPhoto";
  139. this.PbxPhoto.Size = new System.Drawing.Size(109, 100);
  140. this.PbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  141. this.PbxPhoto.TabIndex = 2;
  142. this.PbxPhoto.TabStop = false;
  143. //
  144. // label3
  145. //
  146. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  147. this.label3.AutoSize = true;
  148. this.label3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsEmployee, "Name", true));
  149. this.label3.Location = new System.Drawing.Point(385, 64);
  150. this.label3.Name = "label3";
  151. this.label3.Size = new System.Drawing.Size(31, 16);
  152. this.label3.TabIndex = 4;
  153. this.label3.Text = "label3";
  154. //
  155. // label1
  156. //
  157. this.label1.Anchor = System.Windows.Forms.AnchorStyles.Top;
  158. this.label1.AutoSize = true;
  159. this.label1.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  160. this.label1.Location = new System.Drawing.Point(175, 31);
  161. this.label1.Name = "label1";
  162. this.label1.Size = new System.Drawing.Size(204, 37);
  163. this.label1.TabIndex = 1;
  164. this.label1.Text = "Рабочее место";
  165. //
  166. // pictureBox1
  167. //
  168. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  169. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  170. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  171. this.pictureBox1.Name = "pictureBox1";
  172. this.pictureBox1.Size = new System.Drawing.Size(144, 100);
  173. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  174. this.pictureBox1.TabIndex = 0;
  175. this.pictureBox1.TabStop = false;
  176. //
  177. // DgvRequest
  178. //
  179. this.DgvRequest.AllowUserToAddRows = false;
  180. this.DgvRequest.AllowUserToDeleteRows = false;
  181. this.DgvRequest.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  182. | System.Windows.Forms.AnchorStyles.Left)
  183. | System.Windows.Forms.AnchorStyles.Right)));
  184. this.DgvRequest.BackgroundColor = System.Drawing.Color.White;
  185. this.DgvRequest.BorderStyle = System.Windows.Forms.BorderStyle.None;
  186. this.DgvRequest.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
  187. this.DgvRequest.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  188. this.DgvRequest.ColumnHeadersVisible = false;
  189. this.DgvRequest.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  190. this.id,
  191. this.Photo,
  192. this.Title,
  193. this.FIO});
  194. this.DgvRequest.GridColor = System.Drawing.Color.White;
  195. this.DgvRequest.Location = new System.Drawing.Point(12, 168);
  196. this.DgvRequest.MultiSelect = false;
  197. this.DgvRequest.Name = "DgvRequest";
  198. this.DgvRequest.ReadOnly = true;
  199. this.DgvRequest.RowHeadersVisible = false;
  200. this.DgvRequest.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.WhiteSmoke;
  201. this.DgvRequest.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  202. this.DgvRequest.RowTemplate.DividerHeight = 10;
  203. this.DgvRequest.RowTemplate.Height = 130;
  204. this.DgvRequest.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  205. this.DgvRequest.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  206. this.DgvRequest.Size = new System.Drawing.Size(546, 283);
  207. this.DgvRequest.TabIndex = 2;
  208. //
  209. // id
  210. //
  211. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  212. this.id.DefaultCellStyle = dataGridViewCellStyle7;
  213. this.id.HeaderText = "ид";
  214. this.id.Name = "id";
  215. this.id.ReadOnly = true;
  216. this.id.Visible = false;
  217. //
  218. // Photo
  219. //
  220. this.Photo.HeaderText = "Фото";
  221. this.Photo.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
  222. this.Photo.Name = "Photo";
  223. this.Photo.ReadOnly = true;
  224. this.Photo.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  225. this.Photo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  226. this.Photo.Width = 130;
  227. //
  228. // Title
  229. //
  230. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
  231. this.Title.DefaultCellStyle = dataGridViewCellStyle8;
  232. this.Title.HeaderText = "Инфо";
  233. this.Title.Name = "Title";
  234. this.Title.ReadOnly = true;
  235. this.Title.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  236. this.Title.Width = 200;
  237. //
  238. // FIO
  239. //
  240. this.FIO.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  241. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopLeft;
  242. this.FIO.DefaultCellStyle = dataGridViewCellStyle9;
  243. this.FIO.HeaderText = "ФИО";
  244. this.FIO.Name = "FIO";
  245. this.FIO.ReadOnly = true;
  246. this.FIO.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  247. //
  248. // groupBox1
  249. //
  250. this.groupBox1.Controls.Add(this.TbxFind);
  251. this.groupBox1.Controls.Add(this.RbtInfo);
  252. this.groupBox1.Controls.Add(this.RbtNum);
  253. this.groupBox1.Location = new System.Drawing.Point(12, 106);
  254. this.groupBox1.Name = "groupBox1";
  255. this.groupBox1.Size = new System.Drawing.Size(352, 56);
  256. this.groupBox1.TabIndex = 3;
  257. this.groupBox1.TabStop = false;
  258. this.groupBox1.Text = "Поиск";
  259. //
  260. // TbxFind
  261. //
  262. this.TbxFind.Location = new System.Drawing.Point(7, 33);
  263. this.TbxFind.Name = "TbxFind";
  264. this.TbxFind.Size = new System.Drawing.Size(329, 21);
  265. this.TbxFind.TabIndex = 2;
  266. this.TbxFind.TextChanged += new System.EventHandler(this.TbxFind_TextChanged);
  267. //
  268. // RbtInfo
  269. //
  270. this.RbtInfo.AutoSize = true;
  271. this.RbtInfo.Checked = true;
  272. this.RbtInfo.Location = new System.Drawing.Point(119, 14);
  273. this.RbtInfo.Name = "RbtInfo";
  274. this.RbtInfo.Size = new System.Drawing.Size(225, 20);
  275. this.RbtInfo.TabIndex = 1;
  276. this.RbtInfo.TabStop = true;
  277. this.RbtInfo.Text = "По оборудованию, статусу, исполнителям";
  278. this.RbtInfo.UseVisualStyleBackColor = true;
  279. //
  280. // RbtNum
  281. //
  282. this.RbtNum.AutoSize = true;
  283. this.RbtNum.Location = new System.Drawing.Point(7, 14);
  284. this.RbtNum.Name = "RbtNum";
  285. this.RbtNum.Size = new System.Drawing.Size(107, 20);
  286. this.RbtNum.TabIndex = 0;
  287. this.RbtNum.Text = "По номеру заявки";
  288. this.RbtNum.UseVisualStyleBackColor = true;
  289. this.RbtNum.CheckedChanged += new System.EventHandler(this.RbtNum_CheckedChanged);
  290. //
  291. // statusStrip1
  292. //
  293. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  294. this.ToolSCount});
  295. this.statusStrip1.Location = new System.Drawing.Point(0, 454);
  296. this.statusStrip1.Name = "statusStrip1";
  297. this.statusStrip1.Size = new System.Drawing.Size(570, 22);
  298. this.statusStrip1.TabIndex = 4;
  299. this.statusStrip1.Text = "statusStrip1";
  300. //
  301. // ToolSCount
  302. //
  303. this.ToolSCount.Name = "ToolSCount";
  304. this.ToolSCount.Size = new System.Drawing.Size(45, 17);
  305. this.ToolSCount.Text = "Заявки";
  306. //
  307. // label5
  308. //
  309. this.label5.AutoSize = true;
  310. this.label5.Location = new System.Drawing.Point(370, 119);
  311. this.label5.Name = "label5";
  312. this.label5.Size = new System.Drawing.Size(185, 16);
  313. this.label5.TabIndex = 5;
  314. this.label5.Text = "Фильтрация по типам неисправностей";
  315. //
  316. // CmbDefect
  317. //
  318. this.CmbDefect.DataSource = this.BsAllTypeDefect;
  319. this.CmbDefect.DisplayMember = "TypeDefect";
  320. this.CmbDefect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  321. this.CmbDefect.FormattingEnabled = true;
  322. this.CmbDefect.Location = new System.Drawing.Point(370, 138);
  323. this.CmbDefect.Name = "CmbDefect";
  324. this.CmbDefect.Size = new System.Drawing.Size(185, 24);
  325. this.CmbDefect.TabIndex = 6;
  326. this.CmbDefect.SelectedIndexChanged += new System.EventHandler(this.CmbDefect_SelectedIndexChanged);
  327. //
  328. // BsAllTypeDefect
  329. //
  330. this.BsAllTypeDefect.DataMember = "AllTypeDefect";
  331. this.BsAllTypeDefect.DataSource = this.techServiceBAUDataSet;
  332. //
  333. // employeeTableAdapter
  334. //
  335. this.employeeTableAdapter.ClearBeforeFill = true;
  336. //
  337. // tableAdapterManager
  338. //
  339. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  340. this.tableAdapterManager.ClientTableAdapter = null;
  341. this.tableAdapterManager.EmployeeTableAdapter = this.employeeTableAdapter;
  342. this.tableAdapterManager.ExecutionRequestTableAdapter = null;
  343. this.tableAdapterManager.RequestTableAdapter = null;
  344. this.tableAdapterManager.RoleTableAdapter = null;
  345. this.tableAdapterManager.StatusTableAdapter = null;
  346. this.tableAdapterManager.TypeDefectTableAdapter = null;
  347. this.tableAdapterManager.UpdateOrder = СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  348. //
  349. // allTypeDefectTableAdapter
  350. //
  351. this.allTypeDefectTableAdapter.ClearBeforeFill = true;
  352. //
  353. // BsRequest
  354. //
  355. this.BsRequest.DataMember = "Request";
  356. this.BsRequest.DataSource = this.techServiceBAUDataSet;
  357. //
  358. // requestTableAdapter
  359. //
  360. this.requestTableAdapter.ClearBeforeFill = true;
  361. //
  362. // BtnAdd
  363. //
  364. this.BtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  365. this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  366. this.BtnAdd.ForeColor = System.Drawing.Color.White;
  367. this.BtnAdd.Location = new System.Drawing.Point(413, 454);
  368. this.BtnAdd.Name = "BtnAdd";
  369. this.BtnAdd.Size = new System.Drawing.Size(157, 22);
  370. this.BtnAdd.TabIndex = 7;
  371. this.BtnAdd.Text = "Добавить заявку";
  372. this.BtnAdd.UseVisualStyleBackColor = false;
  373. this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
  374. //
  375. // FormWorkPlace
  376. //
  377. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F);
  378. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  379. this.BackColor = System.Drawing.Color.White;
  380. this.ClientSize = new System.Drawing.Size(570, 476);
  381. this.Controls.Add(this.BtnAdd);
  382. this.Controls.Add(this.CmbDefect);
  383. this.Controls.Add(this.label5);
  384. this.Controls.Add(this.statusStrip1);
  385. this.Controls.Add(this.groupBox1);
  386. this.Controls.Add(this.DgvRequest);
  387. this.Controls.Add(this.panel1);
  388. this.Font = new System.Drawing.Font("Arial Narrow", 9F);
  389. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  390. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  391. this.MinimumSize = new System.Drawing.Size(586, 515);
  392. this.Name = "FormWorkPlace";
  393. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  394. this.Text = "ООО \"Техносервис\"";
  395. this.Load += new System.EventHandler(this.FormWorkPlace_Load);
  396. this.panel1.ResumeLayout(false);
  397. this.panel1.PerformLayout();
  398. ((System.ComponentModel.ISupportInitialize)(this.BsEmployee)).EndInit();
  399. ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet)).EndInit();
  400. ((System.ComponentModel.ISupportInitialize)(this.PbxPhoto)).EndInit();
  401. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  402. ((System.ComponentModel.ISupportInitialize)(this.DgvRequest)).EndInit();
  403. this.groupBox1.ResumeLayout(false);
  404. this.groupBox1.PerformLayout();
  405. this.statusStrip1.ResumeLayout(false);
  406. this.statusStrip1.PerformLayout();
  407. ((System.ComponentModel.ISupportInitialize)(this.BsAllTypeDefect)).EndInit();
  408. ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).EndInit();
  409. this.ResumeLayout(false);
  410. this.PerformLayout();
  411. }
  412. #endregion
  413. private System.Windows.Forms.Panel panel1;
  414. private System.Windows.Forms.Label label1;
  415. private System.Windows.Forms.PictureBox pictureBox1;
  416. private System.Windows.Forms.DataGridView DgvRequest;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn id;
  418. private System.Windows.Forms.DataGridViewImageColumn Photo;
  419. private System.Windows.Forms.DataGridViewTextBoxColumn Title;
  420. private System.Windows.Forms.DataGridViewTextBoxColumn FIO;
  421. private TechServiceBAUDataSet techServiceBAUDataSet;
  422. private TechServiceBAUDataSetTableAdapters.EmployeeTableAdapter employeeTableAdapter;
  423. private System.Windows.Forms.Label label2;
  424. private System.Windows.Forms.Label label4;
  425. private System.Windows.Forms.PictureBox PbxPhoto;
  426. private System.Windows.Forms.Label label3;
  427. public System.Windows.Forms.BindingSource BsEmployee;
  428. private TechServiceBAUDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  429. private System.Windows.Forms.Label LblPhoto;
  430. private System.Windows.Forms.GroupBox groupBox1;
  431. private System.Windows.Forms.RadioButton RbtInfo;
  432. private System.Windows.Forms.RadioButton RbtNum;
  433. private System.Windows.Forms.TextBox TbxFind;
  434. private System.Windows.Forms.StatusStrip statusStrip1;
  435. private System.Windows.Forms.ToolStripStatusLabel ToolSCount;
  436. private System.Windows.Forms.Label label5;
  437. private System.Windows.Forms.ComboBox CmbDefect;
  438. private System.Windows.Forms.BindingSource BsAllTypeDefect;
  439. private TechServiceBAUDataSetTableAdapters.AllTypeDefectTableAdapter allTypeDefectTableAdapter;
  440. private System.Windows.Forms.BindingSource BsRequest;
  441. private TechServiceBAUDataSetTableAdapters.RequestTableAdapter requestTableAdapter;
  442. private System.Windows.Forms.Button BtnAdd;
  443. }
  444. }