Glmenu.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. 
  2. namespace Brovi12
  3. {
  4. partial class Glmenu
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Glmenu));
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.Client = new System.Windows.Forms.Button();
  34. this.exit = new System.Windows.Forms.Button();
  35. this.button2 = new System.Windows.Forms.Button();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.panel1.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // button1
  42. //
  43. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  44. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  45. this.button1.Location = new System.Drawing.Point(87, 234);
  46. this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  47. this.button1.Name = "button1";
  48. this.button1.Size = new System.Drawing.Size(116, 40);
  49. this.button1.TabIndex = 0;
  50. this.button1.Text = "Редактирование товаров";
  51. this.button1.UseVisualStyleBackColor = false;
  52. this.button1.Click += new System.EventHandler(this.button1_Click);
  53. //
  54. // panel1
  55. //
  56. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  57. this.panel1.Controls.Add(this.pictureBox1);
  58. this.panel1.Controls.Add(this.label1);
  59. this.panel1.Location = new System.Drawing.Point(-1, 3);
  60. this.panel1.Name = "panel1";
  61. this.panel1.Size = new System.Drawing.Size(355, 87);
  62. this.panel1.TabIndex = 1;
  63. //
  64. // label1
  65. //
  66. this.label1.AutoSize = true;
  67. this.label1.Font = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  68. this.label1.Location = new System.Drawing.Point(120, 26);
  69. this.label1.Name = "label1";
  70. this.label1.Size = new System.Drawing.Size(157, 33);
  71. this.label1.TabIndex = 0;
  72. this.label1.Text = "Бровушка";
  73. //
  74. // Client
  75. //
  76. this.Client.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  77. this.Client.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  78. this.Client.Location = new System.Drawing.Point(87, 161);
  79. this.Client.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  80. this.Client.Name = "Client";
  81. this.Client.Size = new System.Drawing.Size(116, 40);
  82. this.Client.TabIndex = 2;
  83. this.Client.Text = "Просмотр товаров";
  84. this.Client.UseVisualStyleBackColor = false;
  85. this.Client.Click += new System.EventHandler(this.Client_Click);
  86. //
  87. // exit
  88. //
  89. this.exit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  90. this.exit.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  91. this.exit.Location = new System.Drawing.Point(199, 415);
  92. this.exit.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  93. this.exit.Name = "exit";
  94. this.exit.Size = new System.Drawing.Size(76, 23);
  95. this.exit.TabIndex = 3;
  96. this.exit.Text = "Выход";
  97. this.exit.UseVisualStyleBackColor = false;
  98. this.exit.Click += new System.EventHandler(this.exit_Click);
  99. //
  100. // button2
  101. //
  102. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
  103. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  104. this.button2.Location = new System.Drawing.Point(87, 307);
  105. this.button2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  106. this.button2.Name = "button2";
  107. this.button2.Size = new System.Drawing.Size(116, 40);
  108. this.button2.TabIndex = 4;
  109. this.button2.Text = "Продажи товаров";
  110. this.button2.UseVisualStyleBackColor = false;
  111. this.button2.Click += new System.EventHandler(this.button2_Click);
  112. //
  113. // pictureBox1
  114. //
  115. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  116. this.pictureBox1.Location = new System.Drawing.Point(3, 0);
  117. this.pictureBox1.Name = "pictureBox1";
  118. this.pictureBox1.Size = new System.Drawing.Size(111, 87);
  119. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  120. this.pictureBox1.TabIndex = 1;
  121. this.pictureBox1.TabStop = false;
  122. //
  123. // Glmenu
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
  128. this.ClientSize = new System.Drawing.Size(288, 450);
  129. this.Controls.Add(this.button2);
  130. this.Controls.Add(this.exit);
  131. this.Controls.Add(this.Client);
  132. this.Controls.Add(this.panel1);
  133. this.Controls.Add(this.button1);
  134. this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  135. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  136. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  137. this.Name = "Glmenu";
  138. this.Text = "Главное меню";
  139. this.panel1.ResumeLayout(false);
  140. this.panel1.PerformLayout();
  141. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  142. this.ResumeLayout(false);
  143. }
  144. #endregion
  145. private System.Windows.Forms.Button button1;
  146. private System.Windows.Forms.Panel panel1;
  147. private System.Windows.Forms.Label label1;
  148. private System.Windows.Forms.Button Client;
  149. private System.Windows.Forms.Button exit;
  150. private System.Windows.Forms.Button button2;
  151. private System.Windows.Forms.PictureBox pictureBox1;
  152. }
  153. }