Form1.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. 
  2. namespace DB_Velijanskyi_V2
  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. this.Client = new System.Windows.Forms.Button();
  30. this.Service = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // Client
  37. //
  38. this.Client.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  39. this.Client.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  40. this.Client.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  41. this.Client.Location = new System.Drawing.Point(343, 98);
  42. this.Client.Name = "Client";
  43. this.Client.Size = new System.Drawing.Size(132, 59);
  44. this.Client.TabIndex = 0;
  45. this.Client.Text = "Client";
  46. this.Client.UseVisualStyleBackColor = false;
  47. this.Client.Click += new System.EventHandler(this.Client_Click);
  48. //
  49. // Service
  50. //
  51. this.Service.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  52. this.Service.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  53. this.Service.Location = new System.Drawing.Point(343, 192);
  54. this.Service.Name = "Service";
  55. this.Service.Size = new System.Drawing.Size(132, 65);
  56. this.Service.TabIndex = 0;
  57. this.Service.Text = "Service";
  58. this.Service.UseVisualStyleBackColor = false;
  59. this.Service.Click += new System.EventHandler(this.Service_Click);
  60. //
  61. // button3
  62. //
  63. this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  64. this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  65. this.button3.Location = new System.Drawing.Point(343, 289);
  66. this.button3.Name = "button3";
  67. this.button3.Size = new System.Drawing.Size(132, 64);
  68. this.button3.TabIndex = 0;
  69. this.button3.Text = "Client Service";
  70. this.button3.UseVisualStyleBackColor = false;
  71. this.button3.Click += new System.EventHandler(this.button3_Click);
  72. //
  73. // pictureBox1
  74. //
  75. this.pictureBox1.Image = global::DB_Velijanskyi_V2.Properties.Resources.beauty_logo;
  76. this.pictureBox1.Location = new System.Drawing.Point(12, 24);
  77. this.pictureBox1.Name = "pictureBox1";
  78. this.pictureBox1.Size = new System.Drawing.Size(120, 84);
  79. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  80. this.pictureBox1.TabIndex = 1;
  81. this.pictureBox1.TabStop = false;
  82. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  83. //
  84. // Form1
  85. //
  86. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  87. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  88. this.ClientSize = new System.Drawing.Size(800, 450);
  89. this.Controls.Add(this.pictureBox1);
  90. this.Controls.Add(this.button3);
  91. this.Controls.Add(this.Service);
  92. this.Controls.Add(this.Client);
  93. this.Name = "Form1";
  94. this.Text = "Form1";
  95. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  96. this.ResumeLayout(false);
  97. }
  98. #endregion
  99. private System.Windows.Forms.Button Client;
  100. private System.Windows.Forms.Button Service;
  101. private System.Windows.Forms.Button button3;
  102. private System.Windows.Forms.PictureBox pictureBox1;
  103. }
  104. }