123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221 |
- namespace ISP41Kholin
- {
- partial class Form3
- {
- /// <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.components = new System.ComponentModel.Container();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this._ИСП41_ХолинР_А_DataSet = new ISP41Kholin._ИСП41_ХолинР_А_DataSet();
- this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.productTableAdapter = new ISP41Kholin._ИСП41_ХолинР_А_DataSetTableAdapters.ProductTableAdapter();
- this.наименованиетовараDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.главноеизображениеDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.производительDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.активенDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ценаDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.button4 = new System.Windows.Forms.Button();
- this.button5 = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this._ИСП41_ХолинР_А_DataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(355, 29);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(101, 20);
- this.textBox1.TabIndex = 3;
- this.textBox1.Text = "Таблица \"Товары\"";
- //
- // dataGridView1
- //
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.наименованиетовараDataGridViewTextBoxColumn,
- this.главноеизображениеDataGridViewTextBoxColumn,
- this.производительDataGridViewTextBoxColumn,
- this.активенDataGridViewTextBoxColumn,
- this.ценаDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.productBindingSource;
- this.dataGridView1.Location = new System.Drawing.Point(130, 96);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(545, 150);
- this.dataGridView1.TabIndex = 2;
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(339, 55);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(134, 20);
- this.textBox2.TabIndex = 4;
- this.textBox2.Text = "Раздел редактирования";
- //
- // _ИСП41_ХолинР_А_DataSet
- //
- this._ИСП41_ХолинР_А_DataSet.DataSetName = "_ИСП41_ХолинР_А_DataSet";
- this._ИСП41_ХолинР_А_DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // productBindingSource
- //
- this.productBindingSource.DataMember = "Product";
- this.productBindingSource.DataSource = this._ИСП41_ХолинР_А_DataSet;
- //
- // productTableAdapter
- //
- this.productTableAdapter.ClearBeforeFill = true;
- //
- // наименованиетовараDataGridViewTextBoxColumn
- //
- this.наименованиетовараDataGridViewTextBoxColumn.DataPropertyName = "Наименование_товара";
- this.наименованиетовараDataGridViewTextBoxColumn.HeaderText = "Наименование_товара";
- this.наименованиетовараDataGridViewTextBoxColumn.Name = "наименованиетовараDataGridViewTextBoxColumn";
- //
- // главноеизображениеDataGridViewTextBoxColumn
- //
- this.главноеизображениеDataGridViewTextBoxColumn.DataPropertyName = "Главное_изображение";
- this.главноеизображениеDataGridViewTextBoxColumn.HeaderText = "Главное_изображение";
- this.главноеизображениеDataGridViewTextBoxColumn.Name = "главноеизображениеDataGridViewTextBoxColumn";
- //
- // производительDataGridViewTextBoxColumn
- //
- this.производительDataGridViewTextBoxColumn.DataPropertyName = "Производитель";
- this.производительDataGridViewTextBoxColumn.HeaderText = "Производитель";
- this.производительDataGridViewTextBoxColumn.Name = "производительDataGridViewTextBoxColumn";
- //
- // активенDataGridViewTextBoxColumn
- //
- this.активенDataGridViewTextBoxColumn.DataPropertyName = "Активен";
- this.активенDataGridViewTextBoxColumn.HeaderText = "Активен";
- this.активенDataGridViewTextBoxColumn.Name = "активенDataGridViewTextBoxColumn";
- //
- // ценаDataGridViewTextBoxColumn
- //
- this.ценаDataGridViewTextBoxColumn.DataPropertyName = "Цена";
- this.ценаDataGridViewTextBoxColumn.HeaderText = "Цена";
- this.ценаDataGridViewTextBoxColumn.Name = "ценаDataGridViewTextBoxColumn";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(110, 267);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 5;
- this.button1.Text = "Добавить";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(366, 267);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 6;
- this.button2.Text = "Удалить";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(552, 267);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(108, 23);
- this.button3.TabIndex = 7;
- this.button3.Text = "Редактировать";
- this.button3.UseVisualStyleBackColor = true;
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(348, 308);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(108, 23);
- this.button4.TabIndex = 8;
- this.button4.Text = "Сохранить";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // button5
- //
- this.button5.Location = new System.Drawing.Point(650, 20);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(125, 36);
- this.button5.TabIndex = 9;
- this.button5.Text = "Назад";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // Form3
- //
- 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.button5);
- this.Controls.Add(this.button4);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.dataGridView1);
- this.Name = "Form3";
- this.Text = "Form3";
- this.Load += new System.EventHandler(this.Form3_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this._ИСП41_ХолинР_А_DataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.TextBox textBox2;
- private _ИСП41_ХолинР_А_DataSet _ИСП41_ХолинР_А_DataSet;
- private System.Windows.Forms.BindingSource productBindingSource;
- private _ИСП41_ХолинР_А_DataSetTableAdapters.ProductTableAdapter productTableAdapter;
- private System.Windows.Forms.DataGridViewTextBoxColumn наименованиетовараDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn главноеизображениеDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn производительDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn активенDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn ценаDataGridViewTextBoxColumn;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.Button button5;
- }
- }
|