Form2.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. 
  2. namespace WindowsFormsApp1
  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. this.label2 = new System.Windows.Forms.Label();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button3 = new System.Windows.Forms.Button();
  33. this.button4 = new System.Windows.Forms.Button();
  34. this.button5 = new System.Windows.Forms.Button();
  35. this.button6 = new System.Windows.Forms.Button();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.button7 = new System.Windows.Forms.Button();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // label2
  42. //
  43. this.label2.AutoSize = true;
  44. this.label2.Font = new System.Drawing.Font("Times New Roman", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  45. this.label2.Location = new System.Drawing.Point(213, 0);
  46. this.label2.Name = "label2";
  47. this.label2.Size = new System.Drawing.Size(336, 42);
  48. this.label2.TabIndex = 3;
  49. this.label2.Text = "ООО Кемри-Кредо";
  50. //
  51. // button2
  52. //
  53. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  54. this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  55. this.button2.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  56. this.button2.Location = new System.Drawing.Point(235, 65);
  57. this.button2.Name = "button2";
  58. this.button2.Size = new System.Drawing.Size(289, 40);
  59. this.button2.TabIndex = 7;
  60. this.button2.Text = "Заказы";
  61. this.button2.UseVisualStyleBackColor = false;
  62. this.button2.Click += new System.EventHandler(this.button2_Click);
  63. //
  64. // button1
  65. //
  66. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  67. this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  68. this.button1.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  69. this.button1.Location = new System.Drawing.Point(235, 129);
  70. this.button1.Name = "button1";
  71. this.button1.Size = new System.Drawing.Size(289, 40);
  72. this.button1.TabIndex = 8;
  73. this.button1.Text = "Клиенты";
  74. this.button1.UseVisualStyleBackColor = false;
  75. this.button1.Click += new System.EventHandler(this.button1_Click);
  76. //
  77. // button3
  78. //
  79. this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  80. this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  81. this.button3.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  82. this.button3.Location = new System.Drawing.Point(235, 189);
  83. this.button3.Name = "button3";
  84. this.button3.Size = new System.Drawing.Size(289, 40);
  85. this.button3.TabIndex = 9;
  86. this.button3.Text = "Поставка";
  87. this.button3.UseVisualStyleBackColor = false;
  88. this.button3.Click += new System.EventHandler(this.button3_Click);
  89. //
  90. // button4
  91. //
  92. this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  93. this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  94. this.button4.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  95. this.button4.Location = new System.Drawing.Point(235, 248);
  96. this.button4.Name = "button4";
  97. this.button4.Size = new System.Drawing.Size(289, 40);
  98. this.button4.TabIndex = 10;
  99. this.button4.Text = "Поставщик";
  100. this.button4.UseVisualStyleBackColor = false;
  101. this.button4.Click += new System.EventHandler(this.button4_Click);
  102. //
  103. // button5
  104. //
  105. this.button5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  106. this.button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  107. this.button5.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  108. this.button5.Location = new System.Drawing.Point(235, 306);
  109. this.button5.Name = "button5";
  110. this.button5.Size = new System.Drawing.Size(289, 40);
  111. this.button5.TabIndex = 11;
  112. this.button5.Text = "Сотрудники";
  113. this.button5.UseVisualStyleBackColor = false;
  114. this.button5.Click += new System.EventHandler(this.button5_Click);
  115. //
  116. // button6
  117. //
  118. this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  119. this.button6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  120. this.button6.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  121. this.button6.Location = new System.Drawing.Point(235, 364);
  122. this.button6.Name = "button6";
  123. this.button6.Size = new System.Drawing.Size(289, 40);
  124. this.button6.TabIndex = 12;
  125. this.button6.Text = "Товары";
  126. this.button6.UseVisualStyleBackColor = false;
  127. this.button6.Click += new System.EventHandler(this.button6_Click);
  128. //
  129. // pictureBox1
  130. //
  131. this.pictureBox1.Image = global::WindowsFormsApp1.Properties.Resources.Чистая_вода;
  132. this.pictureBox1.Location = new System.Drawing.Point(0, 1);
  133. this.pictureBox1.Name = "pictureBox1";
  134. this.pictureBox1.Size = new System.Drawing.Size(117, 104);
  135. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  136. this.pictureBox1.TabIndex = 13;
  137. this.pictureBox1.TabStop = false;
  138. //
  139. // button7
  140. //
  141. this.button7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
  142. this.button7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  143. this.button7.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  144. this.button7.Location = new System.Drawing.Point(691, 12);
  145. this.button7.Name = "button7";
  146. this.button7.Size = new System.Drawing.Size(97, 32);
  147. this.button7.TabIndex = 24;
  148. this.button7.Text = "Выход";
  149. this.button7.UseVisualStyleBackColor = false;
  150. this.button7.Click += new System.EventHandler(this.button7_Click);
  151. //
  152. // Form2
  153. //
  154. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  155. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  156. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
  157. this.ClientSize = new System.Drawing.Size(800, 450);
  158. this.Controls.Add(this.button7);
  159. this.Controls.Add(this.pictureBox1);
  160. this.Controls.Add(this.button6);
  161. this.Controls.Add(this.button5);
  162. this.Controls.Add(this.button4);
  163. this.Controls.Add(this.button3);
  164. this.Controls.Add(this.button1);
  165. this.Controls.Add(this.button2);
  166. this.Controls.Add(this.label2);
  167. this.Name = "Form2";
  168. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  169. this.Text = "Form2";
  170. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  171. this.ResumeLayout(false);
  172. this.PerformLayout();
  173. }
  174. #endregion
  175. private System.Windows.Forms.Label label2;
  176. private System.Windows.Forms.Button button2;
  177. private System.Windows.Forms.Button button1;
  178. private System.Windows.Forms.Button button3;
  179. private System.Windows.Forms.Button button4;
  180. private System.Windows.Forms.Button button5;
  181. private System.Windows.Forms.Button button6;
  182. private System.Windows.Forms.PictureBox pictureBox1;
  183. private System.Windows.Forms.Button button7;
  184. }
  185. }