390 lines
19 KiB
C#
390 lines
19 KiB
C#
namespace _0503NeshinaRogova
|
|
{
|
|
partial class EditRequestForm
|
|
{
|
|
/// <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()
|
|
{
|
|
this.panelHeader = new System.Windows.Forms.Panel();
|
|
this.lblTitle = new System.Windows.Forms.Label();
|
|
this.panelMain = new System.Windows.Forms.Panel();
|
|
this.cbClient = new System.Windows.Forms.ComboBox();
|
|
this.lblClient = new System.Windows.Forms.Label();
|
|
this.panelFooter = new System.Windows.Forms.Panel();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.lblDate = new System.Windows.Forms.Label();
|
|
this.dtpDate = new System.Windows.Forms.DateTimePicker();
|
|
this.lblParts = new System.Windows.Forms.Label();
|
|
this.tbParts = new System.Windows.Forms.TextBox();
|
|
this.lblCompletion = new System.Windows.Forms.Label();
|
|
this.dtpCompletion = new System.Windows.Forms.DateTimePicker();
|
|
this.lblStatus = new System.Windows.Forms.Label();
|
|
this.cbStatus = new System.Windows.Forms.ComboBox();
|
|
this.lblMaster = new System.Windows.Forms.Label();
|
|
this.cbMaster = new System.Windows.Forms.ComboBox();
|
|
this.cbTechType = new System.Windows.Forms.ComboBox();
|
|
this.lblTechType = new System.Windows.Forms.Label();
|
|
this.tbModel = new System.Windows.Forms.TextBox();
|
|
this.lblModel = new System.Windows.Forms.Label();
|
|
this.tbProblem = new System.Windows.Forms.TextBox();
|
|
this.lblProblem = new System.Windows.Forms.Label();
|
|
this.panelHeader.SuspendLayout();
|
|
this.panelMain.SuspendLayout();
|
|
this.panelFooter.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelHeader
|
|
//
|
|
this.panelHeader.BackColor = System.Drawing.Color.White;
|
|
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(729, 52);
|
|
this.panelHeader.TabIndex = 0;
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.AutoSize = true;
|
|
this.lblTitle.BackColor = System.Drawing.Color.Black;
|
|
this.lblTitle.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold);
|
|
this.lblTitle.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.Location = new System.Drawing.Point(17, 13);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(258, 32);
|
|
this.lblTitle.TabIndex = 0;
|
|
this.lblTitle.Text = "Управление заявкой";
|
|
//
|
|
// panelMain
|
|
//
|
|
this.panelMain.AutoScroll = true;
|
|
this.panelMain.Controls.Add(this.cbMaster);
|
|
this.panelMain.Controls.Add(this.cbClient);
|
|
this.panelMain.Controls.Add(this.lblMaster);
|
|
this.panelMain.Controls.Add(this.lblClient);
|
|
this.panelMain.Controls.Add(this.cbStatus);
|
|
this.panelMain.Controls.Add(this.lblStatus);
|
|
this.panelMain.Controls.Add(this.cbTechType);
|
|
this.panelMain.Controls.Add(this.dtpCompletion);
|
|
this.panelMain.Controls.Add(this.lblTechType);
|
|
this.panelMain.Controls.Add(this.lblCompletion);
|
|
this.panelMain.Controls.Add(this.tbModel);
|
|
this.panelMain.Controls.Add(this.tbParts);
|
|
this.panelMain.Controls.Add(this.lblModel);
|
|
this.panelMain.Controls.Add(this.lblParts);
|
|
this.panelMain.Controls.Add(this.tbProblem);
|
|
this.panelMain.Controls.Add(this.dtpDate);
|
|
this.panelMain.Controls.Add(this.lblProblem);
|
|
this.panelMain.Controls.Add(this.lblDate);
|
|
this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelMain.Location = new System.Drawing.Point(0, 52);
|
|
this.panelMain.Name = "panelMain";
|
|
this.panelMain.Padding = new System.Windows.Forms.Padding(13);
|
|
this.panelMain.Size = new System.Drawing.Size(729, 372);
|
|
this.panelMain.TabIndex = 1;
|
|
//
|
|
// cbClient
|
|
//
|
|
this.cbClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbClient.Font = new System.Drawing.Font("Segoe UI", 10F);
|
|
this.cbClient.FormattingEnabled = true;
|
|
this.cbClient.Location = new System.Drawing.Point(275, 176);
|
|
this.cbClient.Name = "cbClient";
|
|
this.cbClient.Size = new System.Drawing.Size(189, 25);
|
|
this.cbClient.TabIndex = 1;
|
|
//
|
|
// lblClient
|
|
//
|
|
this.lblClient.AutoSize = true;
|
|
this.lblClient.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.lblClient.Location = new System.Drawing.Point(275, 162);
|
|
this.lblClient.Name = "lblClient";
|
|
this.lblClient.Size = new System.Drawing.Size(108, 15);
|
|
this.lblClient.TabIndex = 0;
|
|
this.lblClient.Text = "Выберите клиента";
|
|
//
|
|
// panelFooter
|
|
//
|
|
this.panelFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
|
|
this.panelFooter.Controls.Add(this.btnCancel);
|
|
this.panelFooter.Controls.Add(this.btnSave);
|
|
this.panelFooter.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelFooter.Location = new System.Drawing.Point(0, 424);
|
|
this.panelFooter.Name = "panelFooter";
|
|
this.panelFooter.Padding = new System.Windows.Forms.Padding(13);
|
|
this.panelFooter.Size = new System.Drawing.Size(729, 55);
|
|
this.panelFooter.TabIndex = 2;
|
|
this.panelFooter.Paint += new System.Windows.Forms.PaintEventHandler(this.panelFooter_Paint);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(195)))), ((int)(((byte)(199)))));
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.FlatAppearance.BorderSize = 0;
|
|
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
|
this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(62)))), ((int)(((byte)(80)))));
|
|
this.btnCancel.Location = new System.Drawing.Point(511, 7);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(86, 35);
|
|
this.btnCancel.TabIndex = 1;
|
|
this.btnCancel.Text = "Отмена";
|
|
this.btnCancel.UseVisualStyleBackColor = false;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click_1);
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnSave.BackColor = System.Drawing.Color.Green;
|
|
this.btnSave.FlatAppearance.BorderSize = 0;
|
|
this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnSave.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
|
|
this.btnSave.ForeColor = System.Drawing.Color.White;
|
|
this.btnSave.Location = new System.Drawing.Point(607, 7);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(104, 35);
|
|
this.btnSave.TabIndex = 0;
|
|
this.btnSave.Text = "Сохранить";
|
|
this.btnSave.UseVisualStyleBackColor = false;
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click_1);
|
|
//
|
|
// lblDate
|
|
//
|
|
this.lblDate.AutoSize = true;
|
|
this.lblDate.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.lblDate.Location = new System.Drawing.Point(20, 194);
|
|
this.lblDate.Name = "lblDate";
|
|
this.lblDate.Size = new System.Drawing.Size(85, 15);
|
|
this.lblDate.TabIndex = 8;
|
|
this.lblDate.Text = "Дата создания";
|
|
this.lblDate.Visible = false;
|
|
//
|
|
// dtpDate
|
|
//
|
|
this.dtpDate.Enabled = false;
|
|
this.dtpDate.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dtpDate.Location = new System.Drawing.Point(23, 212);
|
|
this.dtpDate.Name = "dtpDate";
|
|
this.dtpDate.Size = new System.Drawing.Size(189, 23);
|
|
this.dtpDate.TabIndex = 9;
|
|
this.dtpDate.Visible = false;
|
|
//
|
|
// lblParts
|
|
//
|
|
this.lblParts.AutoSize = true;
|
|
this.lblParts.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.lblParts.Location = new System.Drawing.Point(20, 106);
|
|
this.lblParts.Name = "lblParts";
|
|
this.lblParts.Size = new System.Drawing.Size(154, 15);
|
|
this.lblParts.TabIndex = 14;
|
|
this.lblParts.Text = "Использованные запчасти";
|
|
//
|
|
// tbParts
|
|
//
|
|
this.tbParts.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.tbParts.Location = new System.Drawing.Point(23, 124);
|
|
this.tbParts.Name = "tbParts";
|
|
this.tbParts.Size = new System.Drawing.Size(189, 23);
|
|
this.tbParts.TabIndex = 15;
|
|
//
|
|
// lblCompletion
|
|
//
|
|
this.lblCompletion.AutoSize = true;
|
|
this.lblCompletion.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.lblCompletion.Location = new System.Drawing.Point(23, 150);
|
|
this.lblCompletion.Name = "lblCompletion";
|
|
this.lblCompletion.Size = new System.Drawing.Size(165, 15);
|
|
this.lblCompletion.TabIndex = 16;
|
|
this.lblCompletion.Text = "Дата завершения (если есть)";
|
|
//
|
|
// dtpCompletion
|
|
//
|
|
this.dtpCompletion.Checked = false;
|
|
this.dtpCompletion.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.dtpCompletion.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|
this.dtpCompletion.Location = new System.Drawing.Point(23, 168);
|
|
this.dtpCompletion.Name = "dtpCompletion";
|
|
this.dtpCompletion.ShowCheckBox = true;
|
|
this.dtpCompletion.Size = new System.Drawing.Size(189, 23);
|
|
this.dtpCompletion.TabIndex = 17;
|
|
//
|
|
// lblStatus
|
|
//
|
|
this.lblStatus.AutoSize = true;
|
|
this.lblStatus.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.lblStatus.Location = new System.Drawing.Point(23, 31);
|
|
this.lblStatus.Name = "lblStatus";
|
|
this.lblStatus.Size = new System.Drawing.Size(82, 15);
|
|
this.lblStatus.TabIndex = 10;
|
|
this.lblStatus.Text = "Статус заявки";
|
|
//
|
|
// cbStatus
|
|
//
|
|
this.cbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbStatus.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.cbStatus.FormattingEnabled = true;
|
|
this.cbStatus.Location = new System.Drawing.Point(23, 45);
|
|
this.cbStatus.Name = "cbStatus";
|
|
this.cbStatus.Size = new System.Drawing.Size(189, 23);
|
|
this.cbStatus.TabIndex = 11;
|
|
//
|
|
// lblMaster
|
|
//
|
|
this.lblMaster.AutoSize = true;
|
|
this.lblMaster.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.lblMaster.Location = new System.Drawing.Point(23, 65);
|
|
this.lblMaster.Name = "lblMaster";
|
|
this.lblMaster.Size = new System.Drawing.Size(113, 15);
|
|
this.lblMaster.TabIndex = 12;
|
|
this.lblMaster.Text = "Назначить мастера";
|
|
//
|
|
// cbMaster
|
|
//
|
|
this.cbMaster.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbMaster.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.cbMaster.FormattingEnabled = true;
|
|
this.cbMaster.Location = new System.Drawing.Point(23, 80);
|
|
this.cbMaster.Name = "cbMaster";
|
|
this.cbMaster.Size = new System.Drawing.Size(189, 23);
|
|
this.cbMaster.TabIndex = 13;
|
|
//
|
|
// cbTechType
|
|
//
|
|
this.cbTechType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbTechType.Font = new System.Drawing.Font("Segoe UI", 10F);
|
|
this.cbTechType.FormattingEnabled = true;
|
|
this.cbTechType.Location = new System.Drawing.Point(275, 24);
|
|
this.cbTechType.Name = "cbTechType";
|
|
this.cbTechType.Size = new System.Drawing.Size(129, 25);
|
|
this.cbTechType.TabIndex = 9;
|
|
//
|
|
// lblTechType
|
|
//
|
|
this.lblTechType.AutoSize = true;
|
|
this.lblTechType.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.lblTechType.Location = new System.Drawing.Point(275, 10);
|
|
this.lblTechType.Name = "lblTechType";
|
|
this.lblTechType.Size = new System.Drawing.Size(74, 15);
|
|
this.lblTechType.TabIndex = 8;
|
|
this.lblTechType.Text = "Тип техники";
|
|
//
|
|
// tbModel
|
|
//
|
|
this.tbModel.Font = new System.Drawing.Font("Segoe UI", 10F);
|
|
this.tbModel.Location = new System.Drawing.Point(416, 24);
|
|
this.tbModel.Name = "tbModel";
|
|
this.tbModel.Size = new System.Drawing.Size(301, 25);
|
|
this.tbModel.TabIndex = 11;
|
|
//
|
|
// lblModel
|
|
//
|
|
this.lblModel.AutoSize = true;
|
|
this.lblModel.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.lblModel.Location = new System.Drawing.Point(416, 10);
|
|
this.lblModel.Name = "lblModel";
|
|
this.lblModel.Size = new System.Drawing.Size(114, 15);
|
|
this.lblModel.TabIndex = 10;
|
|
this.lblModel.Text = "Модель устройства";
|
|
//
|
|
// tbProblem
|
|
//
|
|
this.tbProblem.Font = new System.Drawing.Font("Segoe UI", 10F);
|
|
this.tbProblem.Location = new System.Drawing.Point(275, 63);
|
|
this.tbProblem.Multiline = true;
|
|
this.tbProblem.Name = "tbProblem";
|
|
this.tbProblem.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.tbProblem.Size = new System.Drawing.Size(442, 87);
|
|
this.tbProblem.TabIndex = 13;
|
|
//
|
|
// lblProblem
|
|
//
|
|
this.lblProblem.AutoSize = true;
|
|
this.lblProblem.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
this.lblProblem.Location = new System.Drawing.Point(275, 48);
|
|
this.lblProblem.Name = "lblProblem";
|
|
this.lblProblem.Size = new System.Drawing.Size(124, 15);
|
|
this.lblProblem.TabIndex = 12;
|
|
this.lblProblem.Text = "Описание проблемы";
|
|
//
|
|
// EditRequestForm
|
|
//
|
|
this.AcceptButton = this.btnSave;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.CancelButton = this.btnCancel;
|
|
this.ClientSize = new System.Drawing.Size(729, 479);
|
|
this.Controls.Add(this.panelMain);
|
|
this.Controls.Add(this.panelFooter);
|
|
this.Controls.Add(this.panelHeader);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "EditRequestForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Управление заявкой";
|
|
this.panelHeader.ResumeLayout(false);
|
|
this.panelHeader.PerformLayout();
|
|
this.panelMain.ResumeLayout(false);
|
|
this.panelMain.PerformLayout();
|
|
this.panelFooter.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panelHeader;
|
|
private System.Windows.Forms.Label lblTitle;
|
|
private System.Windows.Forms.Panel panelMain;
|
|
private System.Windows.Forms.Panel panelFooter;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
|
// Элементы формы
|
|
private System.Windows.Forms.ComboBox cbClient;
|
|
private System.Windows.Forms.Label lblClient;
|
|
private System.Windows.Forms.ComboBox cbMaster;
|
|
private System.Windows.Forms.Label lblMaster;
|
|
private System.Windows.Forms.ComboBox cbStatus;
|
|
private System.Windows.Forms.Label lblStatus;
|
|
private System.Windows.Forms.ComboBox cbTechType;
|
|
private System.Windows.Forms.DateTimePicker dtpCompletion;
|
|
private System.Windows.Forms.Label lblTechType;
|
|
private System.Windows.Forms.Label lblCompletion;
|
|
private System.Windows.Forms.TextBox tbModel;
|
|
private System.Windows.Forms.TextBox tbParts;
|
|
private System.Windows.Forms.Label lblModel;
|
|
private System.Windows.Forms.Label lblParts;
|
|
private System.Windows.Forms.TextBox tbProblem;
|
|
private System.Windows.Forms.DateTimePicker dtpDate;
|
|
private System.Windows.Forms.Label lblProblem;
|
|
private System.Windows.Forms.Label lblDate;
|
|
}
|
|
} |