From 05dc9185d60811934b5827fc44c25cc2b2989f36 Mon Sep 17 00:00:00 2001 From: antoc0der <1@DESKTOP-K1L8ND3> Date: Thu, 15 Feb 2024 21:38:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BA=D1=82=D0=BE=20=D0=BF=D0=BE=D0=B2=D0=B5?= =?UTF-8?q?=D0=B4=D0=B0=D0=BB=20=D0=BF=D1=80=D0=BE=20=D0=B3=D1=80=D0=B0?= =?UTF-8?q?=D0=B9=D0=BC=20=D0=B8=20=D0=B4=D0=B0=D0=B1=D1=81=D1=82=D0=B5?= =?UTF-8?q?=D0=BF=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectFlowerShop/ShopForm.Designer.cs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ProjectFlowerShop/ShopForm.Designer.cs b/ProjectFlowerShop/ShopForm.Designer.cs index 5378e5a..a9b799c 100644 --- a/ProjectFlowerShop/ShopForm.Designer.cs +++ b/ProjectFlowerShop/ShopForm.Designer.cs @@ -35,6 +35,8 @@ textBoxAddress = new TextBox(); labelName = new Label(); labelAddress = new Label(); + DateTimePicker = new DateTimePicker(); + labelDate = new Label(); ((System.ComponentModel.ISupportInitialize)DataGridView).BeginInit(); SuspendLayout(); // @@ -100,11 +102,29 @@ labelAddress.TabIndex = 6; labelAddress.Text = "Адрес"; // + // DateTimePicker + // + DateTimePicker.Location = new Point(424, 148); + DateTimePicker.Name = "DateTimePicker"; + DateTimePicker.Size = new Size(245, 27); + DateTimePicker.TabIndex = 7; + // + // labelDate + // + labelDate.AutoSize = true; + labelDate.Location = new Point(424, 125); + labelDate.Name = "labelDate"; + labelDate.Size = new Size(41, 20); + labelDate.TabIndex = 8; + labelDate.Text = "Дата"; + // // ShopForm // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(681, 329); + Controls.Add(labelDate); + Controls.Add(DateTimePicker); Controls.Add(labelAddress); Controls.Add(labelName); Controls.Add(textBoxAddress); @@ -129,5 +149,7 @@ private TextBox textBoxAddress; private Label labelName; private Label labelAddress; + private DateTimePicker DateTimePicker; + private Label labelDate; } } \ No newline at end of file