|
@@ -0,0 +1,152 @@
|
|
|
+namespace КовалевДанилЕвгеньевич_ИСП_09._18._2
|
|
|
+{
|
|
|
+ partial class Form1
|
|
|
+ {
|
|
|
+ /// <summary>
|
|
|
+ /// Обязательная переменная конструктора.
|
|
|
+ /// </summary>
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Освободить все используемые ресурсы.
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Код, автоматически созданный конструктором форм Windows
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// Требуемый метод для поддержки конструктора — не изменяйте
|
|
|
+ /// содержимое этого метода с помощью редактора кода.
|
|
|
+ /// </summary>
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
+ this._КовалевДанилЕвгеньевич_ИСП_09_18_2DataSet = new КовалевДанилЕвгеньевич_ИСП_09._18._2._КовалевДанилЕвгеньевич_ИСП_09_18_2DataSet();
|
|
|
+ this.product_b_importBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.product_b_importTableAdapter = new КовалевДанилЕвгеньевич_ИСП_09._18._2._КовалевДанилЕвгеньевич_ИСП_09_18_2DataSetTableAdapters.product_b_importTableAdapter();
|
|
|
+ this.tableAdapterManager = new КовалевДанилЕвгеньевич_ИСП_09._18._2._КовалевДанилЕвгеньевич_ИСП_09_18_2DataSetTableAdapters.TableAdapterManager();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.button2 = new System.Windows.Forms.Button();
|
|
|
+ this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
|
+ this.менюToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.товарыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.историяToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this._КовалевДанилЕвгеньевич_ИСП_09_18_2DataSet)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.product_b_importBindingSource)).BeginInit();
|
|
|
+ this.menuStrip1.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // _КовалевДанилЕвгеньевич_ИСП_09_18_2DataSet
|
|
|
+ //
|
|
|
+ this._КовалевДанилЕвгеньевич_ИСП_09_18_2DataSet.DataSetName = "_КовалевДанилЕвгеньевич_ИСП_09_18_2DataSet";
|
|
|
+ this._КовалевДанилЕвгеньевич_ИСП_09_18_2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
+ // product_b_importBindingSource
|
|
|
+ //
|
|
|
+ this.product_b_importBindingSource.DataMember = "product_b_import";
|
|
|
+ this.product_b_importBindingSource.DataSource = this._КовалевДанилЕвгеньевич_ИСП_09_18_2DataSet;
|
|
|
+ //
|
|
|
+ // product_b_importTableAdapter
|
|
|
+ //
|
|
|
+ this.product_b_importTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // tableAdapterManager
|
|
|
+ //
|
|
|
+ this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
|
|
|
+ this.tableAdapterManager.product_b_importTableAdapter = this.product_b_importTableAdapter;
|
|
|
+ this.tableAdapterManager.UpdateOrder = КовалевДанилЕвгеньевич_ИСП_09._18._2._КовалевДанилЕвгеньевич_ИСП_09_18_2DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
|
|
+ //
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Location = new System.Drawing.Point(102, 44);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(118, 23);
|
|
|
+ this.button1.TabIndex = 0;
|
|
|
+ this.button1.Text = "Товары";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // button2
|
|
|
+ //
|
|
|
+ this.button2.Location = new System.Drawing.Point(102, 73);
|
|
|
+ this.button2.Name = "button2";
|
|
|
+ this.button2.Size = new System.Drawing.Size(118, 23);
|
|
|
+ this.button2.TabIndex = 1;
|
|
|
+ this.button2.Text = "История покупок";
|
|
|
+ this.button2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // menuStrip1
|
|
|
+ //
|
|
|
+ this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.менюToolStripMenuItem});
|
|
|
+ this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.menuStrip1.Name = "menuStrip1";
|
|
|
+ this.menuStrip1.Size = new System.Drawing.Size(800, 24);
|
|
|
+ this.menuStrip1.TabIndex = 2;
|
|
|
+ this.menuStrip1.Text = "menuStrip1";
|
|
|
+ //
|
|
|
+ // менюToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.менюToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.товарыToolStripMenuItem,
|
|
|
+ this.историяToolStripMenuItem});
|
|
|
+ this.менюToolStripMenuItem.Name = "менюToolStripMenuItem";
|
|
|
+ this.менюToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
|
|
|
+ this.менюToolStripMenuItem.Text = "Меню";
|
|
|
+ //
|
|
|
+ // товарыToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.товарыToolStripMenuItem.Name = "товарыToolStripMenuItem";
|
|
|
+ this.товарыToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
+ this.товарыToolStripMenuItem.Text = "Товары";
|
|
|
+ //
|
|
|
+ // историяToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.историяToolStripMenuItem.Name = "историяToolStripMenuItem";
|
|
|
+ this.историяToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
|
+ this.историяToolStripMenuItem.Text = "История";
|
|
|
+ //
|
|
|
+ // Form1
|
|
|
+ //
|
|
|
+ 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.menuStrip1);
|
|
|
+ this.MainMenuStrip = this.menuStrip1;
|
|
|
+ this.Name = "Form1";
|
|
|
+ this.Text = "Form1";
|
|
|
+ this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this._КовалевДанилЕвгеньевич_ИСП_09_18_2DataSet)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.product_b_importBindingSource)).EndInit();
|
|
|
+ this.menuStrip1.ResumeLayout(false);
|
|
|
+ this.menuStrip1.PerformLayout();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private _КовалевДанилЕвгеньевич_ИСП_09_18_2DataSet _КовалевДанилЕвгеньевич_ИСП_09_18_2DataSet;
|
|
|
+ private System.Windows.Forms.BindingSource product_b_importBindingSource;
|
|
|
+ private _КовалевДанилЕвгеньевич_ИСП_09_18_2DataSetTableAdapters.product_b_importTableAdapter product_b_importTableAdapter;
|
|
|
+ private _КовалевДанилЕвгеньевич_ИСП_09_18_2DataSetTableAdapters.TableAdapterManager tableAdapterManager;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.Button button2;
|
|
|
+ private System.Windows.Forms.MenuStrip menuStrip1;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem менюToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem товарыToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem историяToolStripMenuItem;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|