PIbd-31_Pyatakov_Kirill_COP/COP3_/FormEdit.Designer.cs
2024-12-13 00:01:45 +03:00

188 lines
7.8 KiB
C#

namespace COP3_
{
partial class FormEdit
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
textBoxFIO = new TextBox();
labelFIO = new Label();
labelGoodDescription = new Label();
labelOrderSum = new Label();
labelOrderStatus = new Label();
selectComponentOrderStatus = new UserComponentsOption19.SelectComponent();
buttonClose = new Button();
buttonSave = new Button();
userControlDatePicker1 = new Components.UserControlDatePicker();
userControlCheckedList1 = new Components.UserControlCheckedList();
SuspendLayout();
//
// textBoxFIO
//
textBoxFIO.Location = new Point(13, 33);
textBoxFIO.Margin = new Padding(3, 2, 3, 2);
textBoxFIO.Name = "textBoxFIO";
textBoxFIO.Size = new Size(303, 23);
textBoxFIO.TabIndex = 1;
textBoxFIO.TextChanged += valueChanged;
//
// labelFIO
//
labelFIO.AutoSize = true;
labelFIO.Location = new Point(13, 16);
labelFIO.Name = "labelFIO";
labelFIO.Size = new Size(34, 15);
labelFIO.TabIndex = 4;
labelFIO.Text = "ФИО";
//
// labelGoodDescription
//
labelGoodDescription.Anchor = AnchorStyles.Top | AnchorStyles.Right;
labelGoodDescription.AutoSize = true;
labelGoodDescription.Location = new Point(510, 9);
labelGoodDescription.Name = "labelGoodDescription";
labelGoodDescription.Size = new Size(73, 15);
labelGoodDescription.TabIndex = 7;
labelGoodDescription.Text = "Путь товара";
//
// labelOrderSum
//
labelOrderSum.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
labelOrderSum.AutoSize = true;
labelOrderSum.Location = new Point(12, 151);
labelOrderSum.Name = "labelOrderSum";
labelOrderSum.Size = new Size(87, 15);
labelOrderSum.TabIndex = 9;
labelOrderSum.Text = "Срок доставки";
//
// labelOrderStatus
//
labelOrderStatus.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
labelOrderStatus.AutoSize = true;
labelOrderStatus.Location = new Point(10, 66);
labelOrderStatus.Name = "labelOrderStatus";
labelOrderStatus.Size = new Size(101, 15);
labelOrderStatus.TabIndex = 10;
labelOrderStatus.Text = "Пунт назначения";
//
// selectComponentOrderStatus
//
selectComponentOrderStatus.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
selectComponentOrderStatus.Location = new Point(10, 83);
selectComponentOrderStatus.Margin = new Padding(3, 2, 3, 2);
selectComponentOrderStatus.Name = "selectComponentOrderStatus";
selectComponentOrderStatus.SelectedValue = "";
selectComponentOrderStatus.Size = new Size(165, 27);
selectComponentOrderStatus.TabIndex = 11;
selectComponentOrderStatus.SelectComponentChanged += valueChanged;
//
// buttonClose
//
buttonClose.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
buttonClose.BackColor = Color.IndianRed;
buttonClose.ForeColor = SystemColors.ButtonHighlight;
buttonClose.Location = new Point(510, 325);
buttonClose.Margin = new Padding(3, 2, 3, 2);
buttonClose.Name = "buttonClose";
buttonClose.Size = new Size(121, 35);
buttonClose.TabIndex = 12;
buttonClose.Text = "Закрыть";
buttonClose.UseVisualStyleBackColor = false;
buttonClose.Click += buttonClose_Click;
//
// buttonSave
//
buttonSave.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
buttonSave.BackColor = Color.LightGreen;
buttonSave.ForeColor = Color.DarkGreen;
buttonSave.Location = new Point(707, 325);
buttonSave.Margin = new Padding(3, 2, 3, 2);
buttonSave.Name = "buttonSave";
buttonSave.Size = new Size(121, 35);
buttonSave.TabIndex = 13;
buttonSave.Text = "Сохранить";
buttonSave.UseVisualStyleBackColor = false;
buttonSave.Click += buttonSave_Click;
//
// userControlDatePicker1
//
userControlDatePicker1.BackColor = Color.Orange;
userControlDatePicker1.Location = new Point(12, 169);
userControlDatePicker1.Name = "userControlDatePicker1";
userControlDatePicker1.Size = new Size(193, 50);
userControlDatePicker1.TabIndex = 14;
//
// userControlCheckedList1
//
userControlCheckedList1.BackColor = Color.Firebrick;
userControlCheckedList1.Location = new Point(510, 43);
userControlCheckedList1.MaxCheckedItemsCount = 1;
userControlCheckedList1.Name = "userControlCheckedList1";
userControlCheckedList1.Size = new Size(318, 259);
userControlCheckedList1.TabIndex = 15;
userControlCheckedList1.Load += userControlCheckedList1_Load;
//
// FormEdit
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(903, 371);
Controls.Add(userControlCheckedList1);
Controls.Add(userControlDatePicker1);
Controls.Add(buttonSave);
Controls.Add(buttonClose);
Controls.Add(selectComponentOrderStatus);
Controls.Add(labelOrderStatus);
Controls.Add(labelOrderSum);
Controls.Add(labelGoodDescription);
Controls.Add(labelFIO);
Controls.Add(textBoxFIO);
Margin = new Padding(3, 2, 3, 2);
Name = "FormEdit";
Text = "Редактировать/добавить сущность";
Load += FormEdit_Add_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private TextBox textBoxFIO;
private TextBox textBoxLastName;
private TextBox textBoxPatronymic;
private Label labelFIO;
private Label labelLastName;
private Label labelPatronymic;
private Label labelGoodDescription;
private TextBox textBoxGoodDescription;
private Label labelOrderSum;
private Label labelOrderStatus;
private UserComponentsOption19.SelectComponent selectComponentOrderStatus;
private Button buttonClose;
private Button buttonSave;
private Components.UserControlDatePicker userControlDatePicker1;
private Components.UserControlCheckedList userControlCheckedList1;
}
}