123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439 |
-
- namespace Brovi11
- {
- partial class Manufacturer
- {
- /// <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.Windows.Forms.Label costLabel;
- System.Windows.Forms.Label titleLabel;
- System.Windows.Forms.Label manufacturerIDLabel1;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Manufacturer));
- this.panel1 = new System.Windows.Forms.Panel();
- this.button9 = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.startDateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.manufacturerBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this._1Brovi11DataSet = new Brovi11._1Brovi11DataSet();
- this.manufacturerTableAdapter = new Brovi11._1Brovi11DataSetTableAdapters.ManufacturerTableAdapter();
- this.panel2 = new System.Windows.Forms.Panel();
- this.costTextBox = new System.Windows.Forms.TextBox();
- this.titleTextBox = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.panel3 = new System.Windows.Forms.Panel();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.panel4 = new System.Windows.Forms.Panel();
- this.manufacturerIDComboBox = new System.Windows.Forms.ComboBox();
- this.button3 = new System.Windows.Forms.Button();
- this.panel5 = new System.Windows.Forms.Panel();
- this.button5 = new System.Windows.Forms.Button();
- this.panel7 = new System.Windows.Forms.Panel();
- this.button4 = new System.Windows.Forms.Button();
- this.button6 = new System.Windows.Forms.Button();
- this.button10 = new System.Windows.Forms.Button();
- this.button11 = new System.Windows.Forms.Button();
- costLabel = new System.Windows.Forms.Label();
- titleLabel = new System.Windows.Forms.Label();
- manufacturerIDLabel1 = new System.Windows.Forms.Label();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).BeginInit();
- this.panel2.SuspendLayout();
- this.panel3.SuspendLayout();
- this.panel4.SuspendLayout();
- this.panel5.SuspendLayout();
- this.panel7.SuspendLayout();
- this.SuspendLayout();
- //
- // costLabel
- //
- costLabel.AutoSize = true;
- costLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- costLabel.Location = new System.Drawing.Point(12, 96);
- costLabel.Name = "costLabel";
- costLabel.Size = new System.Drawing.Size(196, 23);
- costLabel.TabIndex = 3;
- costLabel.Text = "Дата начало работы:";
- //
- // titleLabel
- //
- titleLabel.AutoSize = true;
- titleLabel.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- titleLabel.Location = new System.Drawing.Point(62, 48);
- titleLabel.Name = "titleLabel";
- titleLabel.Size = new System.Drawing.Size(146, 23);
- titleLabel.TabIndex = 1;
- titleLabel.Text = "Наименование:";
- //
- // manufacturerIDLabel1
- //
- manufacturerIDLabel1.AutoSize = true;
- manufacturerIDLabel1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- manufacturerIDLabel1.Location = new System.Drawing.Point(3, 15);
- manufacturerIDLabel1.Name = "manufacturerIDLabel1";
- manufacturerIDLabel1.Size = new System.Drawing.Size(153, 23);
- manufacturerIDLabel1.TabIndex = 1;
- manufacturerIDLabel1.Text = "Производитель:";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(74)))), ((int)(((byte)(109)))));
- this.panel1.Controls.Add(this.button9);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1029, 108);
- this.panel1.TabIndex = 2;
- //
- // button9
- //
- this.button9.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button9.Location = new System.Drawing.Point(858, 37);
- this.button9.Name = "button9";
- this.button9.Size = new System.Drawing.Size(159, 34);
- this.button9.TabIndex = 2;
- this.button9.Text = "Список товаров";
- this.button9.UseVisualStyleBackColor = true;
- this.button9.Click += new System.EventHandler(this.button9_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(392, 37);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(245, 39);
- this.label1.TabIndex = 1;
- this.label1.Text = "Производители";
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(3, 3);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(141, 102);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToOrderColumns = true;
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.nameDataGridViewTextBoxColumn,
- this.startDateDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.manufacturerBindingSource;
- this.dataGridView1.Location = new System.Drawing.Point(0, 111);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.Size = new System.Drawing.Size(1029, 215);
- this.dataGridView1.TabIndex = 3;
- this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
- //
- // nameDataGridViewTextBoxColumn
- //
- this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name";
- this.nameDataGridViewTextBoxColumn.HeaderText = "Наименование";
- this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn";
- //
- // startDateDataGridViewTextBoxColumn
- //
- this.startDateDataGridViewTextBoxColumn.DataPropertyName = "StartDate";
- this.startDateDataGridViewTextBoxColumn.HeaderText = "Дата начала работы";
- this.startDateDataGridViewTextBoxColumn.Name = "startDateDataGridViewTextBoxColumn";
- //
- // manufacturerBindingSource
- //
- this.manufacturerBindingSource.DataMember = "Manufacturer";
- this.manufacturerBindingSource.DataSource = this._1Brovi11DataSet;
- //
- // _1Brovi11DataSet
- //
- this._1Brovi11DataSet.DataSetName = "_1Brovi11DataSet";
- this._1Brovi11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // manufacturerTableAdapter
- //
- this.manufacturerTableAdapter.ClearBeforeFill = true;
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel2.Controls.Add(costLabel);
- this.panel2.Controls.Add(this.costTextBox);
- this.panel2.Controls.Add(titleLabel);
- this.panel2.Controls.Add(this.titleTextBox);
- this.panel2.Controls.Add(this.label2);
- this.panel2.Location = new System.Drawing.Point(0, 332);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(432, 152);
- this.panel2.TabIndex = 4;
- //
- // costTextBox
- //
- this.costTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.costTextBox.Location = new System.Drawing.Point(214, 93);
- this.costTextBox.Name = "costTextBox";
- this.costTextBox.Size = new System.Drawing.Size(193, 30);
- this.costTextBox.TabIndex = 4;
- //
- // titleTextBox
- //
- this.titleTextBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.titleTextBox.Location = new System.Drawing.Point(214, 45);
- this.titleTextBox.Name = "titleTextBox";
- this.titleTextBox.Size = new System.Drawing.Size(193, 30);
- this.titleTextBox.TabIndex = 2;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(3, 9);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(78, 23);
- this.label2.TabIndex = 0;
- this.label2.Text = "Запись:";
- //
- // panel3
- //
- this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel3.Controls.Add(this.button2);
- this.panel3.Controls.Add(this.button1);
- this.panel3.Location = new System.Drawing.Point(0, 490);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(211, 136);
- this.panel3.TabIndex = 5;
- //
- // button2
- //
- this.button2.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button2.Location = new System.Drawing.Point(26, 71);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(162, 45);
- this.button2.TabIndex = 1;
- this.button2.Text = "По убыванию";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button1.Location = new System.Drawing.Point(26, 20);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(162, 45);
- this.button1.TabIndex = 0;
- this.button1.Text = "По возрастанию";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // panel4
- //
- this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel4.Controls.Add(manufacturerIDLabel1);
- this.panel4.Controls.Add(this.manufacturerIDComboBox);
- this.panel4.Controls.Add(this.button3);
- this.panel4.Location = new System.Drawing.Point(438, 332);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(329, 152);
- this.panel4.TabIndex = 6;
- //
- // manufacturerIDComboBox
- //
- this.manufacturerIDComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.manufacturerBindingSource, "Name", true));
- this.manufacturerIDComboBox.DataSource = this.manufacturerBindingSource;
- this.manufacturerIDComboBox.DisplayMember = "Name";
- this.manufacturerIDComboBox.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.manufacturerIDComboBox.FormattingEnabled = true;
- this.manufacturerIDComboBox.Location = new System.Drawing.Point(162, 12);
- this.manufacturerIDComboBox.Name = "manufacturerIDComboBox";
- this.manufacturerIDComboBox.Size = new System.Drawing.Size(158, 31);
- this.manufacturerIDComboBox.TabIndex = 2;
- this.manufacturerIDComboBox.ValueMember = "Name";
- //
- // button3
- //
- this.button3.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button3.Location = new System.Drawing.Point(89, 61);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(162, 45);
- this.button3.TabIndex = 1;
- this.button3.Text = "Фильтровать";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // panel5
- //
- this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel5.Controls.Add(this.button5);
- this.panel5.Location = new System.Drawing.Point(221, 490);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(211, 136);
- this.panel5.TabIndex = 7;
- //
- // button5
- //
- this.button5.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button5.Location = new System.Drawing.Point(24, 43);
- this.button5.Name = "button5";
- this.button5.Size = new System.Drawing.Size(162, 45);
- this.button5.TabIndex = 0;
- this.button5.Text = "Отобразить все";
- this.button5.UseVisualStyleBackColor = true;
- this.button5.Click += new System.EventHandler(this.button5_Click);
- //
- // panel7
- //
- this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(228)))), ((int)(((byte)(255)))));
- this.panel7.Controls.Add(this.button4);
- this.panel7.Controls.Add(this.button6);
- this.panel7.Controls.Add(this.button10);
- this.panel7.Controls.Add(this.button11);
- this.panel7.Location = new System.Drawing.Point(773, 332);
- this.panel7.Name = "panel7";
- this.panel7.Size = new System.Drawing.Size(256, 294);
- this.panel7.TabIndex = 9;
- this.panel7.Paint += new System.Windows.Forms.PaintEventHandler(this.panel7_Paint);
- //
- // button4
- //
- this.button4.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button4.Location = new System.Drawing.Point(11, 162);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(238, 45);
- this.button4.TabIndex = 5;
- this.button4.Text = "Редактировать запись";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // button6
- //
- this.button6.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button6.Location = new System.Drawing.Point(11, 9);
- this.button6.Name = "button6";
- this.button6.Size = new System.Drawing.Size(238, 45);
- this.button6.TabIndex = 4;
- this.button6.Text = "Добавить новую запись";
- this.button6.UseVisualStyleBackColor = true;
- this.button6.Click += new System.EventHandler(this.button6_Click);
- //
- // button10
- //
- this.button10.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button10.Location = new System.Drawing.Point(43, 111);
- this.button10.Name = "button10";
- this.button10.Size = new System.Drawing.Size(179, 45);
- this.button10.TabIndex = 3;
- this.button10.Text = "Сохранить запись";
- this.button10.UseVisualStyleBackColor = true;
- this.button10.Click += new System.EventHandler(this.button10_Click);
- //
- // button11
- //
- this.button11.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.button11.Location = new System.Drawing.Point(52, 60);
- this.button11.Name = "button11";
- this.button11.Size = new System.Drawing.Size(162, 45);
- this.button11.TabIndex = 1;
- this.button11.Text = "Удалить запись";
- this.button11.UseVisualStyleBackColor = true;
- this.button11.Click += new System.EventHandler(this.button11_Click);
- //
- // Manufacturer
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1029, 624);
- this.Controls.Add(this.panel7);
- this.Controls.Add(this.panel5);
- this.Controls.Add(this.panel4);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.dataGridView1);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "Manufacturer";
- this.Text = "Manufacturer";
- this.Load += new System.EventHandler(this.Manufacturer_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.manufacturerBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this._1Brovi11DataSet)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel3.ResumeLayout(false);
- this.panel4.ResumeLayout(false);
- this.panel4.PerformLayout();
- this.panel5.ResumeLayout(false);
- this.panel7.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button button9;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.DataGridView dataGridView1;
- private _1Brovi11DataSet _1Brovi11DataSet;
- private System.Windows.Forms.BindingSource manufacturerBindingSource;
- private _1Brovi11DataSetTableAdapters.ManufacturerTableAdapter manufacturerTableAdapter;
- private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn startDateDataGridViewTextBoxColumn;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.TextBox costTextBox;
- private System.Windows.Forms.TextBox titleTextBox;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.ComboBox manufacturerIDComboBox;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.Button button5;
- private System.Windows.Forms.Panel panel7;
- private System.Windows.Forms.Button button6;
- private System.Windows.Forms.Button button10;
- private System.Windows.Forms.Button button11;
- private System.Windows.Forms.Button button4;
- }
- }
|