PIBD14-Boyko-M.S.-GSM-Autot.../ProjectGSM/Forms/FormCase.Designer.cs
2024-11-09 03:06:08 +04:00

315 lines
12 KiB
C#

namespace ProjectGSM.Forms
{
partial class FormCase
{
/// <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()
{
typeApealLabel = new Label();
paymentLabel = new Label();
saveButton = new Button();
cancelButton = new Button();
priceLabel = new Label();
verdictLabel = new Label();
typeApellBox = new ComboBox();
paymentCheckBox = new CheckBox();
priceNumeric = new NumericUpDown();
winPriceLabel = new Label();
winPriceNumeric = new NumericUpDown();
verdictCheckBox = new CheckBox();
courtBox = new ComboBox();
courtLabel = new Label();
clientBox = new ComboBox();
clientLabel = new Label();
descriptionLabel = new Label();
textBox1 = new TextBox();
groupBox1 = new GroupBox();
dataGridView1 = new DataGridView();
ColumnAdvocate = new DataGridViewComboBoxColumn();
ColumnPost = new DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)priceNumeric).BeginInit();
((System.ComponentModel.ISupportInitialize)winPriceNumeric).BeginInit();
groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
SuspendLayout();
//
// typeApealLabel
//
typeApealLabel.Location = new Point(10, 10);
typeApealLabel.Name = "typeApealLabel";
typeApealLabel.Size = new Size(100, 23);
typeApealLabel.TabIndex = 0;
typeApealLabel.Text = "Тип обращения:";
//
// paymentLabel
//
paymentLabel.Location = new Point(10, 50);
paymentLabel.Name = "paymentLabel";
paymentLabel.Size = new Size(100, 23);
paymentLabel.TabIndex = 2;
paymentLabel.Text = "Оплачено:";
//
// saveButton
//
saveButton.Location = new Point(116, 531);
saveButton.Name = "saveButton";
saveButton.Size = new Size(128, 39);
saveButton.TabIndex = 4;
saveButton.Text = "Сохранить";
saveButton.Click += saveButton_Click;
//
// cancelButton
//
cancelButton.Location = new Point(283, 531);
cancelButton.Name = "cancelButton";
cancelButton.Size = new Size(126, 39);
cancelButton.TabIndex = 5;
cancelButton.Text = "Отмена";
cancelButton.Click += cancelButton_Click;
//
// priceLabel
//
priceLabel.Location = new Point(10, 89);
priceLabel.Name = "priceLabel";
priceLabel.Size = new Size(100, 23);
priceLabel.TabIndex = 0;
priceLabel.Text = "Цена:";
//
// verdictLabel
//
verdictLabel.Location = new Point(10, 176);
verdictLabel.Name = "verdictLabel";
verdictLabel.Size = new Size(111, 23);
verdictLabel.TabIndex = 11;
verdictLabel.Text = "Вердикт:";
//
// typeApellBox
//
typeApellBox.DropDownStyle = ComboBoxStyle.DropDownList;
typeApellBox.FormattingEnabled = true;
typeApellBox.Location = new Point(116, 10);
typeApellBox.Name = "typeApellBox";
typeApellBox.Size = new Size(121, 33);
typeApellBox.TabIndex = 13;
//
// paymentCheckBox
//
paymentCheckBox.AutoSize = true;
paymentCheckBox.Location = new Point(120, 49);
paymentCheckBox.Name = "paymentCheckBox";
paymentCheckBox.Size = new Size(109, 29);
paymentCheckBox.TabIndex = 14;
paymentCheckBox.Text = "успешно";
paymentCheckBox.UseVisualStyleBackColor = true;
//
// priceNumeric
//
priceNumeric.DecimalPlaces = 2;
priceNumeric.Location = new Point(117, 87);
priceNumeric.Name = "priceNumeric";
priceNumeric.Size = new Size(120, 31);
priceNumeric.TabIndex = 15;
//
// winPriceLabel
//
winPriceLabel.Location = new Point(10, 122);
winPriceLabel.Name = "winPriceLabel";
winPriceLabel.Size = new Size(100, 23);
winPriceLabel.TabIndex = 16;
winPriceLabel.Text = "Победная цена:";
//
// winPriceNumeric
//
winPriceNumeric.DecimalPlaces = 2;
winPriceNumeric.Location = new Point(117, 122);
winPriceNumeric.Name = "winPriceNumeric";
winPriceNumeric.Size = new Size(120, 31);
winPriceNumeric.TabIndex = 17;
//
// verdictCheckBox
//
verdictCheckBox.AutoSize = true;
verdictCheckBox.Location = new Point(116, 176);
verdictCheckBox.Name = "verdictCheckBox";
verdictCheckBox.Size = new Size(109, 29);
verdictCheckBox.TabIndex = 19;
verdictCheckBox.Text = "успешно";
verdictCheckBox.UseVisualStyleBackColor = true;
//
// courtBox
//
courtBox.DropDownStyle = ComboBoxStyle.DropDownList;
courtBox.FormattingEnabled = true;
courtBox.Location = new Point(116, 212);
courtBox.Name = "courtBox";
courtBox.Size = new Size(121, 33);
courtBox.TabIndex = 21;
//
// courtLabel
//
courtLabel.Location = new Point(12, 215);
courtLabel.Name = "courtLabel";
courtLabel.Size = new Size(100, 23);
courtLabel.TabIndex = 20;
courtLabel.Text = "Суд:";
//
// clientBox
//
clientBox.DropDownStyle = ComboBoxStyle.DropDownList;
clientBox.FormattingEnabled = true;
clientBox.Location = new Point(116, 262);
clientBox.Name = "clientBox";
clientBox.Size = new Size(121, 33);
clientBox.TabIndex = 23;
//
// clientLabel
//
clientLabel.Location = new Point(10, 262);
clientLabel.Name = "clientLabel";
clientLabel.Size = new Size(100, 23);
clientLabel.TabIndex = 22;
clientLabel.Text = "Клиент:";
//
// descriptionLabel
//
descriptionLabel.Location = new Point(10, 296);
descriptionLabel.Name = "descriptionLabel";
descriptionLabel.Size = new Size(100, 23);
descriptionLabel.TabIndex = 24;
descriptionLabel.Text = "Описание:";
//
// textBox1
//
textBox1.Location = new Point(118, 296);
textBox1.Multiline = true;
textBox1.Name = "textBox1";
textBox1.Size = new Size(154, 73);
textBox1.TabIndex = 25;
//
// groupBox1
//
groupBox1.Controls.Add(dataGridView1);
groupBox1.Location = new Point(327, 30);
groupBox1.Name = "groupBox1";
groupBox1.Size = new Size(477, 339);
groupBox1.TabIndex = 26;
groupBox1.TabStop = false;
groupBox1.Text = "Прикрепленные адвокаты";
//
// dataGridView1
//
dataGridView1.AllowUserToResizeColumns = false;
dataGridView1.AllowUserToResizeRows = false;
dataGridView1.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill;
dataGridView1.BackgroundColor = SystemColors.ActiveCaption;
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView1.Columns.AddRange(new DataGridViewColumn[] { ColumnAdvocate, ColumnPost });
dataGridView1.Dock = DockStyle.Fill;
dataGridView1.Location = new Point(3, 27);
dataGridView1.Name = "dataGridView1";
dataGridView1.RowHeadersWidth = 62;
dataGridView1.Size = new Size(471, 309);
dataGridView1.TabIndex = 0;
//
// ColumnAdvocate
//
ColumnAdvocate.HeaderText = "Адвокаты";
ColumnAdvocate.MinimumWidth = 8;
ColumnAdvocate.Name = "ColumnAdvocate";
//
// ColumnPost
//
ColumnPost.HeaderText = "Должности";
ColumnPost.MinimumWidth = 8;
ColumnPost.Name = "ColumnPost";
//
// FormCase
//
ClientSize = new Size(845, 582);
Controls.Add(groupBox1);
Controls.Add(textBox1);
Controls.Add(descriptionLabel);
Controls.Add(clientBox);
Controls.Add(clientLabel);
Controls.Add(courtBox);
Controls.Add(courtLabel);
Controls.Add(verdictCheckBox);
Controls.Add(winPriceNumeric);
Controls.Add(winPriceLabel);
Controls.Add(priceNumeric);
Controls.Add(paymentCheckBox);
Controls.Add(typeApellBox);
Controls.Add(verdictLabel);
Controls.Add(priceLabel);
Controls.Add(typeApealLabel);
Controls.Add(paymentLabel);
Controls.Add(saveButton);
Controls.Add(cancelButton);
Name = "FormCase";
StartPosition = FormStartPosition.CenterScreen;
Text = "Дело";
((System.ComponentModel.ISupportInitialize)priceNumeric).EndInit();
((System.ComponentModel.ISupportInitialize)winPriceNumeric).EndInit();
groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label typeApealLabel;
private Label paymentLabel;
private TextBox emailTextBox;
private Button saveButton;
private Button cancelButton;
private Label priceLabel;
private Label label2;
private CheckBox sexCheckBox;
private Label DateLabel;
private DateTimePicker dateTimePicker;
private TextBox phoneText;
private Label verdictLabel;
private ComboBox typeApellBox;
private CheckBox paymentCheckBox;
private NumericUpDown priceNumeric;
private Label winPriceLabel;
private NumericUpDown winPriceNumeric;
private CheckBox verdictCheckBox;
private ComboBox courtBox;
private Label courtLabel;
private ComboBox clientBox;
private Label clientLabel;
private Label descriptionLabel;
private TextBox textBox1;
private GroupBox groupBox1;
private DataGridView dataGridView1;
private DataGridViewComboBoxColumn ColumnAdvocate;
private DataGridViewTextBoxColumn ColumnPost;
}
}