namespace КрымковБД
{
partial class Form2
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.krymkovBDDataSet = new КрымковБД.KrymkovBDDataSet();
this.списокВакансийBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.список_вакансийTableAdapter = new КрымковБД.KrymkovBDDataSetTableAdapters.Список_вакансийTableAdapter();
this.списокВакансийBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.списокВакансийBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.krymkovBDDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource2)).BeginInit();
this.SuspendLayout();
//
// krymkovBDDataSet
//
this.krymkovBDDataSet.DataSetName = "KrymkovBDDataSet";
this.krymkovBDDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// списокВакансийBindingSource
//
this.списокВакансийBindingSource.DataMember = "Список вакансий";
this.списокВакансийBindingSource.DataSource = this.krymkovBDDataSet;
//
// список_вакансийTableAdapter
//
this.список_вакансийTableAdapter.ClearBeforeFill = true;
//
// списокВакансийBindingSource1
//
this.списокВакансийBindingSource1.DataMember = "Список вакансий";
this.списокВакансийBindingSource1.DataSource = this.krymkovBDDataSet;
//
// списокВакансийBindingSource2
//
this.списокВакансийBindingSource2.DataMember = "Список вакансий";
this.списокВакансийBindingSource2.DataSource = this.krymkovBDDataSet;
//
// 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.Name = "Form2";
this.Text = "Form2";
this.Load += new System.EventHandler(this.Form2_Load);
((System.ComponentModel.ISupportInitialize)(this.krymkovBDDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.списокВакансийBindingSource2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private KrymkovBDDataSet krymkovBDDataSet;
private System.Windows.Forms.BindingSource списокВакансийBindingSource;
private KrymkovBDDataSetTableAdapters.Список_вакансийTableAdapter список_вакансийTableAdapter;
private System.Windows.Forms.BindingSource списокВакансийBindingSource1;
private System.Windows.Forms.BindingSource списокВакансийBindingSource2;
}
}