Partial Class Form3 Inherits System.Windows.Forms.Form 'Форма переопределяет dispose для очистки списка компонентов. Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Является обязательной для конструктора форм Windows Forms Private components As System.ComponentModel.IContainer 'Примечание: следующая процедура является обязательной для конструктора форм Windows Forms 'Для ее изменения используйте конструктор форм Windows Form. 'Не изменяйте ее в редакторе исходного кода. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim PictureBox1 As System.Windows.Forms.PictureBox Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form3)) Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Сферы_деятельностиBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.BD_Fam_PostanogovDataSet = New Example.BD_Fam_PostanogovDataSet() Me.Label1 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Сферы_деятельностиTableAdapter = New Example.BD_Fam_PostanogovDataSetTableAdapters.Сферы_деятельностиTableAdapter() Me.TableAdapterManager = New Example.BD_Fam_PostanogovDataSetTableAdapters.TableAdapterManager() Me.Список_вакансийTableAdapter = New Example.BD_Fam_PostanogovDataSetTableAdapters.Список_вакансийTableAdapter() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Button7 = New System.Windows.Forms.Button() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Список_вакансийBindingSource1 = New System.Windows.Forms.BindingSource(Me.components) Me.TextBox3 = New System.Windows.Forms.TextBox() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Button8 = New System.Windows.Forms.Button() Me.Button9 = New System.Windows.Forms.Button() Me.Button10 = New System.Windows.Forms.Button() Me.Button11 = New System.Windows.Forms.Button() Me.Button12 = New System.Windows.Forms.Button() Me.Button13 = New System.Windows.Forms.Button() Me.Button14 = New System.Windows.Forms.Button() Me.Список_вакансийBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.ГлавнаяToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ВыходToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() PictureBox1 = New System.Windows.Forms.PictureBox() CType(Me.Сферы_деятельностиBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BD_Fam_PostanogovDataSet, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Список_вакансийBindingSource1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Список_вакансийBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.MenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'TextBox2 ' Me.TextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Сферы_деятельностиBindingSource, "Сфера_деятельности", True)) Me.TextBox2.Location = New System.Drawing.Point(174, 118) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(186, 20) Me.TextBox2.TabIndex = 1 ' 'Сферы_деятельностиBindingSource ' Me.Сферы_деятельностиBindingSource.DataMember = "Сферы_деятельности" Me.Сферы_деятельностиBindingSource.DataSource = Me.BD_Fam_PostanogovDataSet ' 'BD_Fam_PostanogovDataSet ' Me.BD_Fam_PostanogovDataSet.DataSetName = "BD_Fam_PostanogovDataSet" Me.BD_Fam_PostanogovDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'Label1 ' Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte)) Me.Label1.Location = New System.Drawing.Point(24, 79) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(455, 23) Me.Label1.TabIndex = 3 Me.Label1.Text = "Сферы деятельности" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(52, 121) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(116, 13) Me.Label3.TabIndex = 5 Me.Label3.Text = "Сфера деятельности:" ' 'Сферы_деятельностиTableAdapter ' Me.Сферы_деятельностиTableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.UpdateOrder = Example.BD_Fam_PostanogovDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete Me.TableAdapterManager.ЛюдиTableAdapter = Nothing Me.TableAdapterManager.Список_вакансийTableAdapter = Me.Список_вакансийTableAdapter Me.TableAdapterManager.Сферы_деятельностиTableAdapter = Me.Сферы_деятельностиTableAdapter ' 'Список_вакансийTableAdapter ' Me.Список_вакансийTableAdapter.ClearBeforeFill = True ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(87, 158) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(107, 23) Me.Button1.TabIndex = 6 Me.Button1.Text = "Первая" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(200, 157) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(107, 23) Me.Button2.TabIndex = 7 Me.Button2.Text = "Предыдущая" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(313, 157) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(107, 23) Me.Button3.TabIndex = 8 Me.Button3.Text = "Добавить" Me.Button3.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Location = New System.Drawing.Point(87, 187) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(107, 23) Me.Button4.TabIndex = 9 Me.Button4.Text = "Последняя" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(200, 187) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(107, 23) Me.Button5.TabIndex = 10 Me.Button5.Text = "Следующая" Me.Button5.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Location = New System.Drawing.Point(313, 187) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(107, 23) Me.Button6.TabIndex = 11 Me.Button6.Text = "Удалить" Me.Button6.UseVisualStyleBackColor = True ' 'Button7 ' Me.Button7.Location = New System.Drawing.Point(200, 216) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(107, 23) Me.Button7.TabIndex = 12 Me.Button7.Text = "Сохранить" Me.Button7.UseVisualStyleBackColor = True ' 'Label4 ' Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte)) Me.Label4.Location = New System.Drawing.Point(-1, 24) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(936, 23) Me.Label4.TabIndex = 13 Me.Label4.Text = "Режим редактирования" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(204, Byte)) Me.Label5.Location = New System.Drawing.Point(613, 80) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(152, 20) Me.Label5.TabIndex = 14 Me.Label5.Text = "Список вакансий" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(531, 121) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(68, 13) Me.Label6.TabIndex = 15 Me.Label6.Text = "Должность:" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(557, 155) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(42, 13) Me.Label7.TabIndex = 16 Me.Label7.Text = "Оклад:" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(455, 191) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(144, 13) Me.Label8.TabIndex = 17 Me.Label8.Text = "Требования к соискателю:" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(518, 224) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(81, 13) Me.Label9.TabIndex = 18 Me.Label9.Text = "Работодатель:" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(493, 259) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(106, 13) Me.Label11.TabIndex = 20 Me.Label11.Text = "Контактный номер:" ' 'TextBox1 ' Me.TextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Список_вакансийBindingSource1, "Должность", True)) Me.TextBox1.Location = New System.Drawing.Point(605, 121) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(188, 20) Me.TextBox1.TabIndex = 21 ' 'Список_вакансийBindingSource1 ' Me.Список_вакансийBindingSource1.DataMember = "FK_Список_вакансий_Сферы_деятельности" Me.Список_вакансийBindingSource1.DataSource = Me.Сферы_деятельностиBindingSource ' 'TextBox3 ' Me.TextBox3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Список_вакансийBindingSource1, "Оклад", True)) Me.TextBox3.Location = New System.Drawing.Point(605, 155) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(188, 20) Me.TextBox3.TabIndex = 22 ' 'TextBox4 ' Me.TextBox4.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Список_вакансийBindingSource1, "Требования_к_соискателю", True)) Me.TextBox4.Location = New System.Drawing.Point(605, 188) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(188, 20) Me.TextBox4.TabIndex = 23 ' 'TextBox5 ' Me.TextBox5.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Список_вакансийBindingSource1, "Работодатель", True)) Me.TextBox5.Location = New System.Drawing.Point(605, 221) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(188, 20) Me.TextBox5.TabIndex = 24 ' 'TextBox6 ' Me.TextBox6.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.Список_вакансийBindingSource1, "Контактный_номер", True)) Me.TextBox6.Location = New System.Drawing.Point(605, 256) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(188, 20) Me.TextBox6.TabIndex = 25 ' 'Button8 ' Me.Button8.Location = New System.Drawing.Point(521, 294) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(107, 23) Me.Button8.TabIndex = 26 Me.Button8.Text = "Первая" Me.Button8.UseVisualStyleBackColor = True ' 'Button9 ' Me.Button9.Location = New System.Drawing.Point(634, 294) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(107, 23) Me.Button9.TabIndex = 27 Me.Button9.Text = "Предыдущая" Me.Button9.UseVisualStyleBackColor = True ' 'Button10 ' Me.Button10.Location = New System.Drawing.Point(747, 294) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(107, 23) Me.Button10.TabIndex = 28 Me.Button10.Text = "Добавить" Me.Button10.UseVisualStyleBackColor = True ' 'Button11 ' Me.Button11.Location = New System.Drawing.Point(521, 323) Me.Button11.Name = "Button11" Me.Button11.Size = New System.Drawing.Size(107, 23) Me.Button11.TabIndex = 29 Me.Button11.Text = "Последняя" Me.Button11.UseVisualStyleBackColor = True ' 'Button12 ' Me.Button12.Location = New System.Drawing.Point(634, 323) Me.Button12.Name = "Button12" Me.Button12.Size = New System.Drawing.Size(107, 23) Me.Button12.TabIndex = 30 Me.Button12.Text = "Следующая" Me.Button12.UseVisualStyleBackColor = True ' 'Button13 ' Me.Button13.Location = New System.Drawing.Point(747, 323) Me.Button13.Name = "Button13" Me.Button13.Size = New System.Drawing.Size(107, 23) Me.Button13.TabIndex = 31 Me.Button13.Text = "Удалить" Me.Button13.UseVisualStyleBackColor = True ' 'Button14 ' Me.Button14.Location = New System.Drawing.Point(634, 352) Me.Button14.Name = "Button14" Me.Button14.Size = New System.Drawing.Size(107, 23) Me.Button14.TabIndex = 32 Me.Button14.Text = "Сохранить" Me.Button14.UseVisualStyleBackColor = True ' 'Список_вакансийBindingSource ' Me.Список_вакансийBindingSource.DataMember = "Список_вакансий" Me.Список_вакансийBindingSource.DataSource = Me.BD_Fam_PostanogovDataSet ' 'PictureBox1 ' PictureBox1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) PictureBox1.Location = New System.Drawing.Point(822, 25) PictureBox1.Name = "PictureBox1" PictureBox1.Size = New System.Drawing.Size(113, 107) PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom PictureBox1.TabIndex = 33 PictureBox1.TabStop = False ' 'MenuStrip1 ' Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ГлавнаяToolStripMenuItem, Me.ВыходToolStripMenuItem}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(934, 24) Me.MenuStrip1.TabIndex = 34 Me.MenuStrip1.Text = "MenuStrip1" ' 'ГлавнаяToolStripMenuItem ' Me.ГлавнаяToolStripMenuItem.Name = "ГлавнаяToolStripMenuItem" Me.ГлавнаяToolStripMenuItem.Size = New System.Drawing.Size(63, 20) Me.ГлавнаяToolStripMenuItem.Text = "Главная" ' 'ВыходToolStripMenuItem ' Me.ВыходToolStripMenuItem.Name = "ВыходToolStripMenuItem" Me.ВыходToolStripMenuItem.Size = New System.Drawing.Size(54, 20) Me.ВыходToolStripMenuItem.Text = "Выход" ' 'Form3 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.GradientInactiveCaption Me.ClientSize = New System.Drawing.Size(934, 400) Me.Controls.Add(PictureBox1) Me.Controls.Add(Me.Button14) Me.Controls.Add(Me.Button13) Me.Controls.Add(Me.Button12) Me.Controls.Add(Me.Button11) Me.Controls.Add(Me.Button10) Me.Controls.Add(Me.Button9) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.MenuStrip1) Me.MainMenuStrip = Me.MenuStrip1 Me.Name = "Form3" Me.Text = "Form3" CType(Me.Сферы_деятельностиBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BD_Fam_PostanogovDataSet, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Список_вакансийBindingSource1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Список_вакансийBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TextBox2 As TextBox Friend WithEvents Label1 As Label Friend WithEvents Label3 As Label Friend WithEvents BD_Fam_PostanogovDataSet As BD_Fam_PostanogovDataSet Friend WithEvents Сферы_деятельностиBindingSource As BindingSource Friend WithEvents Сферы_деятельностиTableAdapter As BD_Fam_PostanogovDataSetTableAdapters.Сферы_деятельностиTableAdapter Friend WithEvents TableAdapterManager As BD_Fam_PostanogovDataSetTableAdapters.TableAdapterManager Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Friend WithEvents Button6 As Button Friend WithEvents Button7 As Button Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents Label9 As Label Friend WithEvents Label11 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents TextBox3 As TextBox Friend WithEvents TextBox4 As TextBox Friend WithEvents TextBox5 As TextBox Friend WithEvents TextBox6 As TextBox Friend WithEvents Button8 As Button Friend WithEvents Button9 As Button Friend WithEvents Button10 As Button Friend WithEvents Button11 As Button Friend WithEvents Button12 As Button Friend WithEvents Button13 As Button Friend WithEvents Button14 As Button Friend WithEvents Список_вакансийTableAdapter As BD_Fam_PostanogovDataSetTableAdapters.Список_вакансийTableAdapter Friend WithEvents Список_вакансийBindingSource As BindingSource Friend WithEvents Список_вакансийBindingSource1 As BindingSource Friend WithEvents MenuStrip1 As MenuStrip Friend WithEvents ГлавнаяToolStripMenuItem As ToolStripMenuItem Friend WithEvents ВыходToolStripMenuItem As ToolStripMenuItem End Class