123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- namespace КрымковБД
- {
- 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();
- 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;
- }
- }
|