64 lines
2.4 KiB
C#
64 lines
2.4 KiB
C#
namespace SewingDresses
|
|
{
|
|
partial class FormEmails
|
|
{
|
|
/// <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.emailsGridView = new System.Windows.Forms.DataGridView();
|
|
((System.ComponentModel.ISupportInitialize)(this.emailsGridView)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// emailsGridView
|
|
//
|
|
this.emailsGridView.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.emailsGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.emailsGridView.GridColor = System.Drawing.SystemColors.AppWorkspace;
|
|
this.emailsGridView.Location = new System.Drawing.Point(12, 12);
|
|
this.emailsGridView.Name = "emailsGridView";
|
|
this.emailsGridView.RowTemplate.Height = 25;
|
|
this.emailsGridView.Size = new System.Drawing.Size(776, 426);
|
|
this.emailsGridView.TabIndex = 0;
|
|
//
|
|
// FormEmails
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.emailsGridView);
|
|
this.Name = "FormEmails";
|
|
this.Text = "FormEmails";
|
|
this.Load += new System.EventHandler(this.FormEmails_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.emailsGridView)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DataGridView emailsGridView;
|
|
}
|
|
} |