1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
-
- namespace Brovi07.session1
- {
- partial class AuthSaleForm
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AuthSaleForm));
- this.authButton = new System.Windows.Forms.Button();
- this.passwordBox = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // authButton
- //
- this.authButton.BackColor = System.Drawing.Color.White;
- this.authButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.authButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.authButton.Location = new System.Drawing.Point(38, 117);
- this.authButton.Name = "authButton";
- this.authButton.Size = new System.Drawing.Size(287, 57);
- this.authButton.TabIndex = 9;
- this.authButton.Text = "Войти";
- this.authButton.UseVisualStyleBackColor = false;
- this.authButton.Click += new System.EventHandler(this.authButton_Click);
- //
- // passwordBox
- //
- this.passwordBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.passwordBox.Location = new System.Drawing.Point(16, 72);
- this.passwordBox.Name = "passwordBox";
- this.passwordBox.Size = new System.Drawing.Size(329, 30);
- this.passwordBox.TabIndex = 8;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(12, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(333, 46);
- this.label1.TabIndex = 7;
- this.label1.Text = " Для управления товаром\r\nвведите пароль администратора";
- //
- // AuthSaleForm
- //
- 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(361, 189);
- this.Controls.Add(this.authButton);
- this.Controls.Add(this.passwordBox);
- this.Controls.Add(this.label1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "AuthSaleForm";
- this.Text = "Авторизация";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button authButton;
- private System.Windows.Forms.TextBox passwordBox;
- private System.Windows.Forms.Label label1;
- }
- }
|