namespace СУБД_Агентство { partial class Form1 { /// /// 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.components = new System.ComponentModel.Container(); this.label1 = new System.Windows.Forms.Label(); this.cmbTypeUser = new System.Windows.Forms.ComboBox(); this.tbxLogin = new System.Windows.Forms.TextBox(); this.tbxPass = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.cbxShowPass = new System.Windows.Forms.CheckBox(); this.btnLogin = new System.Windows.Forms.Button(); this.lblReg = new System.Windows.Forms.Label(); this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet(); this.bsUsers = new System.Windows.Forms.BindingSource(this.components); this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter(); this.panel1 = new System.Windows.Forms.Panel(); this.label4 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label5 = new System.Windows.Forms.Label(); this.TbxCapcha = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.LblCapcha = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(110, 163); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(223, 23); this.label1.TabIndex = 0; this.label1.Text = "Выберите, кто авторизуется"; // // cmbTypeUser // this.cmbTypeUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbTypeUser.FormattingEnabled = true; this.cmbTypeUser.Items.AddRange(new object[] { "риелтер", "клиент"}); this.cmbTypeUser.Location = new System.Drawing.Point(115, 189); this.cmbTypeUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cmbTypeUser.Name = "cmbTypeUser"; this.cmbTypeUser.Size = new System.Drawing.Size(269, 28); this.cmbTypeUser.TabIndex = 1; // // tbxLogin // this.tbxLogin.Location = new System.Drawing.Point(113, 250); this.tbxLogin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tbxLogin.Name = "tbxLogin"; this.tbxLogin.Size = new System.Drawing.Size(264, 29); this.tbxLogin.TabIndex = 2; // // tbxPass // this.tbxPass.Location = new System.Drawing.Point(113, 309); this.tbxPass.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tbxPass.Name = "tbxPass"; this.tbxPass.Size = new System.Drawing.Size(264, 29); this.tbxPass.TabIndex = 3; this.tbxPass.UseSystemPasswordChar = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(112, 223); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(122, 23); this.label2.TabIndex = 4; this.label2.Text = "Введите логин"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(110, 282); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(130, 23); this.label3.TabIndex = 5; this.label3.Text = "Введите пароль"; // // cbxShowPass // this.cbxShowPass.AutoSize = true; this.cbxShowPass.Location = new System.Drawing.Point(113, 347); this.cbxShowPass.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbxShowPass.Name = "cbxShowPass"; this.cbxShowPass.Size = new System.Drawing.Size(258, 27); this.cbxShowPass.TabIndex = 6; this.cbxShowPass.Text = "Показывать символы пароля"; this.cbxShowPass.UseVisualStyleBackColor = true; this.cbxShowPass.CheckedChanged += new System.EventHandler(this.cbxShowPass_CheckedChanged); // // btnLogin // this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255))))); this.btnLogin.Location = new System.Drawing.Point(185, 508); this.btnLogin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(112, 36); this.btnLogin.TabIndex = 7; this.btnLogin.Text = "Вход"; this.btnLogin.UseVisualStyleBackColor = false; this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click); // // lblReg // this.lblReg.AutoSize = true; this.lblReg.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.lblReg.ForeColor = System.Drawing.Color.Blue; this.lblReg.Location = new System.Drawing.Point(135, 566); this.lblReg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblReg.Name = "lblReg"; this.lblReg.Size = new System.Drawing.Size(198, 17); this.lblReg.TabIndex = 8; this.lblReg.Text = "Регистрация нового клиента"; this.lblReg.Click += new System.EventHandler(this.lblReg_Click); // // 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; // // 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.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(482, 119); this.panel1.TabIndex = 9; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label4.Location = new System.Drawing.Point(53, 40); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(190, 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(310, 0); this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 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; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(14, 127); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(352, 23); this.label5.TabIndex = 10; this.label5.Text = "Для проверки можно использовать k k, r r"; // // TbxCapcha // this.TbxCapcha.Location = new System.Drawing.Point(235, 449); this.TbxCapcha.Name = "TbxCapcha"; this.TbxCapcha.Size = new System.Drawing.Size(115, 29); this.TbxCapcha.TabIndex = 15; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(120, 452); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(125, 23); this.label6.TabIndex = 14; this.label6.Text = "Введите капчу:"; // // LblCapcha // this.LblCapcha.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); this.LblCapcha.Font = new System.Drawing.Font("Segoe Script", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.LblCapcha.Location = new System.Drawing.Point(156, 388); this.LblCapcha.Name = "LblCapcha"; this.LblCapcha.Size = new System.Drawing.Size(159, 49); this.LblCapcha.TabIndex = 13; this.LblCapcha.Text = "label5"; this.LblCapcha.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.LblCapcha.Paint += new System.Windows.Forms.PaintEventHandler(this.LblCapcha_Paint); // // Form1 // 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(482, 598); this.Controls.Add(this.TbxCapcha); this.Controls.Add(this.label6); this.Controls.Add(this.LblCapcha); this.Controls.Add(this.label5); this.Controls.Add(this.panel1); this.Controls.Add(this.lblReg); this.Controls.Add(this.btnLogin); this.Controls.Add(this.cbxShowPass); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.tbxPass); this.Controls.Add(this.tbxLogin); this.Controls.Add(this.cmbTypeUser); this.Controls.Add(this.label1); this.Font = new System.Drawing.Font("Comic Sans MS", 9.2F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "СУБД \"Агентство недвижимости\""; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmbTypeUser; private System.Windows.Forms.TextBox tbxLogin; private System.Windows.Forms.TextBox tbxPass; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.CheckBox cbxShowPass; private System.Windows.Forms.Button btnLogin; private System.Windows.Forms.Label lblReg; private DBAgentstvoDataSet dbAgentstvoDataSet1; private System.Windows.Forms.BindingSource bsUsers; private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox TbxCapcha; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label LblCapcha; } }