Vhod.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. namespace project
  2. {
  3. partial class Vhod
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Vhod));
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.polelogin = new System.Windows.Forms.TextBox();
  31. this.polepassword = new System.Windows.Forms.TextBox();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  34. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  35. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // button1
  39. //
  40. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  41. this.button1.Location = new System.Drawing.Point(182, 149);
  42. this.button1.Name = "button1";
  43. this.button1.Size = new System.Drawing.Size(98, 33);
  44. this.button1.TabIndex = 0;
  45. this.button1.Text = "Войти";
  46. this.button1.UseVisualStyleBackColor = true;
  47. this.button1.Click += new System.EventHandler(this.button1_Click);
  48. //
  49. // polelogin
  50. //
  51. this.polelogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  52. this.polelogin.Location = new System.Drawing.Point(161, 37);
  53. this.polelogin.MaxLength = 15;
  54. this.polelogin.Name = "polelogin";
  55. this.polelogin.Size = new System.Drawing.Size(150, 29);
  56. this.polelogin.TabIndex = 1;
  57. //
  58. // polepassword
  59. //
  60. this.polepassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  61. this.polepassword.Location = new System.Drawing.Point(161, 90);
  62. this.polepassword.MaxLength = 20;
  63. this.polepassword.Name = "polepassword";
  64. this.polepassword.Size = new System.Drawing.Size(150, 29);
  65. this.polepassword.TabIndex = 2;
  66. //
  67. // pictureBox1
  68. //
  69. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  70. this.pictureBox1.Location = new System.Drawing.Point(131, 37);
  71. this.pictureBox1.Name = "pictureBox1";
  72. this.pictureBox1.Size = new System.Drawing.Size(36, 27);
  73. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  74. this.pictureBox1.TabIndex = 3;
  75. this.pictureBox1.TabStop = false;
  76. //
  77. // pictureBox2
  78. //
  79. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  80. this.pictureBox2.Location = new System.Drawing.Point(131, 90);
  81. this.pictureBox2.Name = "pictureBox2";
  82. this.pictureBox2.Size = new System.Drawing.Size(24, 27);
  83. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  84. this.pictureBox2.TabIndex = 4;
  85. this.pictureBox2.TabStop = false;
  86. //
  87. // Vhod
  88. //
  89. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  90. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  91. this.ClientSize = new System.Drawing.Size(450, 195);
  92. this.Controls.Add(this.polelogin);
  93. this.Controls.Add(this.pictureBox2);
  94. this.Controls.Add(this.pictureBox1);
  95. this.Controls.Add(this.polepassword);
  96. this.Controls.Add(this.button1);
  97. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  98. this.Name = "Vhod";
  99. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  100. this.Text = "Авторизация";
  101. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Vhod_FormClosed);
  102. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  104. this.ResumeLayout(false);
  105. this.PerformLayout();
  106. }
  107. #endregion
  108. private System.Windows.Forms.Button button1;
  109. private System.Windows.Forms.TextBox polelogin;
  110. private System.Windows.Forms.TextBox polepassword;
  111. private System.Windows.Forms.PictureBox pictureBox1;
  112. private System.Windows.Forms.PictureBox pictureBox2;
  113. }
  114. }