PIbd-21_MasenkinMS_Aircraft.../AircraftPlant/AircraftPlantView/FormMail.Designer.cs
2024-05-06 03:07:09 +04:00

122 lines
4.3 KiB
C#

namespace AircraftPlantView
{
partial class FormMail
{
/// <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()
{
dataGridView = new DataGridView();
buttonPrev = new Button();
labelPage = new Label();
buttonNext = new Button();
buttonReply = new Button();
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
SuspendLayout();
//
// dataGridView
//
dataGridView.AllowUserToAddRows = false;
dataGridView.AllowUserToDeleteRows = false;
dataGridView.BackgroundColor = Color.White;
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView.Dock = DockStyle.Top;
dataGridView.GridColor = Color.Black;
dataGridView.Location = new Point(0, 0);
dataGridView.MultiSelect = false;
dataGridView.Name = "dataGridView";
dataGridView.ReadOnly = true;
dataGridView.RowHeadersVisible = false;
dataGridView.RowTemplate.Height = 25;
dataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
dataGridView.Size = new Size(584, 320);
dataGridView.TabIndex = 2;
//
// buttonPrev
//
buttonPrev.Location = new Point(12, 326);
buttonPrev.Name = "buttonPrev";
buttonPrev.Size = new Size(75, 23);
buttonPrev.TabIndex = 3;
buttonPrev.Text = "<<<";
buttonPrev.UseVisualStyleBackColor = true;
buttonPrev.Click += buttonPrev_Click;
//
// labelPage
//
labelPage.AutoSize = true;
labelPage.Location = new Point(93, 330);
labelPage.Name = "labelPage";
labelPage.Size = new Size(69, 15);
labelPage.TabIndex = 4;
labelPage.Text = "Страница 1";
//
// buttonNext
//
buttonNext.Location = new Point(168, 326);
buttonNext.Name = "buttonNext";
buttonNext.Size = new Size(75, 23);
buttonNext.TabIndex = 5;
buttonNext.Text = ">>>";
buttonNext.UseVisualStyleBackColor = true;
buttonNext.Click += buttonNext_Click;
//
// buttonReply
//
buttonReply.Location = new Point(497, 330);
buttonReply.Name = "buttonReply";
buttonReply.Size = new Size(75, 23);
buttonReply.TabIndex = 6;
buttonReply.Text = "Ответить";
buttonReply.UseVisualStyleBackColor = true;
buttonReply.Click += buttonReply_Click;
//
// FormMail
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(584, 361);
Controls.Add(buttonReply);
Controls.Add(buttonNext);
Controls.Add(labelPage);
Controls.Add(buttonPrev);
Controls.Add(dataGridView);
Name = "FormMail";
Text = "Письма";
Load += FormMail_Load;
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private DataGridView dataGridView;
private Button buttonPrev;
private Label labelPage;
private Button buttonNext;
private Button buttonReply;
}
}