|
@@ -0,0 +1,539 @@
|
|
|
+
|
|
|
+namespace WindowsFormsApp1
|
|
|
+{
|
|
|
+ partial class Form2
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
|
|
|
+ this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
+ this.сфераДеятельностиBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|
|
+ this.списокВакансийBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.кодВакансииDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.названиеВакансииDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.должностьDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.окладDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.требованияКСоискателюDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.работадательDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.контактныйНомерDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.кодСферыDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bDРожковDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.bD_РожковDataSet = new WindowsFormsApp1.BD_РожковDataSet();
|
|
|
+ this.кодСферыDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.сфераДеятельностиDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.сфера_деятельностиTableAdapter = new WindowsFormsApp1.BD_РожковDataSetTableAdapters.Сфера_деятельностиTableAdapter();
|
|
|
+ this.список_вакансийTableAdapter = new WindowsFormsApp1.BD_РожковDataSetTableAdapters.Список_вакансийTableAdapter();
|
|
|
+ this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
|
|
|
+ this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
|
|
|
+ this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
|
|
+ this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigator2 = new System.Windows.Forms.BindingNavigator(this.components);
|
|
|
+ this.bindingNavigatorMoveFirstItem1 = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorMovePreviousItem1 = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.bindingNavigatorPositionItem1 = new System.Windows.Forms.ToolStripTextBox();
|
|
|
+ this.bindingNavigatorCountItem1 = new System.Windows.Forms.ToolStripLabel();
|
|
|
+ this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.bindingNavigatorMoveNextItem1 = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.bindingNavigatorAddNewItem1 = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.bindingNavigatorDeleteItem1 = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.сфераДеятельностиBindingSource)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bDРожковDataSetBindingSource)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bD_РожковDataSet)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
|
|
|
+ this.bindingNavigator1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).BeginInit();
|
|
|
+ this.bindingNavigator2.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // dataGridView1
|
|
|
+ //
|
|
|
+ this.dataGridView1.AutoGenerateColumns = false;
|
|
|
+ this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.кодСферыDataGridViewTextBoxColumn,
|
|
|
+ this.сфераДеятельностиDataGridViewTextBoxColumn});
|
|
|
+ this.dataGridView1.DataSource = this.сфераДеятельностиBindingSource;
|
|
|
+ this.dataGridView1.Location = new System.Drawing.Point(59, 57);
|
|
|
+ this.dataGridView1.Name = "dataGridView1";
|
|
|
+ this.dataGridView1.Size = new System.Drawing.Size(242, 150);
|
|
|
+ this.dataGridView1.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // сфераДеятельностиBindingSource
|
|
|
+ //
|
|
|
+ this.сфераДеятельностиBindingSource.DataMember = "Сфера деятельности";
|
|
|
+ this.сфераДеятельностиBindingSource.DataSource = this.bDРожковDataSetBindingSource;
|
|
|
+ //
|
|
|
+ // dataGridView2
|
|
|
+ //
|
|
|
+ this.dataGridView2.AutoGenerateColumns = false;
|
|
|
+ this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.кодВакансииDataGridViewTextBoxColumn,
|
|
|
+ this.названиеВакансииDataGridViewTextBoxColumn,
|
|
|
+ this.должностьDataGridViewTextBoxColumn,
|
|
|
+ this.окладDataGridViewTextBoxColumn,
|
|
|
+ this.требованияКСоискателюDataGridViewTextBoxColumn,
|
|
|
+ this.работадательDataGridViewTextBoxColumn,
|
|
|
+ this.контактныйНомерDataGridViewTextBoxColumn,
|
|
|
+ this.кодСферыDataGridViewTextBoxColumn1});
|
|
|
+ this.dataGridView2.DataSource = this.списокВакансийBindingSource;
|
|
|
+ this.dataGridView2.Location = new System.Drawing.Point(49, 258);
|
|
|
+ this.dataGridView2.Name = "dataGridView2";
|
|
|
+ this.dataGridView2.Size = new System.Drawing.Size(739, 150);
|
|
|
+ this.dataGridView2.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // списокВакансийBindingSource
|
|
|
+ //
|
|
|
+ this.списокВакансийBindingSource.DataMember = "Список вакансий";
|
|
|
+ this.списокВакансийBindingSource.DataSource = this.bDРожковDataSetBindingSource;
|
|
|
+ //
|
|
|
+ // кодВакансииDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.кодВакансииDataGridViewTextBoxColumn.DataPropertyName = "Код вакансии";
|
|
|
+ this.кодВакансииDataGridViewTextBoxColumn.HeaderText = "Код вакансии";
|
|
|
+ this.кодВакансииDataGridViewTextBoxColumn.Name = "кодВакансииDataGridViewTextBoxColumn";
|
|
|
+ //
|
|
|
+ // названиеВакансииDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.названиеВакансииDataGridViewTextBoxColumn.DataPropertyName = "Название вакансии";
|
|
|
+ this.названиеВакансииDataGridViewTextBoxColumn.HeaderText = "Название вакансии";
|
|
|
+ this.названиеВакансииDataGridViewTextBoxColumn.Name = "названиеВакансииDataGridViewTextBoxColumn";
|
|
|
+ //
|
|
|
+ // должностьDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.должностьDataGridViewTextBoxColumn.DataPropertyName = "Должность";
|
|
|
+ this.должностьDataGridViewTextBoxColumn.HeaderText = "Должность";
|
|
|
+ this.должностьDataGridViewTextBoxColumn.Name = "должностьDataGridViewTextBoxColumn";
|
|
|
+ //
|
|
|
+ // окладDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.окладDataGridViewTextBoxColumn.DataPropertyName = "Оклад";
|
|
|
+ this.окладDataGridViewTextBoxColumn.HeaderText = "Оклад";
|
|
|
+ this.окладDataGridViewTextBoxColumn.Name = "окладDataGridViewTextBoxColumn";
|
|
|
+ //
|
|
|
+ // требованияКСоискателюDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.требованияКСоискателюDataGridViewTextBoxColumn.DataPropertyName = "Требования к соискателю";
|
|
|
+ this.требованияКСоискателюDataGridViewTextBoxColumn.HeaderText = "Требования к соискателю";
|
|
|
+ this.требованияКСоискателюDataGridViewTextBoxColumn.Name = "требованияКСоискателюDataGridViewTextBoxColumn";
|
|
|
+ //
|
|
|
+ // работадательDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.работадательDataGridViewTextBoxColumn.DataPropertyName = "Работадатель";
|
|
|
+ this.работадательDataGridViewTextBoxColumn.HeaderText = "Работадатель";
|
|
|
+ this.работадательDataGridViewTextBoxColumn.Name = "работадательDataGridViewTextBoxColumn";
|
|
|
+ //
|
|
|
+ // контактныйНомерDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.контактныйНомерDataGridViewTextBoxColumn.DataPropertyName = "Контактный номер";
|
|
|
+ this.контактныйНомерDataGridViewTextBoxColumn.HeaderText = "Контактный номер";
|
|
|
+ this.контактныйНомерDataGridViewTextBoxColumn.Name = "контактныйНомерDataGridViewTextBoxColumn";
|
|
|
+ //
|
|
|
+ // кодСферыDataGridViewTextBoxColumn1
|
|
|
+ //
|
|
|
+ this.кодСферыDataGridViewTextBoxColumn1.DataPropertyName = "Код сферы";
|
|
|
+ this.кодСферыDataGridViewTextBoxColumn1.HeaderText = "Код сферы";
|
|
|
+ this.кодСферыDataGridViewTextBoxColumn1.Name = "кодСферыDataGridViewTextBoxColumn1";
|
|
|
+ //
|
|
|
+ // bDРожковDataSetBindingSource
|
|
|
+ //
|
|
|
+ this.bDРожковDataSetBindingSource.DataSource = this.bD_РожковDataSet;
|
|
|
+ this.bDРожковDataSetBindingSource.Position = 0;
|
|
|
+ //
|
|
|
+ // bD_РожковDataSet
|
|
|
+ //
|
|
|
+ this.bD_РожковDataSet.DataSetName = "BD_РожковDataSet";
|
|
|
+ this.bD_РожковDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
+ // кодСферыDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.кодСферыDataGridViewTextBoxColumn.DataPropertyName = "Код сферы";
|
|
|
+ this.кодСферыDataGridViewTextBoxColumn.HeaderText = "Код сферы";
|
|
|
+ this.кодСферыDataGridViewTextBoxColumn.Name = "кодСферыDataGridViewTextBoxColumn";
|
|
|
+ //
|
|
|
+ // сфераДеятельностиDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.сфераДеятельностиDataGridViewTextBoxColumn.DataPropertyName = "Сфера деятельности";
|
|
|
+ this.сфераДеятельностиDataGridViewTextBoxColumn.HeaderText = "Сфера деятельности";
|
|
|
+ this.сфераДеятельностиDataGridViewTextBoxColumn.Name = "сфераДеятельностиDataGridViewTextBoxColumn";
|
|
|
+ //
|
|
|
+ // сфера_деятельностиTableAdapter
|
|
|
+ //
|
|
|
+ this.сфера_деятельностиTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // список_вакансийTableAdapter
|
|
|
+ //
|
|
|
+ this.список_вакансийTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // bindingNavigator1
|
|
|
+ //
|
|
|
+ this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
|
|
|
+ this.bindingNavigator1.BindingSource = this.сфераДеятельностиBindingSource;
|
|
|
+ this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
|
|
|
+ this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
|
|
|
+ this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.bindingNavigatorMoveFirstItem,
|
|
|
+ this.bindingNavigatorMovePreviousItem,
|
|
|
+ this.bindingNavigatorSeparator,
|
|
|
+ this.bindingNavigatorPositionItem,
|
|
|
+ this.bindingNavigatorCountItem,
|
|
|
+ this.bindingNavigatorSeparator1,
|
|
|
+ this.bindingNavigatorMoveNextItem,
|
|
|
+ this.bindingNavigatorMoveLastItem,
|
|
|
+ this.bindingNavigatorSeparator2,
|
|
|
+ this.bindingNavigatorAddNewItem,
|
|
|
+ this.bindingNavigatorDeleteItem});
|
|
|
+ this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
|
|
+ this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
|
|
+ this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
|
|
|
+ this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
|
|
|
+ this.bindingNavigator1.Name = "bindingNavigator1";
|
|
|
+ this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
|
|
|
+ this.bindingNavigator1.Size = new System.Drawing.Size(800, 25);
|
|
|
+ this.bindingNavigator1.TabIndex = 2;
|
|
|
+ this.bindingNavigator1.Text = "bindingNavigator1";
|
|
|
+ //
|
|
|
+ // bindingNavigatorMoveFirstItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
|
|
|
+ this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
|
|
|
+ this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
|
|
|
+ //
|
|
|
+ // bindingNavigatorMovePreviousItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
|
|
|
+ this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
|
|
|
+ this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
|
|
|
+ //
|
|
|
+ // bindingNavigatorSeparator
|
|
|
+ //
|
|
|
+ this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
|
|
|
+ this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
|
|
|
+ //
|
|
|
+ // bindingNavigatorPositionItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorPositionItem.AccessibleName = "Положение";
|
|
|
+ this.bindingNavigatorPositionItem.AutoSize = false;
|
|
|
+ this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
|
+ this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
|
|
|
+ this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
|
|
|
+ this.bindingNavigatorPositionItem.Text = "0";
|
|
|
+ this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
|
|
|
+ //
|
|
|
+ // bindingNavigatorCountItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
|
|
|
+ this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
|
|
|
+ this.bindingNavigatorCountItem.Text = "для {0}";
|
|
|
+ this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
|
|
|
+ //
|
|
|
+ // bindingNavigatorSeparator1
|
|
|
+ //
|
|
|
+ this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
|
|
|
+ this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
|
|
|
+ //
|
|
|
+ // bindingNavigatorMoveNextItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
|
|
|
+ this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
|
|
|
+ this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
|
|
|
+ //
|
|
|
+ // bindingNavigatorMoveLastItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
|
|
|
+ this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
|
|
|
+ this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
|
|
|
+ //
|
|
|
+ // bindingNavigatorSeparator2
|
|
|
+ //
|
|
|
+ this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
|
|
|
+ this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
|
|
|
+ //
|
|
|
+ // bindingNavigatorAddNewItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
|
|
|
+ this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
|
|
|
+ this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorAddNewItem.Text = "Добавить";
|
|
|
+ //
|
|
|
+ // bindingNavigatorDeleteItem
|
|
|
+ //
|
|
|
+ this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
|
|
|
+ this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
|
|
|
+ this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorDeleteItem.Text = "Удалить";
|
|
|
+ //
|
|
|
+ // bindingNavigator2
|
|
|
+ //
|
|
|
+ this.bindingNavigator2.AddNewItem = this.bindingNavigatorAddNewItem1;
|
|
|
+ this.bindingNavigator2.BindingSource = this.списокВакансийBindingSource;
|
|
|
+ this.bindingNavigator2.CountItem = this.bindingNavigatorCountItem1;
|
|
|
+ this.bindingNavigator2.DeleteItem = this.bindingNavigatorDeleteItem1;
|
|
|
+ this.bindingNavigator2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
+ this.bindingNavigator2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.bindingNavigatorMoveFirstItem1,
|
|
|
+ this.bindingNavigatorMovePreviousItem1,
|
|
|
+ this.bindingNavigatorSeparator3,
|
|
|
+ this.bindingNavigatorPositionItem1,
|
|
|
+ this.bindingNavigatorCountItem1,
|
|
|
+ this.bindingNavigatorSeparator4,
|
|
|
+ this.bindingNavigatorMoveNextItem1,
|
|
|
+ this.bindingNavigatorMoveLastItem1,
|
|
|
+ this.bindingNavigatorSeparator5,
|
|
|
+ this.bindingNavigatorAddNewItem1,
|
|
|
+ this.bindingNavigatorDeleteItem1});
|
|
|
+ this.bindingNavigator2.Location = new System.Drawing.Point(0, 425);
|
|
|
+ this.bindingNavigator2.MoveFirstItem = this.bindingNavigatorMoveFirstItem1;
|
|
|
+ this.bindingNavigator2.MoveLastItem = this.bindingNavigatorMoveLastItem1;
|
|
|
+ this.bindingNavigator2.MoveNextItem = this.bindingNavigatorMoveNextItem1;
|
|
|
+ this.bindingNavigator2.MovePreviousItem = this.bindingNavigatorMovePreviousItem1;
|
|
|
+ this.bindingNavigator2.Name = "bindingNavigator2";
|
|
|
+ this.bindingNavigator2.PositionItem = this.bindingNavigatorPositionItem1;
|
|
|
+ this.bindingNavigator2.Size = new System.Drawing.Size(800, 25);
|
|
|
+ this.bindingNavigator2.TabIndex = 3;
|
|
|
+ this.bindingNavigator2.Text = "bindingNavigator2";
|
|
|
+ //
|
|
|
+ // bindingNavigatorMoveFirstItem1
|
|
|
+ //
|
|
|
+ this.bindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorMoveFirstItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem1.Image")));
|
|
|
+ this.bindingNavigatorMoveFirstItem1.Name = "bindingNavigatorMoveFirstItem";
|
|
|
+ this.bindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorMoveFirstItem1.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorMoveFirstItem1.Text = "Переместить в начало";
|
|
|
+ //
|
|
|
+ // bindingNavigatorMovePreviousItem1
|
|
|
+ //
|
|
|
+ this.bindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorMovePreviousItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem1.Image")));
|
|
|
+ this.bindingNavigatorMovePreviousItem1.Name = "bindingNavigatorMovePreviousItem";
|
|
|
+ this.bindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorMovePreviousItem1.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorMovePreviousItem1.Text = "Переместить назад";
|
|
|
+ //
|
|
|
+ // bindingNavigatorSeparator3
|
|
|
+ //
|
|
|
+ this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator";
|
|
|
+ this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25);
|
|
|
+ //
|
|
|
+ // bindingNavigatorPositionItem1
|
|
|
+ //
|
|
|
+ this.bindingNavigatorPositionItem1.AccessibleName = "Положение";
|
|
|
+ this.bindingNavigatorPositionItem1.AutoSize = false;
|
|
|
+ this.bindingNavigatorPositionItem1.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
|
+ this.bindingNavigatorPositionItem1.Name = "bindingNavigatorPositionItem";
|
|
|
+ this.bindingNavigatorPositionItem1.Size = new System.Drawing.Size(50, 23);
|
|
|
+ this.bindingNavigatorPositionItem1.Text = "0";
|
|
|
+ this.bindingNavigatorPositionItem1.ToolTipText = "Текущее положение";
|
|
|
+ //
|
|
|
+ // bindingNavigatorCountItem1
|
|
|
+ //
|
|
|
+ this.bindingNavigatorCountItem1.Name = "bindingNavigatorCountItem";
|
|
|
+ this.bindingNavigatorCountItem1.Size = new System.Drawing.Size(43, 22);
|
|
|
+ this.bindingNavigatorCountItem1.Text = "для {0}";
|
|
|
+ this.bindingNavigatorCountItem1.ToolTipText = "Общее число элементов";
|
|
|
+ //
|
|
|
+ // bindingNavigatorSeparator4
|
|
|
+ //
|
|
|
+ this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator";
|
|
|
+ this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25);
|
|
|
+ //
|
|
|
+ // bindingNavigatorMoveNextItem1
|
|
|
+ //
|
|
|
+ this.bindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorMoveNextItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem1.Image")));
|
|
|
+ this.bindingNavigatorMoveNextItem1.Name = "bindingNavigatorMoveNextItem";
|
|
|
+ this.bindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorMoveNextItem1.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorMoveNextItem1.Text = "Переместить вперед";
|
|
|
+ //
|
|
|
+ // bindingNavigatorMoveLastItem1
|
|
|
+ //
|
|
|
+ this.bindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorMoveLastItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem1.Image")));
|
|
|
+ this.bindingNavigatorMoveLastItem1.Name = "bindingNavigatorMoveLastItem";
|
|
|
+ this.bindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorMoveLastItem1.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorMoveLastItem1.Text = "Переместить в конец";
|
|
|
+ //
|
|
|
+ // bindingNavigatorSeparator5
|
|
|
+ //
|
|
|
+ this.bindingNavigatorSeparator5.Name = "bindingNavigatorSeparator";
|
|
|
+ this.bindingNavigatorSeparator5.Size = new System.Drawing.Size(6, 25);
|
|
|
+ //
|
|
|
+ // bindingNavigatorAddNewItem1
|
|
|
+ //
|
|
|
+ this.bindingNavigatorAddNewItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorAddNewItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem1.Image")));
|
|
|
+ this.bindingNavigatorAddNewItem1.Name = "bindingNavigatorAddNewItem";
|
|
|
+ this.bindingNavigatorAddNewItem1.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorAddNewItem1.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorAddNewItem1.Text = "Добавить";
|
|
|
+ //
|
|
|
+ // bindingNavigatorDeleteItem1
|
|
|
+ //
|
|
|
+ this.bindingNavigatorDeleteItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.bindingNavigatorDeleteItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem1.Image")));
|
|
|
+ this.bindingNavigatorDeleteItem1.Name = "bindingNavigatorDeleteItem";
|
|
|
+ this.bindingNavigatorDeleteItem1.RightToLeftAutoMirrorImage = true;
|
|
|
+ this.bindingNavigatorDeleteItem1.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.bindingNavigatorDeleteItem1.Text = "Удалить";
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(332, 67);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(110, 53);
|
|
|
+ this.button1.TabIndex = 4;
|
|
|
+ this.button1.Text = "Сохранить новую категорию";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.Location = new System.Drawing.Point(349, 163);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button2.TabIndex = 5;
|
|
|
+ this.button2.Text = "button2";
|
|
|
+ this.button2.UseVisualStyleBackColor = true;
|
|
|
+ this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ //
|
|
|
+ // Form2
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
+ this.Controls.Add(this.button2);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
+ this.Controls.Add(this.bindingNavigator2);
|
|
|
+ this.Controls.Add(this.bindingNavigator1);
|
|
|
+ this.Controls.Add(this.dataGridView2);
|
|
|
+ this.Controls.Add(this.dataGridView1);
|
|
|
+ this.Name = "Form2";
|
|
|
+ this.Text = "Form2";
|
|
|
+ this.Load += new System.EventHandler(this.Form2_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.сфераДеятельностиBindingSource)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bDРожковDataSetBindingSource)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bD_РожковDataSet)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
|
|
|
+ this.bindingNavigator1.ResumeLayout(false);
|
|
|
+ this.bindingNavigator1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).EndInit();
|
|
|
+ this.bindingNavigator2.ResumeLayout(false);
|
|
|
+ this.bindingNavigator2.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
+ private System.Windows.Forms.BindingSource bDРожковDataSetBindingSource;
|
|
|
+ private BD_РожковDataSet bD_РожковDataSet;
|
|
|
+ private System.Windows.Forms.BindingSource сфераДеятельностиBindingSource;
|
|
|
+ private BD_РожковDataSetTableAdapters.Сфера_деятельностиTableAdapter сфера_деятельностиTableAdapter;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn кодСферыDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn сфераДеятельностиDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridView dataGridView2;
|
|
|
+ private System.Windows.Forms.BindingSource списокВакансийBindingSource;
|
|
|
+ private BD_РожковDataSetTableAdapters.Список_вакансийTableAdapter список_вакансийTableAdapter;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn кодВакансииDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn названиеВакансииDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn должностьDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn окладDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn требованияКСоискателюDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn работадательDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn контактныйНомерDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn кодСферыDataGridViewTextBoxColumn1;
|
|
|
+ private System.Windows.Forms.BindingNavigator bindingNavigator1;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
|
|
|
+ private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
|
|
|
+ private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
|
|
|
+ private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
|
|
|
+ private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
|
|
|
+ private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
|
|
|
+ private System.Windows.Forms.BindingNavigator bindingNavigator2;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem1;
|
|
|
+ private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem1;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem1;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem1;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem1;
|
|
|
+ private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator3;
|
|
|
+ private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem1;
|
|
|
+ private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator4;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem1;
|
|
|
+ private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem1;
|
|
|
+ private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator5;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
+ }
|
|
|
+}
|