namespace testkonkurs1 { partial class Form3 { /// /// 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.directorySearcher1 = new System.DirectoryServices.DirectorySearcher(); this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.textBox1 = new System.Windows.Forms.TextBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.button1 = new System.Windows.Forms.Button(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.listBox1 = new System.Windows.Forms.ListBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.konkursDataSet = new testkonkurs1.konkursDataSet(); this.konkursDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components); this.konkursDataSetBindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource1)).BeginInit(); this.SuspendLayout(); // // directorySearcher1 // this.directorySearcher1.ClientTimeout = System.TimeSpan.Parse("-00:00:01"); this.directorySearcher1.ServerPageTimeLimit = System.TimeSpan.Parse("-00:00:01"); this.directorySearcher1.ServerTimeLimit = System.TimeSpan.Parse("-00:00:01"); // // dateTimePicker1 // this.dateTimePicker1.Location = new System.Drawing.Point(40, 37); this.dateTimePicker1.Name = "dateTimePicker1"; this.dateTimePicker1.Size = new System.Drawing.Size(184, 20); this.dateTimePicker1.TabIndex = 0; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(271, 37); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(125, 20); this.textBox1.TabIndex = 1; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "1-комнатный", "2-комнатный"}); this.comboBox1.Location = new System.Drawing.Point(438, 36); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(133, 21); this.comboBox1.TabIndex = 2; this.comboBox1.Text = "1-комнатный"; // // button1 // this.button1.Location = new System.Drawing.Point(438, 95); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(133, 50); this.button1.TabIndex = 3; this.button1.Text = "d"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.Location = new System.Drawing.Point(43, 158); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(365, 212); this.listBox1.TabIndex = 4; // // dataGridView1 // this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1}); this.dataGridView1.DataSource = this.konkursDataSetBindingSource1; this.dataGridView1.Location = new System.Drawing.Point(528, 219); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Size = new System.Drawing.Size(196, 98); this.dataGridView1.TabIndex = 5; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick); // // konkursDataSet // this.konkursDataSet.DataSetName = "konkursDataSet"; this.konkursDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // konkursDataSetBindingSource // this.konkursDataSetBindingSource.DataSource = this.konkursDataSet; this.konkursDataSetBindingSource.Position = 0; // // konkursDataSetBindingSource1 // this.konkursDataSetBindingSource1.DataSource = this.konkursDataSet; this.konkursDataSetBindingSource1.Position = 0; // // Column1 // this.Column1.HeaderText = "Column1"; this.Column1.Name = "Column1"; // // Form3 // 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.dataGridView1); this.Controls.Add(this.listBox1); this.Controls.Add(this.button1); this.Controls.Add(this.comboBox1); this.Controls.Add(this.textBox1); this.Controls.Add(this.dateTimePicker1); this.Name = "Form3"; this.Text = "Form3"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form3_FormClosing); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.DirectoryServices.DirectorySearcher directorySearcher1; private System.Windows.Forms.DateTimePicker dateTimePicker1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Button button1; private System.ComponentModel.BackgroundWorker backgroundWorker1; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.BindingSource konkursDataSetBindingSource1; private konkursDataSet konkursDataSet; private System.Windows.Forms.BindingSource konkursDataSetBindingSource; } }