123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318 |
- namespace СУБД_Фабрика
- {
- partial class FormMain
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.LblIdUser = new System.Windows.Forms.Label();
- this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
- this.sewingFactoryMURDataSet1 = new СУБД_Фабрика.SewingFactoryMURDataSet();
- this.LblReg = new System.Windows.Forms.Label();
- this.usersTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.UsersTableAdapter();
- this.CmbRole = new System.Windows.Forms.ComboBox();
- this.BsRoles = new System.Windows.Forms.BindingSource(this.components);
- this.label2 = new System.Windows.Forms.Label();
- this.rolesTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.RolesTableAdapter();
- this.fKUsersRolesBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.TbxLog = new System.Windows.Forms.TextBox();
- this.TbxPass = new System.Windows.Forms.TextBox();
- this.CbxShowPass = new System.Windows.Forms.CheckBox();
- this.BtnEnter = new System.Windows.Forms.Button();
- this.TbxCaptcha = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.LblCaptcha = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsRoles)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.fKUsersRolesBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- this.panel1.Controls.Add(this.label1);
- 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);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(436, 91);
- this.panel1.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(120, 38);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(104, 23);
- this.label1.TabIndex = 1;
- this.label1.Text = "Авторизация";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
- this.pictureBox1.Image = global::СУБД_Фабрика.Properties.Resources.fabric_logo;
- this.pictureBox1.Location = new System.Drawing.Point(335, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(101, 91);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // LblIdUser
- //
- this.LblIdUser.AutoSize = true;
- this.LblIdUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "IDUser", true));
- this.LblIdUser.Location = new System.Drawing.Point(367, 139);
- this.LblIdUser.Name = "LblIdUser";
- this.LblIdUser.Size = new System.Drawing.Size(48, 20);
- this.LblIdUser.TabIndex = 2;
- this.LblIdUser.Text = "IdUser";
- //
- // BsUsers
- //
- this.BsUsers.DataMember = "Users";
- this.BsUsers.DataSource = this.sewingFactoryMURDataSet1;
- //
- // sewingFactoryMURDataSet1
- //
- this.sewingFactoryMURDataSet1.DataSetName = "SewingFactoryMURDataSet";
- this.sewingFactoryMURDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // LblReg
- //
- this.LblReg.AutoSize = true;
- this.LblReg.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LblReg.ForeColor = System.Drawing.SystemColors.Highlight;
- this.LblReg.Location = new System.Drawing.Point(157, 540);
- this.LblReg.Name = "LblReg";
- this.LblReg.Size = new System.Drawing.Size(103, 23);
- this.LblReg.TabIndex = 1;
- this.LblReg.Text = "Регистрация";
- this.LblReg.Click += new System.EventHandler(this.LblReg_Click);
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // CmbRole
- //
- this.CmbRole.DataSource = this.BsRoles;
- this.CmbRole.DisplayMember = "Role";
- this.CmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CmbRole.FormattingEnabled = true;
- this.CmbRole.Location = new System.Drawing.Point(133, 131);
- this.CmbRole.Name = "CmbRole";
- this.CmbRole.Size = new System.Drawing.Size(145, 28);
- this.CmbRole.TabIndex = 2;
- //
- // BsRoles
- //
- this.BsRoles.DataMember = "Roles";
- this.BsRoles.DataSource = this.sewingFactoryMURDataSet1;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(120, 108);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(189, 20);
- this.label2.TabIndex = 3;
- this.label2.Text = "Выберите тип пользователя:";
- //
- // rolesTableAdapter
- //
- this.rolesTableAdapter.ClearBeforeFill = true;
- //
- // fKUsersRolesBindingSource
- //
- this.fKUsersRolesBindingSource.DataMember = "FK_Users_Roles";
- this.fKUsersRolesBindingSource.DataSource = this.BsRoles;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(177, 257);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(60, 20);
- this.label3.TabIndex = 4;
- this.label3.Text = "Пароль:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(177, 190);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(49, 20);
- this.label4.TabIndex = 5;
- this.label4.Text = "Логин:";
- //
- // TbxLog
- //
- this.TbxLog.Location = new System.Drawing.Point(133, 213);
- this.TbxLog.Name = "TbxLog";
- this.TbxLog.Size = new System.Drawing.Size(145, 26);
- this.TbxLog.TabIndex = 6;
- //
- // TbxPass
- //
- this.TbxPass.Location = new System.Drawing.Point(133, 289);
- this.TbxPass.Name = "TbxPass";
- this.TbxPass.Size = new System.Drawing.Size(145, 26);
- this.TbxPass.TabIndex = 7;
- this.TbxPass.UseSystemPasswordChar = true;
- //
- // CbxShowPass
- //
- this.CbxShowPass.AutoSize = true;
- this.CbxShowPass.Location = new System.Drawing.Point(146, 321);
- this.CbxShowPass.Name = "CbxShowPass";
- this.CbxShowPass.Size = new System.Drawing.Size(132, 24);
- this.CbxShowPass.TabIndex = 8;
- this.CbxShowPass.Text = "Показать пароль";
- this.CbxShowPass.UseVisualStyleBackColor = true;
- this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);
- //
- // BtnEnter
- //
- this.BtnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnEnter.Location = new System.Drawing.Point(133, 484);
- this.BtnEnter.Name = "BtnEnter";
- this.BtnEnter.Size = new System.Drawing.Size(145, 33);
- this.BtnEnter.TabIndex = 17;
- this.BtnEnter.Text = "Вход";
- this.BtnEnter.UseVisualStyleBackColor = false;
- this.BtnEnter.Click += new System.EventHandler(this.BtnEnter_Click);
- //
- // TbxCaptcha
- //
- this.TbxCaptcha.Location = new System.Drawing.Point(222, 434);
- this.TbxCaptcha.Margin = new System.Windows.Forms.Padding(2);
- this.TbxCaptcha.Name = "TbxCaptcha";
- this.TbxCaptcha.Size = new System.Drawing.Size(87, 26);
- this.TbxCaptcha.TabIndex = 19;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(111, 437);
- this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(103, 20);
- this.label5.TabIndex = 18;
- this.label5.Text = "Введите капчу:";
- //
- // LblCaptcha
- //
- this.LblCaptcha.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- this.LblCaptcha.Font = new System.Drawing.Font("Segoe Script", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LblCaptcha.Location = new System.Drawing.Point(139, 368);
- this.LblCaptcha.Name = "LblCaptcha";
- this.LblCaptcha.Size = new System.Drawing.Size(132, 45);
- this.LblCaptcha.TabIndex = 20;
- this.LblCaptcha.Text = "label6";
- this.LblCaptcha.Paint += new System.Windows.Forms.PaintEventHandler(this.LblCaptcha_Paint);
- //
- // FormMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(436, 600);
- this.Controls.Add(this.LblIdUser);
- this.Controls.Add(this.LblCaptcha);
- this.Controls.Add(this.TbxCaptcha);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.BtnEnter);
- this.Controls.Add(this.CbxShowPass);
- this.Controls.Add(this.TbxPass);
- this.Controls.Add(this.TbxLog);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.CmbRole);
- this.Controls.Add(this.LblReg);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.MaximizeBox = false;
- this.Name = "FormMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FormMain_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsRoles)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.fKUsersRolesBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label LblReg;
- private System.Windows.Forms.BindingSource BsUsers;
- private SewingFactoryMURDataSet sewingFactoryMURDataSet1;
- private SewingFactoryMURDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- private System.Windows.Forms.ComboBox CmbRole;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.BindingSource BsRoles;
- private SewingFactoryMURDataSetTableAdapters.RolesTableAdapter rolesTableAdapter;
- private System.Windows.Forms.BindingSource fKUsersRolesBindingSource;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox TbxLog;
- private System.Windows.Forms.TextBox TbxPass;
- private System.Windows.Forms.CheckBox CbxShowPass;
- private System.Windows.Forms.Button BtnEnter;
- private System.Windows.Forms.TextBox TbxCaptcha;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label LblCaptcha;
- public System.Windows.Forms.Label LblIdUser;
- }
- }
|