namespace WindowsFormsApp4 { partial class NewRequestForm { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.dtpMeasurementDate = new System.Windows.Forms.DateTimePicker(); this.dtpMeasurementTime = new System.Windows.Forms.DateTimePicker(); this.cmbAddress = new System.Windows.Forms.ComboBox(); this.btnSave = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.lblAddress = new System.Windows.Forms.Label(); this.lblDate = new System.Windows.Forms.Label(); this.lblTime = new System.Windows.Forms.Label(); this.lblTitle = new System.Windows.Forms.Label(); this.panelHeader = new System.Windows.Forms.Panel(); this.panelHeader.SuspendLayout(); this.SuspendLayout(); // // panelHeader // this.panelHeader.BackColor = System.Drawing.Color.FromArgb(50, 56, 67); this.panelHeader.Controls.Add(this.lblTitle); this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top; this.panelHeader.Location = new System.Drawing.Point(0, 0); this.panelHeader.Name = "panelHeader"; this.panelHeader.Size = new System.Drawing.Size(450, 60); this.panelHeader.TabIndex = 0; // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(203, 232, 87); this.lblTitle.Location = new System.Drawing.Point(130, 15); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(200, 31); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "Новая заявка"; // // lblAddress // this.lblAddress.AutoSize = true; this.lblAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.lblAddress.ForeColor = System.Drawing.Color.FromArgb(203, 232, 87); this.lblAddress.Location = new System.Drawing.Point(40, 90); this.lblAddress.Name = "lblAddress"; this.lblAddress.Size = new System.Drawing.Size(120, 20); this.lblAddress.TabIndex = 1; this.lblAddress.Text = "Адрес доставки:"; // // cmbAddress // this.cmbAddress.BackColor = System.Drawing.Color.FromArgb(50, 56, 67); this.cmbAddress.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbAddress.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmbAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.cmbAddress.ForeColor = System.Drawing.Color.FromArgb(203, 232, 87); this.cmbAddress.Location = new System.Drawing.Point(170, 87); this.cmbAddress.Name = "cmbAddress"; this.cmbAddress.Size = new System.Drawing.Size(230, 28); this.cmbAddress.TabIndex = 2; // // lblDate // this.lblDate.AutoSize = true; this.lblDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.lblDate.ForeColor = System.Drawing.Color.FromArgb(203, 232, 87); this.lblDate.Location = new System.Drawing.Point(70, 140); this.lblDate.Name = "lblDate"; this.lblDate.Size = new System.Drawing.Size(90, 20); this.lblDate.TabIndex = 3; this.lblDate.Text = "Дата замера:"; // // dtpMeasurementDate // this.dtpMeasurementDate.CalendarMonthBackground = System.Drawing.Color.FromArgb(50, 56, 67); this.dtpMeasurementDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dtpMeasurementDate.Location = new System.Drawing.Point(170, 137); this.dtpMeasurementDate.MinDate = System.DateTime.Today; this.dtpMeasurementDate.Name = "dtpMeasurementDate"; this.dtpMeasurementDate.Size = new System.Drawing.Size(120, 22); this.dtpMeasurementDate.TabIndex = 4; this.dtpMeasurementDate.Value = System.DateTime.Today.AddDays(1); // // lblTime // this.lblTime.AutoSize = true; this.lblTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.lblTime.ForeColor = System.Drawing.Color.FromArgb(203, 232, 87); this.lblTime.Location = new System.Drawing.Point(70, 180); this.lblTime.Name = "lblTime"; this.lblTime.Size = new System.Drawing.Size(100, 20); this.lblTime.TabIndex = 5; this.lblTime.Text = "Время замера:"; // // dtpMeasurementTime // this.dtpMeasurementTime.CustomFormat = "HH:mm"; this.dtpMeasurementTime.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.dtpMeasurementTime.Location = new System.Drawing.Point(170, 177); this.dtpMeasurementTime.Name = "dtpMeasurementTime"; this.dtpMeasurementTime.ShowUpDown = true; this.dtpMeasurementTime.Size = new System.Drawing.Size(120, 22); this.dtpMeasurementTime.TabIndex = 6; this.dtpMeasurementTime.Value = new System.DateTime(2024, 1, 1, 10, 0, 0); // // btnSave // this.btnSave.BackColor = System.Drawing.Color.FromArgb(198, 141, 255); this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSave.FlatAppearance.BorderSize = 0; this.btnSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.btnSave.ForeColor = System.Drawing.Color.FromArgb(50, 56, 67); this.btnSave.Location = new System.Drawing.Point(100, 240); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(110, 40); this.btnSave.TabIndex = 7; this.btnSave.Text = "Создать"; this.btnSave.UseVisualStyleBackColor = false; // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.FromArgb(203, 232, 87); this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCancel.FlatAppearance.BorderSize = 0; this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(50, 56, 67); this.btnCancel.Location = new System.Drawing.Point(230, 240); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(110, 40); this.btnCancel.TabIndex = 8; this.btnCancel.Text = "Отмена"; this.btnCancel.UseVisualStyleBackColor = false; // // NewRequestForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(50, 56, 67); this.ClientSize = new System.Drawing.Size(450, 320); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.dtpMeasurementTime); this.Controls.Add(this.lblTime); this.Controls.Add(this.dtpMeasurementDate); this.Controls.Add(this.lblDate); this.Controls.Add(this.cmbAddress); this.Controls.Add(this.lblAddress); this.Controls.Add(this.panelHeader); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "NewRequestForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Новая заявка"; this.panelHeader.ResumeLayout(false); this.panelHeader.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.DateTimePicker dtpMeasurementDate; private System.Windows.Forms.DateTimePicker dtpMeasurementTime; private System.Windows.Forms.ComboBox cmbAddress; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label lblAddress; private System.Windows.Forms.Label lblDate; private System.Windows.Forms.Label lblTime; private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Panel panelHeader; } }