| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291 |
- namespace СУБД_Агентство
- {
- partial class FormReport
- {
- /// <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.Label famLabel;
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.dgvReport = new System.Windows.Forms.DataGridView();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet();
- this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
- this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter();
- this.tableAdapterManager = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.TableAdapterManager();
- this.famLabel1 = new System.Windows.Forms.Label();
- this.lblIdRielter = new System.Windows.Forms.Label();
- this.dtp1 = new System.Windows.Forms.DateTimePicker();
- this.dtp2 = new System.Windows.Forms.DateTimePicker();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.btnExport = 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();
- famLabel = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.dgvReport)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // famLabel
- //
- famLabel.AutoSize = true;
- famLabel.Location = new System.Drawing.Point(16, 147);
- famLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- famLabel.Name = "famLabel";
- famLabel.Size = new System.Drawing.Size(76, 23);
- famLabel.TabIndex = 1;
- famLabel.Text = "Риелтер:";
- //
- // dgvReport
- //
- this.dgvReport.AllowUserToAddRows = false;
- this.dgvReport.AllowUserToDeleteRows = false;
- this.dgvReport.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvReport.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2,
- this.Column3});
- this.dgvReport.Location = new System.Drawing.Point(16, 187);
- this.dgvReport.Margin = new System.Windows.Forms.Padding(4);
- this.dgvReport.Name = "dgvReport";
- this.dgvReport.ReadOnly = true;
- this.dgvReport.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvReport.Size = new System.Drawing.Size(690, 304);
- this.dgvReport.TabIndex = 0;
- //
- // Column1
- //
- this.Column1.HeaderText = "Покупатель";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- this.Column1.Width = 150;
- //
- // Column2
- //
- this.Column2.HeaderText = "Продавец";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- this.Column2.Width = 150;
- //
- // Column3
- //
- dataGridViewCellStyle3.Format = "d";
- dataGridViewCellStyle3.NullValue = null;
- this.Column3.DefaultCellStyle = dataGridViewCellStyle3;
- this.Column3.HeaderText = "Дата сделки";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- //
- // dbAgentstvoDataSet1
- //
- this.dbAgentstvoDataSet1.DataSetName = "DBAgentstvoDataSet";
- this.dbAgentstvoDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // bsUsers
- //
- this.bsUsers.DataMember = "Users";
- this.bsUsers.DataSource = this.dbAgentstvoDataSet1;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.PotrebnostTableAdapter = null;
- this.tableAdapterManager.predlozhenieTableAdapter = null;
- this.tableAdapterManager.SdelkaTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = СУБД_Агентство.DBAgentstvoDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
- //
- // famLabel1
- //
- this.famLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "fam", true));
- this.famLabel1.Location = new System.Drawing.Point(102, 147);
- this.famLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.famLabel1.Name = "famLabel1";
- this.famLabel1.Size = new System.Drawing.Size(150, 27);
- this.famLabel1.TabIndex = 2;
- this.famLabel1.Text = "label1";
- //
- // lblIdRielter
- //
- this.lblIdRielter.AutoSize = true;
- this.lblIdRielter.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsUsers, "idusers", true));
- this.lblIdRielter.Location = new System.Drawing.Point(35, 652);
- this.lblIdRielter.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblIdRielter.Name = "lblIdRielter";
- this.lblIdRielter.Size = new System.Drawing.Size(100, 23);
- this.lblIdRielter.TabIndex = 3;
- this.lblIdRielter.Text = "lblIdRielter";
- //
- // dtp1
- //
- this.dtp1.Location = new System.Drawing.Point(16, 541);
- this.dtp1.Margin = new System.Windows.Forms.Padding(4);
- this.dtp1.Name = "dtp1";
- this.dtp1.Size = new System.Drawing.Size(185, 29);
- this.dtp1.TabIndex = 4;
- //
- // dtp2
- //
- this.dtp2.Location = new System.Drawing.Point(523, 541);
- this.dtp2.Margin = new System.Windows.Forms.Padding(4);
- this.dtp2.Name = "dtp2";
- this.dtp2.Size = new System.Drawing.Size(181, 29);
- this.dtp2.TabIndex = 5;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(11, 512);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(128, 23);
- this.label1.TabIndex = 6;
- this.label1.Text = "Начальная дата";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(523, 512);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(118, 23);
- this.label2.TabIndex = 7;
- this.label2.Text = "Конечная дата";
- //
- // btnExport
- //
- this.btnExport.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- this.btnExport.Location = new System.Drawing.Point(250, 600);
- this.btnExport.Margin = new System.Windows.Forms.Padding(4);
- this.btnExport.Name = "btnExport";
- this.btnExport.Size = new System.Drawing.Size(235, 36);
- this.btnExport.TabIndex = 8;
- this.btnExport.Text = "Выполнить экспорт в Excel";
- this.btnExport.UseVisualStyleBackColor = false;
- this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F);
- this.label4.Location = new System.Drawing.Point(66, 32);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(390, 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(566, 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(738, 119);
- this.panel1.TabIndex = 10;
- //
- // FormReport
- //
- 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(738, 651);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.btnExport);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.dtp2);
- this.Controls.Add(this.dtp1);
- this.Controls.Add(this.lblIdRielter);
- this.Controls.Add(famLabel);
- this.Controls.Add(this.famLabel1);
- this.Controls.Add(this.dgvReport);
- 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 = "FormReport";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "СУБД \"Агентство недвижимости\"";
- this.Load += new System.EventHandler(this.FormReport_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvReport)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.DataGridView dgvReport;
- private DBAgentstvoDataSet dbAgentstvoDataSet1;
- private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- public System.Windows.Forms.BindingSource bsUsers;
- private DBAgentstvoDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.Label famLabel1;
- private System.Windows.Forms.Label lblIdRielter;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DateTimePicker dtp1;
- private System.Windows.Forms.DateTimePicker dtp2;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Button btnExport;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Panel panel1;
- }
- }
|