123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
-
- namespace Brovi07.session1
- {
- partial class editTovarForm
- {
- /// <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();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(editTovarForm));
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.broviDataSet = new Brovi07.BroviDataSet();
- this.productTableAdapter = new Brovi07.BroviDataSetTableAdapters.ProductTableAdapter();
- this.saveButtton = new System.Windows.Forms.Button();
- this.delButton = new System.Windows.Forms.Button();
- this.exitButton = new System.Windows.Forms.Button();
- this.addButton = new System.Windows.Forms.Button();
- this.tableAdapterManager = new Brovi07.BroviDataSetTableAdapters.TableAdapterManager();
- this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.costDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.mainImagePathDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.isActiveDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.manufacturerIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.broviDataSet)).BeginInit();
- this.SuspendLayout();
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(82, 84);
- this.pictureBox1.TabIndex = 3;
- this.pictureBox1.TabStop = false;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.panel1.Controls.Add(this.label1);
- this.panel1.Location = new System.Drawing.Point(79, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(722, 86);
- this.panel1.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(22, 31);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(217, 23);
- this.label1.TabIndex = 3;
- this.label1.Text = "Управление товаром";
- //
- // dataGridView1
- //
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.iDDataGridViewTextBoxColumn,
- this.titleDataGridViewTextBoxColumn,
- this.costDataGridViewTextBoxColumn,
- this.descriptionDataGridViewTextBoxColumn,
- this.mainImagePathDataGridViewTextBoxColumn,
- this.isActiveDataGridViewCheckBoxColumn,
- this.manufacturerIDDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.productBindingSource;
- this.dataGridView1.Location = new System.Drawing.Point(0, 86);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(801, 294);
- this.dataGridView1.TabIndex = 4;
- //
- // productBindingSource
- //
- this.productBindingSource.DataMember = "Product";
- this.productBindingSource.DataSource = this.broviDataSet;
- //
- // broviDataSet
- //
- this.broviDataSet.DataSetName = "BroviDataSet";
- this.broviDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // productTableAdapter
- //
- this.productTableAdapter.ClearBeforeFill = true;
- //
- // saveButtton
- //
- this.saveButtton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.saveButtton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.saveButtton.Location = new System.Drawing.Point(12, 401);
- this.saveButtton.Name = "saveButtton";
- this.saveButtton.Size = new System.Drawing.Size(129, 37);
- this.saveButtton.TabIndex = 5;
- this.saveButtton.Text = "Сохранить";
- this.saveButtton.UseVisualStyleBackColor = true;
- this.saveButtton.Click += new System.EventHandler(this.saveButtton_Click);
- //
- // delButton
- //
- this.delButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.delButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.delButton.Location = new System.Drawing.Point(147, 401);
- this.delButton.Name = "delButton";
- this.delButton.Size = new System.Drawing.Size(129, 37);
- this.delButton.TabIndex = 6;
- this.delButton.Text = "Удалить";
- this.delButton.UseVisualStyleBackColor = true;
- this.delButton.Click += new System.EventHandler(this.delButton_Click);
- //
- // exitButton
- //
- this.exitButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.exitButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.exitButton.Location = new System.Drawing.Point(659, 401);
- this.exitButton.Name = "exitButton";
- this.exitButton.Size = new System.Drawing.Size(129, 37);
- this.exitButton.TabIndex = 7;
- this.exitButton.Text = "Выход";
- this.exitButton.UseVisualStyleBackColor = true;
- this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
- //
- // addButton
- //
- this.addButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.addButton.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.addButton.Location = new System.Drawing.Point(524, 401);
- this.addButton.Name = "addButton";
- this.addButton.Size = new System.Drawing.Size(129, 37);
- this.addButton.TabIndex = 8;
- this.addButton.Text = "Добавить";
- this.addButton.UseVisualStyleBackColor = true;
- this.addButton.Click += new System.EventHandler(this.addButton_Click);
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.AttachedProductTableAdapter = null;
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ClientServiceTableAdapter = null;
- this.tableAdapterManager.ClientTableAdapter = null;
- this.tableAdapterManager.DocumentByServiceTableAdapter = null;
- this.tableAdapterManager.GenderTableAdapter = null;
- this.tableAdapterManager.ManufacturerTableAdapter = null;
- this.tableAdapterManager.ProductPhotoTableAdapter = null;
- this.tableAdapterManager.ProductSaleTableAdapter = null;
- this.tableAdapterManager.ProductTableAdapter = this.productTableAdapter;
- this.tableAdapterManager.ServicePhotoTableAdapter = null;
- this.tableAdapterManager.ServiceTableAdapter = null;
- this.tableAdapterManager.TagOfClientTableAdapter = null;
- this.tableAdapterManager.TagTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = Brovi07.BroviDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- //
- // iDDataGridViewTextBoxColumn
- //
- this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID";
- this.iDDataGridViewTextBoxColumn.HeaderText = "ID";
- this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn";
- this.iDDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // titleDataGridViewTextBoxColumn
- //
- this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
- this.titleDataGridViewTextBoxColumn.HeaderText = "Title";
- this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
- //
- // costDataGridViewTextBoxColumn
- //
- this.costDataGridViewTextBoxColumn.DataPropertyName = "Cost";
- this.costDataGridViewTextBoxColumn.HeaderText = "Cost";
- this.costDataGridViewTextBoxColumn.Name = "costDataGridViewTextBoxColumn";
- //
- // descriptionDataGridViewTextBoxColumn
- //
- this.descriptionDataGridViewTextBoxColumn.DataPropertyName = "Description";
- this.descriptionDataGridViewTextBoxColumn.HeaderText = "Description";
- this.descriptionDataGridViewTextBoxColumn.Name = "descriptionDataGridViewTextBoxColumn";
- //
- // mainImagePathDataGridViewTextBoxColumn
- //
- this.mainImagePathDataGridViewTextBoxColumn.DataPropertyName = "MainImagePath";
- this.mainImagePathDataGridViewTextBoxColumn.HeaderText = "MainImagePath";
- this.mainImagePathDataGridViewTextBoxColumn.Name = "mainImagePathDataGridViewTextBoxColumn";
- //
- // isActiveDataGridViewCheckBoxColumn
- //
- this.isActiveDataGridViewCheckBoxColumn.DataPropertyName = "IsActive";
- this.isActiveDataGridViewCheckBoxColumn.HeaderText = "IsActive";
- this.isActiveDataGridViewCheckBoxColumn.Name = "isActiveDataGridViewCheckBoxColumn";
- //
- // manufacturerIDDataGridViewTextBoxColumn
- //
- this.manufacturerIDDataGridViewTextBoxColumn.DataPropertyName = "ManufacturerID";
- this.manufacturerIDDataGridViewTextBoxColumn.HeaderText = "ManufacturerID";
- this.manufacturerIDDataGridViewTextBoxColumn.Name = "manufacturerIDDataGridViewTextBoxColumn";
- //
- // editTovarForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(799, 444);
- this.Controls.Add(this.addButton);
- this.Controls.Add(this.exitButton);
- this.Controls.Add(this.delButton);
- this.Controls.Add(this.saveButtton);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "editTovarForm";
- this.Text = "Управление товаром";
- this.Load += new System.EventHandler(this.editTovarForm_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.broviDataSet)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private BroviDataSet broviDataSet;
- private System.Windows.Forms.BindingSource productBindingSource;
- private BroviDataSetTableAdapters.ProductTableAdapter productTableAdapter;
- private System.Windows.Forms.Button saveButtton;
- private System.Windows.Forms.Button delButton;
- private System.Windows.Forms.Button exitButton;
- private System.Windows.Forms.Button addButton;
- private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn costDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn descriptionDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn mainImagePathDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewCheckBoxColumn isActiveDataGridViewCheckBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn manufacturerIDDataGridViewTextBoxColumn;
- private BroviDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- }
- }
|