Form3.Designer.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. namespace yshakov
  2. {
  3. partial class Form3
  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(Form3));
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  34. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // button2
  38. //
  39. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  40. this.button2.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  41. this.button2.Location = new System.Drawing.Point(13, 28);
  42. this.button2.Name = "button2";
  43. this.button2.Size = new System.Drawing.Size(87, 43);
  44. this.button2.TabIndex = 9;
  45. this.button2.Text = "Назад";
  46. this.button2.UseVisualStyleBackColor = false;
  47. //
  48. // button1
  49. //
  50. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(140)))), ((int)(((byte)(81)))));
  51. this.button1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  52. this.button1.Location = new System.Drawing.Point(12, 374);
  53. this.button1.Name = "button1";
  54. this.button1.Size = new System.Drawing.Size(776, 64);
  55. this.button1.TabIndex = 8;
  56. this.button1.Text = "Все товары";
  57. this.button1.UseVisualStyleBackColor = false;
  58. //
  59. // label2
  60. //
  61. this.label2.AutoSize = true;
  62. this.label2.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  63. this.label2.Location = new System.Drawing.Point(641, 12);
  64. this.label2.Name = "label2";
  65. this.label2.Size = new System.Drawing.Size(147, 23);
  66. this.label2.TabIndex = 7;
  67. this.label2.Text = "\"Администратор\"";
  68. //
  69. // label1
  70. //
  71. this.label1.AutoSize = true;
  72. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  73. this.label1.Location = new System.Drawing.Point(381, 48);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(202, 23);
  76. this.label1.TabIndex = 6;
  77. this.label1.Text = "ООО \"Стройматериалы\"";
  78. //
  79. // pictureBox1
  80. //
  81. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  82. this.pictureBox1.Location = new System.Drawing.Point(275, 12);
  83. this.pictureBox1.Name = "pictureBox1";
  84. this.pictureBox1.Size = new System.Drawing.Size(100, 94);
  85. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  86. this.pictureBox1.TabIndex = 5;
  87. this.pictureBox1.TabStop = false;
  88. //
  89. // Form3
  90. //
  91. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  92. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  93. this.ClientSize = new System.Drawing.Size(800, 450);
  94. this.Controls.Add(this.button2);
  95. this.Controls.Add(this.button1);
  96. this.Controls.Add(this.label2);
  97. this.Controls.Add(this.label1);
  98. this.Controls.Add(this.pictureBox1);
  99. this.Name = "Form3";
  100. this.Text = "Form3";
  101. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  102. this.ResumeLayout(false);
  103. this.PerformLayout();
  104. }
  105. #endregion
  106. private System.Windows.Forms.Button button2;
  107. private System.Windows.Forms.Button button1;
  108. private System.Windows.Forms.Label label2;
  109. private System.Windows.Forms.Label label1;
  110. private System.Windows.Forms.PictureBox pictureBox1;
  111. }
  112. }