123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- namespace testkonkurs1
- {
- partial class Form3
- {
- /// <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.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.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.konkursDataSetBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.konkursDataSet = new testkonkurs1.konkursDataSet();
- this.konkursDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.comfortBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.comfortTableAdapter = new testkonkurs1.konkursDataSetTableAdapters.comfortTableAdapter();
- this.button2 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.comfortBindingSource)).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(130, 55);
- this.dateTimePicker1.Name = "dateTimePicker1";
- this.dateTimePicker1.Size = new System.Drawing.Size(184, 20);
- this.dateTimePicker1.TabIndex = 0;
- this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(348, 54);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(125, 20);
- this.textBox1.TabIndex = 1;
- this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Items.AddRange(new object[] {
- "1-комнатный",
- "2-комнатный",
- "показать все"});
- this.comboBox1.Location = new System.Drawing.Point(520, 54);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(133, 21);
- this.comboBox1.TabIndex = 2;
- this.comboBox1.Text = "1-комнатный";
- this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(520, 186);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(133, 50);
- this.button1.TabIndex = 3;
- this.button1.Text = "Показать список свободных номеров";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // dataGridView1
- //
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Location = new System.Drawing.Point(130, 137);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(343, 291);
- this.dataGridView1.TabIndex = 5;
- this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
- //
- // konkursDataSetBindingSource1
- //
- this.konkursDataSetBindingSource1.DataSource = this.konkursDataSet;
- this.konkursDataSetBindingSource1.Position = 0;
- //
- // konkursDataSet
- //
- this.konkursDataSet.DataSetName = "konkursDataSet";
- this.konkursDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // konkursDataSetBindingSource
- //
- this.konkursDataSetBindingSource.DataSource = this.konkursDataSet;
- this.konkursDataSetBindingSource.Position = 0;
- //
- // comfortBindingSource
- //
- this.comfortBindingSource.DataMember = "comfort";
- this.comfortBindingSource.DataSource = this.konkursDataSetBindingSource;
- //
- // comfortTableAdapter
- //
- this.comfortTableAdapter.ClearBeforeFill = true;
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(520, 279);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(133, 60);
- this.button2.TabIndex = 6;
- this.button2.Text = "забронировать номер";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // Form3
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(685, 492);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.dataGridView1);
- 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 = "Панель менеджера";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form3_FormClosing);
- this.Load += new System.EventHandler(this.Form3_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.konkursDataSetBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.comfortBindingSource)).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.DataGridView dataGridView1;
- private System.Windows.Forms.BindingSource konkursDataSetBindingSource1;
- private konkursDataSet konkursDataSet;
- private System.Windows.Forms.BindingSource konkursDataSetBindingSource;
- private System.Windows.Forms.BindingSource comfortBindingSource;
- private konkursDataSetTableAdapters.comfortTableAdapter comfortTableAdapter;
- private System.Windows.Forms.Button button2;
- }
- }
|