2024-05-05 00:23:11 +04:00
|
|
|
|
namespace AutomobilePlantView
|
|
|
|
|
{
|
|
|
|
|
partial class FormMails
|
|
|
|
|
{
|
|
|
|
|
/// <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);
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-05 23:46:21 +04:00
|
|
|
|
#region Windows Form Designer generated code
|
2024-05-05 00:23:11 +04:00
|
|
|
|
|
2024-05-05 23:46:21 +04:00
|
|
|
|
/// <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();
|
|
|
|
|
panel1 = new Panel();
|
|
|
|
|
numericUpDownPageSize = new NumericUpDown();
|
|
|
|
|
labelPageSize = new Label();
|
|
|
|
|
numericUpDownPage = new NumericUpDown();
|
|
|
|
|
labelPage = new Label();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
|
|
|
|
panel1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownPageSize).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownPage).BeginInit();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// dataGridView
|
|
|
|
|
//
|
|
|
|
|
dataGridView.AllowUserToAddRows = false;
|
|
|
|
|
dataGridView.AllowUserToDeleteRows = false;
|
|
|
|
|
dataGridView.AllowUserToResizeColumns = false;
|
|
|
|
|
dataGridView.AllowUserToResizeRows = false;
|
|
|
|
|
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
dataGridView.Dock = DockStyle.Fill;
|
|
|
|
|
dataGridView.Location = new Point(0, 0);
|
|
|
|
|
dataGridView.Name = "dataGridView";
|
|
|
|
|
dataGridView.RowTemplate.Height = 25;
|
|
|
|
|
dataGridView.Size = new Size(800, 450);
|
|
|
|
|
dataGridView.TabIndex = 0;
|
|
|
|
|
dataGridView.RowHeaderMouseDoubleClick += dataGridView_RowHeaderMouseDoubleClick;
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
panel1.Controls.Add(numericUpDownPageSize);
|
|
|
|
|
panel1.Controls.Add(labelPageSize);
|
|
|
|
|
panel1.Controls.Add(numericUpDownPage);
|
|
|
|
|
panel1.Controls.Add(labelPage);
|
|
|
|
|
panel1.Dock = DockStyle.Bottom;
|
|
|
|
|
panel1.Location = new Point(0, 395);
|
|
|
|
|
panel1.Name = "panel1";
|
|
|
|
|
panel1.Size = new Size(800, 55);
|
|
|
|
|
panel1.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// numericUpDownPageSize
|
|
|
|
|
//
|
|
|
|
|
numericUpDownPageSize.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
|
|
|
|
|
numericUpDownPageSize.Location = new Point(229, 14);
|
|
|
|
|
numericUpDownPageSize.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
|
|
|
|
|
numericUpDownPageSize.Name = "numericUpDownPageSize";
|
|
|
|
|
numericUpDownPageSize.Size = new Size(67, 29);
|
|
|
|
|
numericUpDownPageSize.TabIndex = 6;
|
|
|
|
|
numericUpDownPageSize.Value = new decimal(new int[] { 2, 0, 0, 0 });
|
|
|
|
|
numericUpDownPageSize.ValueChanged += numericUpDownPageSize_ValueChanged;
|
|
|
|
|
//
|
|
|
|
|
// labelPageSize
|
|
|
|
|
//
|
|
|
|
|
labelPageSize.AutoSize = true;
|
|
|
|
|
labelPageSize.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
|
|
|
|
|
labelPageSize.Location = new Point(137, 16);
|
|
|
|
|
labelPageSize.Name = "labelPageSize";
|
|
|
|
|
labelPageSize.Padding = new Padding(10, 0, 0, 0);
|
|
|
|
|
labelPageSize.Size = new Size(86, 21);
|
|
|
|
|
labelPageSize.TabIndex = 5;
|
|
|
|
|
labelPageSize.Text = "Page size:";
|
|
|
|
|
//
|
|
|
|
|
// numericUpDownPage
|
|
|
|
|
//
|
|
|
|
|
numericUpDownPage.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
|
|
|
|
|
numericUpDownPage.Location = new Point(64, 14);
|
|
|
|
|
numericUpDownPage.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
|
|
|
|
|
numericUpDownPage.Name = "numericUpDownPage";
|
|
|
|
|
numericUpDownPage.Size = new Size(67, 29);
|
|
|
|
|
numericUpDownPage.TabIndex = 4;
|
|
|
|
|
numericUpDownPage.Value = new decimal(new int[] { 1, 0, 0, 0 });
|
|
|
|
|
numericUpDownPage.ValueChanged += numericUpDownPage_ValueChanged;
|
|
|
|
|
//
|
|
|
|
|
// labelPage
|
|
|
|
|
//
|
|
|
|
|
labelPage.AutoSize = true;
|
|
|
|
|
labelPage.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
|
|
|
|
|
labelPage.Location = new Point(12, 16);
|
|
|
|
|
labelPage.Name = "labelPage";
|
|
|
|
|
labelPage.Size = new Size(46, 21);
|
|
|
|
|
labelPage.TabIndex = 1;
|
|
|
|
|
labelPage.Text = "Page:";
|
|
|
|
|
//
|
|
|
|
|
// FormMails
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
ClientSize = new Size(800, 450);
|
|
|
|
|
Controls.Add(panel1);
|
|
|
|
|
Controls.Add(dataGridView);
|
|
|
|
|
Name = "FormMails";
|
|
|
|
|
Text = "Mails";
|
|
|
|
|
Load += FormMails_Load;
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
|
|
|
|
panel1.ResumeLayout(false);
|
|
|
|
|
panel1.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownPageSize).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownPage).EndInit();
|
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
2024-05-05 00:23:11 +04:00
|
|
|
|
|
2024-05-05 23:46:21 +04:00
|
|
|
|
#endregion
|
2024-05-05 00:23:11 +04:00
|
|
|
|
|
2024-05-05 23:46:21 +04:00
|
|
|
|
private DataGridView dataGridView;
|
|
|
|
|
private Panel panel1;
|
|
|
|
|
private Label labelPage;
|
|
|
|
|
private NumericUpDown numericUpDownPage;
|
|
|
|
|
private NumericUpDown numericUpDownPageSize;
|
|
|
|
|
private Label labelPageSize;
|
2024-05-05 00:23:11 +04:00
|
|
|
|
}
|
|
|
|
|
}
|