123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389 |
-
- namespace ShtukoSpecOdejda
- {
- partial class FSpOd
- {
- /// <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 код_спецодеждыLabel;
- System.Windows.Forms.Label вид_спецодеждыLabel;
- System.Windows.Forms.Label срок_службыLabel;
- System.Windows.Forms.Label стоимость_единицыLabel;
- System.Windows.Forms.Label код_цехаLabel;
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FSpOd));
- this.label1 = new System.Windows.Forms.Label();
- this.iS32SpecOdegdaShtukoDataSet = new ShtukoSpecOdejda.IS32SpecOdegdaShtukoDataSet();
- this.спецодеждаBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.спецодеждаTableAdapter = new ShtukoSpecOdejda.IS32SpecOdegdaShtukoDataSetTableAdapters.СпецодеждаTableAdapter();
- this.tableAdapterManager = new ShtukoSpecOdejda.IS32SpecOdegdaShtukoDataSetTableAdapters.TableAdapterManager();
- this.спецодеждаBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
- this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
- this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
- this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
- this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.спецодеждаBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
- this.код_спецодеждыTextBox = new System.Windows.Forms.TextBox();
- this.вид_спецодеждыTextBox = new System.Windows.Forms.TextBox();
- this.срок_службыTextBox = new System.Windows.Forms.TextBox();
- this.стоимость_единицыTextBox = new System.Windows.Forms.TextBox();
- this.код_цехаTextBox = new System.Windows.Forms.TextBox();
- this.butExSpOd = new System.Windows.Forms.Button();
- код_спецодеждыLabel = new System.Windows.Forms.Label();
- вид_спецодеждыLabel = new System.Windows.Forms.Label();
- срок_службыLabel = new System.Windows.Forms.Label();
- стоимость_единицыLabel = new System.Windows.Forms.Label();
- код_цехаLabel = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.iS32SpecOdegdaShtukoDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.спецодеждаBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.спецодеждаBindingNavigator)).BeginInit();
- this.спецодеждаBindingNavigator.SuspendLayout();
- this.SuspendLayout();
- //
- // код_спецодеждыLabel
- //
- код_спецодеждыLabel.AutoSize = true;
- код_спецодеждыLabel.Location = new System.Drawing.Point(35, 104);
- код_спецодеждыLabel.Name = "код_спецодеждыLabel";
- код_спецодеждыLabel.Size = new System.Drawing.Size(96, 13);
- код_спецодеждыLabel.TabIndex = 2;
- код_спецодеждыLabel.Text = "Код спецодежды:";
- //
- // вид_спецодеждыLabel
- //
- вид_спецодеждыLabel.AutoSize = true;
- вид_спецодеждыLabel.Location = new System.Drawing.Point(35, 140);
- вид_спецодеждыLabel.Name = "вид_спецодеждыLabel";
- вид_спецодеждыLabel.Size = new System.Drawing.Size(96, 13);
- вид_спецодеждыLabel.TabIndex = 4;
- вид_спецодеждыLabel.Text = "Вид спецодежды:";
- //
- // срок_службыLabel
- //
- срок_службыLabel.AutoSize = true;
- срок_службыLabel.Location = new System.Drawing.Point(54, 175);
- срок_службыLabel.Name = "срок_службыLabel";
- срок_службыLabel.Size = new System.Drawing.Size(77, 13);
- срок_службыLabel.TabIndex = 6;
- срок_службыLabel.Text = "Срок службы:";
- //
- // стоимость_единицыLabel
- //
- стоимость_единицыLabel.AutoSize = true;
- стоимость_единицыLabel.Location = new System.Drawing.Point(19, 216);
- стоимость_единицыLabel.Name = "стоимость_единицыLabel";
- стоимость_единицыLabel.Size = new System.Drawing.Size(112, 13);
- стоимость_единицыLabel.TabIndex = 8;
- стоимость_единицыLabel.Text = "Стоимость единицы:";
- //
- // код_цехаLabel
- //
- код_цехаLabel.AutoSize = true;
- код_цехаLabel.Location = new System.Drawing.Point(76, 256);
- код_цехаLabel.Name = "код_цехаLabel";
- код_цехаLabel.Size = new System.Drawing.Size(55, 13);
- код_цехаLabel.TabIndex = 10;
- код_цехаLabel.Text = "Код цеха:";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
- this.label1.Location = new System.Drawing.Point(88, 39);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(270, 25);
- this.label1.TabIndex = 0;
- this.label1.Text = "Таблица \"Спец одежда\"";
- //
- // iS32SpecOdegdaShtukoDataSet
- //
- this.iS32SpecOdegdaShtukoDataSet.DataSetName = "IS32SpecOdegdaShtukoDataSet";
- this.iS32SpecOdegdaShtukoDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // спецодеждаBindingSource
- //
- this.спецодеждаBindingSource.DataMember = "Спецодежда";
- this.спецодеждаBindingSource.DataSource = this.iS32SpecOdegdaShtukoDataSet;
- //
- // спецодеждаTableAdapter
- //
- this.спецодеждаTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.UpdateOrder = ShtukoSpecOdejda.IS32SpecOdegdaShtukoDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.ПолучениеTableAdapter = null;
- this.tableAdapterManager.РаботникTableAdapter = null;
- this.tableAdapterManager.СпецодеждаTableAdapter = this.спецодеждаTableAdapter;
- this.tableAdapterManager.ЦехTableAdapter = null;
- //
- // спецодеждаBindingNavigator
- //
- this.спецодеждаBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
- this.спецодеждаBindingNavigator.BindingSource = this.спецодеждаBindingSource;
- this.спецодеждаBindingNavigator.CountItem = this.bindingNavigatorCountItem;
- this.спецодеждаBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
- this.спецодеждаBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.bindingNavigatorMoveFirstItem,
- this.bindingNavigatorMovePreviousItem,
- this.bindingNavigatorSeparator,
- this.bindingNavigatorPositionItem,
- this.bindingNavigatorCountItem,
- this.bindingNavigatorSeparator1,
- this.bindingNavigatorMoveNextItem,
- this.bindingNavigatorMoveLastItem,
- this.bindingNavigatorSeparator2,
- this.bindingNavigatorAddNewItem,
- this.bindingNavigatorDeleteItem,
- this.спецодеждаBindingNavigatorSaveItem});
- this.спецодеждаBindingNavigator.Location = new System.Drawing.Point(0, 0);
- this.спецодеждаBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
- this.спецодеждаBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
- this.спецодеждаBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
- this.спецодеждаBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
- this.спецодеждаBindingNavigator.Name = "спецодеждаBindingNavigator";
- this.спецодеждаBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
- this.спецодеждаBindingNavigator.Size = new System.Drawing.Size(425, 25);
- this.спецодеждаBindingNavigator.TabIndex = 1;
- this.спецодеждаBindingNavigator.Text = "bindingNavigator1";
- //
- // bindingNavigatorAddNewItem
- //
- this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
- this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
- this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorAddNewItem.Text = "Добавить";
- //
- // bindingNavigatorCountItem
- //
- this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
- this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
- this.bindingNavigatorCountItem.Text = "для {0}";
- this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
- //
- // bindingNavigatorDeleteItem
- //
- this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
- this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
- this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorDeleteItem.Text = "Удалить";
- //
- // bindingNavigatorMoveFirstItem
- //
- this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
- this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
- this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
- //
- // bindingNavigatorMovePreviousItem
- //
- this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
- this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
- this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
- //
- // bindingNavigatorSeparator
- //
- this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
- this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorPositionItem
- //
- this.bindingNavigatorPositionItem.AccessibleName = "Положение";
- this.bindingNavigatorPositionItem.AutoSize = false;
- this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
- this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
- this.bindingNavigatorPositionItem.Text = "0";
- this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
- //
- // bindingNavigatorSeparator1
- //
- this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
- this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // bindingNavigatorMoveNextItem
- //
- this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
- this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
- this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
- //
- // bindingNavigatorMoveLastItem
- //
- this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
- this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
- this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
- this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
- this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
- //
- // bindingNavigatorSeparator2
- //
- this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
- this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // спецодеждаBindingNavigatorSaveItem
- //
- this.спецодеждаBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.спецодеждаBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("спецодеждаBindingNavigatorSaveItem.Image")));
- this.спецодеждаBindingNavigatorSaveItem.Name = "спецодеждаBindingNavigatorSaveItem";
- this.спецодеждаBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
- this.спецодеждаBindingNavigatorSaveItem.Text = "Сохранить данные";
- this.спецодеждаBindingNavigatorSaveItem.Click += new System.EventHandler(this.спецодеждаBindingNavigatorSaveItem_Click);
- //
- // код_спецодеждыTextBox
- //
- this.код_спецодеждыTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.спецодеждаBindingSource, "Код спецодежды", true));
- this.код_спецодеждыTextBox.Location = new System.Drawing.Point(137, 101);
- this.код_спецодеждыTextBox.Name = "код_спецодеждыTextBox";
- this.код_спецодеждыTextBox.Size = new System.Drawing.Size(100, 20);
- this.код_спецодеждыTextBox.TabIndex = 3;
- //
- // вид_спецодеждыTextBox
- //
- this.вид_спецодеждыTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.спецодеждаBindingSource, "Вид спецодежды", true));
- this.вид_спецодеждыTextBox.Location = new System.Drawing.Point(137, 137);
- this.вид_спецодеждыTextBox.Name = "вид_спецодеждыTextBox";
- this.вид_спецодеждыTextBox.Size = new System.Drawing.Size(100, 20);
- this.вид_спецодеждыTextBox.TabIndex = 5;
- //
- // срок_службыTextBox
- //
- this.срок_службыTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.спецодеждаBindingSource, "Срок службы", true));
- this.срок_службыTextBox.Location = new System.Drawing.Point(137, 172);
- this.срок_службыTextBox.Name = "срок_службыTextBox";
- this.срок_службыTextBox.Size = new System.Drawing.Size(100, 20);
- this.срок_службыTextBox.TabIndex = 7;
- //
- // стоимость_единицыTextBox
- //
- this.стоимость_единицыTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.спецодеждаBindingSource, "Стоимость единицы", true));
- this.стоимость_единицыTextBox.Location = new System.Drawing.Point(137, 213);
- this.стоимость_единицыTextBox.Name = "стоимость_единицыTextBox";
- this.стоимость_единицыTextBox.Size = new System.Drawing.Size(100, 20);
- this.стоимость_единицыTextBox.TabIndex = 9;
- //
- // код_цехаTextBox
- //
- this.код_цехаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.спецодеждаBindingSource, "Код цеха", true));
- this.код_цехаTextBox.Location = new System.Drawing.Point(137, 253);
- this.код_цехаTextBox.Name = "код_цехаTextBox";
- this.код_цехаTextBox.Size = new System.Drawing.Size(100, 20);
- this.код_цехаTextBox.TabIndex = 11;
- //
- // butExSpOd
- //
- this.butExSpOd.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.butExSpOd.Location = new System.Drawing.Point(297, 256);
- this.butExSpOd.Name = "butExSpOd";
- this.butExSpOd.Size = new System.Drawing.Size(75, 23);
- this.butExSpOd.TabIndex = 12;
- this.butExSpOd.Text = "НАЗАД";
- this.butExSpOd.UseVisualStyleBackColor = true;
- this.butExSpOd.Click += new System.EventHandler(this.butExSpOd_Click);
- //
- // FSpOd
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::ShtukoSpecOdejda.Properties.Resources.img1_akspic2;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.ClientSize = new System.Drawing.Size(425, 313);
- this.Controls.Add(this.butExSpOd);
- this.Controls.Add(код_цехаLabel);
- this.Controls.Add(this.код_цехаTextBox);
- this.Controls.Add(стоимость_единицыLabel);
- this.Controls.Add(this.стоимость_единицыTextBox);
- this.Controls.Add(срок_службыLabel);
- this.Controls.Add(this.срок_службыTextBox);
- this.Controls.Add(вид_спецодеждыLabel);
- this.Controls.Add(this.вид_спецодеждыTextBox);
- this.Controls.Add(код_спецодеждыLabel);
- this.Controls.Add(this.код_спецодеждыTextBox);
- this.Controls.Add(this.спецодеждаBindingNavigator);
- this.Controls.Add(this.label1);
- this.Name = "FSpOd";
- this.Text = "Таблица \"Спец одежда\"";
- this.Load += new System.EventHandler(this.FSpOd_Load);
- ((System.ComponentModel.ISupportInitialize)(this.iS32SpecOdegdaShtukoDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.спецодеждаBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.спецодеждаBindingNavigator)).EndInit();
- this.спецодеждаBindingNavigator.ResumeLayout(false);
- this.спецодеждаBindingNavigator.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private IS32SpecOdegdaShtukoDataSet iS32SpecOdegdaShtukoDataSet;
- private System.Windows.Forms.BindingSource спецодеждаBindingSource;
- private IS32SpecOdegdaShtukoDataSetTableAdapters.СпецодеждаTableAdapter спецодеждаTableAdapter;
- private IS32SpecOdegdaShtukoDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.BindingNavigator спецодеждаBindingNavigator;
- private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
- private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
- private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
- private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
- private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
- private System.Windows.Forms.ToolStripButton спецодеждаBindingNavigatorSaveItem;
- private System.Windows.Forms.TextBox код_спецодеждыTextBox;
- private System.Windows.Forms.TextBox вид_спецодеждыTextBox;
- private System.Windows.Forms.TextBox срок_службыTextBox;
- private System.Windows.Forms.TextBox стоимость_единицыTextBox;
- private System.Windows.Forms.TextBox код_цехаTextBox;
- private System.Windows.Forms.Button butExSpOd;
- }
- }
|