2024-05-08 01:46:11 +04:00
|
|
|
|
namespace MedicalView
|
|
|
|
|
{
|
2024-05-15 02:53:44 +04:00
|
|
|
|
partial class FormAbstractList<M, V, S>
|
2024-05-08 01:46:11 +04:00
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
menuStrip = new MenuStrip();
|
|
|
|
|
обновитьToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
добавитьToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
изменитьToolStripMenuItem = new ToolStripMenuItem();
|
|
|
|
|
удалитьToolStripMenuItem = new ToolStripMenuItem();
|
2024-05-08 02:06:28 +04:00
|
|
|
|
statusStrip = new StatusStrip();
|
|
|
|
|
toolStripStatusLabel = new ToolStripStatusLabel();
|
2024-05-08 12:55:18 +04:00
|
|
|
|
dataGridView = new DataGridView();
|
2024-05-08 01:46:11 +04:00
|
|
|
|
menuStrip.SuspendLayout();
|
2024-05-08 02:06:28 +04:00
|
|
|
|
statusStrip.SuspendLayout();
|
2024-05-08 12:55:18 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
2024-05-08 01:46:11 +04:00
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// menuStrip
|
|
|
|
|
//
|
|
|
|
|
menuStrip.ImageScalingSize = new Size(20, 20);
|
|
|
|
|
menuStrip.Items.AddRange(new ToolStripItem[] { обновитьToolStripMenuItem, добавитьToolStripMenuItem, изменитьToolStripMenuItem, удалитьToolStripMenuItem });
|
|
|
|
|
menuStrip.Location = new Point(0, 0);
|
|
|
|
|
menuStrip.Name = "menuStrip";
|
|
|
|
|
menuStrip.Size = new Size(800, 28);
|
2024-05-08 12:55:18 +04:00
|
|
|
|
menuStrip.TabIndex = 0;
|
2024-05-08 01:46:11 +04:00
|
|
|
|
menuStrip.Text = "menuStrip1";
|
|
|
|
|
//
|
|
|
|
|
// обновитьToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
обновитьToolStripMenuItem.Name = "обновитьToolStripMenuItem";
|
|
|
|
|
обновитьToolStripMenuItem.Size = new Size(92, 24);
|
|
|
|
|
обновитьToolStripMenuItem.Text = "Обновить";
|
2024-05-08 12:55:18 +04:00
|
|
|
|
обновитьToolStripMenuItem.Click += RefreshItemsToolStripMenuItem_Click;
|
2024-05-08 01:46:11 +04:00
|
|
|
|
//
|
|
|
|
|
// добавитьToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
добавитьToolStripMenuItem.Name = "добавитьToolStripMenuItem";
|
|
|
|
|
добавитьToolStripMenuItem.Size = new Size(90, 24);
|
|
|
|
|
добавитьToolStripMenuItem.Text = "Добавить";
|
2024-05-08 12:55:18 +04:00
|
|
|
|
добавитьToolStripMenuItem.Click += AddItemToolStripMenuItem_Click;
|
2024-05-08 01:46:11 +04:00
|
|
|
|
//
|
|
|
|
|
// изменитьToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
изменитьToolStripMenuItem.Name = "изменитьToolStripMenuItem";
|
|
|
|
|
изменитьToolStripMenuItem.Size = new Size(92, 24);
|
|
|
|
|
изменитьToolStripMenuItem.Text = "Изменить";
|
2024-05-08 12:55:18 +04:00
|
|
|
|
изменитьToolStripMenuItem.Click += EsitItemToolStripMenuItem_Click;
|
2024-05-08 01:46:11 +04:00
|
|
|
|
//
|
|
|
|
|
// удалитьToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
удалитьToolStripMenuItem.Name = "удалитьToolStripMenuItem";
|
|
|
|
|
удалитьToolStripMenuItem.Size = new Size(79, 24);
|
|
|
|
|
удалитьToolStripMenuItem.Text = "Удалить";
|
2024-05-08 12:55:18 +04:00
|
|
|
|
удалитьToolStripMenuItem.Click += DeleteItemToolStripMenuItem_Click;
|
2024-05-08 01:46:11 +04:00
|
|
|
|
//
|
2024-05-08 02:06:28 +04:00
|
|
|
|
// statusStrip
|
|
|
|
|
//
|
|
|
|
|
statusStrip.ImageScalingSize = new Size(20, 20);
|
|
|
|
|
statusStrip.Items.AddRange(new ToolStripItem[] { toolStripStatusLabel });
|
|
|
|
|
statusStrip.Location = new Point(0, 428);
|
|
|
|
|
statusStrip.Name = "statusStrip";
|
|
|
|
|
statusStrip.Size = new Size(800, 22);
|
2024-05-08 12:55:18 +04:00
|
|
|
|
statusStrip.TabIndex = 1;
|
2024-05-08 02:06:28 +04:00
|
|
|
|
statusStrip.Text = "statusStrip1";
|
|
|
|
|
//
|
|
|
|
|
// toolStripStatusLabel
|
|
|
|
|
//
|
|
|
|
|
toolStripStatusLabel.Name = "toolStripStatusLabel";
|
|
|
|
|
toolStripStatusLabel.Size = new Size(0, 16);
|
|
|
|
|
//
|
2024-05-08 12:55:18 +04:00
|
|
|
|
// dataGridView
|
|
|
|
|
//
|
|
|
|
|
dataGridView.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
dataGridView.Dock = DockStyle.Fill;
|
|
|
|
|
dataGridView.Location = new Point(0, 28);
|
|
|
|
|
dataGridView.MultiSelect = false;
|
|
|
|
|
dataGridView.Name = "dataGridView";
|
|
|
|
|
dataGridView.RowHeadersVisible = false;
|
|
|
|
|
dataGridView.RowHeadersWidth = 51;
|
|
|
|
|
dataGridView.RowTemplate.Height = 29;
|
|
|
|
|
dataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
|
|
|
|
dataGridView.Size = new Size(800, 400);
|
|
|
|
|
dataGridView.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// FormAbstractList
|
2024-05-08 01:46:11 +04:00
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(800, 450);
|
|
|
|
|
Controls.Add(dataGridView);
|
2024-05-08 12:55:18 +04:00
|
|
|
|
Controls.Add(statusStrip);
|
2024-05-08 01:46:11 +04:00
|
|
|
|
Controls.Add(menuStrip);
|
|
|
|
|
MainMenuStrip = menuStrip;
|
2024-05-08 12:55:18 +04:00
|
|
|
|
Name = "FormAbstractList";
|
|
|
|
|
Text = "FormAbstractList";
|
|
|
|
|
Load += FormAbstractList_Load;
|
2024-05-08 01:46:11 +04:00
|
|
|
|
menuStrip.ResumeLayout(false);
|
|
|
|
|
menuStrip.PerformLayout();
|
2024-05-08 02:06:28 +04:00
|
|
|
|
statusStrip.ResumeLayout(false);
|
|
|
|
|
statusStrip.PerformLayout();
|
2024-05-08 12:55:18 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
2024-05-08 01:46:11 +04:00
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
PerformLayout();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2024-05-08 12:55:18 +04:00
|
|
|
|
|
2024-05-08 13:04:37 +04:00
|
|
|
|
protected MenuStrip menuStrip;
|
|
|
|
|
protected StatusStrip statusStrip;
|
|
|
|
|
protected ToolStripMenuItem обновитьToolStripMenuItem;
|
|
|
|
|
protected ToolStripMenuItem добавитьToolStripMenuItem;
|
|
|
|
|
protected ToolStripMenuItem изменитьToolStripMenuItem;
|
|
|
|
|
protected ToolStripMenuItem удалитьToolStripMenuItem;
|
|
|
|
|
protected ToolStripStatusLabel toolStripStatusLabel;
|
|
|
|
|
protected DataGridView dataGridView;
|
2024-05-08 01:46:11 +04:00
|
|
|
|
}
|
|
|
|
|
}
|