namespace SewingDresses { partial class FormEmails { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }