namespace СУБД_Агентство
{
partial class FormDataRielter
{
///
/// 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.tbxMaxKlient = new System.Windows.Forms.TextBox();
this.tbxProcPredl = new System.Windows.Forms.TextBox();
this.tbxProcPotreb = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btnSave = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
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.pictureBox1)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// tbxMaxKlient
//
this.tbxMaxKlient.Location = new System.Drawing.Point(202, 199);
this.tbxMaxKlient.Margin = new System.Windows.Forms.Padding(4);
this.tbxMaxKlient.Name = "tbxMaxKlient";
this.tbxMaxKlient.Size = new System.Drawing.Size(148, 29);
this.tbxMaxKlient.TabIndex = 0;
this.tbxMaxKlient.Text = "5";
//
// tbxProcPredl
//
this.tbxProcPredl.Location = new System.Drawing.Point(202, 299);
this.tbxProcPredl.Margin = new System.Windows.Forms.Padding(4);
this.tbxProcPredl.Name = "tbxProcPredl";
this.tbxProcPredl.Size = new System.Drawing.Size(148, 29);
this.tbxProcPredl.TabIndex = 1;
this.tbxProcPredl.Text = "5";
//
// tbxProcPotreb
//
this.tbxProcPotreb.Location = new System.Drawing.Point(202, 393);
this.tbxProcPotreb.Margin = new System.Windows.Forms.Padding(4);
this.tbxProcPotreb.Name = "tbxProcPotreb";
this.tbxProcPotreb.Size = new System.Drawing.Size(148, 29);
this.tbxProcPotreb.TabIndex = 2;
this.tbxProcPotreb.Text = "5";
//
// label1
//
this.label1.Location = new System.Drawing.Point(119, 144);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(360, 49);
this.label1.TabIndex = 3;
this.label1.Text = "Максимальное количество клиентов, которое может обслуживать один риелтор одноврем" +
"енно";
//
// label2
//
this.label2.Location = new System.Drawing.Point(119, 242);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(266, 52);
this.label2.TabIndex = 4;
this.label2.Text = "Процент от сделки риелтору клиента с предложением";
//
// label3
//
this.label3.Location = new System.Drawing.Point(119, 349);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(292, 41);
this.label3.TabIndex = 5;
this.label3.Text = "Процент от сделки риелтору клиента с потребностью";
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.btnSave.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnSave.Location = new System.Drawing.Point(119, 469);
this.btnSave.Margin = new System.Windows.Forms.Padding(4);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(112, 36);
this.btnSave.TabIndex = 6;
this.btnSave.Text = "Сохранить";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(331, 469);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(112, 36);
this.btnCancel.TabIndex = 7;
this.btnCancel.Text = "Отменить";
this.btnCancel.UseVisualStyleBackColor = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);
this.label4.Location = new System.Drawing.Point(14, 32);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(327, 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(370, 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(542, 119);
this.panel1.TabIndex = 10;
//
// FormDataRielter
//
this.AcceptButton = this.btnSave;
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(542, 528);
this.Controls.Add(this.panel1);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.tbxProcPotreb);
this.Controls.Add(this.tbxProcPredl);
this.Controls.Add(this.tbxMaxKlient);
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 = "FormDataRielter";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "СУБД \"Агентство недвижимости\"";
this.Load += new System.EventHandler(this.FormDataRielter_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tbxMaxKlient;
private System.Windows.Forms.TextBox tbxProcPredl;
private System.Windows.Forms.TextBox tbxProcPotreb;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Panel panel1;
}
}