123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319 |
- namespace СУБД_Техносервис
- {
- partial class FormMain
- {
- /// <summary>
- /// Обязательная переменная конструктора.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Освободить все используемые ресурсы.
- /// </summary>
- /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Код, автоматически созданный конструктором форм Windows
- /// <summary>
- /// Требуемый метод для поддержки конструктора — не изменяйте
- /// содержимое этого метода с помощью редактора кода.
- /// </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.label2 = new System.Windows.Forms.Label();
- this.TbxLogin = new System.Windows.Forms.TextBox();
- this.TbxPassw = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.BtnVhod = new System.Windows.Forms.Button();
- this.CbxShowPassw = new System.Windows.Forms.CheckBox();
- this.techServiceBAUDataSet = new СУБД_Техносервис.TechServiceBAUDataSet();
- this.BsEmployee = new System.Windows.Forms.BindingSource(this.components);
- this.employeeTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.EmployeeTableAdapter();
- this.PanelCapcha = new System.Windows.Forms.Panel();
- this.label4 = new System.Windows.Forms.Label();
- this.TbxCapcha = new System.Windows.Forms.TextBox();
- this.PCapcha = 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.TimerForLogin = new System.Windows.Forms.Timer(this.components);
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsEmployee)).BeginInit();
- this.PanelCapcha.SuspendLayout();
- this.PCapcha.SuspendLayout();
- 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.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(495, 100);
- this.panel1.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(246, 27);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(177, 37);
- this.label1.TabIndex = 1;
- this.label1.Text = "Авторизация";
- //
- // 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(144, 100);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(27, 112);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(33, 16);
- this.label2.TabIndex = 1;
- this.label2.Text = "Логин";
- //
- // TbxLogin
- //
- this.TbxLogin.Location = new System.Drawing.Point(30, 132);
- this.TbxLogin.Name = "TbxLogin";
- this.TbxLogin.Size = new System.Drawing.Size(157, 21);
- this.TbxLogin.TabIndex = 2;
- this.TbxLogin.Text = "m";
- //
- // TbxPassw
- //
- this.TbxPassw.Location = new System.Drawing.Point(30, 195);
- this.TbxPassw.Name = "TbxPassw";
- this.TbxPassw.Size = new System.Drawing.Size(157, 21);
- this.TbxPassw.TabIndex = 4;
- this.TbxPassw.Text = "m";
- this.TbxPassw.UseSystemPasswordChar = true;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(27, 175);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(41, 16);
- this.label3.TabIndex = 3;
- this.label3.Text = "Пароль";
- //
- // BtnVhod
- //
- this.BtnVhod.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnVhod.ForeColor = System.Drawing.Color.White;
- this.BtnVhod.Location = new System.Drawing.Point(30, 259);
- this.BtnVhod.Name = "BtnVhod";
- this.BtnVhod.Size = new System.Drawing.Size(157, 26);
- this.BtnVhod.TabIndex = 5;
- this.BtnVhod.Text = "Вход";
- this.BtnVhod.UseVisualStyleBackColor = false;
- this.BtnVhod.Click += new System.EventHandler(this.BtnVhod_Click);
- //
- // CbxShowPassw
- //
- this.CbxShowPassw.AutoSize = true;
- this.CbxShowPassw.Location = new System.Drawing.Point(84, 222);
- this.CbxShowPassw.Name = "CbxShowPassw";
- this.CbxShowPassw.Size = new System.Drawing.Size(103, 20);
- this.CbxShowPassw.TabIndex = 6;
- this.CbxShowPassw.Text = "Показать пароль";
- this.CbxShowPassw.UseVisualStyleBackColor = true;
- this.CbxShowPassw.CheckedChanged += new System.EventHandler(this.CbxShowPassw_CheckedChanged);
- //
- // techServiceBAUDataSet
- //
- this.techServiceBAUDataSet.DataSetName = "TechServiceBAUDataSet";
- this.techServiceBAUDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // BsEmployee
- //
- this.BsEmployee.DataMember = "Employee";
- this.BsEmployee.DataSource = this.techServiceBAUDataSet;
- //
- // employeeTableAdapter
- //
- this.employeeTableAdapter.ClearBeforeFill = true;
- //
- // PanelCapcha
- //
- this.PanelCapcha.Controls.Add(this.label4);
- this.PanelCapcha.Controls.Add(this.TbxCapcha);
- this.PanelCapcha.Controls.Add(this.PCapcha);
- this.PanelCapcha.Location = new System.Drawing.Point(238, 132);
- this.PanelCapcha.Name = "PanelCapcha";
- this.PanelCapcha.Size = new System.Drawing.Size(233, 143);
- this.PanelCapcha.TabIndex = 7;
- this.PanelCapcha.Visible = false;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(32, 109);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(75, 16);
- this.label4.TabIndex = 2;
- this.label4.Text = "Введите капчу";
- //
- // TbxCapcha
- //
- this.TbxCapcha.Location = new System.Drawing.Point(113, 106);
- this.TbxCapcha.Name = "TbxCapcha";
- this.TbxCapcha.Size = new System.Drawing.Size(100, 21);
- this.TbxCapcha.TabIndex = 1;
- //
- // PCapcha
- //
- this.PCapcha.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PCapcha.BackgroundImage")));
- this.PCapcha.Controls.Add(this.LblC4);
- this.PCapcha.Controls.Add(this.LblC3);
- this.PCapcha.Controls.Add(this.LblC2);
- this.PCapcha.Controls.Add(this.LblC1);
- this.PCapcha.Dock = System.Windows.Forms.DockStyle.Top;
- this.PCapcha.Location = new System.Drawing.Point(0, 0);
- this.PCapcha.Name = "PCapcha";
- this.PCapcha.Size = new System.Drawing.Size(233, 100);
- this.PCapcha.TabIndex = 0;
- this.PCapcha.Paint += new System.Windows.Forms.PaintEventHandler(this.PCapcha_Paint);
- //
- // LblC4
- //
- this.LblC4.AutoSize = true;
- this.LblC4.BackColor = System.Drawing.Color.Transparent;
- this.LblC4.Font = new System.Drawing.Font("MV Boli", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.LblC4.Location = new System.Drawing.Point(175, 46);
- this.LblC4.Name = "LblC4";
- this.LblC4.Size = new System.Drawing.Size(38, 41);
- this.LblC4.TabIndex = 3;
- this.LblC4.Text = "S";
- //
- // LblC3
- //
- this.LblC3.AutoSize = true;
- this.LblC3.BackColor = System.Drawing.Color.Transparent;
- this.LblC3.Font = new System.Drawing.Font("MV Boli", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.LblC3.Location = new System.Drawing.Point(116, 18);
- this.LblC3.Name = "LblC3";
- this.LblC3.Size = new System.Drawing.Size(38, 41);
- this.LblC3.TabIndex = 2;
- this.LblC3.Text = "S";
- //
- // LblC2
- //
- this.LblC2.AutoSize = true;
- this.LblC2.BackColor = System.Drawing.Color.Transparent;
- this.LblC2.Font = new System.Drawing.Font("MV Boli", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.LblC2.Location = new System.Drawing.Point(61, 46);
- this.LblC2.Name = "LblC2";
- this.LblC2.Size = new System.Drawing.Size(38, 41);
- this.LblC2.TabIndex = 1;
- this.LblC2.Text = "S";
- //
- // LblC1
- //
- this.LblC1.AutoSize = true;
- this.LblC1.BackColor = System.Drawing.Color.Transparent;
- this.LblC1.Font = new System.Drawing.Font("MV Boli", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.LblC1.Location = new System.Drawing.Point(17, 18);
- this.LblC1.Name = "LblC1";
- this.LblC1.Size = new System.Drawing.Size(38, 41);
- this.LblC1.TabIndex = 0;
- this.LblC1.Text = "S";
- //
- // TimerForLogin
- //
- this.TimerForLogin.Interval = 10000;
- this.TimerForLogin.Tick += new System.EventHandler(this.TimerForLogin_Tick);
- //
- // FormMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(495, 304);
- this.Controls.Add(this.PanelCapcha);
- this.Controls.Add(this.CbxShowPassw);
- this.Controls.Add(this.BtnVhod);
- this.Controls.Add(this.TbxPassw);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.TbxLogin);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.MaximizeBox = false;
- this.MinimizeBox = 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.techServiceBAUDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsEmployee)).EndInit();
- this.PanelCapcha.ResumeLayout(false);
- this.PanelCapcha.PerformLayout();
- this.PCapcha.ResumeLayout(false);
- this.PCapcha.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.Label label2;
- private System.Windows.Forms.TextBox TbxLogin;
- private System.Windows.Forms.TextBox TbxPassw;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button BtnVhod;
- private System.Windows.Forms.CheckBox CbxShowPassw;
- private TechServiceBAUDataSet techServiceBAUDataSet;
- private System.Windows.Forms.BindingSource BsEmployee;
- private TechServiceBAUDataSetTableAdapters.EmployeeTableAdapter employeeTableAdapter;
- private System.Windows.Forms.Panel PanelCapcha;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox TbxCapcha;
- private System.Windows.Forms.Panel PCapcha;
- private System.Windows.Forms.Label LblC4;
- private System.Windows.Forms.Label LblC3;
- private System.Windows.Forms.Label LblC2;
- private System.Windows.Forms.Label LblC1;
- private System.Windows.Forms.Timer TimerForLogin;
- }
- }
|