2024-02-14 00:11:21 +04:00
|
|
|
|
namespace LawFirmView
|
|
|
|
|
{
|
|
|
|
|
partial class FormDocuments
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2024-02-27 19:44:44 +04:00
|
|
|
|
this.dataGridView = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.buttonAdd = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonUpd = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonDel = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonRef = new System.Windows.Forms.Button();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
2024-02-14 00:11:21 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
// dataGridView
|
2024-02-14 00:11:21 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridView.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.dataGridView.Name = "dataGridView";
|
|
|
|
|
this.dataGridView.RowTemplate.Height = 25;
|
|
|
|
|
this.dataGridView.Size = new System.Drawing.Size(445, 420);
|
|
|
|
|
this.dataGridView.TabIndex = 0;
|
2024-02-14 00:11:21 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
// buttonAdd
|
2024-02-14 00:11:21 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
this.buttonAdd.Location = new System.Drawing.Point(514, 22);
|
|
|
|
|
this.buttonAdd.Name = "buttonAdd";
|
|
|
|
|
this.buttonAdd.Size = new System.Drawing.Size(95, 37);
|
|
|
|
|
this.buttonAdd.TabIndex = 1;
|
|
|
|
|
this.buttonAdd.Text = "Добавить";
|
|
|
|
|
this.buttonAdd.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
|
2024-02-14 00:11:21 +04:00
|
|
|
|
//
|
|
|
|
|
// buttonUpd
|
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
this.buttonUpd.Location = new System.Drawing.Point(514, 80);
|
|
|
|
|
this.buttonUpd.Name = "buttonUpd";
|
|
|
|
|
this.buttonUpd.Size = new System.Drawing.Size(95, 39);
|
|
|
|
|
this.buttonUpd.TabIndex = 2;
|
|
|
|
|
this.buttonUpd.Text = "Изменить";
|
|
|
|
|
this.buttonUpd.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonUpd.Click += new System.EventHandler(this.buttonUpd_Click);
|
2024-02-14 00:11:21 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
// buttonDel
|
2024-02-14 00:11:21 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
this.buttonDel.Location = new System.Drawing.Point(514, 142);
|
|
|
|
|
this.buttonDel.Name = "buttonDel";
|
|
|
|
|
this.buttonDel.Size = new System.Drawing.Size(95, 40);
|
|
|
|
|
this.buttonDel.TabIndex = 3;
|
|
|
|
|
this.buttonDel.Text = "Удалить";
|
|
|
|
|
this.buttonDel.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonDel.Click += new System.EventHandler(this.buttonDel_Click);
|
2024-02-14 00:11:21 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
// buttonRef
|
2024-02-14 00:11:21 +04:00
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
this.buttonRef.Location = new System.Drawing.Point(514, 205);
|
|
|
|
|
this.buttonRef.Name = "buttonRef";
|
|
|
|
|
this.buttonRef.Size = new System.Drawing.Size(95, 39);
|
|
|
|
|
this.buttonRef.TabIndex = 4;
|
|
|
|
|
this.buttonRef.Text = "Обновить";
|
|
|
|
|
this.buttonRef.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonRef.Click += new System.EventHandler(this.buttonRef_Click);
|
2024-02-14 00:11:21 +04:00
|
|
|
|
//
|
|
|
|
|
// FormDocuments
|
|
|
|
|
//
|
2024-02-27 19:44:44 +04:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(669, 432);
|
|
|
|
|
this.Controls.Add(this.buttonRef);
|
|
|
|
|
this.Controls.Add(this.buttonDel);
|
|
|
|
|
this.Controls.Add(this.buttonUpd);
|
|
|
|
|
this.Controls.Add(this.buttonAdd);
|
|
|
|
|
this.Controls.Add(this.dataGridView);
|
|
|
|
|
this.Name = "FormDocuments";
|
|
|
|
|
this.Text = "Пакеты документов";
|
|
|
|
|
this.Load += new System.EventHandler(this.FormDocuments_Load);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
2024-02-14 00:11:21 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private DataGridView dataGridView;
|
2024-02-27 19:44:44 +04:00
|
|
|
|
private Button buttonAdd;
|
|
|
|
|
private Button buttonUpd;
|
|
|
|
|
private Button buttonDel;
|
|
|
|
|
private Button buttonRef;
|
2024-02-14 00:11:21 +04:00
|
|
|
|
}
|
|
|
|
|
}
|