namespace ProjectFlowerShop { partial class FormViewMail { /// /// 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() { panel1 = new Panel(); dataGridView = new DataGridView(); buttonOpen = new Button(); numericUpDownPage = new NumericUpDown(); buttonPreveous = new Button(); buttonNext = new Button(); panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); ((System.ComponentModel.ISupportInitialize)numericUpDownPage).BeginInit(); SuspendLayout(); // // panel1 // panel1.Controls.Add(dataGridView); panel1.Location = new Point(3, 1); panel1.Name = "panel1"; panel1.Size = new Size(696, 323); panel1.TabIndex = 0; // // dataGridView // dataGridView.AllowUserToAddRows = false; dataGridView.AllowUserToDeleteRows = false; dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Dock = DockStyle.Fill; dataGridView.Location = new Point(0, 0); dataGridView.Margin = new Padding(3, 2, 3, 2); dataGridView.Name = "dataGridView"; dataGridView.ReadOnly = true; dataGridView.RowHeadersWidth = 51; dataGridView.RowTemplate.Height = 29; 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; // // ViewMailForm // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; 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); Name = "ViewMailForm"; Text = "Письма"; Load += ViewMailForm_Load; panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ((System.ComponentModel.ISupportInitialize)numericUpDownPage).EndInit(); ResumeLayout(false); } #endregion private Panel panel1; private DataGridView dataGridView; private Button buttonOpen; private NumericUpDown numericUpDownPage; private Button buttonPreveous; private Button buttonNext; } }