Дипломная работа: Автоматизация документооборота материально-технического оборудования ОАО "ЗИД" Завод имени Дегтярева

Внимание! Если размещение файла нарушает Ваши авторские права, то обязательно сообщите нам
105
this.lbPsw.Text = "Примечание";
this.lbPsw.TextAlign =
System.Drawing.ContentAlignment.MiddleRight;
//
// EId
//
this.EId.Location = new System.Drawing.Point(45, 12);
this.EId.Margin = new System.Windows.Forms.Padding(2);
this.EId.MaxLength = 0;
this.EId.Name = "EId";
this.EId.ReadOnly = true;
this.EId.Size = new System.Drawing.Size(65, 20);
this.EId.TabIndex = 11;
this.EId.TabStop = false;
//
// lbId
//
this.lbId.Location = new System.Drawing.Point(13, 11);
this.lbId.Margin = new System.Windows.Forms.Padding(2);
this.lbId.Name = "lbId";
this.lbId.Size = new System.Drawing.Size(28, 21);
this.lbId.TabIndex = 10;
this.lbId.Text = "ID";
this.lbId.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// EFr
//
this.EFr.Location = new System.Drawing.Point(114, 86);
this.EFr.Margin = new System.Windows.Forms.Padding(2);
this.EFr.MaxLength = 10;
this.EFr.Name = "EFr";
this.EFr.ReadOnly = true;
this.EFr.Size = new System.Drawing.Size(240, 20);
this.EFr.TabIndex = 4;
this.EFr.TextChanged += new
System.EventHandler(this.EName_TextChanged);
this.EFr.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.EName_KeyPress);
//
// lbTN
//
this.lbTN.Location = new System.Drawing.Point(13, 86);
this.lbTN.Margin = new System.Windows.Forms.Padding(2);
this.lbTN.Name = "lbTN";
this.lbTN.Size = new System.Drawing.Size(97, 21);
this.lbTN.TabIndex = 13;
this.lbTN.Text = "Местохранения";
106
this.lbTN.TextAlign =
System.Drawing.ContentAlignment.MiddleRight;
//
// EMH
//
this.EMH.Location = new System.Drawing.Point(459, 86);
this.EMH.Margin = new System.Windows.Forms.Padding(2);
this.EMH.MaxLength = 10;
this.EMH.Name = "EMH";
this.EMH.ReadOnly = true;
this.EMH.Size = new System.Drawing.Size(240, 20);
this.EMH.TabIndex = 5;
this.EMH.TextChanged += new
System.EventHandler(this.EName_TextChanged);
this.EMH.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.EName_KeyPress);
//
// lbKM
//
this.lbKM.Location = new System.Drawing.Point(358, 86);
this.lbKM.Margin = new System.Windows.Forms.Padding(2);
this.lbKM.Name = "lbKM";
this.lbKM.Size = new System.Drawing.Size(97, 21);
this.lbKM.TabIndex = 15;
this.lbKM.Text = "Местохранения";
this.lbKM.TextAlign =
System.Drawing.ContentAlignment.MiddleRight;
//
// cbTypOS
//
this.cbTypOS.BackColor = System.Drawing.SystemColors.Control;
this.cbTypOS.DropDownStyle =
System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbTypOS.Enabled = false;
this.cbTypOS.FormattingEnabled = true;
this.cbTypOS.Location = new System.Drawing.Point(114, 11);
this.cbTypOS.Margin = new System.Windows.Forms.Padding(2);
this.cbTypOS.Name = "cbTypOS";
this.cbTypOS.Size = new System.Drawing.Size(240, 21);
this.cbTypOS.TabIndex = 16;
//
// DTR
//
this.DTR.Format =
System.Windows.Forms.DateTimePickerFormat.Short;
this.DTR.Location = new System.Drawing.Point(619, 35);
this.DTR.Name = "DTR";
107
this.DTR.NullFocusedBackColor =
System.Drawing.SystemColors.ActiveCaption;
this.DTR.Size = new System.Drawing.Size(80, 20);
this.DTR.TabIndex = 18;
this.DTR.Value = null;
this.DTR.ValueDay = null;
//
// label2
//
this.label2.Location = new System.Drawing.Point(576, 34);
this.label2.Margin = new System.Windows.Forms.Padding(2);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(38, 21);
this.label2.TabIndex = 19;
this.label2.Text = "Дата";
this.label2.TextAlign =
System.Drawing.ContentAlignment.MiddleRight;
//
// btSdal
//
this.btSdal.Location = new System.Drawing.Point(330, 60);
this.btSdal.Margin = new System.Windows.Forms.Padding(2);
this.btSdal.Name = "btSdal";
this.btSdal.Size = new System.Drawing.Size(24, 24);
this.btSdal.TabIndex = 20;
this.btSdal.Text = "...";
this.btSdal.UseVisualStyleBackColor = true;
this.btSdal.Click += new System.EventHandler(this.btSdal_Click);
//
// btPrin
//
this.btPrin.Location = new System.Drawing.Point(675, 60);
this.btPrin.Margin = new System.Windows.Forms.Padding(2);
this.btPrin.Name = "btPrin";
this.btPrin.Size = new System.Drawing.Size(24, 24);
this.btPrin.TabIndex = 21;
this.btPrin.Text = "...";
this.btPrin.UseVisualStyleBackColor = true;
this.btPrin.Click += new System.EventHandler(this.btPrin_Click);
//
// cbTypSg
//
this.cbTypSg.BackColor = System.Drawing.SystemColors.Control;
this.cbTypSg.DropDownStyle =
System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbTypSg.Enabled = false;
this.cbTypSg.FormattingEnabled = true;
this.cbTypSg.Location = new System.Drawing.Point(459, 11);
108
this.cbTypSg.Margin = new System.Windows.Forms.Padding(2);
this.cbTypSg.Name = "cbTypSg";
this.cbTypSg.Size = new System.Drawing.Size(240, 21);
this.cbTypSg.TabIndex = 22;
//
// label3
//
this.label3.Location = new System.Drawing.Point(358, 11);
this.label3.Margin = new System.Windows.Forms.Padding(2);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(97, 21);
this.label3.TabIndex = 23;
this.label3.Text = "Состояние";
this.label3.TextAlign =
System.Drawing.ContentAlignment.MiddleRight;
//
// gbOS
//
this.gbOS.Controls.Add(this.zGridPnl);
this.gbOS.Dock = System.Windows.Forms.DockStyle.Fill;
this.gbOS.Location = new System.Drawing.Point(0, 140);
this.gbOS.Name = "gbOS";
this.gbOS.Size = new System.Drawing.Size(761, 397);
this.gbOS.TabIndex = 2;
this.gbOS.TabStop = false;
this.gbOS.Text = " Материаллы ";
//
// zGridPnl
//
this.zGridPnl.BottomToolStripPanelVisible = false;
//
// zGridPnl.ContentPanel
//
this.zGridPnl.ContentPanel.Controls.Add(this.DGV);
this.zGridPnl.ContentPanel.Controls.Add(this.panel1);
this.zGridPnl.ContentPanel.Size = new System.Drawing.Size(755, 378);
this.zGridPnl.dgv = null;
this.zGridPnl.Dock = System.Windows.Forms.DockStyle.Fill;
this.zGridPnl.LeftToolStripPanelVisible = false;
this.zGridPnl.Location = new System.Drawing.Point(3, 16);
this.zGridPnl.Name = "zGridPnl";
this.zGridPnl.RightToolStripPanelVisible = false;
this.zGridPnl.Size = new System.Drawing.Size(755, 378);
this.zGridPnl.TabIndex = 1;
this.zGridPnl.TopToolStripPanelVisible = false;
this.zGridPnl.OnRefreshComent += new
System.EventHandler(this.zGridPnl_OnRefreshComent);
109
this.zGridPnl.OnEditRow += new
System.EventHandler<Sklad.ezEditRowEventArgs>(this.zGridPnl_OnEditRow);
//
// DGV
//
this.DGV.AllowUserToAddRows = false;
this.DGV.AllowUserToDeleteRows = false;
this.DGV.ColumnHeadersHeightSizeMode =
System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DGV.Columns.AddRange(new
System.Windows.Forms.DataGridViewColumn[] {
this.xId_OS,
this.xTypOS,
this.xOSName,
this.xCnt,
this.xStoim,
this.xNNom,
this.xINom,
this.xZDat,
this.xPsw,
this.xZNom});
this.DGV.Dock = System.Windows.Forms.DockStyle.Fill;
this.DGV.Location = new System.Drawing.Point(0, 0);
this.DGV.Name = "DGV";
this.DGV.ReadOnly = true;
this.DGV.RowHeadersVisible = false;
this.DGV.Size = new System.Drawing.Size(755, 222);
this.DGV.TabIndex = 0;
//
// xId_OS
//
this.xId_OS.DataPropertyName = "Id_OS";
this.xId_OS.HeaderText = "ID";
this.xId_OS.Name = "xId_OS";
this.xId_OS.ReadOnly = true;
this.xId_OS.Width = 50;
//
// xTypOS
//
this.xTypOS.DataPropertyName = "TypOSS";
this.xTypOS.HeaderText = "Тип";
this.xTypOS.Name = "xTypOS";
this.xTypOS.ReadOnly = true;
this.xTypOS.Width = 36;
//
// xOSName
//
Источник: https://baza.diplomsite.ru/previewfile/1716