| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- 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.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.btnLog = new System.Windows.Forms.Button();
- this.tbxLog = new System.Windows.Forms.TextBox();
- this.tbxPassw = new System.Windows.Forms.TextBox();
- this.btnGostLog = new System.Windows.Forms.Button();
- this.sporttovKNYDataSet1 = new СУБД_Спортивные_товары.sporttovKNYDataSet();
- this.bsUser = new System.Windows.Forms.BindingSource(this.components);
- this.userTableAdapter = new СУБД_Спортивные_товары.sporttovKNYDataSetTableAdapters.UserTableAdapter();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.sporttovKNYDataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsUser)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(227)))), ((int)(((byte)(131)))));
- 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(933, 100);
- this.panel1.TabIndex = 0;
- //
- // pictureBox1
- //
- 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(116, 100);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Comic Sans MS", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(165, 20);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(254, 51);
- this.label1.TabIndex = 1;
- this.label1.Text = "Авторизация";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(12, 123);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(43, 15);
- this.label2.TabIndex = 1;
- this.label2.Text = "Логин:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(12, 194);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(51, 15);
- this.label3.TabIndex = 2;
- this.label3.Text = "Пароль:";
- //
- // btnLog
- //
- this.btnLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
- this.btnLog.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.btnLog.Location = new System.Drawing.Point(15, 271);
- this.btnLog.Name = "btnLog";
- this.btnLog.Size = new System.Drawing.Size(100, 23);
- this.btnLog.TabIndex = 4;
- this.btnLog.Text = "Войти";
- this.btnLog.UseVisualStyleBackColor = false;
- this.btnLog.Click += new System.EventHandler(this.btnLog_Click);
- //
- // tbxLog
- //
- this.tbxLog.Location = new System.Drawing.Point(15, 141);
- this.tbxLog.Name = "tbxLog";
- this.tbxLog.Size = new System.Drawing.Size(100, 23);
- this.tbxLog.TabIndex = 5;
- //
- // tbxPassw
- //
- this.tbxPassw.Location = new System.Drawing.Point(15, 212);
- this.tbxPassw.Name = "tbxPassw";
- this.tbxPassw.Size = new System.Drawing.Size(100, 23);
- this.tbxPassw.TabIndex = 6;
- this.tbxPassw.UseSystemPasswordChar = true;
- //
- // btnGostLog
- //
- this.btnGostLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
- this.btnGostLog.ForeColor = System.Drawing.SystemColors.ControlLightLight;
- this.btnGostLog.Location = new System.Drawing.Point(15, 313);
- this.btnGostLog.Name = "btnGostLog";
- this.btnGostLog.Size = new System.Drawing.Size(100, 23);
- this.btnGostLog.TabIndex = 7;
- this.btnGostLog.Text = "Войти как гость";
- this.btnGostLog.UseVisualStyleBackColor = false;
- //
- // sporttovKNYDataSet1
- //
- this.sporttovKNYDataSet1.DataSetName = "sporttovKNYDataSet";
- this.sporttovKNYDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // bsUser
- //
- this.bsUser.DataMember = "User";
- this.bsUser.DataSource = this.sporttovKNYDataSet1;
- //
- // userTableAdapter
- //
- this.userTableAdapter.ClearBeforeFill = true;
- //
- // FormMain
- //
- 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(933, 519);
- this.Controls.Add(this.btnGostLog);
- this.Controls.Add(this.tbxPassw);
- this.Controls.Add(this.tbxLog);
- this.Controls.Add(this.btnLog);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, 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, 3, 4, 3);
- this.Name = "FormMain";
- 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.sporttovKNYDataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsUser)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button btnLog;
- private System.Windows.Forms.TextBox tbxLog;
- private System.Windows.Forms.TextBox tbxPassw;
- private System.Windows.Forms.Button btnGostLog;
- private sporttovKNYDataSet sporttovKNYDataSet1;
- private System.Windows.Forms.BindingSource bsUser;
- private sporttovKNYDataSetTableAdapters.UserTableAdapter userTableAdapter;
- }
- }
|