Form1.Designer.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. 
  2. namespace Salon8
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.button3 = new System.Windows.Forms.Button();
  35. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // label1
  39. //
  40. this.label1.AutoSize = true;
  41. this.label1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  42. this.label1.Location = new System.Drawing.Point(99, 89);
  43. this.label1.Name = "label1";
  44. this.label1.Size = new System.Drawing.Size(119, 19);
  45. this.label1.TabIndex = 17;
  46. this.label1.Text = "Авторизация";
  47. //
  48. // pictureBox1
  49. //
  50. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  51. this.pictureBox1.Location = new System.Drawing.Point(1, 2);
  52. this.pictureBox1.Name = "pictureBox1";
  53. this.pictureBox1.Size = new System.Drawing.Size(57, 52);
  54. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  55. this.pictureBox1.TabIndex = 18;
  56. this.pictureBox1.TabStop = false;
  57. //
  58. // button1
  59. //
  60. this.button1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  61. this.button1.Location = new System.Drawing.Point(47, 138);
  62. this.button1.Name = "button1";
  63. this.button1.Size = new System.Drawing.Size(229, 70);
  64. this.button1.TabIndex = 19;
  65. this.button1.Text = "Клиент ";
  66. this.button1.UseVisualStyleBackColor = true;
  67. //
  68. // button2
  69. //
  70. this.button2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  71. this.button2.Location = new System.Drawing.Point(47, 243);
  72. this.button2.Name = "button2";
  73. this.button2.Size = new System.Drawing.Size(229, 70);
  74. this.button2.TabIndex = 20;
  75. this.button2.Text = "Администратор ";
  76. this.button2.UseVisualStyleBackColor = true;
  77. //
  78. // button3
  79. //
  80. this.button3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  81. this.button3.Location = new System.Drawing.Point(47, 341);
  82. this.button3.Name = "button3";
  83. this.button3.Size = new System.Drawing.Size(229, 70);
  84. this.button3.TabIndex = 21;
  85. this.button3.Text = "Выход";
  86. this.button3.UseVisualStyleBackColor = true;
  87. //
  88. // Form1
  89. //
  90. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  91. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  92. this.BackColor = System.Drawing.SystemColors.Window;
  93. this.ClientSize = new System.Drawing.Size(320, 450);
  94. this.Controls.Add(this.button3);
  95. this.Controls.Add(this.button2);
  96. this.Controls.Add(this.button1);
  97. this.Controls.Add(this.pictureBox1);
  98. this.Controls.Add(this.label1);
  99. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  100. this.Name = "Form1";
  101. this.Text = "Form1";
  102. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  103. this.ResumeLayout(false);
  104. this.PerformLayout();
  105. }
  106. #endregion
  107. private System.Windows.Forms.Label label1;
  108. private System.Windows.Forms.PictureBox pictureBox1;
  109. private System.Windows.Forms.Button button1;
  110. private System.Windows.Forms.Button button2;
  111. private System.Windows.Forms.Button button3;
  112. }
  113. }