AuthSaleForm.Designer.cs 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. 
  2. namespace Brovi07.session1
  3. {
  4. partial class AuthSaleForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AuthSaleForm));
  30. this.authButton = new System.Windows.Forms.Button();
  31. this.passwordBox = new System.Windows.Forms.TextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.SuspendLayout();
  34. //
  35. // authButton
  36. //
  37. this.authButton.BackColor = System.Drawing.Color.White;
  38. this.authButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  39. this.authButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  40. this.authButton.Location = new System.Drawing.Point(38, 117);
  41. this.authButton.Name = "authButton";
  42. this.authButton.Size = new System.Drawing.Size(287, 57);
  43. this.authButton.TabIndex = 9;
  44. this.authButton.Text = "Войти";
  45. this.authButton.UseVisualStyleBackColor = false;
  46. this.authButton.Click += new System.EventHandler(this.authButton_Click);
  47. //
  48. // passwordBox
  49. //
  50. this.passwordBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  51. this.passwordBox.Location = new System.Drawing.Point(16, 72);
  52. this.passwordBox.Name = "passwordBox";
  53. this.passwordBox.Size = new System.Drawing.Size(329, 30);
  54. this.passwordBox.TabIndex = 8;
  55. //
  56. // label1
  57. //
  58. this.label1.AutoSize = true;
  59. this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  60. this.label1.Location = new System.Drawing.Point(12, 9);
  61. this.label1.Name = "label1";
  62. this.label1.Size = new System.Drawing.Size(333, 46);
  63. this.label1.TabIndex = 7;
  64. this.label1.Text = " Для управления товаром\r\nвведите пароль администратора";
  65. //
  66. // AuthSaleForm
  67. //
  68. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  69. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  70. this.BackColor = System.Drawing.Color.White;
  71. this.ClientSize = new System.Drawing.Size(361, 189);
  72. this.Controls.Add(this.authButton);
  73. this.Controls.Add(this.passwordBox);
  74. this.Controls.Add(this.label1);
  75. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  76. this.Name = "AuthSaleForm";
  77. this.Text = "Авторизация";
  78. this.ResumeLayout(false);
  79. this.PerformLayout();
  80. }
  81. #endregion
  82. private System.Windows.Forms.Button authButton;
  83. private System.Windows.Forms.TextBox passwordBox;
  84. private System.Windows.Forms.Label label1;
  85. }
  86. }