2024-11-05 03:59:13 +04:00
|
|
|
|
namespace ProjectGSM.Forms
|
|
|
|
|
{
|
|
|
|
|
partial class FormCases
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
panel1 = new Panel();
|
|
|
|
|
deleteButton = new Button();
|
|
|
|
|
addButton = new Button();
|
|
|
|
|
dataGridView1 = new DataGridView();
|
|
|
|
|
panel1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
panel1.Controls.Add(deleteButton);
|
|
|
|
|
panel1.Controls.Add(addButton);
|
|
|
|
|
panel1.Dock = DockStyle.Right;
|
2024-11-09 03:06:08 +04:00
|
|
|
|
panel1.Location = new Point(863, 0);
|
|
|
|
|
panel1.Margin = new Padding(4, 5, 4, 5);
|
2024-11-05 03:59:13 +04:00
|
|
|
|
panel1.Name = "panel1";
|
2024-11-09 03:06:08 +04:00
|
|
|
|
panel1.Size = new Size(203, 750);
|
2024-11-05 03:59:13 +04:00
|
|
|
|
panel1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// deleteButton
|
|
|
|
|
//
|
|
|
|
|
deleteButton.BackgroundImage = Properties.Resources.circle_x_svgrepo_com;
|
|
|
|
|
deleteButton.BackgroundImageLayout = ImageLayout.Zoom;
|
2024-11-09 03:06:08 +04:00
|
|
|
|
deleteButton.Location = new Point(47, 400);
|
|
|
|
|
deleteButton.Margin = new Padding(4, 5, 4, 5);
|
2024-11-05 03:59:13 +04:00
|
|
|
|
deleteButton.Name = "deleteButton";
|
2024-11-09 03:06:08 +04:00
|
|
|
|
deleteButton.Size = new Size(107, 125);
|
2024-11-05 03:59:13 +04:00
|
|
|
|
deleteButton.TabIndex = 2;
|
|
|
|
|
deleteButton.Text = " ";
|
|
|
|
|
deleteButton.UseVisualStyleBackColor = true;
|
|
|
|
|
deleteButton.Click += deleteButton_Click;
|
|
|
|
|
//
|
|
|
|
|
// addButton
|
|
|
|
|
//
|
|
|
|
|
addButton.BackgroundImage = Properties.Resources.circle_plus_svgrepo_com;
|
|
|
|
|
addButton.BackgroundImageLayout = ImageLayout.Zoom;
|
2024-11-09 03:06:08 +04:00
|
|
|
|
addButton.Location = new Point(47, 63);
|
|
|
|
|
addButton.Margin = new Padding(4, 5, 4, 5);
|
2024-11-05 03:59:13 +04:00
|
|
|
|
addButton.Name = "addButton";
|
2024-11-09 03:06:08 +04:00
|
|
|
|
addButton.Size = new Size(107, 125);
|
2024-11-05 03:59:13 +04:00
|
|
|
|
addButton.TabIndex = 0;
|
|
|
|
|
addButton.Text = " ";
|
|
|
|
|
addButton.UseVisualStyleBackColor = true;
|
|
|
|
|
addButton.Click += addButton_Click;
|
|
|
|
|
//
|
|
|
|
|
// dataGridView1
|
|
|
|
|
//
|
|
|
|
|
dataGridView1.AllowUserToAddRows = false;
|
|
|
|
|
dataGridView1.AllowUserToDeleteRows = false;
|
|
|
|
|
dataGridView1.AllowUserToResizeColumns = false;
|
|
|
|
|
dataGridView1.AllowUserToResizeRows = false;
|
|
|
|
|
dataGridView1.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
dataGridView1.BackgroundColor = SystemColors.Info;
|
|
|
|
|
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
dataGridView1.Dock = DockStyle.Fill;
|
|
|
|
|
dataGridView1.Location = new Point(0, 0);
|
2024-11-09 03:06:08 +04:00
|
|
|
|
dataGridView1.Margin = new Padding(4, 5, 4, 5);
|
2024-11-05 03:59:13 +04:00
|
|
|
|
dataGridView1.MultiSelect = false;
|
|
|
|
|
dataGridView1.Name = "dataGridView1";
|
|
|
|
|
dataGridView1.ReadOnly = true;
|
|
|
|
|
dataGridView1.RowHeadersVisible = false;
|
2024-11-09 03:06:08 +04:00
|
|
|
|
dataGridView1.RowHeadersWidth = 62;
|
2024-11-05 03:59:13 +04:00
|
|
|
|
dataGridView1.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
2024-11-09 03:06:08 +04:00
|
|
|
|
dataGridView1.Size = new Size(863, 750);
|
2024-11-05 03:59:13 +04:00
|
|
|
|
dataGridView1.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// FormCases
|
|
|
|
|
//
|
2024-11-09 03:06:08 +04:00
|
|
|
|
AutoScaleDimensions = new SizeF(10F, 25F);
|
2024-11-05 03:59:13 +04:00
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2024-11-09 03:06:08 +04:00
|
|
|
|
ClientSize = new Size(1066, 750);
|
2024-11-05 03:59:13 +04:00
|
|
|
|
Controls.Add(dataGridView1);
|
|
|
|
|
Controls.Add(panel1);
|
2024-11-09 03:06:08 +04:00
|
|
|
|
Margin = new Padding(4, 5, 4, 5);
|
2024-11-05 03:59:13 +04:00
|
|
|
|
Name = "FormCases";
|
|
|
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
|
|
|
Text = "Дела";
|
|
|
|
|
Load += FormClients_Load;
|
|
|
|
|
panel1.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private Panel panel1;
|
|
|
|
|
private Button deleteButton;
|
|
|
|
|
private Button addButton;
|
|
|
|
|
private DataGridView dataGridView1;
|
|
|
|
|
}
|
|
|
|
|
}
|