Form2.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  1. namespace WindowsFormsAppGrishina
  2. {
  3. partial class Form2
  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(Form2));
  30. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  31. this.кодсферыDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.сферадеятельностиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.сферыДеятельностиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34. this.bD_grishinaDataSet = new WindowsFormsAppGrishina.BD_grishinaDataSet();
  35. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  36. this.кодсферыDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.должностьDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.окладDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.требованияксоискателюDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.работодательDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.контактныйномерDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.кодвакансииDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.списокВакансийBindingSource = new System.Windows.Forms.BindingSource(this.components);
  44. this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
  45. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  46. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  47. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  48. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  49. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  50. this.bindingNavigator2 = new System.Windows.Forms.BindingNavigator(this.components);
  51. this.bindingNavigatorCountItem1 = new System.Windows.Forms.ToolStripLabel();
  52. this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  53. this.bindingNavigatorPositionItem1 = new System.Windows.Forms.ToolStripTextBox();
  54. this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  55. this.bindingNavigatorSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  56. this.button1 = new System.Windows.Forms.Button();
  57. this.button2 = new System.Windows.Forms.Button();
  58. this.button3 = new System.Windows.Forms.Button();
  59. this.button4 = new System.Windows.Forms.Button();
  60. this.сферыДеятельностиTableAdapter = new WindowsFormsAppGrishina.BD_grishinaDataSetTableAdapters.СферыДеятельностиTableAdapter();
  61. this.сферыДеятельностиBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  62. this.списокВакансийTableAdapter = new WindowsFormsAppGrishina.BD_grishinaDataSetTableAdapters.СписокВакансийTableAdapter();
  63. this.button5 = new System.Windows.Forms.Button();
  64. this.button6 = new System.Windows.Forms.Button();
  65. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  66. this.bindingNavigatorAddNewItem1 = new System.Windows.Forms.ToolStripButton();
  67. this.bindingNavigatorDeleteItem1 = new System.Windows.Forms.ToolStripButton();
  68. this.bindingNavigatorMoveFirstItem1 = new System.Windows.Forms.ToolStripButton();
  69. this.bindingNavigatorMovePreviousItem1 = new System.Windows.Forms.ToolStripButton();
  70. this.bindingNavigatorMoveNextItem1 = new System.Windows.Forms.ToolStripButton();
  71. this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton();
  72. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  73. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  74. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  75. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  76. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  77. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  78. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.сферыДеятельностиBindingSource)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.bD_grishinaDataSet)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
  84. this.bindingNavigator1.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).BeginInit();
  86. this.bindingNavigator2.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.сферыДеятельностиBindingSource1)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  89. this.SuspendLayout();
  90. //
  91. // dataGridView1
  92. //
  93. this.dataGridView1.AutoGenerateColumns = false;
  94. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  95. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  96. this.кодсферыDataGridViewTextBoxColumn,
  97. this.сферадеятельностиDataGridViewTextBoxColumn});
  98. this.dataGridView1.DataSource = this.сферыДеятельностиBindingSource;
  99. this.dataGridView1.Location = new System.Drawing.Point(-1, 28);
  100. this.dataGridView1.Name = "dataGridView1";
  101. this.dataGridView1.Size = new System.Drawing.Size(244, 111);
  102. this.dataGridView1.TabIndex = 0;
  103. //
  104. // кодсферыDataGridViewTextBoxColumn
  105. //
  106. this.кодсферыDataGridViewTextBoxColumn.DataPropertyName = "Код_сферы";
  107. this.кодсферыDataGridViewTextBoxColumn.HeaderText = "Код_сферы";
  108. this.кодсферыDataGridViewTextBoxColumn.Name = "кодсферыDataGridViewTextBoxColumn";
  109. //
  110. // сферадеятельностиDataGridViewTextBoxColumn
  111. //
  112. this.сферадеятельностиDataGridViewTextBoxColumn.DataPropertyName = "Сфера_деятельности";
  113. this.сферадеятельностиDataGridViewTextBoxColumn.HeaderText = "Сфера_деятельности";
  114. this.сферадеятельностиDataGridViewTextBoxColumn.Name = "сферадеятельностиDataGridViewTextBoxColumn";
  115. //
  116. // сферыДеятельностиBindingSource
  117. //
  118. this.сферыДеятельностиBindingSource.DataMember = "СферыДеятельности";
  119. this.сферыДеятельностиBindingSource.DataSource = this.bD_grishinaDataSet;
  120. //
  121. // bD_grishinaDataSet
  122. //
  123. this.bD_grishinaDataSet.DataSetName = "BD_grishinaDataSet";
  124. this.bD_grishinaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  125. //
  126. // dataGridView2
  127. //
  128. this.dataGridView2.AutoGenerateColumns = false;
  129. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  130. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  131. this.кодсферыDataGridViewTextBoxColumn1,
  132. this.должностьDataGridViewTextBoxColumn,
  133. this.окладDataGridViewTextBoxColumn,
  134. this.требованияксоискателюDataGridViewTextBoxColumn,
  135. this.работодательDataGridViewTextBoxColumn,
  136. this.контактныйномерDataGridViewTextBoxColumn,
  137. this.кодвакансииDataGridViewTextBoxColumn});
  138. this.dataGridView2.DataSource = this.списокВакансийBindingSource;
  139. this.dataGridView2.Location = new System.Drawing.Point(-1, 260);
  140. this.dataGridView2.Name = "dataGridView2";
  141. this.dataGridView2.Size = new System.Drawing.Size(763, 240);
  142. this.dataGridView2.TabIndex = 1;
  143. //
  144. // кодсферыDataGridViewTextBoxColumn1
  145. //
  146. this.кодсферыDataGridViewTextBoxColumn1.DataPropertyName = "Код_сферы";
  147. this.кодсферыDataGridViewTextBoxColumn1.HeaderText = "Код_сферы";
  148. this.кодсферыDataGridViewTextBoxColumn1.Name = "кодсферыDataGridViewTextBoxColumn1";
  149. //
  150. // должностьDataGridViewTextBoxColumn
  151. //
  152. this.должностьDataGridViewTextBoxColumn.DataPropertyName = "Должность";
  153. this.должностьDataGridViewTextBoxColumn.HeaderText = "Должность";
  154. this.должностьDataGridViewTextBoxColumn.Name = "должностьDataGridViewTextBoxColumn";
  155. //
  156. // окладDataGridViewTextBoxColumn
  157. //
  158. this.окладDataGridViewTextBoxColumn.DataPropertyName = "Оклад";
  159. this.окладDataGridViewTextBoxColumn.HeaderText = "Оклад";
  160. this.окладDataGridViewTextBoxColumn.Name = "окладDataGridViewTextBoxColumn";
  161. //
  162. // требованияксоискателюDataGridViewTextBoxColumn
  163. //
  164. this.требованияксоискателюDataGridViewTextBoxColumn.DataPropertyName = "Требования_к_соискателю";
  165. this.требованияксоискателюDataGridViewTextBoxColumn.HeaderText = "Требования_к_соискателю";
  166. this.требованияксоискателюDataGridViewTextBoxColumn.Name = "требованияксоискателюDataGridViewTextBoxColumn";
  167. //
  168. // работодательDataGridViewTextBoxColumn
  169. //
  170. this.работодательDataGridViewTextBoxColumn.DataPropertyName = "Работодатель";
  171. this.работодательDataGridViewTextBoxColumn.HeaderText = "Работодатель";
  172. this.работодательDataGridViewTextBoxColumn.Name = "работодательDataGridViewTextBoxColumn";
  173. //
  174. // контактныйномерDataGridViewTextBoxColumn
  175. //
  176. this.контактныйномерDataGridViewTextBoxColumn.DataPropertyName = "Контактный_номер";
  177. this.контактныйномерDataGridViewTextBoxColumn.HeaderText = "Контактный_номер";
  178. this.контактныйномерDataGridViewTextBoxColumn.Name = "контактныйномерDataGridViewTextBoxColumn";
  179. //
  180. // кодвакансииDataGridViewTextBoxColumn
  181. //
  182. this.кодвакансииDataGridViewTextBoxColumn.DataPropertyName = "Код_вакансии";
  183. this.кодвакансииDataGridViewTextBoxColumn.HeaderText = "Код_вакансии";
  184. this.кодвакансииDataGridViewTextBoxColumn.Name = "кодвакансииDataGridViewTextBoxColumn";
  185. //
  186. // списокВакансийBindingSource
  187. //
  188. this.списокВакансийBindingSource.DataMember = "СписокВакансий";
  189. this.списокВакансийBindingSource.DataSource = this.bD_grishinaDataSet;
  190. //
  191. // bindingNavigator1
  192. //
  193. this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
  194. this.bindingNavigator1.BindingSource = this.сферыДеятельностиBindingSource;
  195. this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
  196. this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
  197. this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  198. this.bindingNavigatorMoveFirstItem,
  199. this.bindingNavigatorMovePreviousItem,
  200. this.bindingNavigatorSeparator,
  201. this.bindingNavigatorPositionItem,
  202. this.bindingNavigatorCountItem,
  203. this.bindingNavigatorSeparator1,
  204. this.bindingNavigatorMoveNextItem,
  205. this.bindingNavigatorMoveLastItem,
  206. this.bindingNavigatorSeparator2,
  207. this.bindingNavigatorAddNewItem,
  208. this.bindingNavigatorDeleteItem});
  209. this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
  210. this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  211. this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
  212. this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
  213. this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  214. this.bindingNavigator1.Name = "bindingNavigator1";
  215. this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
  216. this.bindingNavigator1.Size = new System.Drawing.Size(1095, 25);
  217. this.bindingNavigator1.TabIndex = 2;
  218. this.bindingNavigator1.Text = "bindingNavigator1";
  219. //
  220. // bindingNavigatorCountItem
  221. //
  222. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  223. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  224. this.bindingNavigatorCountItem.Text = "для {0}";
  225. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  226. //
  227. // bindingNavigatorSeparator
  228. //
  229. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  230. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  231. //
  232. // bindingNavigatorPositionItem
  233. //
  234. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  235. this.bindingNavigatorPositionItem.AutoSize = false;
  236. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  237. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  238. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  239. this.bindingNavigatorPositionItem.Text = "0";
  240. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  241. //
  242. // bindingNavigatorSeparator1
  243. //
  244. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  245. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  246. //
  247. // bindingNavigatorSeparator2
  248. //
  249. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  250. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  251. //
  252. // bindingNavigator2
  253. //
  254. this.bindingNavigator2.AddNewItem = this.bindingNavigatorAddNewItem1;
  255. this.bindingNavigator2.BindingSource = this.списокВакансийBindingSource;
  256. this.bindingNavigator2.CountItem = this.bindingNavigatorCountItem1;
  257. this.bindingNavigator2.DeleteItem = this.bindingNavigatorDeleteItem1;
  258. this.bindingNavigator2.Dock = System.Windows.Forms.DockStyle.Bottom;
  259. this.bindingNavigator2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  260. this.bindingNavigatorMoveFirstItem1,
  261. this.bindingNavigatorMovePreviousItem1,
  262. this.bindingNavigatorSeparator3,
  263. this.bindingNavigatorPositionItem1,
  264. this.bindingNavigatorCountItem1,
  265. this.bindingNavigatorSeparator4,
  266. this.bindingNavigatorMoveNextItem1,
  267. this.bindingNavigatorMoveLastItem1,
  268. this.bindingNavigatorSeparator5,
  269. this.bindingNavigatorAddNewItem1,
  270. this.bindingNavigatorDeleteItem1});
  271. this.bindingNavigator2.Location = new System.Drawing.Point(0, 514);
  272. this.bindingNavigator2.MoveFirstItem = this.bindingNavigatorMoveFirstItem1;
  273. this.bindingNavigator2.MoveLastItem = this.bindingNavigatorMoveLastItem1;
  274. this.bindingNavigator2.MoveNextItem = this.bindingNavigatorMoveNextItem1;
  275. this.bindingNavigator2.MovePreviousItem = this.bindingNavigatorMovePreviousItem1;
  276. this.bindingNavigator2.Name = "bindingNavigator2";
  277. this.bindingNavigator2.PositionItem = this.bindingNavigatorPositionItem1;
  278. this.bindingNavigator2.Size = new System.Drawing.Size(1095, 25);
  279. this.bindingNavigator2.TabIndex = 3;
  280. this.bindingNavigator2.Text = "bindingNavigator2";
  281. //
  282. // bindingNavigatorCountItem1
  283. //
  284. this.bindingNavigatorCountItem1.Name = "bindingNavigatorCountItem1";
  285. this.bindingNavigatorCountItem1.Size = new System.Drawing.Size(43, 22);
  286. this.bindingNavigatorCountItem1.Text = "для {0}";
  287. this.bindingNavigatorCountItem1.ToolTipText = "Общее число элементов";
  288. //
  289. // bindingNavigatorSeparator3
  290. //
  291. this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
  292. this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25);
  293. //
  294. // bindingNavigatorPositionItem1
  295. //
  296. this.bindingNavigatorPositionItem1.AccessibleName = "Положение";
  297. this.bindingNavigatorPositionItem1.AutoSize = false;
  298. this.bindingNavigatorPositionItem1.Font = new System.Drawing.Font("Segoe UI", 9F);
  299. this.bindingNavigatorPositionItem1.Name = "bindingNavigatorPositionItem1";
  300. this.bindingNavigatorPositionItem1.Size = new System.Drawing.Size(50, 23);
  301. this.bindingNavigatorPositionItem1.Text = "0";
  302. this.bindingNavigatorPositionItem1.ToolTipText = "Текущее положение";
  303. //
  304. // bindingNavigatorSeparator4
  305. //
  306. this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
  307. this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25);
  308. //
  309. // bindingNavigatorSeparator5
  310. //
  311. this.bindingNavigatorSeparator5.Name = "bindingNavigatorSeparator5";
  312. this.bindingNavigatorSeparator5.Size = new System.Drawing.Size(6, 25);
  313. //
  314. // button1
  315. //
  316. this.button1.Location = new System.Drawing.Point(249, 28);
  317. this.button1.Name = "button1";
  318. this.button1.Size = new System.Drawing.Size(135, 47);
  319. this.button1.TabIndex = 4;
  320. this.button1.Text = "Сохранить новую категорию";
  321. this.button1.UseVisualStyleBackColor = true;
  322. this.button1.Click += new System.EventHandler(this.button1_Click);
  323. //
  324. // button2
  325. //
  326. this.button2.Location = new System.Drawing.Point(767, 262);
  327. this.button2.Name = "button2";
  328. this.button2.Size = new System.Drawing.Size(135, 47);
  329. this.button2.TabIndex = 5;
  330. this.button2.Text = "Сохранить новую категорию";
  331. this.button2.UseVisualStyleBackColor = true;
  332. this.button2.Click += new System.EventHandler(this.button2_Click);
  333. //
  334. // button3
  335. //
  336. this.button3.Location = new System.Drawing.Point(259, 81);
  337. this.button3.Name = "button3";
  338. this.button3.Size = new System.Drawing.Size(110, 35);
  339. this.button3.TabIndex = 6;
  340. this.button3.Text = "Редактирвовать ";
  341. this.button3.UseVisualStyleBackColor = true;
  342. this.button3.Click += new System.EventHandler(this.button3_Click);
  343. //
  344. // button4
  345. //
  346. this.button4.Location = new System.Drawing.Point(275, 122);
  347. this.button4.Name = "button4";
  348. this.button4.Size = new System.Drawing.Size(75, 23);
  349. this.button4.TabIndex = 7;
  350. this.button4.Text = "Удалить";
  351. this.button4.UseVisualStyleBackColor = true;
  352. this.button4.Click += new System.EventHandler(this.button4_Click);
  353. //
  354. // сферыДеятельностиTableAdapter
  355. //
  356. this.сферыДеятельностиTableAdapter.ClearBeforeFill = true;
  357. //
  358. // сферыДеятельностиBindingSource1
  359. //
  360. this.сферыДеятельностиBindingSource1.DataMember = "СферыДеятельности";
  361. this.сферыДеятельностиBindingSource1.DataSource = this.bD_grishinaDataSet;
  362. //
  363. // списокВакансийTableAdapter
  364. //
  365. this.списокВакансийTableAdapter.ClearBeforeFill = true;
  366. //
  367. // button5
  368. //
  369. this.button5.Location = new System.Drawing.Point(785, 315);
  370. this.button5.Name = "button5";
  371. this.button5.Size = new System.Drawing.Size(96, 39);
  372. this.button5.TabIndex = 8;
  373. this.button5.Text = "Редактировать ";
  374. this.button5.UseVisualStyleBackColor = true;
  375. this.button5.Click += new System.EventHandler(this.button5_Click);
  376. //
  377. // button6
  378. //
  379. this.button6.Location = new System.Drawing.Point(796, 360);
  380. this.button6.Name = "button6";
  381. this.button6.Size = new System.Drawing.Size(76, 30);
  382. this.button6.TabIndex = 9;
  383. this.button6.Text = "Удалить ";
  384. this.button6.UseVisualStyleBackColor = true;
  385. this.button6.Click += new System.EventHandler(this.button6_Click);
  386. //
  387. // pictureBox1
  388. //
  389. this.pictureBox1.Image = global::WindowsFormsAppGrishina.Properties.Resources.ЛОГО1;
  390. this.pictureBox1.Location = new System.Drawing.Point(751, 28);
  391. this.pictureBox1.Name = "pictureBox1";
  392. this.pictureBox1.Size = new System.Drawing.Size(332, 200);
  393. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  394. this.pictureBox1.TabIndex = 10;
  395. this.pictureBox1.TabStop = false;
  396. //
  397. // bindingNavigatorAddNewItem1
  398. //
  399. this.bindingNavigatorAddNewItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  400. this.bindingNavigatorAddNewItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem1.Image")));
  401. this.bindingNavigatorAddNewItem1.Name = "bindingNavigatorAddNewItem1";
  402. this.bindingNavigatorAddNewItem1.RightToLeftAutoMirrorImage = true;
  403. this.bindingNavigatorAddNewItem1.Size = new System.Drawing.Size(23, 22);
  404. this.bindingNavigatorAddNewItem1.Text = "Добавить";
  405. //
  406. // bindingNavigatorDeleteItem1
  407. //
  408. this.bindingNavigatorDeleteItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  409. this.bindingNavigatorDeleteItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem1.Image")));
  410. this.bindingNavigatorDeleteItem1.Name = "bindingNavigatorDeleteItem1";
  411. this.bindingNavigatorDeleteItem1.RightToLeftAutoMirrorImage = true;
  412. this.bindingNavigatorDeleteItem1.Size = new System.Drawing.Size(23, 22);
  413. this.bindingNavigatorDeleteItem1.Text = "Удалить";
  414. //
  415. // bindingNavigatorMoveFirstItem1
  416. //
  417. this.bindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  418. this.bindingNavigatorMoveFirstItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem1.Image")));
  419. this.bindingNavigatorMoveFirstItem1.Name = "bindingNavigatorMoveFirstItem1";
  420. this.bindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = true;
  421. this.bindingNavigatorMoveFirstItem1.Size = new System.Drawing.Size(23, 22);
  422. this.bindingNavigatorMoveFirstItem1.Text = "Переместить в начало";
  423. //
  424. // bindingNavigatorMovePreviousItem1
  425. //
  426. this.bindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  427. this.bindingNavigatorMovePreviousItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem1.Image")));
  428. this.bindingNavigatorMovePreviousItem1.Name = "bindingNavigatorMovePreviousItem1";
  429. this.bindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = true;
  430. this.bindingNavigatorMovePreviousItem1.Size = new System.Drawing.Size(23, 22);
  431. this.bindingNavigatorMovePreviousItem1.Text = "Переместить назад";
  432. //
  433. // bindingNavigatorMoveNextItem1
  434. //
  435. this.bindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  436. this.bindingNavigatorMoveNextItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem1.Image")));
  437. this.bindingNavigatorMoveNextItem1.Name = "bindingNavigatorMoveNextItem1";
  438. this.bindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = true;
  439. this.bindingNavigatorMoveNextItem1.Size = new System.Drawing.Size(23, 22);
  440. this.bindingNavigatorMoveNextItem1.Text = "Переместить вперед";
  441. //
  442. // bindingNavigatorMoveLastItem1
  443. //
  444. this.bindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  445. this.bindingNavigatorMoveLastItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem1.Image")));
  446. this.bindingNavigatorMoveLastItem1.Name = "bindingNavigatorMoveLastItem1";
  447. this.bindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = true;
  448. this.bindingNavigatorMoveLastItem1.Size = new System.Drawing.Size(23, 22);
  449. this.bindingNavigatorMoveLastItem1.Text = "Переместить в конец";
  450. //
  451. // bindingNavigatorAddNewItem
  452. //
  453. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  454. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  455. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  456. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  457. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  458. this.bindingNavigatorAddNewItem.Text = "Добавить";
  459. //
  460. // bindingNavigatorDeleteItem
  461. //
  462. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  463. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  464. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  465. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  466. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  467. this.bindingNavigatorDeleteItem.Text = "Удалить";
  468. //
  469. // bindingNavigatorMoveFirstItem
  470. //
  471. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  472. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  473. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  474. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  475. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  476. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  477. //
  478. // bindingNavigatorMovePreviousItem
  479. //
  480. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  481. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  482. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  483. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  484. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  485. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  486. //
  487. // bindingNavigatorMoveNextItem
  488. //
  489. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  490. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  491. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  492. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  493. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  494. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  495. //
  496. // bindingNavigatorMoveLastItem
  497. //
  498. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  499. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  500. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  501. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  502. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  503. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  504. //
  505. // Form2
  506. //
  507. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  508. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  509. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(181)))), ((int)(((byte)(213)))), ((int)(((byte)(202)))));
  510. this.ClientSize = new System.Drawing.Size(1095, 539);
  511. this.Controls.Add(this.pictureBox1);
  512. this.Controls.Add(this.button6);
  513. this.Controls.Add(this.button5);
  514. this.Controls.Add(this.button4);
  515. this.Controls.Add(this.button3);
  516. this.Controls.Add(this.button2);
  517. this.Controls.Add(this.button1);
  518. this.Controls.Add(this.bindingNavigator2);
  519. this.Controls.Add(this.bindingNavigator1);
  520. this.Controls.Add(this.dataGridView2);
  521. this.Controls.Add(this.dataGridView1);
  522. this.Name = "Form2";
  523. this.Text = "Form2";
  524. this.Load += new System.EventHandler(this.Form2_Load);
  525. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.сферыДеятельностиBindingSource)).EndInit();
  527. ((System.ComponentModel.ISupportInitialize)(this.bD_grishinaDataSet)).EndInit();
  528. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  529. ((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource)).EndInit();
  530. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
  531. this.bindingNavigator1.ResumeLayout(false);
  532. this.bindingNavigator1.PerformLayout();
  533. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).EndInit();
  534. this.bindingNavigator2.ResumeLayout(false);
  535. this.bindingNavigator2.PerformLayout();
  536. ((System.ComponentModel.ISupportInitialize)(this.сферыДеятельностиBindingSource1)).EndInit();
  537. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  538. this.ResumeLayout(false);
  539. this.PerformLayout();
  540. }
  541. #endregion
  542. private System.Windows.Forms.DataGridView dataGridView1;
  543. private BD_grishinaDataSet bD_grishinaDataSet;
  544. private System.Windows.Forms.BindingSource сферыДеятельностиBindingSource;
  545. private BD_grishinaDataSetTableAdapters.СферыДеятельностиTableAdapter сферыДеятельностиTableAdapter;
  546. private System.Windows.Forms.DataGridViewTextBoxColumn кодсферыDataGridViewTextBoxColumn;
  547. private System.Windows.Forms.DataGridViewTextBoxColumn сферадеятельностиDataGridViewTextBoxColumn;
  548. private System.Windows.Forms.BindingSource сферыДеятельностиBindingSource1;
  549. private System.Windows.Forms.BindingSource списокВакансийBindingSource;
  550. private BD_grishinaDataSetTableAdapters.СписокВакансийTableAdapter списокВакансийTableAdapter;
  551. private System.Windows.Forms.DataGridView dataGridView2;
  552. private System.Windows.Forms.DataGridViewTextBoxColumn кодсферыDataGridViewTextBoxColumn1;
  553. private System.Windows.Forms.DataGridViewTextBoxColumn должностьDataGridViewTextBoxColumn;
  554. private System.Windows.Forms.DataGridViewTextBoxColumn окладDataGridViewTextBoxColumn;
  555. private System.Windows.Forms.DataGridViewTextBoxColumn требованияксоискателюDataGridViewTextBoxColumn;
  556. private System.Windows.Forms.DataGridViewTextBoxColumn работодательDataGridViewTextBoxColumn;
  557. private System.Windows.Forms.DataGridViewTextBoxColumn контактныйномерDataGridViewTextBoxColumn;
  558. private System.Windows.Forms.DataGridViewTextBoxColumn кодвакансииDataGridViewTextBoxColumn;
  559. private System.Windows.Forms.BindingNavigator bindingNavigator1;
  560. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  561. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  562. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  563. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  564. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  565. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  566. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  567. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  568. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  569. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  570. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  571. private System.Windows.Forms.BindingNavigator bindingNavigator2;
  572. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem1;
  573. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem1;
  574. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem1;
  575. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem1;
  576. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem1;
  577. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator3;
  578. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem1;
  579. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator4;
  580. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem1;
  581. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem1;
  582. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator5;
  583. private System.Windows.Forms.Button button1;
  584. private System.Windows.Forms.Button button2;
  585. private System.Windows.Forms.Button button3;
  586. private System.Windows.Forms.Button button4;
  587. private System.Windows.Forms.Button button5;
  588. private System.Windows.Forms.Button button6;
  589. private System.Windows.Forms.PictureBox pictureBox1;
  590. }
  591. }