Form2.Designer.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. 
  2. namespace DB_Danilov_V1
  3. {
  4. partial class Form2
  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(Form2));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.button1 = new System.Windows.Forms.Button();
  34. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35. this.panel1.SuspendLayout();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // panel1
  40. //
  41. this.panel1.Controls.Add(this.button1);
  42. this.panel1.Controls.Add(this.label2);
  43. this.panel1.Controls.Add(this.label1);
  44. this.panel1.Controls.Add(this.pictureBox1);
  45. this.panel1.Location = new System.Drawing.Point(12, 12);
  46. this.panel1.Name = "panel1";
  47. this.panel1.Size = new System.Drawing.Size(375, 93);
  48. this.panel1.TabIndex = 0;
  49. //
  50. // label1
  51. //
  52. this.label1.AutoSize = true;
  53. this.label1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  54. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  55. this.label1.Location = new System.Drawing.Point(125, 11);
  56. this.label1.Name = "label1";
  57. this.label1.Size = new System.Drawing.Size(179, 19);
  58. this.label1.TabIndex = 1;
  59. this.label1.Text = "Классический маникюр";
  60. //
  61. // label2
  62. //
  63. this.label2.AutoSize = true;
  64. this.label2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  65. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  66. this.label2.Location = new System.Drawing.Point(142, 39);
  67. this.label2.Name = "label2";
  68. this.label2.Size = new System.Drawing.Size(162, 19);
  69. this.label2.TabIndex = 2;
  70. this.label2.Text = "1680 руб. за 55 мин.";
  71. //
  72. // button1
  73. //
  74. this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  75. this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  76. this.button1.Location = new System.Drawing.Point(129, 61);
  77. this.button1.Name = "button1";
  78. this.button1.Size = new System.Drawing.Size(180, 31);
  79. this.button1.TabIndex = 3;
  80. this.button1.Text = "Записаться";
  81. this.button1.UseVisualStyleBackColor = true;
  82. //
  83. // pictureBox1
  84. //
  85. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  86. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  87. this.pictureBox1.Name = "pictureBox1";
  88. this.pictureBox1.Size = new System.Drawing.Size(119, 92);
  89. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  90. this.pictureBox1.TabIndex = 0;
  91. this.pictureBox1.TabStop = false;
  92. //
  93. // Form2
  94. //
  95. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  96. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  97. this.BackColor = System.Drawing.Color.White;
  98. this.ClientSize = new System.Drawing.Size(395, 450);
  99. this.Controls.Add(this.panel1);
  100. this.Name = "Form2";
  101. this.Text = "Form2";
  102. this.panel1.ResumeLayout(false);
  103. this.panel1.PerformLayout();
  104. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  105. this.ResumeLayout(false);
  106. }
  107. #endregion
  108. private System.Windows.Forms.Panel panel1;
  109. private System.Windows.Forms.Label label1;
  110. private System.Windows.Forms.PictureBox pictureBox1;
  111. private System.Windows.Forms.Button button1;
  112. private System.Windows.Forms.Label label2;
  113. }
  114. }