123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317 |
- namespace СУБД_Альфапол
- {
- partial class FormAuthorizathion
- {
- /// <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(FormAuthorizathion));
- this.panel1 = new System.Windows.Forms.Panel();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label1 = new System.Windows.Forms.Label();
- this.tbxLogin = new System.Windows.Forms.TextBox();
- this.tbxPass = new System.Windows.Forms.TextBox();
- this.tbxCaptcha = new System.Windows.Forms.TextBox();
- this.btnEnter = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.lblcaptcha = new System.Windows.Forms.Label();
- this.cbxShowPass = new System.Windows.Forms.CheckBox();
- this.alfafloorGDVDataSet1 = new СУБД_Альфапол.AlfafloorGDVDataSet();
- this.bsManager0 = new System.Windows.Forms.BindingSource(this.components);
- this.managerTableAdapter = new СУБД_Альфапол.AlfafloorGDVDataSetTableAdapters.ManagerTableAdapter();
- this.panelContainerCaptcha = new System.Windows.Forms.Panel();
- this.panelCaptcha = new System.Windows.Forms.Panel();
- this.lblC4 = new System.Windows.Forms.Label();
- this.lblC3 = new System.Windows.Forms.Label();
- this.lblC2 = new System.Windows.Forms.Label();
- this.lblC1 = new System.Windows.Forms.Label();
- this.timer4Login = new System.Windows.Forms.Timer(this.components);
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.alfafloorGDVDataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsManager0)).BeginInit();
- this.panelContainerCaptcha.SuspendLayout();
- this.panelCaptcha.SuspendLayout();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.LightGray;
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.label1);
- 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(478, 118);
- this.panel1.TabIndex = 0;
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(120, 118);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 1;
- this.pictureBox1.TabStop = false;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Courier New", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(187, 45);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(190, 31);
- this.label1.TabIndex = 0;
- this.label1.Text = "Авторизация";
- //
- // tbxLogin
- //
- this.tbxLogin.Location = new System.Drawing.Point(12, 166);
- this.tbxLogin.Name = "tbxLogin";
- this.tbxLogin.Size = new System.Drawing.Size(177, 21);
- this.tbxLogin.TabIndex = 1;
- //
- // tbxPass
- //
- this.tbxPass.Location = new System.Drawing.Point(12, 223);
- this.tbxPass.Name = "tbxPass";
- this.tbxPass.Size = new System.Drawing.Size(177, 21);
- this.tbxPass.TabIndex = 2;
- this.tbxPass.UseSystemPasswordChar = true;
- //
- // tbxCaptcha
- //
- this.tbxCaptcha.Location = new System.Drawing.Point(139, 93);
- this.tbxCaptcha.Name = "tbxCaptcha";
- this.tbxCaptcha.Size = new System.Drawing.Size(100, 21);
- this.tbxCaptcha.TabIndex = 3;
- //
- // btnEnter
- //
- this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
- this.btnEnter.ForeColor = System.Drawing.Color.GhostWhite;
- this.btnEnter.Location = new System.Drawing.Point(52, 309);
- this.btnEnter.Name = "btnEnter";
- this.btnEnter.Size = new System.Drawing.Size(100, 36);
- this.btnEnter.TabIndex = 4;
- this.btnEnter.Text = "Войти";
- this.btnEnter.UseVisualStyleBackColor = false;
- this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(9, 148);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(49, 15);
- this.label2.TabIndex = 5;
- this.label2.Text = "Логин:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(9, 205);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(56, 15);
- this.label3.TabIndex = 6;
- this.label3.Text = "Пароль:";
- //
- // lblcaptcha
- //
- this.lblcaptcha.AutoSize = true;
- this.lblcaptcha.Location = new System.Drawing.Point(3, 96);
- this.lblcaptcha.Name = "lblcaptcha";
- this.lblcaptcha.Size = new System.Drawing.Size(105, 15);
- this.lblcaptcha.TabIndex = 7;
- this.lblcaptcha.Text = "Введите капчу:";
- //
- // cbxShowPass
- //
- this.cbxShowPass.AutoSize = true;
- this.cbxShowPass.Location = new System.Drawing.Point(12, 261);
- this.cbxShowPass.Name = "cbxShowPass";
- this.cbxShowPass.Size = new System.Drawing.Size(131, 19);
- this.cbxShowPass.TabIndex = 8;
- this.cbxShowPass.Text = "Показать пароль";
- this.cbxShowPass.UseVisualStyleBackColor = true;
- this.cbxShowPass.CheckedChanged += new System.EventHandler(this.cbxShowPass_CheckedChanged);
- //
- // alfafloorGDVDataSet1
- //
- this.alfafloorGDVDataSet1.DataSetName = "AlfafloorGDVDataSet";
- this.alfafloorGDVDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // bsManager0
- //
- this.bsManager0.DataMember = "Manager";
- this.bsManager0.DataSource = this.alfafloorGDVDataSet1;
- //
- // managerTableAdapter
- //
- this.managerTableAdapter.ClearBeforeFill = true;
- //
- // panelContainerCaptcha
- //
- this.panelContainerCaptcha.Controls.Add(this.panelCaptcha);
- this.panelContainerCaptcha.Controls.Add(this.tbxCaptcha);
- this.panelContainerCaptcha.Controls.Add(this.lblcaptcha);
- this.panelContainerCaptcha.Location = new System.Drawing.Point(220, 148);
- this.panelContainerCaptcha.Name = "panelContainerCaptcha";
- this.panelContainerCaptcha.Size = new System.Drawing.Size(252, 140);
- this.panelContainerCaptcha.TabIndex = 9;
- this.panelContainerCaptcha.Visible = false;
- //
- // panelCaptcha
- //
- this.panelCaptcha.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelCaptcha.BackgroundImage")));
- this.panelCaptcha.Controls.Add(this.lblC4);
- this.panelCaptcha.Controls.Add(this.lblC3);
- this.panelCaptcha.Controls.Add(this.lblC2);
- this.panelCaptcha.Controls.Add(this.lblC1);
- this.panelCaptcha.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelCaptcha.Location = new System.Drawing.Point(0, 0);
- this.panelCaptcha.Name = "panelCaptcha";
- this.panelCaptcha.Size = new System.Drawing.Size(252, 72);
- this.panelCaptcha.TabIndex = 10;
- this.panelCaptcha.Paint += new System.Windows.Forms.PaintEventHandler(this.panelCaptcha_Paint);
- //
- // lblC4
- //
- this.lblC4.AutoSize = true;
- this.lblC4.BackColor = System.Drawing.Color.Transparent;
- this.lblC4.Font = new System.Drawing.Font("MV Boli", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lblC4.Location = new System.Drawing.Point(197, 9);
- this.lblC4.Name = "lblC4";
- this.lblC4.Size = new System.Drawing.Size(31, 49);
- this.lblC4.TabIndex = 3;
- this.lblC4.Text = "j";
- //
- // lblC3
- //
- this.lblC3.AutoSize = true;
- this.lblC3.BackColor = System.Drawing.Color.Transparent;
- this.lblC3.Font = new System.Drawing.Font("MV Boli", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lblC3.Location = new System.Drawing.Point(113, 0);
- this.lblC3.Name = "lblC3";
- this.lblC3.Size = new System.Drawing.Size(44, 49);
- this.lblC3.TabIndex = 2;
- this.lblC3.Text = "E";
- //
- // lblC2
- //
- this.lblC2.AutoSize = true;
- this.lblC2.BackColor = System.Drawing.Color.Transparent;
- this.lblC2.Font = new System.Drawing.Font("MV Boli", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lblC2.Location = new System.Drawing.Point(50, 23);
- this.lblC2.Name = "lblC2";
- this.lblC2.Size = new System.Drawing.Size(47, 49);
- this.lblC2.TabIndex = 1;
- this.lblC2.Text = "9";
- //
- // lblC1
- //
- this.lblC1.AutoSize = true;
- this.lblC1.BackColor = System.Drawing.Color.Transparent;
- this.lblC1.Font = new System.Drawing.Font("MV Boli", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lblC1.Location = new System.Drawing.Point(12, 0);
- this.lblC1.Name = "lblC1";
- this.lblC1.Size = new System.Drawing.Size(42, 49);
- this.lblC1.TabIndex = 0;
- this.lblC1.Text = "F";
- //
- // timer4Login
- //
- this.timer4Login.Interval = 10000;
- this.timer4Login.Tick += new System.EventHandler(this.timer4Login_Tick);
- //
- // FormAuthorizathion
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(478, 358);
- this.Controls.Add(this.panelContainerCaptcha);
- this.Controls.Add(this.cbxShowPass);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.btnEnter);
- this.Controls.Add(this.tbxPass);
- this.Controls.Add(this.tbxLogin);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FormAuthorizathion";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "OOO \"Альфапол\"";
- this.Load += new System.EventHandler(this.FormAuthorizathion_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.alfafloorGDVDataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsManager0)).EndInit();
- this.panelContainerCaptcha.ResumeLayout(false);
- this.panelContainerCaptcha.PerformLayout();
- this.panelCaptcha.ResumeLayout(false);
- this.panelCaptcha.PerformLayout();
- 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.TextBox tbxLogin;
- private System.Windows.Forms.TextBox tbxPass;
- private System.Windows.Forms.TextBox tbxCaptcha;
- private System.Windows.Forms.Button btnEnter;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label lblcaptcha;
- private System.Windows.Forms.CheckBox cbxShowPass;
- private AlfafloorGDVDataSet alfafloorGDVDataSet1;
- private AlfafloorGDVDataSetTableAdapters.ManagerTableAdapter managerTableAdapter;
- private System.Windows.Forms.Panel panelContainerCaptcha;
- private System.Windows.Forms.Panel panelCaptcha;
- private System.Windows.Forms.Label lblC2;
- private System.Windows.Forms.Label lblC1;
- private System.Windows.Forms.Label lblC4;
- private System.Windows.Forms.Label lblC3;
- private System.Windows.Forms.Timer timer4Login;
- private System.Windows.Forms.BindingSource bsManager0;
- }
- }
|