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