123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- namespace Lyakhov_Tovar
- {
- partial class Form1Авторизация
- {
- /// <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(Form1Авторизация));
- this.сотрудникBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.ляховDataSet = new Lyakhov_Tovar.ЛяховDataSet();
- this.сотрудникTableAdapter = new Lyakhov_Tovar.ЛяховDataSetTableAdapters.СотрудникTableAdapter();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.button1 = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.label2 = new System.Windows.Forms.Label();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.сотрудникBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ляховDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // сотрудникBindingSource
- //
- this.сотрудникBindingSource.DataMember = "Сотрудник";
- this.сотрудникBindingSource.DataSource = this.ляховDataSet;
- //
- // ляховDataSet
- //
- this.ляховDataSet.DataSetName = "ЛяховDataSet";
- this.ляховDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // сотрудникTableAdapter
- //
- this.сотрудникTableAdapter.ClearBeforeFill = true;
- //
- // pictureBox1
- //
- this.pictureBox1.BackColor = System.Drawing.Color.Silver;
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(0, -1);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(527, 156);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 12;
- this.pictureBox1.TabStop = false;
- //
- // button1
- //
- this.button1.BackColor = System.Drawing.Color.IndianRed;
- this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.button1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button1.Location = new System.Drawing.Point(128, 351);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(230, 71);
- this.button1.TabIndex = 13;
- this.button1.Text = "Войти";
- this.button1.UseVisualStyleBackColor = false;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.White;
- this.label1.Font = new System.Drawing.Font("Times New Roman", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(150, 169);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(190, 36);
- this.label1.TabIndex = 14;
- this.label1.Text = "Авторизация";
- //
- // comboBox1
- //
- this.comboBox1.DataSource = this.сотрудникBindingSource;
- this.comboBox1.DisplayMember = "Логин";
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(184, 232);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(174, 21);
- this.comboBox1.TabIndex = 15;
- this.comboBox1.ValueMember = "Логин";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(86, 232);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(65, 23);
- this.label2.TabIndex = 16;
- this.label2.Text = "Логин";
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(183, 297);
- this.textBox2.Multiline = true;
- this.textBox2.Name = "textBox2";
- this.textBox2.PasswordChar = '*';
- this.textBox2.Size = new System.Drawing.Size(175, 20);
- this.textBox2.TabIndex = 17;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.Location = new System.Drawing.Point(76, 297);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(75, 23);
- this.label3.TabIndex = 18;
- this.label3.Text = "Пароль";
- //
- // Form1Авторизация
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(523, 453);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.pictureBox1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Name = "Form1Авторизация";
- this.Text = "Авторизация";
- this.Load += new System.EventHandler(this.Form1Авторизация_Load);
- ((System.ComponentModel.ISupportInitialize)(this.сотрудникBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ляховDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private ЛяховDataSet ляховDataSet;
- private System.Windows.Forms.BindingSource сотрудникBindingSource;
- private ЛяховDataSetTableAdapters.СотрудникTableAdapter сотрудникTableAdapter;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label3;
- }
- }
|