123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343 |
-
- namespace ShtukoSpecOdejda
- {
- partial class FCeh
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FCeh));
- 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.butExCeh = new System.Windows.Forms.Button();
- код_цеха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(62, 88);
- код_цехаLabel.Name = "код_цехаLabel";
- код_цехаLabel.Size = new System.Drawing.Size(55, 13);
- код_цехаLabel.TabIndex = 2;
- код_цехаLabel.Text = "Код цеха:";
- //
- // наименование_цехаLabel
- //
- наименование_цехаLabel.AutoSize = true;
- наименование_цехаLabel.Location = new System.Drawing.Point(5, 123);
- наименование_цехаLabel.Name = "наименование_цехаLabel";
- наименование_цехаLabel.Size = new System.Drawing.Size(112, 13);
- наименование_цехаLabel.TabIndex = 4;
- наименование_цехаLabel.Text = "Наименование цеха:";
- //
- // фИО_начальникаLabel
- //
- фИО_начальникаLabel.AutoSize = true;
- фИО_начальникаLabel.Location = new System.Drawing.Point(18, 158);
- фИО_начальникаLabel.Name = "фИО_начальникаLabel";
- фИО_начальникаLabel.Size = new System.Drawing.Size(99, 13);
- фИО_начальникаLabel.TabIndex = 6;
- фИО_начальника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(119, 25);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(169, 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 = null;
- this.tableAdapterManager.ЦехTableAdapter = this.цехTableAdapter;
- //
- // цех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(365, 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(123, 85);
- 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(123, 120);
- 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(123, 155);
- this.фИО_начальникаTextBox.Name = "фИО_начальникаTextBox";
- this.фИО_начальникаTextBox.Size = new System.Drawing.Size(100, 20);
- this.фИО_начальникаTextBox.TabIndex = 7;
- //
- // butExCeh
- //
- this.butExCeh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.butExCeh.Location = new System.Drawing.Point(269, 180);
- this.butExCeh.Name = "butExCeh";
- this.butExCeh.Size = new System.Drawing.Size(75, 23);
- this.butExCeh.TabIndex = 8;
- this.butExCeh.Text = "НАЗАД";
- this.butExCeh.UseVisualStyleBackColor = true;
- this.butExCeh.Click += new System.EventHandler(this.butExCeh_Click);
- //
- // FCeh
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackgroundImage = global::ShtukoSpecOdejda.Properties.Resources.img1_akspic1;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.ClientSize = new System.Drawing.Size(365, 225);
- this.Controls.Add(this.butExCeh);
- 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 = "FCeh";
- this.Text = "Таблица \"Цех\"";
- this.Load += new System.EventHandler(this.FCeh_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.Button butExCeh;
- }
- }
|