FormTovar.Designer.cs 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. namespace СУБД_Спортивные_товары
  2. {
  3. partial class FormTovar
  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(FormTovar));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  32. this.panel1.SuspendLayout();
  33. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  34. this.SuspendLayout();
  35. //
  36. // panel1
  37. //
  38. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(227)))), ((int)(((byte)(131)))));
  39. this.panel1.Controls.Add(this.label1);
  40. this.panel1.Controls.Add(this.pictureBox1);
  41. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  42. this.panel1.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  43. this.panel1.Location = new System.Drawing.Point(0, 0);
  44. this.panel1.Name = "panel1";
  45. this.panel1.Size = new System.Drawing.Size(800, 100);
  46. this.panel1.TabIndex = 1;
  47. //
  48. // label1
  49. //
  50. this.label1.AutoSize = true;
  51. this.label1.Font = new System.Drawing.Font("Comic Sans MS", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  52. this.label1.Location = new System.Drawing.Point(165, 20);
  53. this.label1.Name = "label1";
  54. this.label1.Size = new System.Drawing.Size(159, 51);
  55. this.label1.TabIndex = 1;
  56. this.label1.Text = "Товары";
  57. //
  58. // pictureBox1
  59. //
  60. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  61. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  62. this.pictureBox1.Name = "pictureBox1";
  63. this.pictureBox1.Size = new System.Drawing.Size(116, 100);
  64. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  65. this.pictureBox1.TabIndex = 0;
  66. this.pictureBox1.TabStop = false;
  67. //
  68. // FormTovar
  69. //
  70. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  71. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  72. this.ClientSize = new System.Drawing.Size(800, 450);
  73. this.Controls.Add(this.panel1);
  74. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  75. this.Name = "FormTovar";
  76. this.Text = "СУБД \"Спортивные товары\"";
  77. this.panel1.ResumeLayout(false);
  78. this.panel1.PerformLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  80. this.ResumeLayout(false);
  81. }
  82. #endregion
  83. private System.Windows.Forms.Panel panel1;
  84. private System.Windows.Forms.Label label1;
  85. private System.Windows.Forms.PictureBox pictureBox1;
  86. }
  87. }