diff --git a/Publication/Forms/FormCountReport.Designer.cs b/Publication/Forms/FormCountReport.Designer.cs index 40707cd..6f62495 100644 --- a/Publication/Forms/FormCountReport.Designer.cs +++ b/Publication/Forms/FormCountReport.Designer.cs @@ -89,7 +89,7 @@ // // buttonSelectFilePath // - buttonSelectFilePath.BackColor = Color.FromArgb(192, 192, 255); + buttonSelectFilePath.BackColor = SystemColors.Control; buttonSelectFilePath.Location = new Point(341, 20); buttonSelectFilePath.Name = "buttonSelectFilePath"; buttonSelectFilePath.Size = new Size(28, 29); @@ -100,7 +100,7 @@ // // buttonMakeReport // - buttonMakeReport.BackColor = Color.FromArgb(192, 192, 255); + buttonMakeReport.BackColor = SystemColors.Control; buttonMakeReport.Location = new Point(22, 186); buttonMakeReport.Name = "buttonMakeReport"; buttonMakeReport.Size = new Size(347, 29); @@ -123,7 +123,7 @@ Controls.Add(label3); Controls.Add(label1); Name = "FormCountReport"; - Text = "FormCountReport"; + Text = "Отчет движения заказов"; ResumeLayout(false); PerformLayout(); } diff --git a/Publication/Forms/FormMaterial.Designer.cs b/Publication/Forms/FormMaterial.Designer.cs index 9d04f34..826ba97 100644 --- a/Publication/Forms/FormMaterial.Designer.cs +++ b/Publication/Forms/FormMaterial.Designer.cs @@ -125,7 +125,7 @@ Controls.Add(labelDateMaterials); Name = "FormMaterial"; StartPosition = FormStartPosition.CenterScreen; - Text = "FormMaterials"; + Text = "Материал"; ((System.ComponentModel.ISupportInitialize)numericUpDownCount).EndInit(); ResumeLayout(false); PerformLayout(); diff --git a/Publication/Forms/FormMaterials.Designer.cs b/Publication/Forms/FormMaterials.Designer.cs index b34b185..bfa8229 100644 --- a/Publication/Forms/FormMaterials.Designer.cs +++ b/Publication/Forms/FormMaterials.Designer.cs @@ -110,7 +110,7 @@ Controls.Add(panel1); Name = "FormMaterials"; StartPosition = FormStartPosition.CenterScreen; - Text = "FormMaterials"; + Text = "Материалы"; Load += FormMaterials_Load; panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); diff --git a/Publication/Forms/FormMaterials.resx b/Publication/Forms/FormMaterials.resx index 283b68e..36c1675 100644 --- a/Publication/Forms/FormMaterials.resx +++ b/Publication/Forms/FormMaterials.resx @@ -121,7 +121,7 @@ iVBORw0KGgoAAAANSUhEUgAABMYAAAOhCAIAAACSOT73AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - vgAADr4B6kKxwAAA/7JJREFUeF7svQeAHMWZ9j8zq7uzTdCKu++7/zmAnOMZgbN9ZwQ+R2xjbJ/D3Wcj + vQAADr0BR/uQrQAA/7JJREFUeF7svQeAHMWZ9j8zq7uzTdCKu++7/zmAnOMZgbN9ZwQ+R2xjbJ/D3Wcj 4WyMJZLDGRDBRzA52IANknAAmyTCrqTdVQZFUBYoaxVWWRuUpV3t7v8N3bU97+yqZ3p6Zmdmn0c/9db0 VFX3pK736aquTnRDEARBEARBEARBUCTBUkIQBEEQBEEQBEERBUsJQRAEQRAEQRAERRQsJQRBEARBEARB EBRRsJQQBEEQBEEQBEFQRMFSQhAEQRAEQRAEQREFSwlBEARBEARBEARFFCwlBEEQBEEQBEEQFFGwlBAE @@ -2360,7 +2360,7 @@ iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoCAYAAABNo9TkAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAj - kwAAI5MB76VwKAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAALoxSURBVHhe7N13 + kgAAI5IBPeKSzAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAALoxSURBVHhe7N13 gBTl/cfxn70nsZvEksQkliTG3nvBXqLGEnvvvfeuKIgiKtWOoFQbiIqI2LGj9OOOdvTeQeT5fZ/ZnWNu 73vH3s7u7Dwz7z9e2b3PbtgF7mZ4e2X/zxgDAAAAAA1a9uST64vdxRniHvHKr08++aWY5HniiTFiuPhx 6RNPfCUGiPdE+6UtWlwrmvzSosXm2q8NIEMdAQAAAMC0bLnOspYtz5EY/1iYIIny5Z54ooYEeW0tWngk diff --git a/Publication/Forms/FormMaterialsDistributionReport.Designer.cs b/Publication/Forms/FormMaterialsDistributionReport.Designer.cs index 3d7af08..5225ef9 100644 --- a/Publication/Forms/FormMaterialsDistributionReport.Designer.cs +++ b/Publication/Forms/FormMaterialsDistributionReport.Designer.cs @@ -37,7 +37,7 @@ // // buttonSelectFileName // - buttonSelectFileName.BackColor = Color.FromArgb(192, 255, 192); + buttonSelectFileName.BackColor = SystemColors.Control; buttonSelectFileName.Location = new Point(12, 23); buttonSelectFileName.Name = "buttonSelectFileName"; buttonSelectFileName.Size = new Size(129, 29); @@ -73,7 +73,7 @@ // // buttonCreate // - buttonCreate.BackColor = Color.FromArgb(192, 255, 192); + buttonCreate.BackColor = SystemColors.Control; buttonCreate.Location = new Point(12, 146); buttonCreate.Name = "buttonCreate"; buttonCreate.Size = new Size(350, 29); @@ -93,7 +93,7 @@ Controls.Add(labelFileName); Controls.Add(buttonSelectFileName); Name = "FormMaterialsDistributionReport"; - Text = "FormInvoiceDistributionReport"; + Text = "Распределение материалов"; ResumeLayout(false); PerformLayout(); } diff --git a/Publication/Forms/FormOrder.Designer.cs b/Publication/Forms/FormOrder.Designer.cs index 636d726..98e1e49 100644 --- a/Publication/Forms/FormOrder.Designer.cs +++ b/Publication/Forms/FormOrder.Designer.cs @@ -127,7 +127,7 @@ Controls.Add(labelCustomer); Name = "FormOrder"; StartPosition = FormStartPosition.CenterScreen; - Text = "FormOrder"; + Text = "Заказ"; ResumeLayout(false); PerformLayout(); } diff --git a/Publication/Forms/FormOrders.Designer.cs b/Publication/Forms/FormOrders.Designer.cs index 3599e78..b984d99 100644 --- a/Publication/Forms/FormOrders.Designer.cs +++ b/Publication/Forms/FormOrders.Designer.cs @@ -84,7 +84,7 @@ Controls.Add(panel1); Name = "FormOrders"; StartPosition = FormStartPosition.CenterScreen; - Text = "FormOrders"; + Text = "Заказы"; Load += FormOrders_Load; panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); diff --git a/Publication/Forms/FormPrintingHouse.Designer.cs b/Publication/Forms/FormPrintingHouse.Designer.cs index a62e4e7..94391ca 100644 --- a/Publication/Forms/FormPrintingHouse.Designer.cs +++ b/Publication/Forms/FormPrintingHouse.Designer.cs @@ -189,7 +189,7 @@ Controls.Add(labelTitle); Name = "FormPrintingHouse"; StartPosition = FormStartPosition.CenterScreen; - Text = "FormPrintingHousecs"; + Text = "Печать"; groupBoxGridView.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); ResumeLayout(false); diff --git a/Publication/Forms/FormPrintingHouse.resx b/Publication/Forms/FormPrintingHouse.resx index 731849c..6f4b579 100644 --- a/Publication/Forms/FormPrintingHouse.resx +++ b/Publication/Forms/FormPrintingHouse.resx @@ -123,4 +123,10 @@ True + + True + + + True + \ No newline at end of file diff --git a/Publication/Forms/FormPrintingHouses.Designer.cs b/Publication/Forms/FormPrintingHouses.Designer.cs index 2295200..f0f0e4f 100644 --- a/Publication/Forms/FormPrintingHouses.Designer.cs +++ b/Publication/Forms/FormPrintingHouses.Designer.cs @@ -97,7 +97,7 @@ Controls.Add(panel1); Name = "FormPrintingHouses"; StartPosition = FormStartPosition.CenterScreen; - Text = "FormPrintingHouses"; + Text = "Печати"; Load += FormPrintingHouses_Load; panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); diff --git a/Publication/Forms/FormPublishingHouses.Designer.cs b/Publication/Forms/FormPublishingHouses.Designer.cs index 460a3ff..ad4594a 100644 --- a/Publication/Forms/FormPublishingHouses.Designer.cs +++ b/Publication/Forms/FormPublishingHouses.Designer.cs @@ -110,7 +110,7 @@ Controls.Add(panel1); Name = "FormPublishingHouses"; StartPosition = FormStartPosition.CenterScreen; - Text = "FormPublishingHouses"; + Text = "Издательства"; Load += FormPublishingHouses_Load; panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();