123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- namespace konkursTest14
- {
- 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.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.bronirovenieBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.konkursDataSet = new konkursTest14.konkursDataSet();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.bronirovenieTableAdapter = new konkursTest14.konkursDataSetTableAdapters.bronirovenieTableAdapter();
- this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
- this.button1 = new System.Windows.Forms.Button();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.bronirovenieBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).BeginInit();
- this.SuspendLayout();
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Location = new System.Drawing.Point(12, 7);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(955, 456);
- this.tabControl1.TabIndex = 0;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.button1);
- this.tabPage1.Controls.Add(this.dateTimePicker2);
- this.tabPage1.Controls.Add(this.comboBox1);
- this.tabPage1.Controls.Add(this.dateTimePicker1);
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(947, 430);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "е";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // bronirovenieBindingSource
- //
- this.bronirovenieBindingSource.DataMember = "bronirovenie";
- this.bronirovenieBindingSource.DataSource = this.konkursDataSet;
- //
- // konkursDataSet
- //
- this.konkursDataSet.DataSetName = "konkursDataSet";
- this.konkursDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // tabPage2
- //
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(947, 430);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "Номера";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // bronirovenieTableAdapter
- //
- this.bronirovenieTableAdapter.ClearBeforeFill = true;
- //
- // dateTimePicker1
- //
- this.dateTimePicker1.Location = new System.Drawing.Point(43, 26);
- this.dateTimePicker1.Name = "dateTimePicker1";
- this.dateTimePicker1.Size = new System.Drawing.Size(200, 20);
- this.dateTimePicker1.TabIndex = 2;
- //
- // comboBox1
- //
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Items.AddRange(new object[] {
- "1-комнатный",
- "2-комнатный"});
- this.comboBox1.Location = new System.Drawing.Point(267, 80);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(200, 21);
- this.comboBox1.TabIndex = 3;
- //
- // dateTimePicker2
- //
- this.dateTimePicker2.Location = new System.Drawing.Point(267, 26);
- this.dateTimePicker2.Name = "dateTimePicker2";
- this.dateTimePicker2.Size = new System.Drawing.Size(200, 20);
- this.dateTimePicker2.TabIndex = 4;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(267, 146);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(124, 26);
- this.button1.TabIndex = 5;
- this.button1.Text = "Показать номера";
- this.button1.UseVisualStyleBackColor = true;
- //
- // form3
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(996, 476);
- this.Controls.Add(this.tabControl1);
- this.Name = "form3";
- this.Text = "Панель менеджера";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form3_FormClosing);
- this.Load += new System.EventHandler(this.Form3_Load);
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.bronirovenieBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.konkursDataSet)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private konkursDataSet konkursDataSet;
- private System.Windows.Forms.BindingSource bronirovenieBindingSource;
- private konkursDataSetTableAdapters.bronirovenieTableAdapter bronirovenieTableAdapter;
- private System.Windows.Forms.DateTimePicker dateTimePicker1;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.DateTimePicker dateTimePicker2;
- }
- }
|