Form1.Designer.cs 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. 
  2. namespace Brovi11
  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.panel1 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.radioButton1 = new System.Windows.Forms.RadioButton();
  34. this.radioButton2 = new System.Windows.Forms.RadioButton();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.panel1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // panel1
  41. //
  42. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  43. this.panel1.Controls.Add(this.label1);
  44. this.panel1.Controls.Add(this.pictureBox1);
  45. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  46. this.panel1.Location = new System.Drawing.Point(0, 0);
  47. this.panel1.Name = "panel1";
  48. this.panel1.Size = new System.Drawing.Size(545, 108);
  49. this.panel1.TabIndex = 0;
  50. //
  51. // label1
  52. //
  53. this.label1.AutoSize = true;
  54. this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  55. this.label1.Location = new System.Drawing.Point(189, 36);
  56. this.label1.Name = "label1";
  57. this.label1.Size = new System.Drawing.Size(206, 39);
  58. this.label1.TabIndex = 1;
  59. this.label1.Text = "Авторизация";
  60. //
  61. // pictureBox1
  62. //
  63. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  64. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  65. this.pictureBox1.Name = "pictureBox1";
  66. this.pictureBox1.Size = new System.Drawing.Size(141, 102);
  67. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  68. this.pictureBox1.TabIndex = 0;
  69. this.pictureBox1.TabStop = false;
  70. //
  71. // radioButton1
  72. //
  73. this.radioButton1.AutoSize = true;
  74. this.radioButton1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  75. this.radioButton1.Location = new System.Drawing.Point(196, 175);
  76. this.radioButton1.Name = "radioButton1";
  77. this.radioButton1.Size = new System.Drawing.Size(223, 37);
  78. this.radioButton1.TabIndex = 1;
  79. this.radioButton1.TabStop = true;
  80. this.radioButton1.Text = "Администратор";
  81. this.radioButton1.UseVisualStyleBackColor = true;
  82. this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
  83. //
  84. // radioButton2
  85. //
  86. this.radioButton2.AutoSize = true;
  87. this.radioButton2.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  88. this.radioButton2.Location = new System.Drawing.Point(196, 268);
  89. this.radioButton2.Name = "radioButton2";
  90. this.radioButton2.Size = new System.Drawing.Size(121, 37);
  91. this.radioButton2.TabIndex = 2;
  92. this.radioButton2.TabStop = true;
  93. this.radioButton2.Text = "Клиент";
  94. this.radioButton2.UseVisualStyleBackColor = true;
  95. //
  96. // button1
  97. //
  98. this.button1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  99. this.button1.Location = new System.Drawing.Point(207, 427);
  100. this.button1.Name = "button1";
  101. this.button1.Size = new System.Drawing.Size(140, 47);
  102. this.button1.TabIndex = 3;
  103. this.button1.Text = "Вход";
  104. this.button1.UseVisualStyleBackColor = true;
  105. this.button1.Click += new System.EventHandler(this.button1_Click);
  106. //
  107. // Form1
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.ClientSize = new System.Drawing.Size(545, 507);
  112. this.Controls.Add(this.button1);
  113. this.Controls.Add(this.radioButton2);
  114. this.Controls.Add(this.radioButton1);
  115. this.Controls.Add(this.panel1);
  116. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  117. this.Name = "Form1";
  118. this.Text = "Form1";
  119. this.panel1.ResumeLayout(false);
  120. this.panel1.PerformLayout();
  121. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  122. this.ResumeLayout(false);
  123. this.PerformLayout();
  124. }
  125. #endregion
  126. private System.Windows.Forms.Panel panel1;
  127. private System.Windows.Forms.Label label1;
  128. private System.Windows.Forms.PictureBox pictureBox1;
  129. private System.Windows.Forms.RadioButton radioButton1;
  130. private System.Windows.Forms.RadioButton radioButton2;
  131. private System.Windows.Forms.Button button1;
  132. }
  133. }