2024-05-06 10:35:20 +04:00
|
|
|
|
namespace ProjectFlowerShop
|
|
|
|
|
{
|
|
|
|
|
partial class FormViewMail
|
|
|
|
|
{
|
|
|
|
|
/// <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-05-21 20:37:40 +04:00
|
|
|
|
panel1 = new Panel();
|
2024-05-06 10:35:20 +04:00
|
|
|
|
dataGridView = new DataGridView();
|
2024-05-21 20:37:40 +04:00
|
|
|
|
buttonOpen = new Button();
|
|
|
|
|
numericUpDownPage = new NumericUpDown();
|
|
|
|
|
buttonPreveous = new Button();
|
|
|
|
|
buttonNext = new Button();
|
|
|
|
|
panel1.SuspendLayout();
|
2024-05-06 10:35:20 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
2024-05-21 20:37:40 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownPage).BeginInit();
|
2024-05-06 10:35:20 +04:00
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
2024-05-21 20:37:40 +04:00
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
panel1.Controls.Add(dataGridView);
|
|
|
|
|
panel1.Location = new Point(3, 1);
|
|
|
|
|
panel1.Name = "panel1";
|
|
|
|
|
panel1.Size = new Size(696, 323);
|
|
|
|
|
panel1.TabIndex = 0;
|
|
|
|
|
//
|
2024-05-06 10:35:20 +04:00
|
|
|
|
// dataGridView
|
|
|
|
|
//
|
2024-05-21 20:37:40 +04:00
|
|
|
|
dataGridView.AllowUserToAddRows = false;
|
|
|
|
|
dataGridView.AllowUserToDeleteRows = false;
|
2024-05-06 10:35:20 +04:00
|
|
|
|
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
2024-05-21 20:37:40 +04:00
|
|
|
|
dataGridView.Dock = DockStyle.Fill;
|
|
|
|
|
dataGridView.Location = new Point(0, 0);
|
|
|
|
|
dataGridView.Margin = new Padding(3, 2, 3, 2);
|
2024-05-06 10:35:20 +04:00
|
|
|
|
dataGridView.Name = "dataGridView";
|
2024-05-21 20:37:40 +04:00
|
|
|
|
dataGridView.ReadOnly = true;
|
2024-05-06 10:35:20 +04:00
|
|
|
|
dataGridView.RowHeadersWidth = 51;
|
|
|
|
|
dataGridView.RowTemplate.Height = 29;
|
2024-05-21 20:37:40 +04:00
|
|
|
|
dataGridView.Size = new Size(696, 323);
|
|
|
|
|
dataGridView.TabIndex = 2;
|
|
|
|
|
//
|
|
|
|
|
// buttonOpen
|
|
|
|
|
//
|
|
|
|
|
buttonOpen.Location = new Point(722, 187);
|
|
|
|
|
buttonOpen.Name = "buttonOpen";
|
|
|
|
|
buttonOpen.Size = new Size(74, 23);
|
|
|
|
|
buttonOpen.TabIndex = 1;
|
|
|
|
|
buttonOpen.Text = "Прочитать";
|
|
|
|
|
buttonOpen.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonOpen.Click += buttonOpen_Click;
|
|
|
|
|
//
|
|
|
|
|
// numericUpDownPage
|
|
|
|
|
//
|
|
|
|
|
numericUpDownPage.Location = new Point(722, 215);
|
|
|
|
|
numericUpDownPage.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
numericUpDownPage.Name = "numericUpDownPage";
|
|
|
|
|
numericUpDownPage.Size = new Size(74, 23);
|
|
|
|
|
numericUpDownPage.TabIndex = 4;
|
|
|
|
|
numericUpDownPage.ValueChanged += numericUpDownPage_ValueChanged;
|
|
|
|
|
//
|
|
|
|
|
// buttonPreveous
|
|
|
|
|
//
|
|
|
|
|
buttonPreveous.Location = new Point(722, 242);
|
|
|
|
|
buttonPreveous.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
buttonPreveous.Name = "buttonPreveous";
|
|
|
|
|
buttonPreveous.Size = new Size(34, 22);
|
|
|
|
|
buttonPreveous.TabIndex = 5;
|
|
|
|
|
buttonPreveous.Text = "<-";
|
|
|
|
|
buttonPreveous.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonPreveous.Click += buttonPreveous_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonNext
|
|
|
|
|
//
|
|
|
|
|
buttonNext.Location = new Point(763, 242);
|
|
|
|
|
buttonNext.Margin = new Padding(3, 2, 3, 2);
|
|
|
|
|
buttonNext.Name = "buttonNext";
|
|
|
|
|
buttonNext.Size = new Size(34, 22);
|
|
|
|
|
buttonNext.TabIndex = 6;
|
|
|
|
|
buttonNext.Text = "->";
|
|
|
|
|
buttonNext.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonNext.Click += buttonNext_Click;
|
2024-05-06 10:35:20 +04:00
|
|
|
|
//
|
|
|
|
|
// ViewMailForm
|
|
|
|
|
//
|
2024-05-21 20:37:40 +04:00
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
2024-05-06 10:35:20 +04:00
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2024-05-21 20:37:40 +04:00
|
|
|
|
ClientSize = new Size(809, 321);
|
|
|
|
|
Controls.Add(buttonNext);
|
|
|
|
|
Controls.Add(buttonPreveous);
|
|
|
|
|
Controls.Add(numericUpDownPage);
|
|
|
|
|
Controls.Add(buttonOpen);
|
|
|
|
|
Controls.Add(panel1);
|
|
|
|
|
Margin = new Padding(3, 2, 3, 2);
|
2024-05-06 10:35:20 +04:00
|
|
|
|
Name = "ViewMailForm";
|
2024-05-21 20:37:40 +04:00
|
|
|
|
Text = "Письма";
|
2024-05-06 10:35:20 +04:00
|
|
|
|
Load += ViewMailForm_Load;
|
2024-05-21 20:37:40 +04:00
|
|
|
|
panel1.ResumeLayout(false);
|
2024-05-06 10:35:20 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
2024-05-21 20:37:40 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownPage).EndInit();
|
2024-05-06 10:35:20 +04:00
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2024-05-21 20:37:40 +04:00
|
|
|
|
private Panel panel1;
|
2024-05-06 10:35:20 +04:00
|
|
|
|
private DataGridView dataGridView;
|
2024-05-21 20:37:40 +04:00
|
|
|
|
private Button buttonOpen;
|
|
|
|
|
private NumericUpDown numericUpDownPage;
|
|
|
|
|
private Button buttonPreveous;
|
|
|
|
|
private Button buttonNext;
|
2024-05-06 10:35:20 +04:00
|
|
|
|
}
|
|
|
|
|
}
|