Menu.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. 
  2. namespace Khozeev8
  3. {
  4. partial class Menu
  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.panel1 = new System.Windows.Forms.Panel();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.textBox2 = new System.Windows.Forms.TextBox();
  35. this.textBox3 = new System.Windows.Forms.TextBox();
  36. this.textBox4 = new System.Windows.Forms.TextBox();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.panel1.SuspendLayout();
  39. this.panel2.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // panel1
  43. //
  44. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  45. this.panel1.Controls.Add(this.button2);
  46. this.panel1.Controls.Add(this.textBox4);
  47. this.panel1.Controls.Add(this.textBox3);
  48. this.panel1.Controls.Add(this.textBox2);
  49. this.panel1.Controls.Add(this.button1);
  50. this.panel1.Controls.Add(this.textBox1);
  51. this.panel1.Controls.Add(this.panel2);
  52. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.panel1.Location = new System.Drawing.Point(0, 0);
  54. this.panel1.Name = "panel1";
  55. this.panel1.Size = new System.Drawing.Size(633, 450);
  56. this.panel1.TabIndex = 2;
  57. //
  58. // panel2
  59. //
  60. this.panel2.BackColor = System.Drawing.Color.Gray;
  61. this.panel2.Controls.Add(this.label1);
  62. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  63. this.panel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  64. this.panel2.Location = new System.Drawing.Point(0, 0);
  65. this.panel2.Name = "panel2";
  66. this.panel2.Size = new System.Drawing.Size(633, 100);
  67. this.panel2.TabIndex = 0;
  68. //
  69. // label1
  70. //
  71. this.label1.AutoSize = true;
  72. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 32F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(239)))));
  74. this.label1.Location = new System.Drawing.Point(64, 19);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(446, 60);
  77. this.label1.TabIndex = 0;
  78. this.label1.Text = "Добавление детали";
  79. //
  80. // button1
  81. //
  82. this.button1.BackColor = System.Drawing.Color.Gray;
  83. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  84. this.button1.ForeColor = System.Drawing.Color.White;
  85. this.button1.Location = new System.Drawing.Point(29, 382);
  86. this.button1.Name = "button1";
  87. this.button1.Size = new System.Drawing.Size(180, 56);
  88. this.button1.TabIndex = 3;
  89. this.button1.Text = "Добавить";
  90. this.button1.UseVisualStyleBackColor = false;
  91. this.button1.Click += new System.EventHandler(this.button1_Click);
  92. //
  93. // textBox1
  94. //
  95. this.textBox1.Location = new System.Drawing.Point(74, 158);
  96. this.textBox1.Multiline = true;
  97. this.textBox1.Name = "textBox1";
  98. this.textBox1.Size = new System.Drawing.Size(258, 29);
  99. this.textBox1.TabIndex = 1;
  100. //
  101. // textBox2
  102. //
  103. this.textBox2.Location = new System.Drawing.Point(74, 209);
  104. this.textBox2.Multiline = true;
  105. this.textBox2.Name = "textBox2";
  106. this.textBox2.Size = new System.Drawing.Size(258, 29);
  107. this.textBox2.TabIndex = 4;
  108. //
  109. // textBox3
  110. //
  111. this.textBox3.Location = new System.Drawing.Point(74, 261);
  112. this.textBox3.Multiline = true;
  113. this.textBox3.Name = "textBox3";
  114. this.textBox3.Size = new System.Drawing.Size(258, 29);
  115. this.textBox3.TabIndex = 5;
  116. //
  117. // textBox4
  118. //
  119. this.textBox4.Location = new System.Drawing.Point(74, 308);
  120. this.textBox4.Multiline = true;
  121. this.textBox4.Name = "textBox4";
  122. this.textBox4.Size = new System.Drawing.Size(258, 29);
  123. this.textBox4.TabIndex = 6;
  124. //
  125. // button2
  126. //
  127. this.button2.BackColor = System.Drawing.Color.Gray;
  128. this.button2.Font = new System.Drawing.Font("Comic Sans MS", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  129. this.button2.ForeColor = System.Drawing.Color.White;
  130. this.button2.Location = new System.Drawing.Point(441, 382);
  131. this.button2.Name = "button2";
  132. this.button2.Size = new System.Drawing.Size(180, 56);
  133. this.button2.TabIndex = 7;
  134. this.button2.Text = "Назад";
  135. this.button2.UseVisualStyleBackColor = false;
  136. this.button2.Click += new System.EventHandler(this.button2_Click);
  137. //
  138. // Menu
  139. //
  140. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  141. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  142. this.ClientSize = new System.Drawing.Size(633, 450);
  143. this.Controls.Add(this.panel1);
  144. this.Name = "Menu";
  145. this.Text = "Menu";
  146. this.Load += new System.EventHandler(this.Menu_Load);
  147. this.panel1.ResumeLayout(false);
  148. this.panel1.PerformLayout();
  149. this.panel2.ResumeLayout(false);
  150. this.panel2.PerformLayout();
  151. this.ResumeLayout(false);
  152. }
  153. #endregion
  154. private System.Windows.Forms.Panel panel1;
  155. private System.Windows.Forms.Button button1;
  156. private System.Windows.Forms.TextBox textBox1;
  157. private System.Windows.Forms.Panel panel2;
  158. private System.Windows.Forms.Label label1;
  159. private System.Windows.Forms.TextBox textBox4;
  160. private System.Windows.Forms.TextBox textBox3;
  161. private System.Windows.Forms.TextBox textBox2;
  162. private System.Windows.Forms.Button button2;
  163. }
  164. }