ИСЭбд-21.Васильева.С.В. 4 лабораторная работа #4

Closed
SVETLANA_8 wants to merge 7 commits from LabWork_4 into LabWork_3
Showing only changes of commit 5c03e70478 - Show all commits

View File

@ -36,8 +36,6 @@
label1 = new Label();
dateTimePicker = new DateTimePicker();
label3 = new Label();
label4 = new Label();
textBoxName = new TextBox();
((System.ComponentModel.ISupportInitialize)numericUpDownCount).BeginInit();
SuspendLayout();
//
@ -82,7 +80,7 @@
// comboBoxMaterial
//
comboBoxMaterial.FormattingEnabled = true;
comboBoxMaterial.Location = new Point(210, 136);
comboBoxMaterial.Location = new Point(211, 125);
comboBoxMaterial.Name = "comboBoxMaterial";
comboBoxMaterial.Size = new Size(151, 28);
comboBoxMaterial.TabIndex = 6;
@ -90,7 +88,7 @@
// label1
//
label1.AutoSize = true;
label1.Location = new Point(28, 139);
label1.Location = new Point(28, 125);
label1.Name = "label1";
label1.Size = new Size(78, 20);
label1.TabIndex = 7;
@ -112,29 +110,11 @@
label3.TabIndex = 9;
label3.Text = "Дата";
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(28, 93);
label4.Name = "label4";
label4.Size = new Size(156, 20);
label4.TabIndex = 10;
label4.Text = "Название материала";
//
// textBoxName
//
textBoxName.Location = new Point(210, 86);
textBoxName.Name = "textBoxName";
textBoxName.Size = new Size(151, 27);
textBoxName.TabIndex = 11;
//
// FormMaterialReplenishment
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(490, 404);
Controls.Add(textBoxName);
Controls.Add(label4);
Controls.Add(label3);
Controls.Add(dateTimePicker);
Controls.Add(label1);
@ -164,7 +144,5 @@
private Label label1;
private DateTimePicker dateTimePicker;
private Label label3;
private Label label4;
private TextBox textBoxName;
}
}