Form1.Designer.cs 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. namespace Yurevich_InternetProdazhi
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.button4 = new System.Windows.Forms.Button();
  33. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  34. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // label1
  38. //
  39. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  40. this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  41. this.label1.Location = new System.Drawing.Point(13, 23);
  42. this.label1.Name = "label1";
  43. this.label1.Size = new System.Drawing.Size(351, 23);
  44. this.label1.TabIndex = 0;
  45. this.label1.Text = "База данных \"Интернет продажи\"";
  46. //
  47. // button1
  48. //
  49. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  50. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  51. this.button1.ForeColor = System.Drawing.SystemColors.Highlight;
  52. this.button1.Location = new System.Drawing.Point(18, 83);
  53. this.button1.Name = "button1";
  54. this.button1.Size = new System.Drawing.Size(346, 79);
  55. this.button1.TabIndex = 1;
  56. this.button1.Text = "Доставка";
  57. this.button1.UseVisualStyleBackColor = true;
  58. this.button1.Click += new System.EventHandler(this.button1_Click);
  59. //
  60. // button2
  61. //
  62. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  63. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  64. this.button2.ForeColor = System.Drawing.SystemColors.Highlight;
  65. this.button2.Location = new System.Drawing.Point(18, 168);
  66. this.button2.Name = "button2";
  67. this.button2.Size = new System.Drawing.Size(346, 79);
  68. this.button2.TabIndex = 2;
  69. this.button2.Text = "Заказы";
  70. this.button2.UseVisualStyleBackColor = true;
  71. this.button2.Click += new System.EventHandler(this.button2_Click);
  72. //
  73. // button3
  74. //
  75. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  76. this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  77. this.button3.ForeColor = System.Drawing.SystemColors.Highlight;
  78. this.button3.Location = new System.Drawing.Point(18, 253);
  79. this.button3.Name = "button3";
  80. this.button3.Size = new System.Drawing.Size(346, 79);
  81. this.button3.TabIndex = 3;
  82. this.button3.Text = "Интернет-магазины";
  83. this.button3.UseVisualStyleBackColor = true;
  84. this.button3.Click += new System.EventHandler(this.button3_Click);
  85. //
  86. // button4
  87. //
  88. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  89. this.button4.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  90. this.button4.ForeColor = System.Drawing.SystemColors.Highlight;
  91. this.button4.Location = new System.Drawing.Point(18, 338);
  92. this.button4.Name = "button4";
  93. this.button4.Size = new System.Drawing.Size(346, 79);
  94. this.button4.TabIndex = 4;
  95. this.button4.Text = "Товары";
  96. this.button4.UseVisualStyleBackColor = true;
  97. this.button4.Click += new System.EventHandler(this.button4_Click);
  98. //
  99. // pictureBox1
  100. //
  101. this.pictureBox1.Image = global::Yurevich_InternetProdazhi.Properties.Resources.kartinki_dlya_internet_magazina_8_02074048_zMyFpAD1;
  102. this.pictureBox1.Location = new System.Drawing.Point(103, 423);
  103. this.pictureBox1.Name = "pictureBox1";
  104. this.pictureBox1.Size = new System.Drawing.Size(174, 186);
  105. this.pictureBox1.TabIndex = 5;
  106. this.pictureBox1.TabStop = false;
  107. //
  108. // Form1
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.ClientSize = new System.Drawing.Size(375, 619);
  113. this.Controls.Add(this.pictureBox1);
  114. this.Controls.Add(this.button4);
  115. this.Controls.Add(this.button3);
  116. this.Controls.Add(this.button2);
  117. this.Controls.Add(this.button1);
  118. this.Controls.Add(this.label1);
  119. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  120. this.MaximizeBox = false;
  121. this.MinimizeBox = false;
  122. this.Name = "Form1";
  123. this.Text = "База данных \"Интернет продажи\"";
  124. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  125. this.ResumeLayout(false);
  126. }
  127. #endregion
  128. private System.Windows.Forms.Label label1;
  129. private System.Windows.Forms.Button button1;
  130. private System.Windows.Forms.Button button2;
  131. private System.Windows.Forms.Button button3;
  132. private System.Windows.Forms.Button button4;
  133. private System.Windows.Forms.PictureBox pictureBox1;
  134. }
  135. }