279 lines
11 KiB
C#
279 lines
11 KiB
C#
namespace AppView
|
|
{
|
|
partial class FormProvider
|
|
{
|
|
/// <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()
|
|
{
|
|
labelProviderName = new Label();
|
|
textBoxName = new TextBox();
|
|
panelName = new Panel();
|
|
panelFurniture = new Panel();
|
|
textBoxFurniture = new TextBox();
|
|
labelFurniture = new Label();
|
|
panelType = new Panel();
|
|
buttonType = new Button();
|
|
dropDownList = new WinForm.DropDownList();
|
|
labelType = new Label();
|
|
panelDate = new Panel();
|
|
controlInputNullableDate = new ControlsLibraryNet60.Input.ControlInputNullableDate();
|
|
labelDate = new Label();
|
|
buttonSave = new Button();
|
|
panelButtons = new Panel();
|
|
buttonCancel = new Button();
|
|
panelName.SuspendLayout();
|
|
panelFurniture.SuspendLayout();
|
|
panelType.SuspendLayout();
|
|
panelDate.SuspendLayout();
|
|
panelButtons.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// labelProviderName
|
|
//
|
|
labelProviderName.AutoSize = true;
|
|
labelProviderName.Dock = DockStyle.Top;
|
|
labelProviderName.Location = new Point(10, 10);
|
|
labelProviderName.Name = "labelProviderName";
|
|
labelProviderName.Size = new Size(59, 15);
|
|
labelProviderName.TabIndex = 0;
|
|
labelProviderName.Text = "Название";
|
|
//
|
|
// textBoxName
|
|
//
|
|
textBoxName.Dock = DockStyle.Top;
|
|
textBoxName.Location = new Point(10, 25);
|
|
textBoxName.Name = "textBoxName";
|
|
textBoxName.Size = new Size(340, 23);
|
|
textBoxName.TabIndex = 1;
|
|
textBoxName.TextChanged += OnInputChange;
|
|
//
|
|
// panelName
|
|
//
|
|
panelName.AutoSize = true;
|
|
panelName.Controls.Add(textBoxName);
|
|
panelName.Controls.Add(labelProviderName);
|
|
panelName.Dock = DockStyle.Top;
|
|
panelName.Location = new Point(0, 0);
|
|
panelName.Margin = new Padding(0);
|
|
panelName.Name = "panelName";
|
|
panelName.Padding = new Padding(10);
|
|
panelName.Size = new Size(360, 58);
|
|
panelName.TabIndex = 2;
|
|
//
|
|
// panelFurniture
|
|
//
|
|
panelFurniture.AutoSize = true;
|
|
panelFurniture.Controls.Add(textBoxFurniture);
|
|
panelFurniture.Controls.Add(labelFurniture);
|
|
panelFurniture.Dock = DockStyle.Top;
|
|
panelFurniture.Location = new Point(0, 58);
|
|
panelFurniture.Margin = new Padding(0);
|
|
panelFurniture.Name = "panelFurniture";
|
|
panelFurniture.Padding = new Padding(10);
|
|
panelFurniture.Size = new Size(360, 58);
|
|
panelFurniture.TabIndex = 3;
|
|
//
|
|
// textBoxFurniture
|
|
//
|
|
textBoxFurniture.Dock = DockStyle.Top;
|
|
textBoxFurniture.Location = new Point(10, 25);
|
|
textBoxFurniture.Name = "textBoxFurniture";
|
|
textBoxFurniture.Size = new Size(340, 23);
|
|
textBoxFurniture.TabIndex = 1;
|
|
textBoxFurniture.TextChanged += OnInputChange;
|
|
//
|
|
// labelFurniture
|
|
//
|
|
labelFurniture.AutoSize = true;
|
|
labelFurniture.Dock = DockStyle.Top;
|
|
labelFurniture.Location = new Point(10, 10);
|
|
labelFurniture.Name = "labelFurniture";
|
|
labelFurniture.Size = new Size(50, 15);
|
|
labelFurniture.TabIndex = 0;
|
|
labelFurniture.Text = "Мебель";
|
|
//
|
|
// panelType
|
|
//
|
|
panelType.AutoSize = true;
|
|
panelType.Controls.Add(buttonType);
|
|
panelType.Controls.Add(dropDownList);
|
|
panelType.Controls.Add(labelType);
|
|
panelType.Dock = DockStyle.Top;
|
|
panelType.Location = new Point(0, 116);
|
|
panelType.Margin = new Padding(0);
|
|
panelType.Name = "panelType";
|
|
panelType.Padding = new Padding(10);
|
|
panelType.Size = new Size(360, 100);
|
|
panelType.TabIndex = 4;
|
|
//
|
|
// buttonType
|
|
//
|
|
buttonType.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
buttonType.Location = new Point(115, 64);
|
|
buttonType.Name = "buttonType";
|
|
buttonType.Size = new Size(127, 23);
|
|
buttonType.TabIndex = 2;
|
|
buttonType.Text = "Редактировать типы";
|
|
buttonType.UseVisualStyleBackColor = true;
|
|
buttonType.Click += ButtonTypeForm_Click;
|
|
//
|
|
// dropDownList
|
|
//
|
|
dropDownList.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
|
dropDownList.Location = new Point(10, 28);
|
|
dropDownList.Name = "dropDownList";
|
|
dropDownList.Selected = "";
|
|
dropDownList.Size = new Size(340, 30);
|
|
dropDownList.TabIndex = 1;
|
|
//
|
|
// labelType
|
|
//
|
|
labelType.AutoSize = true;
|
|
labelType.Dock = DockStyle.Top;
|
|
labelType.Location = new Point(10, 10);
|
|
labelType.Name = "labelType";
|
|
labelType.Size = new Size(101, 15);
|
|
labelType.TabIndex = 0;
|
|
labelType.Text = "Тип организации";
|
|
//
|
|
// panelDate
|
|
//
|
|
panelDate.AutoSize = true;
|
|
panelDate.Controls.Add(controlInputNullableDate);
|
|
panelDate.Controls.Add(labelDate);
|
|
panelDate.Dock = DockStyle.Top;
|
|
panelDate.Location = new Point(0, 216);
|
|
panelDate.Margin = new Padding(0);
|
|
panelDate.Name = "panelDate";
|
|
panelDate.Padding = new Padding(10);
|
|
panelDate.Size = new Size(360, 58);
|
|
panelDate.TabIndex = 6;
|
|
//
|
|
// controlInputNullableDate
|
|
//
|
|
controlInputNullableDate.Dock = DockStyle.Top;
|
|
controlInputNullableDate.Location = new Point(10, 25);
|
|
controlInputNullableDate.Margin = new Padding(4, 3, 4, 3);
|
|
controlInputNullableDate.Name = "controlInputNullableDate";
|
|
controlInputNullableDate.Size = new Size(340, 23);
|
|
controlInputNullableDate.TabIndex = 1;
|
|
controlInputNullableDate.Value = null;
|
|
//
|
|
// labelDate
|
|
//
|
|
labelDate.AutoSize = true;
|
|
labelDate.Dock = DockStyle.Top;
|
|
labelDate.Location = new Point(10, 10);
|
|
labelDate.Name = "labelDate";
|
|
labelDate.Size = new Size(85, 15);
|
|
labelDate.TabIndex = 0;
|
|
labelDate.Text = "Дата поставки";
|
|
//
|
|
// buttonSave
|
|
//
|
|
buttonSave.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
|
|
buttonSave.Location = new Point(10, 7);
|
|
buttonSave.Name = "buttonSave";
|
|
buttonSave.Size = new Size(75, 23);
|
|
buttonSave.TabIndex = 7;
|
|
buttonSave.Text = "Сохранить";
|
|
buttonSave.UseVisualStyleBackColor = true;
|
|
buttonSave.Click += ButtonSave_Click;
|
|
//
|
|
// panelButtons
|
|
//
|
|
panelButtons.AutoSize = true;
|
|
panelButtons.Controls.Add(buttonCancel);
|
|
panelButtons.Controls.Add(buttonSave);
|
|
panelButtons.Dock = DockStyle.Top;
|
|
panelButtons.Location = new Point(0, 274);
|
|
panelButtons.Margin = new Padding(0);
|
|
panelButtons.Name = "panelButtons";
|
|
panelButtons.Padding = new Padding(10);
|
|
panelButtons.Size = new Size(360, 64);
|
|
panelButtons.TabIndex = 8;
|
|
//
|
|
// buttonCancel
|
|
//
|
|
buttonCancel.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
|
|
buttonCancel.Location = new Point(275, 7);
|
|
buttonCancel.Name = "buttonCancel";
|
|
buttonCancel.Size = new Size(75, 23);
|
|
buttonCancel.TabIndex = 8;
|
|
buttonCancel.Text = "Отмена";
|
|
buttonCancel.UseVisualStyleBackColor = true;
|
|
buttonCancel.Click += ButtonCancel_Click;
|
|
//
|
|
// FormProvider
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(360, 311);
|
|
Controls.Add(panelButtons);
|
|
Controls.Add(panelDate);
|
|
Controls.Add(panelType);
|
|
Controls.Add(panelFurniture);
|
|
Controls.Add(panelName);
|
|
MaximumSize = new Size(900, 350);
|
|
MinimumSize = new Size(200, 350);
|
|
Name = "FormProvider";
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "Редактирование";
|
|
FormClosing += FormProvider_FormClosing;
|
|
Load += FormProvider_Load;
|
|
panelName.ResumeLayout(false);
|
|
panelName.PerformLayout();
|
|
panelFurniture.ResumeLayout(false);
|
|
panelFurniture.PerformLayout();
|
|
panelType.ResumeLayout(false);
|
|
panelType.PerformLayout();
|
|
panelDate.ResumeLayout(false);
|
|
panelDate.PerformLayout();
|
|
panelButtons.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Label labelProviderName;
|
|
private TextBox textBoxName;
|
|
private Panel panelName;
|
|
private Panel panelFurniture;
|
|
private TextBox textBoxFurniture;
|
|
private Label labelFurniture;
|
|
private Panel panelType;
|
|
private Label labelType;
|
|
private Panel panelDate;
|
|
private ControlsLibraryNet60.Input.ControlInputNullableDate controlInputNullableDate;
|
|
private Label labelDate;
|
|
private Button buttonSave;
|
|
private Panel panelButtons;
|
|
private Button buttonCancel;
|
|
private Button buttonType;
|
|
private WinForm.DropDownList dropDownList;
|
|
}
|
|
} |