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

Внимание! Если размещение файла нарушает Ваши авторские права, то обязательно сообщите нам
100
/// <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
dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.cbTypA = new System.Windows.Forms.ComboBox();
this.lbTypA = new System.Windows.Forms.Label();
this.lbName = new System.Windows.Forms.Label();
this.EName = new System.Windows.Forms.TextBox();
this.ESdal = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.EPrin = new System.Windows.Forms.TextBox();
this.lbPrin = new System.Windows.Forms.Label();
this.EComent = new System.Windows.Forms.TextBox();
this.lbPsw = new System.Windows.Forms.Label();
this.EId = new System.Windows.Forms.TextBox();
this.lbId = new System.Windows.Forms.Label();
this.EFr = new System.Windows.Forms.TextBox();
this.lbTN = new System.Windows.Forms.Label();
this.EMH = new System.Windows.Forms.TextBox();
this.lbKM = new System.Windows.Forms.Label();
this.cbTypOS = new System.Windows.Forms.ComboBox();
this.DTR = new Sklad.NullableDateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.btSdal = new System.Windows.Forms.Button();
this.btPrin = new System.Windows.Forms.Button();
this.cbTypSg = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.gbOS = new System.Windows.Forms.GroupBox();
this.zGridPnl = new Sklad.zGridPanel();
this.DGV = new System.Windows.Forms.DataGridView();
this.xId_OS = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xTypOS = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xOSName = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xCnt = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xStoim = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xNNom = new
System.Windows.Forms.DataGridViewTextBoxColumn();
101
this.xINom = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xZDat = new Sklad.IPY_IDatColumn();
this.xPsw = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xZNom = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.cbFrom = new System.Windows.Forms.ComboBox();
this.btRPT = new System.Windows.Forms.Button();
this.gbDM = new System.Windows.Forms.GroupBox();
this.DGVM = new System.Windows.Forms.DataGridView();
this.xId_DM = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xDMName = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.xMasa = new
System.Windows.Forms.DataGridViewTextBoxColumn();
this.OSComent = new System.Windows.Forms.TextBox();
this.lbComent = new System.Windows.Forms.Label();
this.EdPanel.SuspendLayout();
this.BtPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.EP)).BeginInit();
this.gbOS.SuspendLayout();
this.zGridPnl.ContentPanel.SuspendLayout();
this.zGridPnl.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
this.panel1.SuspendLayout();
this.gbDM.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DGVM)).BeginInit();
this.SuspendLayout();
//
// EdPanel
//
this.EdPanel.Controls.Add(this.label3);
this.EdPanel.Controls.Add(this.cbTypSg);
this.EdPanel.Controls.Add(this.btPrin);
this.EdPanel.Controls.Add(this.btSdal);
this.EdPanel.Controls.Add(this.label2);
this.EdPanel.Controls.Add(this.DTR);
this.EdPanel.Controls.Add(this.cbTypOS);
this.EdPanel.Controls.Add(this.EMH);
this.EdPanel.Controls.Add(this.lbKM);
this.EdPanel.Controls.Add(this.EFr);
this.EdPanel.Controls.Add(this.lbTN);
this.EdPanel.Controls.Add(this.EId);
this.EdPanel.Controls.Add(this.lbId);
102
this.EdPanel.Controls.Add(this.EComent);
this.EdPanel.Controls.Add(this.lbPsw);
this.EdPanel.Controls.Add(this.EPrin);
this.EdPanel.Controls.Add(this.lbPrin);
this.EdPanel.Controls.Add(this.ESdal);
this.EdPanel.Controls.Add(this.label1);
this.EdPanel.Controls.Add(this.EName);
this.EdPanel.Controls.Add(this.lbName);
this.EdPanel.Controls.Add(this.lbTypA);
this.EdPanel.Controls.Add(this.cbTypA);
this.EdPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.EdPanel.Size = new System.Drawing.Size(761, 140);
//
// BtPanel
//
this.BtPanel.Location = new System.Drawing.Point(0, 537);
this.BtPanel.Size = new System.Drawing.Size(761, 38);
//
// btSave
//
this.btSave.Location = new System.Drawing.Point(664, 6);
//
// cbTypA
//
this.cbTypA.DropDownStyle =
System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbTypA.Enabled = false;
this.cbTypA.FormattingEnabled = true;
this.cbTypA.Location = new System.Drawing.Point(114, 36);
this.cbTypA.Margin = new System.Windows.Forms.Padding(2);
this.cbTypA.Name = "cbTypA";
this.cbTypA.Size = new System.Drawing.Size(240, 21);
this.cbTypA.TabIndex = 0;
this.cbTypA.SelectedIndexChanged += new
System.EventHandler(this.EName_TextChanged);
this.cbTypA.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.EName_KeyPress);
//
// lbTypA
//
this.lbTypA.Location = new System.Drawing.Point(18, 36);
this.lbTypA.Margin = new System.Windows.Forms.Padding(2);
this.lbTypA.Name = "lbTypA";
this.lbTypA.Size = new System.Drawing.Size(92, 21);
this.lbTypA.TabIndex = 1;
this.lbTypA.Text = "Типакта";
this.lbTypA.TextAlign =
System.Drawing.ContentAlignment.MiddleRight;
103
//
// lbName
//
this.lbName.Location = new System.Drawing.Point(377, 35);
this.lbName.Margin = new System.Windows.Forms.Padding(2);
this.lbName.Name = "lbName";
this.lbName.Size = new System.Drawing.Size(78, 21);
this.lbName.TabIndex = 2;
this.lbName.Text = "№ Документа";
this.lbName.TextAlign =
System.Drawing.ContentAlignment.MiddleRight;
//
// EName
//
this.EName.Location = new System.Drawing.Point(459, 36);
this.EName.Margin = new System.Windows.Forms.Padding(2);
this.EName.MaxLength = 20;
this.EName.Name = "EName";
this.EName.Size = new System.Drawing.Size(80, 20);
this.EName.TabIndex = 1;
this.EName.TextChanged += new
System.EventHandler(this.EName_TextChanged);
this.EName.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.EName_KeyPress);
//
// ESdal
//
this.ESdal.Location = new System.Drawing.Point(114, 62);
this.ESdal.Margin = new System.Windows.Forms.Padding(2);
this.ESdal.MaxLength = 100;
this.ESdal.Name = "ESdal";
this.ESdal.ReadOnly = true;
this.ESdal.Size = new System.Drawing.Size(212, 20);
this.ESdal.TabIndex = 2;
this.ESdal.TextChanged += new
System.EventHandler(this.EName_TextChanged);
this.ESdal.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.EName_KeyPress);
//
// label1
//
this.label1.Location = new System.Drawing.Point(13, 62);
this.label1.Margin = new System.Windows.Forms.Padding(2);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(97, 21);
this.label1.TabIndex = 4;
this.label1.Text = "Сдал";
104
this.label1.TextAlign =
System.Drawing.ContentAlignment.MiddleRight;
//
// EPrin
//
this.EPrin.Location = new System.Drawing.Point(459, 62);
this.EPrin.Margin = new System.Windows.Forms.Padding(2);
this.EPrin.MaxLength = 10;
this.EPrin.Name = "EPrin";
this.EPrin.ReadOnly = true;
this.EPrin.Size = new System.Drawing.Size(212, 20);
this.EPrin.TabIndex = 8;
this.EPrin.TextChanged += new
System.EventHandler(this.EName_TextChanged);
this.EPrin.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.EName_KeyPress);
//
// lbPrin
//
this.lbPrin.Location = new System.Drawing.Point(358, 62);
this.lbPrin.Margin = new System.Windows.Forms.Padding(2);
this.lbPrin.Name = "lbPrin";
this.lbPrin.Size = new System.Drawing.Size(97, 21);
this.lbPrin.TabIndex = 6;
this.lbPrin.Text = "Принял";
this.lbPrin.TextAlign =
System.Drawing.ContentAlignment.MiddleRight;
//
// EComent
//
this.EComent.Location = new System.Drawing.Point(114, 110);
this.EComent.Margin = new System.Windows.Forms.Padding(2);
this.EComent.MaxLength = 255;
this.EComent.Name = "EComent";
this.EComent.Size = new System.Drawing.Size(585, 20);
this.EComent.TabIndex = 9;
this.EComent.TextChanged += new
System.EventHandler(this.EName_TextChanged);
this.EComent.KeyPress += new
System.Windows.Forms.KeyPressEventHandler(this.EName_KeyPress);
//
// lbPsw
//
this.lbPsw.Location = new System.Drawing.Point(19, 109);
this.lbPsw.Margin = new System.Windows.Forms.Padding(2);
this.lbPsw.Name = "lbPsw";
this.lbPsw.Size = new System.Drawing.Size(91, 21);
this.lbPsw.TabIndex = 8;
Источник: https://baza.diplomsite.ru/previewfile/1716