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

Внимание! Если размещение файла нарушает Ваши авторские права, то обязательно сообщите нам
115
private System.Windows.Forms.ComboBox cbTypOS;
private NullableDateTimePicker DTR;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btPrin;
private System.Windows.Forms.Button btSdal;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cbTypSg;
private System.Windows.Forms.GroupBox gbOS;
private zGridPanel zGridPnl;
private System.Windows.Forms.DataGridView DGV;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox gbDM;
private System.Windows.Forms.DataGridView DGVM;
private System.Windows.Forms.TextBox OSComent;
private System.Windows.Forms.Label lbComent;
private System.Windows.Forms.ComboBox cbFrom;
private System.Windows.Forms.Button btRPT;
private System.Windows.Forms.DataGridViewTextBoxColumn xId_DM;
private System.Windows.Forms.DataGridViewTextBoxColumn
xDMName;
private System.Windows.Forms.DataGridViewTextBoxColumn xMasa;
private System.Windows.Forms.DataGridViewTextBoxColumn xId_OS;
private System.Windows.Forms.DataGridViewTextBoxColumn xTypOS;
private System.Windows.Forms.DataGridViewTextBoxColumn
xOSName;
private System.Windows.Forms.DataGridViewTextBoxColumn xCnt;
private System.Windows.Forms.DataGridViewTextBoxColumn xStoim;
private System.Windows.Forms.DataGridViewTextBoxColumn xNNom;
private System.Windows.Forms.DataGridViewTextBoxColumn xINom;
private IPY_IDatColumn xZDat;
private System.Windows.Forms.DataGridViewTextBoxColumn xPsw;
private System.Windows.Forms.DataGridViewTextBoxColumn xZNom;
}
} namespace Sklad
{
partial class gAkt
{
/// <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)
116
{
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()
{
System.Windows.Forms.DataGridViewCellStyle
dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.zGridPnl = new Sklad.zGridPanel();
this.DGV = new System.Windows.Forms.DataGridView();
this.xId_A = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xTypAS = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xKAName = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xSgnS = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xRDat = new Sklad.IPY_IDatColumn();
this.xSdal = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xFrName = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xPrinName = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xMHName = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.EComent = new System.Windows.Forms.TextBox();
this.lbComent = new System.Windows.Forms.Label();
this.zGridPnl.ContentPanel.SuspendLayout();
this.zGridPnl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// zGridPnl
//
117
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(768, 512);
this.zGridPnl.dgv = null;
this.zGridPnl.Dock = System.Windows.Forms.DockStyle.Fill;
this.zGridPnl.LeftToolStripPanelVisible = false;
this.zGridPnl.Location = new System.Drawing.Point(0, 0);
this.zGridPnl.Name = "zGridPnl";
this.zGridPnl.RightToolStripPanelVisible = false;
this.zGridPnl.Size = new System.Drawing.Size(768, 512);
this.zGridPnl.TabIndex = 0;
this.zGridPnl.TopToolStripPanelVisible = false;
this.zGridPnl.OnExec1 += new
System.EventHandler(this.zGridPnl_OnExec1);
this.zGridPnl.OnRefreshComent += new
System.EventHandler(this.zGridPnl_OnRefreshComent);
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_A,
this.xTypAS,
this.xKAName,
this.xSgnS,
this.xRDat,
this.xSdal,
this.xFrName,
this.xPrinName,
this.xMHName});
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(768, 473);
this.DGV.TabIndex = 0;
118
this.DGV.CellFormatting += new
System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.DGV_CellF
ormatting);
//
// xId_A
//
this.xId_A.DataPropertyName = "Id_A";
this.xId_A.HeaderText = "ID";
this.xId_A.Name = "xId_A";
this.xId_A.ReadOnly = true;
this.xId_A.Width = 50;
//
// xTypAS
//
this.xTypAS.DataPropertyName = "TypAS";
this.xTypAS.HeaderText = "Тип";
this.xTypAS.Name = "xTypAS";
this.xTypAS.ReadOnly = true;
this.xTypAS.Width = 40;
//
// xKAName
//
this.xKAName.DataPropertyName = "NDoc";
this.xKAName.HeaderText = "№";
this.xKAName.Name = "xKAName";
this.xKAName.ReadOnly = true;
this.xKAName.Width = 60;
//
// xSgnS
//
this.xSgnS.DataPropertyName = "SgnS";
this.xSgnS.HeaderText = "Состояние";
this.xSgnS.Name = "xSgnS";
this.xSgnS.ReadOnly = true;
//
// xRDat
//
this.xRDat.DataPropertyName = "RDat";
dataGridViewCellStyle1.Format = "d";
dataGridViewCellStyle1.NullValue = null;
this.xRDat.DefaultCellStyle = dataGridViewCellStyle1;
this.xRDat.FillWeight = 62F;
this.xRDat.HeaderText = "Дата";
this.xRDat.Name = "xRDat";
this.xRDat.ReadOnly = true;
this.xRDat.Resizable =
System.Windows.Forms.DataGridViewTriState.True;
this.xRDat.Width = 62;
119
//
// xSdal
//
this.xSdal.AutoSizeMode =
System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.xSdal.DataPropertyName = "SdalName";
this.xSdal.HeaderText = "Сдал";
this.xSdal.Name = "xSdal";
this.xSdal.ReadOnly = true;
//
// xFrName
//
this.xFrName.AutoSizeMode =
System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.xFrName.DataPropertyName = "FrName";
this.xFrName.HeaderText = "Сместахранения";
this.xFrName.Name = "xFrName";
this.xFrName.ReadOnly = true;
//
// xPrinName
//
this.xPrinName.AutoSizeMode =
System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.xPrinName.DataPropertyName = "PrinName";
this.xPrinName.HeaderText = "Принял";
this.xPrinName.Name = "xPrinName";
this.xPrinName.ReadOnly = true;
//
// xMHName
//
this.xMHName.AutoSizeMode =
System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.xMHName.DataPropertyName = "MHName";
this.xMHName.HeaderText = "Вместохранения";
this.xMHName.Name = "xMHName";
this.xMHName.ReadOnly = true;
//
// panel1
//
this.panel1.Controls.Add(this.EComent);
this.panel1.Controls.Add(this.lbComent);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 473);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(768, 39);
this.panel1.TabIndex = 1;
//
// EComent
Источник: https://baza.diplomsite.ru/previewfile/1716