FormAddEditRequest.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  1. namespace СУБД_Техносервис
  2. {
  3. partial class FormAddEditRequest
  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.Label idRequestLabel;
  30. System.Windows.Forms.Label dateAcceptingLabel;
  31. System.Windows.Forms.Label equipmentDefectLabel;
  32. System.Windows.Forms.Label descriptionLabel;
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAddEditRequest));
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.LblIdManager = new System.Windows.Forms.Label();
  36. this.BsRequest = new System.Windows.Forms.BindingSource(this.components);
  37. this.techServiceBAUDataSet1 = new СУБД_Техносервис.TechServiceBAUDataSet();
  38. this.LblTitleRequest = new System.Windows.Forms.Label();
  39. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  40. this.BtnSave = new System.Windows.Forms.Button();
  41. this.BtnCancel = new System.Windows.Forms.Button();
  42. this.requestTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.RequestTableAdapter();
  43. this.tableAdapterManager = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TableAdapterManager();
  44. this.clientTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.ClientTableAdapter();
  45. this.statusTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.StatusTableAdapter();
  46. this.typeDefectTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TypeDefectTableAdapter();
  47. this.TbxIdRequest = new System.Windows.Forms.TextBox();
  48. this.DtpDateAcception = new System.Windows.Forms.DateTimePicker();
  49. this.TbxDeffect = new System.Windows.Forms.TextBox();
  50. this.descriptionTextBox = new System.Windows.Forms.TextBox();
  51. this.CmbClient = new System.Windows.Forms.ComboBox();
  52. this.BsClient = new System.Windows.Forms.BindingSource(this.components);
  53. this.CmbStatus = new System.Windows.Forms.ComboBox();
  54. this.BsStatus = new System.Windows.Forms.BindingSource(this.components);
  55. this.CmbTypeDefect = new System.Windows.Forms.ComboBox();
  56. this.BsTypeDefect = new System.Windows.Forms.BindingSource(this.components);
  57. this.label2 = new System.Windows.Forms.Label();
  58. this.label3 = new System.Windows.Forms.Label();
  59. this.label4 = new System.Windows.Forms.Label();
  60. this.clientFIOTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.ClientFIOTableAdapter();
  61. this.CmbMaster = new System.Windows.Forms.ComboBox();
  62. this.BsMaster = new System.Windows.Forms.BindingSource(this.components);
  63. this.label5 = new System.Windows.Forms.Label();
  64. this.DgvMaster = new System.Windows.Forms.DataGridView();
  65. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.BtnAdd = new System.Windows.Forms.Button();
  68. this.BtnDel = new System.Windows.Forms.Button();
  69. this.employeeTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.EmployeeTableAdapter();
  70. idRequestLabel = new System.Windows.Forms.Label();
  71. dateAcceptingLabel = new System.Windows.Forms.Label();
  72. equipmentDefectLabel = new System.Windows.Forms.Label();
  73. descriptionLabel = new System.Windows.Forms.Label();
  74. this.panel1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet1)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.BsClient)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.BsStatus)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.BsTypeDefect)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.BsMaster)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.DgvMaster)).BeginInit();
  83. this.SuspendLayout();
  84. //
  85. // idRequestLabel
  86. //
  87. idRequestLabel.AutoSize = true;
  88. idRequestLabel.Location = new System.Drawing.Point(74, 123);
  89. idRequestLabel.Name = "idRequestLabel";
  90. idRequestLabel.Size = new System.Drawing.Size(70, 16);
  91. idRequestLabel.TabIndex = 7;
  92. idRequestLabel.Text = "Номер заявки";
  93. //
  94. // dateAcceptingLabel
  95. //
  96. dateAcceptingLabel.AutoSize = true;
  97. dateAcceptingLabel.Location = new System.Drawing.Point(57, 156);
  98. dateAcceptingLabel.Name = "dateAcceptingLabel";
  99. dateAcceptingLabel.Size = new System.Drawing.Size(87, 16);
  100. dateAcceptingLabel.TabIndex = 8;
  101. dateAcceptingLabel.Text = "Дата добавления";
  102. //
  103. // equipmentDefectLabel
  104. //
  105. equipmentDefectLabel.AutoSize = true;
  106. equipmentDefectLabel.Location = new System.Drawing.Point(11, 187);
  107. equipmentDefectLabel.Name = "equipmentDefectLabel";
  108. equipmentDefectLabel.Size = new System.Drawing.Size(133, 16);
  109. equipmentDefectLabel.TabIndex = 9;
  110. equipmentDefectLabel.Text = "Неисправное оборудование";
  111. //
  112. // descriptionLabel
  113. //
  114. descriptionLabel.AutoSize = true;
  115. descriptionLabel.Location = new System.Drawing.Point(11, 215);
  116. descriptionLabel.Name = "descriptionLabel";
  117. descriptionLabel.Size = new System.Drawing.Size(52, 16);
  118. descriptionLabel.TabIndex = 10;
  119. descriptionLabel.Text = "Описание";
  120. //
  121. // panel1
  122. //
  123. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  124. this.panel1.Controls.Add(this.LblIdManager);
  125. this.panel1.Controls.Add(this.LblTitleRequest);
  126. this.panel1.Controls.Add(this.pictureBox1);
  127. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  128. this.panel1.Location = new System.Drawing.Point(0, 0);
  129. this.panel1.Name = "panel1";
  130. this.panel1.Size = new System.Drawing.Size(833, 100);
  131. this.panel1.TabIndex = 2;
  132. //
  133. // LblIdManager
  134. //
  135. this.LblIdManager.AutoSize = true;
  136. this.LblIdManager.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsRequest, "IdManager", true));
  137. this.LblIdManager.Location = new System.Drawing.Point(11, 75);
  138. this.LblIdManager.Name = "LblIdManager";
  139. this.LblIdManager.Size = new System.Drawing.Size(14, 16);
  140. this.LblIdManager.TabIndex = 18;
  141. this.LblIdManager.Text = "id";
  142. //
  143. // BsRequest
  144. //
  145. this.BsRequest.DataMember = "Request";
  146. this.BsRequest.DataSource = this.techServiceBAUDataSet1;
  147. //
  148. // techServiceBAUDataSet1
  149. //
  150. this.techServiceBAUDataSet1.DataSetName = "TechServiceBAUDataSet";
  151. this.techServiceBAUDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  152. //
  153. // LblTitleRequest
  154. //
  155. this.LblTitleRequest.Anchor = System.Windows.Forms.AnchorStyles.Top;
  156. this.LblTitleRequest.AutoSize = true;
  157. this.LblTitleRequest.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  158. this.LblTitleRequest.Location = new System.Drawing.Point(354, 36);
  159. this.LblTitleRequest.Name = "LblTitleRequest";
  160. this.LblTitleRequest.Size = new System.Drawing.Size(256, 37);
  161. this.LblTitleRequest.TabIndex = 1;
  162. this.LblTitleRequest.Text = "Добавление заявки";
  163. //
  164. // pictureBox1
  165. //
  166. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  167. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  168. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  169. this.pictureBox1.Name = "pictureBox1";
  170. this.pictureBox1.Size = new System.Drawing.Size(144, 100);
  171. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  172. this.pictureBox1.TabIndex = 0;
  173. this.pictureBox1.TabStop = false;
  174. //
  175. // BtnSave
  176. //
  177. this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  178. this.BtnSave.ForeColor = System.Drawing.Color.White;
  179. this.BtnSave.Location = new System.Drawing.Point(95, 411);
  180. this.BtnSave.Name = "BtnSave";
  181. this.BtnSave.Size = new System.Drawing.Size(157, 26);
  182. this.BtnSave.TabIndex = 6;
  183. this.BtnSave.Text = "Сохранить";
  184. this.BtnSave.UseVisualStyleBackColor = false;
  185. this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
  186. //
  187. // BtnCancel
  188. //
  189. this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  190. this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  191. this.BtnCancel.ForeColor = System.Drawing.Color.White;
  192. this.BtnCancel.Location = new System.Drawing.Point(615, 411);
  193. this.BtnCancel.Name = "BtnCancel";
  194. this.BtnCancel.Size = new System.Drawing.Size(157, 26);
  195. this.BtnCancel.TabIndex = 7;
  196. this.BtnCancel.Text = "Отменить";
  197. this.BtnCancel.UseVisualStyleBackColor = false;
  198. //
  199. // requestTableAdapter
  200. //
  201. this.requestTableAdapter.ClearBeforeFill = true;
  202. //
  203. // tableAdapterManager
  204. //
  205. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  206. this.tableAdapterManager.ClientFIOTableAdapter = null;
  207. this.tableAdapterManager.ClientTableAdapter = this.clientTableAdapter;
  208. this.tableAdapterManager.EmployeeTableAdapter = null;
  209. this.tableAdapterManager.ExecutionRequestTableAdapter = null;
  210. this.tableAdapterManager.RequestTableAdapter = this.requestTableAdapter;
  211. this.tableAdapterManager.RoleTableAdapter = null;
  212. this.tableAdapterManager.StatusTableAdapter = this.statusTableAdapter;
  213. this.tableAdapterManager.TypeDefectTableAdapter = this.typeDefectTableAdapter;
  214. this.tableAdapterManager.UpdateOrder = СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  215. //
  216. // clientTableAdapter
  217. //
  218. this.clientTableAdapter.ClearBeforeFill = true;
  219. //
  220. // statusTableAdapter
  221. //
  222. this.statusTableAdapter.ClearBeforeFill = true;
  223. //
  224. // typeDefectTableAdapter
  225. //
  226. this.typeDefectTableAdapter.ClearBeforeFill = true;
  227. //
  228. // TbxIdRequest
  229. //
  230. this.TbxIdRequest.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsRequest, "IdRequest", true));
  231. this.TbxIdRequest.Location = new System.Drawing.Point(150, 120);
  232. this.TbxIdRequest.Name = "TbxIdRequest";
  233. this.TbxIdRequest.ReadOnly = true;
  234. this.TbxIdRequest.Size = new System.Drawing.Size(141, 21);
  235. this.TbxIdRequest.TabIndex = 8;
  236. //
  237. // DtpDateAcception
  238. //
  239. this.DtpDateAcception.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.BsRequest, "DateAccepting", true));
  240. this.DtpDateAcception.Location = new System.Drawing.Point(150, 152);
  241. this.DtpDateAcception.Name = "DtpDateAcception";
  242. this.DtpDateAcception.Size = new System.Drawing.Size(141, 21);
  243. this.DtpDateAcception.TabIndex = 9;
  244. //
  245. // TbxDeffect
  246. //
  247. this.TbxDeffect.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsRequest, "EquipmentDefect", true));
  248. this.TbxDeffect.Location = new System.Drawing.Point(150, 184);
  249. this.TbxDeffect.Name = "TbxDeffect";
  250. this.TbxDeffect.Size = new System.Drawing.Size(141, 21);
  251. this.TbxDeffect.TabIndex = 10;
  252. //
  253. // descriptionTextBox
  254. //
  255. this.descriptionTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsRequest, "Description", true));
  256. this.descriptionTextBox.Location = new System.Drawing.Point(69, 215);
  257. this.descriptionTextBox.Multiline = true;
  258. this.descriptionTextBox.Name = "descriptionTextBox";
  259. this.descriptionTextBox.Size = new System.Drawing.Size(222, 115);
  260. this.descriptionTextBox.TabIndex = 11;
  261. //
  262. // CmbClient
  263. //
  264. this.CmbClient.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.BsRequest, "IdClient", true));
  265. this.CmbClient.DataSource = this.BsClient;
  266. this.CmbClient.DisplayMember = "FIO";
  267. this.CmbClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  268. this.CmbClient.FormattingEnabled = true;
  269. this.CmbClient.Location = new System.Drawing.Point(331, 211);
  270. this.CmbClient.Name = "CmbClient";
  271. this.CmbClient.Size = new System.Drawing.Size(190, 24);
  272. this.CmbClient.TabIndex = 12;
  273. this.CmbClient.ValueMember = "IdClient";
  274. //
  275. // BsClient
  276. //
  277. this.BsClient.DataMember = "Client";
  278. this.BsClient.DataSource = this.techServiceBAUDataSet1;
  279. //
  280. // CmbStatus
  281. //
  282. this.CmbStatus.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.BsRequest, "IdStatus", true));
  283. this.CmbStatus.DataSource = this.BsStatus;
  284. this.CmbStatus.DisplayMember = "Title";
  285. this.CmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  286. this.CmbStatus.FormattingEnabled = true;
  287. this.CmbStatus.Location = new System.Drawing.Point(331, 290);
  288. this.CmbStatus.Name = "CmbStatus";
  289. this.CmbStatus.Size = new System.Drawing.Size(190, 24);
  290. this.CmbStatus.TabIndex = 13;
  291. this.CmbStatus.ValueMember = "IdStatus";
  292. //
  293. // BsStatus
  294. //
  295. this.BsStatus.DataMember = "Status";
  296. this.BsStatus.DataSource = this.techServiceBAUDataSet1;
  297. //
  298. // CmbTypeDefect
  299. //
  300. this.CmbTypeDefect.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.BsRequest, "IdTypeDefect", true));
  301. this.CmbTypeDefect.DataSource = this.BsTypeDefect;
  302. this.CmbTypeDefect.DisplayMember = "Title";
  303. this.CmbTypeDefect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  304. this.CmbTypeDefect.FormattingEnabled = true;
  305. this.CmbTypeDefect.Location = new System.Drawing.Point(331, 139);
  306. this.CmbTypeDefect.Name = "CmbTypeDefect";
  307. this.CmbTypeDefect.Size = new System.Drawing.Size(190, 24);
  308. this.CmbTypeDefect.TabIndex = 14;
  309. this.CmbTypeDefect.ValueMember = "IdTypeDefect";
  310. //
  311. // BsTypeDefect
  312. //
  313. this.BsTypeDefect.DataMember = "TypeDefect";
  314. this.BsTypeDefect.DataSource = this.techServiceBAUDataSet1;
  315. //
  316. // label2
  317. //
  318. this.label2.AutoSize = true;
  319. this.label2.Location = new System.Drawing.Point(328, 192);
  320. this.label2.Name = "label2";
  321. this.label2.Size = new System.Drawing.Size(41, 16);
  322. this.label2.TabIndex = 15;
  323. this.label2.Text = "Клиент";
  324. //
  325. // label3
  326. //
  327. this.label3.AutoSize = true;
  328. this.label3.Location = new System.Drawing.Point(328, 271);
  329. this.label3.Name = "label3";
  330. this.label3.Size = new System.Drawing.Size(76, 16);
  331. this.label3.TabIndex = 16;
  332. this.label3.Text = "Статус заявки";
  333. //
  334. // label4
  335. //
  336. this.label4.AutoSize = true;
  337. this.label4.Location = new System.Drawing.Point(328, 120);
  338. this.label4.Name = "label4";
  339. this.label4.Size = new System.Drawing.Size(94, 16);
  340. this.label4.TabIndex = 17;
  341. this.label4.Text = "Тип неисправности";
  342. //
  343. // clientFIOTableAdapter
  344. //
  345. this.clientFIOTableAdapter.ClearBeforeFill = true;
  346. //
  347. // CmbMaster
  348. //
  349. this.CmbMaster.DataSource = this.BsMaster;
  350. this.CmbMaster.DisplayMember = "Surname";
  351. this.CmbMaster.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  352. this.CmbMaster.FormattingEnabled = true;
  353. this.CmbMaster.Location = new System.Drawing.Point(577, 139);
  354. this.CmbMaster.Name = "CmbMaster";
  355. this.CmbMaster.Size = new System.Drawing.Size(240, 24);
  356. this.CmbMaster.TabIndex = 18;
  357. this.CmbMaster.ValueMember = "IdEmployee";
  358. //
  359. // BsMaster
  360. //
  361. this.BsMaster.DataMember = "Employee";
  362. this.BsMaster.DataSource = this.techServiceBAUDataSet1;
  363. this.BsMaster.Filter = "IdRole = 2";
  364. //
  365. // label5
  366. //
  367. this.label5.AutoSize = true;
  368. this.label5.Location = new System.Drawing.Point(574, 120);
  369. this.label5.Name = "label5";
  370. this.label5.Size = new System.Drawing.Size(69, 16);
  371. this.label5.TabIndex = 19;
  372. this.label5.Text = "Исполнители";
  373. //
  374. // DgvMaster
  375. //
  376. this.DgvMaster.AllowUserToAddRows = false;
  377. this.DgvMaster.AllowUserToDeleteRows = false;
  378. this.DgvMaster.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  379. this.DgvMaster.ColumnHeadersVisible = false;
  380. this.DgvMaster.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  381. this.Column1,
  382. this.Column2});
  383. this.DgvMaster.Location = new System.Drawing.Point(577, 215);
  384. this.DgvMaster.MultiSelect = false;
  385. this.DgvMaster.Name = "DgvMaster";
  386. this.DgvMaster.ReadOnly = true;
  387. this.DgvMaster.RowHeadersVisible = false;
  388. this.DgvMaster.Size = new System.Drawing.Size(240, 150);
  389. this.DgvMaster.TabIndex = 20;
  390. //
  391. // Column1
  392. //
  393. this.Column1.HeaderText = "ид";
  394. this.Column1.Name = "Column1";
  395. this.Column1.ReadOnly = true;
  396. this.Column1.Visible = false;
  397. //
  398. // Column2
  399. //
  400. this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  401. this.Column2.HeaderText = "ФИО";
  402. this.Column2.Name = "Column2";
  403. this.Column2.ReadOnly = true;
  404. //
  405. // BtnAdd
  406. //
  407. this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  408. this.BtnAdd.ForeColor = System.Drawing.Color.White;
  409. this.BtnAdd.Location = new System.Drawing.Point(577, 182);
  410. this.BtnAdd.Name = "BtnAdd";
  411. this.BtnAdd.Size = new System.Drawing.Size(240, 26);
  412. this.BtnAdd.TabIndex = 21;
  413. this.BtnAdd.Text = "Добавить";
  414. this.BtnAdd.UseVisualStyleBackColor = false;
  415. this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
  416. //
  417. // BtnDel
  418. //
  419. this.BtnDel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  420. this.BtnDel.ForeColor = System.Drawing.Color.White;
  421. this.BtnDel.Location = new System.Drawing.Point(580, 379);
  422. this.BtnDel.Name = "BtnDel";
  423. this.BtnDel.Size = new System.Drawing.Size(237, 26);
  424. this.BtnDel.TabIndex = 22;
  425. this.BtnDel.Text = "Удалить";
  426. this.BtnDel.UseVisualStyleBackColor = false;
  427. this.BtnDel.Click += new System.EventHandler(this.BtnDel_Click);
  428. //
  429. // employeeTableAdapter
  430. //
  431. this.employeeTableAdapter.ClearBeforeFill = true;
  432. //
  433. // FormAddEditRequest
  434. //
  435. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F);
  436. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  437. this.BackColor = System.Drawing.Color.White;
  438. this.ClientSize = new System.Drawing.Size(833, 451);
  439. this.Controls.Add(this.BtnDel);
  440. this.Controls.Add(this.BtnAdd);
  441. this.Controls.Add(this.DgvMaster);
  442. this.Controls.Add(this.label5);
  443. this.Controls.Add(this.CmbMaster);
  444. this.Controls.Add(this.label4);
  445. this.Controls.Add(this.label3);
  446. this.Controls.Add(this.label2);
  447. this.Controls.Add(this.CmbTypeDefect);
  448. this.Controls.Add(this.CmbStatus);
  449. this.Controls.Add(this.CmbClient);
  450. this.Controls.Add(descriptionLabel);
  451. this.Controls.Add(this.descriptionTextBox);
  452. this.Controls.Add(equipmentDefectLabel);
  453. this.Controls.Add(this.TbxDeffect);
  454. this.Controls.Add(dateAcceptingLabel);
  455. this.Controls.Add(this.DtpDateAcception);
  456. this.Controls.Add(idRequestLabel);
  457. this.Controls.Add(this.TbxIdRequest);
  458. this.Controls.Add(this.BtnCancel);
  459. this.Controls.Add(this.BtnSave);
  460. this.Controls.Add(this.panel1);
  461. this.Font = new System.Drawing.Font("Arial Narrow", 9F);
  462. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  463. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  464. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  465. this.Name = "FormAddEditRequest";
  466. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  467. this.Text = "ООО \"Техносервис\"";
  468. this.Load += new System.EventHandler(this.FormAddEditRequest_Load);
  469. this.panel1.ResumeLayout(false);
  470. this.panel1.PerformLayout();
  471. ((System.ComponentModel.ISupportInitialize)(this.BsRequest)).EndInit();
  472. ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet1)).EndInit();
  473. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  474. ((System.ComponentModel.ISupportInitialize)(this.BsClient)).EndInit();
  475. ((System.ComponentModel.ISupportInitialize)(this.BsStatus)).EndInit();
  476. ((System.ComponentModel.ISupportInitialize)(this.BsTypeDefect)).EndInit();
  477. ((System.ComponentModel.ISupportInitialize)(this.BsMaster)).EndInit();
  478. ((System.ComponentModel.ISupportInitialize)(this.DgvMaster)).EndInit();
  479. this.ResumeLayout(false);
  480. this.PerformLayout();
  481. }
  482. #endregion
  483. private System.Windows.Forms.Panel panel1;
  484. private System.Windows.Forms.PictureBox pictureBox1;
  485. private System.Windows.Forms.Button BtnSave;
  486. private System.Windows.Forms.Button BtnCancel;
  487. private TechServiceBAUDataSet techServiceBAUDataSet1;
  488. private TechServiceBAUDataSetTableAdapters.RequestTableAdapter requestTableAdapter;
  489. private TechServiceBAUDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  490. private System.Windows.Forms.TextBox TbxIdRequest;
  491. private System.Windows.Forms.DateTimePicker DtpDateAcception;
  492. private System.Windows.Forms.TextBox TbxDeffect;
  493. private System.Windows.Forms.TextBox descriptionTextBox;
  494. private TechServiceBAUDataSetTableAdapters.TypeDefectTableAdapter typeDefectTableAdapter;
  495. private System.Windows.Forms.ComboBox CmbClient;
  496. private System.Windows.Forms.ComboBox CmbStatus;
  497. private System.Windows.Forms.ComboBox CmbTypeDefect;
  498. private System.Windows.Forms.BindingSource BsStatus;
  499. private System.Windows.Forms.BindingSource BsTypeDefect;
  500. private TechServiceBAUDataSetTableAdapters.StatusTableAdapter statusTableAdapter;
  501. private TechServiceBAUDataSetTableAdapters.ClientTableAdapter clientTableAdapter;
  502. private System.Windows.Forms.Label label2;
  503. private System.Windows.Forms.Label label3;
  504. private System.Windows.Forms.Label label4;
  505. private System.Windows.Forms.BindingSource BsClient;
  506. private TechServiceBAUDataSetTableAdapters.ClientFIOTableAdapter clientFIOTableAdapter;
  507. private System.Windows.Forms.Label LblIdManager;
  508. private System.Windows.Forms.ComboBox CmbMaster;
  509. private System.Windows.Forms.Label label5;
  510. private System.Windows.Forms.DataGridView DgvMaster;
  511. private System.Windows.Forms.Button BtnAdd;
  512. private System.Windows.Forms.Button BtnDel;
  513. private System.Windows.Forms.BindingSource BsMaster;
  514. private TechServiceBAUDataSetTableAdapters.EmployeeTableAdapter employeeTableAdapter;
  515. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  517. public System.Windows.Forms.Label LblTitleRequest;
  518. public System.Windows.Forms.BindingSource BsRequest;
  519. }
  520. }