Form2Главное меню.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. namespace Lyakhov_Tovar
  2. {
  3. partial class Form2
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  31. this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
  32. this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
  33. this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
  34. this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
  35. this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.toolStrip1.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // toolStrip1
  42. //
  43. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  44. this.toolStripButton1,
  45. this.toolStripButton2,
  46. this.toolStripButton3,
  47. this.toolStripButton4,
  48. this.toolStripButton5,
  49. this.toolStripButton6});
  50. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  51. this.toolStrip1.Name = "toolStrip1";
  52. this.toolStrip1.Size = new System.Drawing.Size(800, 25);
  53. this.toolStrip1.TabIndex = 0;
  54. this.toolStrip1.Text = "toolStrip1";
  55. //
  56. // toolStripButton1
  57. //
  58. this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  59. this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  60. this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  61. this.toolStripButton1.Name = "toolStripButton1";
  62. this.toolStripButton1.Size = new System.Drawing.Size(53, 22);
  63. this.toolStripButton1.Text = "Товары";
  64. this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
  65. //
  66. // toolStripButton2
  67. //
  68. this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  69. this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
  70. this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
  71. this.toolStripButton2.Name = "toolStripButton2";
  72. this.toolStripButton2.Size = new System.Drawing.Size(73, 22);
  73. this.toolStripButton2.Text = "Накладные";
  74. this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
  75. //
  76. // toolStripButton3
  77. //
  78. this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  79. this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
  80. this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
  81. this.toolStripButton3.Name = "toolStripButton3";
  82. this.toolStripButton3.Size = new System.Drawing.Size(77, 22);
  83. this.toolStripButton3.Text = "Сотрудники";
  84. this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
  85. //
  86. // toolStripButton4
  87. //
  88. this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  89. this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
  90. this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
  91. this.toolStripButton4.Name = "toolStripButton4";
  92. this.toolStripButton4.Size = new System.Drawing.Size(81, 22);
  93. this.toolStripButton4.Text = "Поставщики";
  94. this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
  95. //
  96. // toolStripButton5
  97. //
  98. this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  99. this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
  100. this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
  101. this.toolStripButton5.Name = "toolStripButton5";
  102. this.toolStripButton5.Size = new System.Drawing.Size(81, 22);
  103. this.toolStripButton5.Text = "Заказ товара";
  104. this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
  105. //
  106. // toolStripButton6
  107. //
  108. this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  109. this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
  110. this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
  111. this.toolStripButton6.Name = "toolStripButton6";
  112. this.toolStripButton6.Size = new System.Drawing.Size(43, 22);
  113. this.toolStripButton6.Text = "Назад";
  114. this.toolStripButton6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  115. this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
  116. //
  117. // pictureBox1
  118. //
  119. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  120. this.pictureBox1.Location = new System.Drawing.Point(0, 30);
  121. this.pictureBox1.Name = "pictureBox1";
  122. this.pictureBox1.Size = new System.Drawing.Size(800, 515);
  123. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  124. this.pictureBox1.TabIndex = 1;
  125. this.pictureBox1.TabStop = false;
  126. //
  127. // Form2
  128. //
  129. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
  130. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  131. this.ClientSize = new System.Drawing.Size(800, 485);
  132. this.Controls.Add(this.pictureBox1);
  133. this.Controls.Add(this.toolStrip1);
  134. this.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  135. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  136. this.Name = "Form2";
  137. this.Text = "Главное Меню";
  138. this.toolStrip1.ResumeLayout(false);
  139. this.toolStrip1.PerformLayout();
  140. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  141. this.ResumeLayout(false);
  142. this.PerformLayout();
  143. }
  144. #endregion
  145. private System.Windows.Forms.ToolStrip toolStrip1;
  146. private System.Windows.Forms.ToolStripButton toolStripButton1;
  147. private System.Windows.Forms.ToolStripButton toolStripButton2;
  148. private System.Windows.Forms.ToolStripButton toolStripButton3;
  149. private System.Windows.Forms.ToolStripButton toolStripButton4;
  150. private System.Windows.Forms.PictureBox pictureBox1;
  151. private System.Windows.Forms.ToolStripButton toolStripButton5;
  152. private System.Windows.Forms.ToolStripButton toolStripButton6;
  153. }
  154. }