Диплом: Автоматизация учета товаро-материальных ценностей в розничном магазине ООО "Эллада"

Внимание! Если размещение файла нарушает Ваши авторские права, то обязательно сообщите нам
101
Приложение. Листинг программных модулей
Язык программирования C#
eAktPU.designer.cs
namespace Sklad
{
partial class eAktPP
{
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();
this.xINom = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.xZDat = new Sklad.IPY_IDatColumn();
this.xZNom = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.gbMet = 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.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.gbMet.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);
102
this.EdPanel.Controls.Add(this.EFr);
this.EdPanel.Controls.Add(this.lbTN);
this.EdPanel.Controls.Add(this.EId);
this.EdPanel.Controls.Add(this.lbId);
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(751, 140);
//
// BtPanel
//
this.BtPanel.Location = new System.Drawing.Point(0, 546);
this.BtPanel.Size = new System.Drawing.Size(751, 38);
//
// btSave
//
this.btSave.Location = new System.Drawing.Point(654, 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);
103
this.lbTypA.TabIndex = 1;
this.lbTypA.Text = "Тип акта";
this.lbTypA.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// 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.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// EPrin
//
this.EPrin.Location = new System.Drawing.Point(459, 62);
104
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;
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);
105
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 = "Место хранения";
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;
106
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";
this.DTR.NullFocusedBackColor =
System.Drawing.SystemColors.ActiveCaption;
this.DTR.NullValue = "";
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";
107
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, 59);
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);
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.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// gbOS
//
this.gbOS.Controls.Add(this.zGridPnl);
this.gbOS.Dock = System.Windows.Forms.DockStyle.Fill;
108
this.gbOS.Location = new System.Drawing.Point(0, 140);
this.gbOS.Name = "gbOS";
this.gbOS.Size = new System.Drawing.Size(751, 406);
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(745, 387);
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(745, 387);
this.zGridPnl.TabIndex = 1;
this.zGridPnl.TopToolStripPanelVisible = false;
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_OS,
this.xTypOS,
this.xOSName,
this.xCnt,
this.xStoim,
this.xNNom,
this.xINom,
this.xZDat,
this.xZNom});
this.DGV.Dock = System.Windows.Forms.DockStyle.Fill;
109
this.DGV.Location = new System.Drawing.Point(0, 0);
this.DGV.Name = "DGV";
this.DGV.RowHeadersVisible = false;
this.DGV.Size = new System.Drawing.Size(745, 199);
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
//
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.Width = 70;
//
// xStoim
//
this.xStoim.DataPropertyName = "Stoim";
this.xStoim.HeaderText = "Стоимость";
this.xStoim.Name = "xStoim";
this.xStoim.ReadOnly = true;
this.xStoim.Width = 65;
//
// xNNom
110
eMH.Designer.cs
//
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";
dataGridViewCellStyle1.Format = "d";
dataGridViewCellStyle1.NullValue = null;
this.xZDat.DefaultCellStyle = dataGridViewCellStyle1;
this.xZDat.HeaderText = "Дата выпуска";
this.xZDat.Name = "xZDat";
this.xZDat.ReadOnly = true;
this.xZDat.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.xZDat.Width = 62;
//
// 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.gbMet);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.EChoKod);
this.panel1.Controls.Add(this.EChoName);

Смотрите также:

"Автоматизация обработки заявок ООО "Проектно-Строительная Компания"
"Автоматизация процесса аттестации персонала для ООО "Нэт Бай Нэт Холдинг"
"Анализ интернет-активности конкурентов ( на примере конкурентов "Газпром нефть")
"Бухгалтерский учёт и аудит расчётов с подотчётними лицами в организации на примере ООО "ЛОЦ 10""
«Психологическое сопровождение персонала в организации на примере ООО «Крокус»
Cовершенствование деловой оценки персонала в организации (на примере ООО "Даймонд кейтеринг развитие")
IPO - инструмент финансирования деятельности организации. На примере ПАО «Нефтяная компания «Лукойл»
PR как средство продвижения организации (на примере ПАО "Тамбовский завод "Комсомолец им. Н.С. Артемова")
PR-коммуникации в сфере общественного питания (на примере кафе-кондитерской «Cream Cheese»)
SMM как средство повышения эффективности работы учреждений социокультурной сферы (на примере Малого театра)