|
@@ -0,0 +1,160 @@
|
|
|
+
|
|
|
+namespace OOO_Creation
|
|
|
+{
|
|
|
+ partial class Goods
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Required designer variable.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Clean up any resources being used.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Required method for Designer support - do not modify
|
|
|
+ /// the contents of this method with the code editor.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
+ this.name = new System.Windows.Forms.Label();
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.price = new System.Windows.Forms.Label();
|
|
|
+ this.proizv = new System.Windows.Forms.Label();
|
|
|
+ this.info = new System.Windows.Forms.Label();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // pictureBox1
|
|
|
+ //
|
|
|
+ this.pictureBox1.Image = global::OOO_Creation.Properties.Resources.H648T5;
|
|
|
+ this.pictureBox1.Location = new System.Drawing.Point(21, 33);
|
|
|
+ this.pictureBox1.Name = "pictureBox1";
|
|
|
+ this.pictureBox1.Size = new System.Drawing.Size(223, 165);
|
|
|
+ this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
+ this.pictureBox1.TabIndex = 0;
|
|
|
+ this.pictureBox1.TabStop = false;
|
|
|
+ //
|
|
|
+ // name
|
|
|
+ //
|
|
|
+ this.name.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.name.Location = new System.Drawing.Point(23, 10);
|
|
|
+ this.name.Name = "name";
|
|
|
+ this.name.Size = new System.Drawing.Size(352, 36);
|
|
|
+ this.name.TabIndex = 1;
|
|
|
+ this.name.Text = "Наименование товара: Творческий набор";
|
|
|
+ this.name.Click += new System.EventHandler(this.name_Click);
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ this.panel1.Controls.Add(this.info);
|
|
|
+ this.panel1.Controls.Add(this.proizv);
|
|
|
+ this.panel1.Controls.Add(this.price);
|
|
|
+ this.panel1.Controls.Add(this.name);
|
|
|
+ this.panel1.Location = new System.Drawing.Point(266, 33);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(378, 405);
|
|
|
+ this.panel1.TabIndex = 7;
|
|
|
+ //
|
|
|
+ // price
|
|
|
+ //
|
|
|
+ this.price.AutoSize = true;
|
|
|
+ this.price.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.price.Location = new System.Drawing.Point(23, 170);
|
|
|
+ this.price.Name = "price";
|
|
|
+ this.price.Size = new System.Drawing.Size(87, 23);
|
|
|
+ this.price.TabIndex = 3;
|
|
|
+ this.price.Text = "Цена: 889";
|
|
|
+ this.price.Click += new System.EventHandler(this.price_Click);
|
|
|
+ //
|
|
|
+ // proizv
|
|
|
+ //
|
|
|
+ this.proizv.AutoSize = true;
|
|
|
+ this.proizv.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.proizv.Location = new System.Drawing.Point(23, 122);
|
|
|
+ this.proizv.Name = "proizv";
|
|
|
+ this.proizv.Size = new System.Drawing.Size(203, 23);
|
|
|
+ this.proizv.TabIndex = 4;
|
|
|
+ this.proizv.Text = "Производитель: АртМир";
|
|
|
+ this.proizv.Click += new System.EventHandler(this.proizv_Click);
|
|
|
+ //
|
|
|
+ // info
|
|
|
+ //
|
|
|
+ this.info.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.info.Location = new System.Drawing.Point(23, 46);
|
|
|
+ this.info.Name = "info";
|
|
|
+ this.info.Size = new System.Drawing.Size(355, 76);
|
|
|
+ this.info.TabIndex = 5;
|
|
|
+ this.info.Text = "Описание товара: Набор для рисования и творчества в чемоданчике с мольбертом";
|
|
|
+ this.info.Click += new System.EventHandler(this.info_Click);
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.button1.Location = new System.Drawing.Point(650, 365);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(124, 73);
|
|
|
+ this.button1.TabIndex = 8;
|
|
|
+ this.button1.Text = "Следующий товар";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.button2.Location = new System.Drawing.Point(12, 365);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(124, 73);
|
|
|
+ this.button2.TabIndex = 9;
|
|
|
+ this.button2.Text = "Вернуть к авторизации";
|
|
|
+ this.button2.UseVisualStyleBackColor = true;
|
|
|
+ this.button2.Click += new System.EventHandler(this.button2_Click);
|
|
|
+ //
|
|
|
+ // Goods
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
+ this.Controls.Add(this.button2);
|
|
|
+ this.Controls.Add(this.button1);
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Controls.Add(this.pictureBox1);
|
|
|
+ this.Name = "Goods";
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
+ this.Text = "Goods";
|
|
|
+ this.Load += new System.EventHandler(this.Goods_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
+ private System.Windows.Forms.Label name;
|
|
|
+ private System.Windows.Forms.Panel panel1;
|
|
|
+ private System.Windows.Forms.Label info;
|
|
|
+ private System.Windows.Forms.Label proizv;
|
|
|
+ private System.Windows.Forms.Label price;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
+ }
|
|
|
+}
|