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

Внимание! Если размещение файла нарушает Ваши авторские права, то обязательно сообщите нам
110
this.xOSName.AutoSizeMode =
System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.xOSName.DataPropertyName = "OSName";
this.xOSName.FillWeight = 50F;
this.xOSName.HeaderText = "Наименование";
this.xOSName.Name = "xOSName";
this.xOSName.ReadOnly = true;
//
// xCnt
//
this.xCnt.DataPropertyName = "Cnt";
this.xCnt.HeaderText = "Количество";
this.xCnt.Name = "xCnt";
this.xCnt.ReadOnly = true;
this.xCnt.Width = 70;
//
// xStoim
//
this.xStoim.DataPropertyName = "Stoim";
this.xStoim.HeaderText = "Стоимость";
this.xStoim.Name = "xStoim";
this.xStoim.ReadOnly = true;
this.xStoim.Width = 65;
//
// xNNom
//
this.xNNom.AutoSizeMode =
System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.xNNom.DataPropertyName = "NNom";
this.xNNom.FillWeight = 20F;
this.xNNom.HeaderText = "Номенклатурный №";
this.xNNom.Name = "xNNom";
this.xNNom.ReadOnly = true;
//
// xINom
//
this.xINom.AutoSizeMode =
System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.xINom.DataPropertyName = "INom";
this.xINom.FillWeight = 20F;
this.xINom.HeaderText = "Инвентарный №";
this.xINom.Name = "xINom";
this.xINom.ReadOnly = true;
//
// xZDat
//
this.xZDat.DataPropertyName = "ZDat";
dataGridViewCellStyle2.Format = "d";
111
dataGridViewCellStyle2.NullValue = null;
this.xZDat.DefaultCellStyle = dataGridViewCellStyle2;
this.xZDat.HeaderText = "Датавыпуска";
this.xZDat.Name = "xZDat";
this.xZDat.ReadOnly = true;
this.xZDat.Resizable =
System.Windows.Forms.DataGridViewTriState.True;
this.xZDat.Width = 62;
//
// xPsw
//
this.xPsw.AutoSizeMode =
System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.xPsw.DataPropertyName = "Psw";
this.xPsw.FillWeight = 20F;
this.xPsw.HeaderText = "Паспорт";
this.xPsw.Name = "xPsw";
this.xPsw.ReadOnly = true;
//
// xZNom
//
this.xZNom.AutoSizeMode =
System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.xZNom.DataPropertyName = "ZNom";
this.xZNom.FillWeight = 20F;
this.xZNom.HeaderText = "Заводской №";
this.xZNom.Name = "xZNom";
this.xZNom.ReadOnly = true;
//
// panel1
//
this.panel1.Controls.Add(this.cbFrom);
this.panel1.Controls.Add(this.btRPT);
this.panel1.Controls.Add(this.gbDM);
this.panel1.Controls.Add(this.OSComent);
this.panel1.Controls.Add(this.lbComent);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 222);
this.panel1.Name = "panel1";
this.panel1.Padding = new System.Windows.Forms.Padding(2);
this.panel1.Size = new System.Drawing.Size(755, 156);
this.panel1.TabIndex = 1;
//
// cbFrom
//
this.cbFrom.DropDownStyle =
System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbFrom.FormattingEnabled = true;
112
this.cbFrom.Location = new System.Drawing.Point(11, 121);
this.cbFrom.Margin = new System.Windows.Forms.Padding(2);
this.cbFrom.Name = "cbFrom";
this.cbFrom.Size = new System.Drawing.Size(327, 21);
this.cbFrom.TabIndex = 19;
//
// btRPT
//
this.btRPT.AutoSize = true;
this.btRPT.Location = new System.Drawing.Point(343, 121);
this.btRPT.Name = "btRPT";
this.btRPT.Size = new System.Drawing.Size(88, 23);
this.btRPT.TabIndex = 18;
this.btRPT.Text = "Експорт";
this.btRPT.UseVisualStyleBackColor = true;
this.btRPT.Click += new System.EventHandler(this.btRPT_Click);
//
// gbDM
//
this.gbDM.Controls.Add(this.DGVM);
this.gbDM.Dock = System.Windows.Forms.DockStyle.Right;
this.gbDM.Location = new System.Drawing.Point(455, 2);
this.gbDM.Name = "gbDM";
this.gbDM.Size = new System.Drawing.Size(298, 152);
this.gbDM.TabIndex = 17;
this.gbDM.TabStop = false;
this.gbDM.Text = " Драгоценные металлы ";
//
// DGVM
//
this.DGVM.AllowUserToAddRows = false;
this.DGVM.AllowUserToDeleteRows = false;
this.DGVM.ColumnHeadersHeightSizeMode =
System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DGVM.Columns.AddRange(new
System.Windows.Forms.DataGridViewColumn[] {
this.xId_DM,
this.xDMName,
this.xMasa});
this.DGVM.Dock = System.Windows.Forms.DockStyle.Fill;
this.DGVM.Location = new System.Drawing.Point(3, 16);
this.DGVM.Name = "DGVM";
this.DGVM.ReadOnly = true;
this.DGVM.RowHeadersVisible = false;
this.DGVM.Size = new System.Drawing.Size(292, 133);
this.DGVM.TabIndex = 1;
//
// xId_DM
113
//
this.xId_DM.DataPropertyName = "Id_DM";
this.xId_DM.HeaderText = "Код";
this.xId_DM.Name = "xId_DM";
this.xId_DM.ReadOnly = true;
this.xId_DM.Width = 50;
//
// xDMName
//
this.xDMName.AutoSizeMode =
System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.xDMName.DataPropertyName = "DMName";
this.xDMName.HeaderText = "Наименование";
this.xDMName.Name = "xDMName";
this.xDMName.ReadOnly = true;
//
// xMasa
//
this.xMasa.DataPropertyName = "Masa";
this.xMasa.HeaderText = "Масса";
this.xMasa.Name = "xMasa";
this.xMasa.ReadOnly = true;
this.xMasa.Width = 55;
//
// OSComent
//
this.OSComent.Location = new System.Drawing.Point(19, 30);
this.OSComent.Margin = new System.Windows.Forms.Padding(2);
this.OSComent.MaxLength = 0;
this.OSComent.Multiline = true;
this.OSComent.Name = "OSComent";
this.OSComent.ReadOnly = true;
this.OSComent.Size = new System.Drawing.Size(412, 45);
this.OSComent.TabIndex = 15;
this.OSComent.TabStop = false;
//
// lbComent
//
this.lbComent.Location = new System.Drawing.Point(16, 5);
this.lbComent.Margin = new System.Windows.Forms.Padding(2);
this.lbComent.Name = "lbComent";
this.lbComent.Size = new System.Drawing.Size(88, 21);
this.lbComent.TabIndex = 12;
this.lbComent.Text = "Примечание";
this.lbComent.TextAlign =
System.Drawing.ContentAlignment.MiddleLeft;
//
// eAktPU
114
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(761, 575);
this.Controls.Add(this.gbOS);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "eAktPU";
this.Text = "Акт постановки на учёт";
this.Controls.SetChildIndex(this.BtPanel, 0);
this.Controls.SetChildIndex(this.EdPanel, 0);
this.Controls.SetChildIndex(this.gbOS, 0);
this.EdPanel.ResumeLayout(false);
this.EdPanel.PerformLayout();
this.BtPanel.ResumeLayout(false);
this.BtPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.EP)).EndInit();
this.gbOS.ResumeLayout(false);
this.zGridPnl.ContentPanel.ResumeLayout(false);
this.zGridPnl.ResumeLayout(false);
this.zGridPnl.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.gbDM.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DGVM)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox ESdal;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox EName;
private System.Windows.Forms.Label lbName;
private System.Windows.Forms.Label lbTypA;
private System.Windows.Forms.ComboBox cbTypA;
private System.Windows.Forms.TextBox EComent;
private System.Windows.Forms.Label lbPsw;
private System.Windows.Forms.TextBox EPrin;
private System.Windows.Forms.Label lbPrin;
private System.Windows.Forms.TextBox EId;
private System.Windows.Forms.Label lbId;
private System.Windows.Forms.TextBox EMH;
private System.Windows.Forms.Label lbKM;
private System.Windows.Forms.TextBox EFr;
private System.Windows.Forms.Label lbTN;
Источник: https://baza.diplomsite.ru/previewfile/1716