2024-05-02 22:08:35 +04:00
|
|
|
|
namespace PlumbingRepairView
|
|
|
|
|
{
|
|
|
|
|
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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#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()
|
|
|
|
|
{
|
|
|
|
|
this.dataGridView = new System.Windows.Forms.DataGridView();
|
2024-05-15 19:54:27 +04:00
|
|
|
|
this.panel = new System.Windows.Forms.Panel();
|
|
|
|
|
this.buttonForward = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonBack = new System.Windows.Forms.Button();
|
2024-05-17 15:05:55 +04:00
|
|
|
|
this.buttonOpen = new System.Windows.Forms.Button();
|
2024-05-02 22:08:35 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
2024-05-15 19:54:27 +04:00
|
|
|
|
this.panel.SuspendLayout();
|
2024-05-02 22:08:35 +04:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// dataGridView
|
|
|
|
|
//
|
|
|
|
|
this.dataGridView.AllowUserToAddRows = false;
|
|
|
|
|
this.dataGridView.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dataGridView.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
|
|
|
|
|
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.dataGridView.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.dataGridView.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
|
|
|
|
|
this.dataGridView.MultiSelect = false;
|
|
|
|
|
this.dataGridView.Name = "dataGridView";
|
|
|
|
|
this.dataGridView.ReadOnly = true;
|
|
|
|
|
this.dataGridView.RowHeadersVisible = false;
|
|
|
|
|
this.dataGridView.RowHeadersWidth = 62;
|
|
|
|
|
this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
2024-05-15 19:54:27 +04:00
|
|
|
|
this.dataGridView.Size = new System.Drawing.Size(956, 455);
|
2024-05-02 22:08:35 +04:00
|
|
|
|
this.dataGridView.TabIndex = 7;
|
2024-05-15 19:54:27 +04:00
|
|
|
|
//
|
|
|
|
|
// panel
|
|
|
|
|
//
|
|
|
|
|
this.panel.Controls.Add(this.buttonForward);
|
|
|
|
|
this.panel.Controls.Add(this.buttonBack);
|
|
|
|
|
this.panel.Controls.Add(this.buttonOpen);
|
|
|
|
|
this.panel.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.panel.Location = new System.Drawing.Point(773, 0);
|
|
|
|
|
this.panel.Name = "panel";
|
|
|
|
|
this.panel.Size = new System.Drawing.Size(183, 455);
|
|
|
|
|
this.panel.TabIndex = 8;
|
|
|
|
|
//
|
|
|
|
|
// buttonForward
|
|
|
|
|
//
|
|
|
|
|
this.buttonForward.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.buttonForward.Location = new System.Drawing.Point(106, 409);
|
|
|
|
|
this.buttonForward.Name = "buttonForward";
|
|
|
|
|
this.buttonForward.Size = new System.Drawing.Size(65, 34);
|
|
|
|
|
this.buttonForward.TabIndex = 4;
|
|
|
|
|
this.buttonForward.Text = ">";
|
|
|
|
|
this.buttonForward.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonForward.Click += new System.EventHandler(this.ButtonForward_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonBack
|
|
|
|
|
//
|
|
|
|
|
this.buttonBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.buttonBack.Location = new System.Drawing.Point(14, 409);
|
|
|
|
|
this.buttonBack.Name = "buttonBack";
|
|
|
|
|
this.buttonBack.Size = new System.Drawing.Size(65, 34);
|
|
|
|
|
this.buttonBack.TabIndex = 3;
|
|
|
|
|
this.buttonBack.Text = "<";
|
|
|
|
|
this.buttonBack.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonBack.Click += new System.EventHandler(this.ButtonBack_Click);
|
2024-05-02 22:08:35 +04:00
|
|
|
|
//
|
2024-05-17 15:05:55 +04:00
|
|
|
|
// buttonOpen
|
|
|
|
|
//
|
|
|
|
|
this.buttonOpen.Location = new System.Drawing.Point(14, 12);
|
|
|
|
|
this.buttonOpen.Name = "buttonOpen";
|
|
|
|
|
this.buttonOpen.Size = new System.Drawing.Size(157, 34);
|
|
|
|
|
this.buttonOpen.TabIndex = 0;
|
|
|
|
|
this.buttonOpen.Text = "Открыть";
|
|
|
|
|
this.buttonOpen.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonOpen.Click += new System.EventHandler(this.ButtonOpen_Click);
|
|
|
|
|
//
|
2024-05-02 22:08:35 +04:00
|
|
|
|
// FormMails
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 25F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2024-05-15 19:54:27 +04:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(956, 455);
|
|
|
|
|
this.Controls.Add(this.panel);
|
2024-05-02 22:08:35 +04:00
|
|
|
|
this.Controls.Add(this.dataGridView);
|
|
|
|
|
this.Name = "FormMails";
|
|
|
|
|
this.Text = "Письма";
|
|
|
|
|
this.Load += new System.EventHandler(this.FormMails_Load);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
2024-05-15 19:54:27 +04:00
|
|
|
|
this.panel.ResumeLayout(false);
|
2024-05-02 22:08:35 +04:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private DataGridView dataGridView;
|
2024-05-15 19:54:27 +04:00
|
|
|
|
private Panel panel;
|
|
|
|
|
private Button buttonForward;
|
|
|
|
|
private Button buttonBack;
|
|
|
|
|
private Button buttonOpen;
|
2024-05-02 22:08:35 +04:00
|
|
|
|
}
|
|
|
|
|
}
|