| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424 |
- namespace СУБД_Агентство
- {
- partial class FormPotrebPredlKlient
- {
- /// <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();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
- this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet();
- this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
- this.bsPotrebnost = new System.Windows.Forms.BindingSource(this.components);
- this.bsPredlozhenie = new System.Windows.Forms.BindingSource(this.components);
- this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter();
- this.potrebnostTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.PotrebnostTableAdapter();
- this.predlozhenieTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.predlozhenieTableAdapter();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.minploshDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.maxploshDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.minetazhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.maxetazhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.minkomnatDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.maxkomnatDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.mincenaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.maxcenaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.zavershenoDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.dataGridView2 = new System.Windows.Forms.DataGridView();
- this.adresDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ploshDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.etazhDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.komnatDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.cenaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.zavershenoDataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.cbxHideZaversh = new System.Windows.Forms.CheckBox();
- this.label4 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.panel1 = new System.Windows.Forms.Panel();
- ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsPotrebnost)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsPredlozhenie)).BeginInit();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // dbAgentstvoDataSet1
- //
- this.dbAgentstvoDataSet1.DataSetName = "DBAgentstvoDataSet";
- this.dbAgentstvoDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // bsUsers
- //
- this.bsUsers.DataMember = "Users";
- this.bsUsers.DataSource = this.dbAgentstvoDataSet1;
- //
- // bsPotrebnost
- //
- this.bsPotrebnost.DataMember = "FK_Potrebnost_Users";
- this.bsPotrebnost.DataSource = this.bsUsers;
- //
- // bsPredlozhenie
- //
- this.bsPredlozhenie.DataMember = "FK_predlozhenie_Users";
- this.bsPredlozhenie.DataSource = this.bsUsers;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // potrebnostTableAdapter
- //
- this.potrebnostTableAdapter.ClearBeforeFill = true;
- //
- // predlozhenieTableAdapter
- //
- this.predlozhenieTableAdapter.ClearBeforeFill = true;
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.tabControl1.Location = new System.Drawing.Point(0, 161);
- this.tabControl1.Margin = new System.Windows.Forms.Padding(4);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(1004, 444);
- this.tabControl1.TabIndex = 0;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.dataGridView1);
- this.tabPage1.Location = new System.Drawing.Point(4, 29);
- this.tabPage1.Margin = new System.Windows.Forms.Padding(4);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(4);
- this.tabPage1.Size = new System.Drawing.Size(996, 411);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "Потребности";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.minploshDataGridViewTextBoxColumn,
- this.maxploshDataGridViewTextBoxColumn,
- this.minetazhDataGridViewTextBoxColumn,
- this.maxetazhDataGridViewTextBoxColumn,
- this.minkomnatDataGridViewTextBoxColumn,
- this.maxkomnatDataGridViewTextBoxColumn,
- this.mincenaDataGridViewTextBoxColumn,
- this.maxcenaDataGridViewTextBoxColumn,
- this.zavershenoDataGridViewCheckBoxColumn});
- this.dataGridView1.DataSource = this.bsPotrebnost;
- this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView1.Location = new System.Drawing.Point(4, 4);
- this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView1.Size = new System.Drawing.Size(988, 403);
- this.dataGridView1.TabIndex = 0;
- //
- // minploshDataGridViewTextBoxColumn
- //
- this.minploshDataGridViewTextBoxColumn.DataPropertyName = "minplosh";
- this.minploshDataGridViewTextBoxColumn.HeaderText = "Мин. площадь";
- this.minploshDataGridViewTextBoxColumn.Name = "minploshDataGridViewTextBoxColumn";
- this.minploshDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // maxploshDataGridViewTextBoxColumn
- //
- this.maxploshDataGridViewTextBoxColumn.DataPropertyName = "maxplosh";
- this.maxploshDataGridViewTextBoxColumn.HeaderText = "Макс. площадь";
- this.maxploshDataGridViewTextBoxColumn.Name = "maxploshDataGridViewTextBoxColumn";
- this.maxploshDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // minetazhDataGridViewTextBoxColumn
- //
- this.minetazhDataGridViewTextBoxColumn.DataPropertyName = "minetazh";
- this.minetazhDataGridViewTextBoxColumn.HeaderText = "Мин. этаж";
- this.minetazhDataGridViewTextBoxColumn.Name = "minetazhDataGridViewTextBoxColumn";
- this.minetazhDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // maxetazhDataGridViewTextBoxColumn
- //
- this.maxetazhDataGridViewTextBoxColumn.DataPropertyName = "maxetazh";
- this.maxetazhDataGridViewTextBoxColumn.HeaderText = "Макс. этаж";
- this.maxetazhDataGridViewTextBoxColumn.Name = "maxetazhDataGridViewTextBoxColumn";
- this.maxetazhDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // minkomnatDataGridViewTextBoxColumn
- //
- this.minkomnatDataGridViewTextBoxColumn.DataPropertyName = "minkomnat";
- this.minkomnatDataGridViewTextBoxColumn.HeaderText = "Мин. комнат";
- this.minkomnatDataGridViewTextBoxColumn.Name = "minkomnatDataGridViewTextBoxColumn";
- this.minkomnatDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // maxkomnatDataGridViewTextBoxColumn
- //
- this.maxkomnatDataGridViewTextBoxColumn.DataPropertyName = "maxkomnat";
- this.maxkomnatDataGridViewTextBoxColumn.HeaderText = "Макс. комнат";
- this.maxkomnatDataGridViewTextBoxColumn.Name = "maxkomnatDataGridViewTextBoxColumn";
- this.maxkomnatDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // mincenaDataGridViewTextBoxColumn
- //
- this.mincenaDataGridViewTextBoxColumn.DataPropertyName = "mincena";
- dataGridViewCellStyle13.Format = "C2";
- dataGridViewCellStyle13.NullValue = null;
- this.mincenaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle13;
- this.mincenaDataGridViewTextBoxColumn.HeaderText = "Мин. цена";
- this.mincenaDataGridViewTextBoxColumn.Name = "mincenaDataGridViewTextBoxColumn";
- this.mincenaDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // maxcenaDataGridViewTextBoxColumn
- //
- this.maxcenaDataGridViewTextBoxColumn.DataPropertyName = "maxcena";
- dataGridViewCellStyle14.Format = "C2";
- dataGridViewCellStyle14.NullValue = null;
- this.maxcenaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle14;
- this.maxcenaDataGridViewTextBoxColumn.HeaderText = "Макс. цена";
- this.maxcenaDataGridViewTextBoxColumn.Name = "maxcenaDataGridViewTextBoxColumn";
- this.maxcenaDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // zavershenoDataGridViewCheckBoxColumn
- //
- this.zavershenoDataGridViewCheckBoxColumn.DataPropertyName = "zaversheno";
- this.zavershenoDataGridViewCheckBoxColumn.HeaderText = "Завершено";
- this.zavershenoDataGridViewCheckBoxColumn.Name = "zavershenoDataGridViewCheckBoxColumn";
- this.zavershenoDataGridViewCheckBoxColumn.ReadOnly = true;
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.dataGridView2);
- this.tabPage2.Location = new System.Drawing.Point(4, 29);
- this.tabPage2.Margin = new System.Windows.Forms.Padding(4);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(4);
- this.tabPage2.Size = new System.Drawing.Size(996, 411);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "Предложения";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // dataGridView2
- //
- this.dataGridView2.AllowUserToAddRows = false;
- this.dataGridView2.AllowUserToDeleteRows = false;
- this.dataGridView2.AutoGenerateColumns = false;
- this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.adresDataGridViewTextBoxColumn,
- this.ploshDataGridViewTextBoxColumn,
- this.etazhDataGridViewTextBoxColumn,
- this.komnatDataGridViewTextBoxColumn,
- this.cenaDataGridViewTextBoxColumn,
- this.zavershenoDataGridViewCheckBoxColumn1});
- this.dataGridView2.DataSource = this.bsPredlozhenie;
- this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dataGridView2.Location = new System.Drawing.Point(4, 4);
- this.dataGridView2.Margin = new System.Windows.Forms.Padding(4);
- this.dataGridView2.Name = "dataGridView2";
- this.dataGridView2.ReadOnly = true;
- this.dataGridView2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridView2.Size = new System.Drawing.Size(988, 403);
- this.dataGridView2.TabIndex = 0;
- //
- // adresDataGridViewTextBoxColumn
- //
- this.adresDataGridViewTextBoxColumn.DataPropertyName = "adres";
- this.adresDataGridViewTextBoxColumn.HeaderText = "Адрес";
- this.adresDataGridViewTextBoxColumn.Name = "adresDataGridViewTextBoxColumn";
- this.adresDataGridViewTextBoxColumn.ReadOnly = true;
- this.adresDataGridViewTextBoxColumn.Width = 200;
- //
- // ploshDataGridViewTextBoxColumn
- //
- this.ploshDataGridViewTextBoxColumn.DataPropertyName = "plosh";
- this.ploshDataGridViewTextBoxColumn.HeaderText = "Площадь";
- this.ploshDataGridViewTextBoxColumn.Name = "ploshDataGridViewTextBoxColumn";
- this.ploshDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // etazhDataGridViewTextBoxColumn
- //
- this.etazhDataGridViewTextBoxColumn.DataPropertyName = "etazh";
- this.etazhDataGridViewTextBoxColumn.HeaderText = "Этаж";
- this.etazhDataGridViewTextBoxColumn.Name = "etazhDataGridViewTextBoxColumn";
- this.etazhDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // komnatDataGridViewTextBoxColumn
- //
- this.komnatDataGridViewTextBoxColumn.DataPropertyName = "komnat";
- this.komnatDataGridViewTextBoxColumn.HeaderText = "Комнат";
- this.komnatDataGridViewTextBoxColumn.Name = "komnatDataGridViewTextBoxColumn";
- this.komnatDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // cenaDataGridViewTextBoxColumn
- //
- this.cenaDataGridViewTextBoxColumn.DataPropertyName = "cena";
- dataGridViewCellStyle15.Format = "C2";
- dataGridViewCellStyle15.NullValue = null;
- this.cenaDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle15;
- this.cenaDataGridViewTextBoxColumn.HeaderText = "Цена";
- this.cenaDataGridViewTextBoxColumn.Name = "cenaDataGridViewTextBoxColumn";
- this.cenaDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // zavershenoDataGridViewCheckBoxColumn1
- //
- this.zavershenoDataGridViewCheckBoxColumn1.DataPropertyName = "zaversheno";
- this.zavershenoDataGridViewCheckBoxColumn1.HeaderText = "Завершено";
- this.zavershenoDataGridViewCheckBoxColumn1.Name = "zavershenoDataGridViewCheckBoxColumn1";
- this.zavershenoDataGridViewCheckBoxColumn1.ReadOnly = true;
- //
- // cbxHideZaversh
- //
- this.cbxHideZaversh.AutoSize = true;
- this.cbxHideZaversh.Location = new System.Drawing.Point(4, 126);
- this.cbxHideZaversh.Margin = new System.Windows.Forms.Padding(4);
- this.cbxHideZaversh.Name = "cbxHideZaversh";
- this.cbxHideZaversh.Size = new System.Drawing.Size(470, 27);
- this.cbxHideZaversh.TabIndex = 1;
- this.cbxHideZaversh.Text = "Не показывать завершенные потребности и предложения";
- this.cbxHideZaversh.UseVisualStyleBackColor = true;
- this.cbxHideZaversh.CheckedChanged += new System.EventHandler(this.cbxHideZaversh_CheckedChanged);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);
- this.label4.Location = new System.Drawing.Point(178, 34);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(527, 39);
- this.label4.TabIndex = 1;
- this.label4.Text = "Потребности и предложения клиента";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
- this.pictureBox1.Image = global::СУБД_Агентство.Properties.Resources.logo;
- this.pictureBox1.Location = new System.Drawing.Point(832, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(172, 119);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(250)))), ((int)(((byte)(191)))));
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1004, 119);
- this.panel1.TabIndex = 10;
- //
- // FormPotrebPredlKlient
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(1004, 605);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.cbxHideZaversh);
- this.Controls.Add(this.tabControl1);
- this.Font = new System.Drawing.Font("Comic Sans MS", 9.2F);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FormPotrebPredlKlient";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "СУБД \"Агентство недвижимости\"";
- this.Load += new System.EventHandler(this.FormPotrebPredlKlient_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsPotrebnost)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsPredlozhenie)).EndInit();
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.tabPage2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private DBAgentstvoDataSet dbAgentstvoDataSet1;
- private System.Windows.Forms.BindingSource bsPotrebnost;
- private System.Windows.Forms.BindingSource bsPredlozhenie;
- private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- private DBAgentstvoDataSetTableAdapters.PotrebnostTableAdapter potrebnostTableAdapter;
- private DBAgentstvoDataSetTableAdapters.predlozhenieTableAdapter predlozhenieTableAdapter;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.DataGridView dataGridView2;
- public System.Windows.Forms.BindingSource bsUsers;
- private System.Windows.Forms.CheckBox cbxHideZaversh;
- private System.Windows.Forms.DataGridViewTextBoxColumn minploshDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn maxploshDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn minetazhDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn maxetazhDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn minkomnatDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn maxkomnatDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn mincenaDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn maxcenaDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewCheckBoxColumn zavershenoDataGridViewCheckBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn adresDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn ploshDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn etazhDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn komnatDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn cenaDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewCheckBoxColumn zavershenoDataGridViewCheckBoxColumn1;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Panel panel1;
- }
- }
|