fix
This commit is contained in:
parent
482c968ec5
commit
50ca7e4588
31
Pizzeria/Pizzeria/FormMail.Designer.cs
generated
31
Pizzeria/Pizzeria/FormMail.Designer.cs
generated
@ -43,8 +43,9 @@
|
||||
//
|
||||
this.panel1.Controls.Add(this.dataGridView);
|
||||
this.panel1.Location = new System.Drawing.Point(3, 1);
|
||||
this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(696, 323);
|
||||
this.panel1.Size = new System.Drawing.Size(795, 431);
|
||||
this.panel1.TabIndex = 0;
|
||||
//
|
||||
// dataGridView
|
||||
@ -54,19 +55,19 @@
|
||||
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(3, 2, 3, 2);
|
||||
this.dataGridView.Name = "dataGridView";
|
||||
this.dataGridView.ReadOnly = true;
|
||||
this.dataGridView.RowHeadersWidth = 51;
|
||||
this.dataGridView.RowTemplate.Height = 29;
|
||||
this.dataGridView.Size = new System.Drawing.Size(696, 323);
|
||||
this.dataGridView.Size = new System.Drawing.Size(795, 431);
|
||||
this.dataGridView.TabIndex = 2;
|
||||
//
|
||||
// buttonOpen
|
||||
//
|
||||
this.buttonOpen.Location = new System.Drawing.Point(722, 69);
|
||||
this.buttonOpen.Location = new System.Drawing.Point(806, 80);
|
||||
this.buttonOpen.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||
this.buttonOpen.Name = "buttonOpen";
|
||||
this.buttonOpen.Size = new System.Drawing.Size(75, 23);
|
||||
this.buttonOpen.Size = new System.Drawing.Size(107, 31);
|
||||
this.buttonOpen.TabIndex = 1;
|
||||
this.buttonOpen.Text = "Прочитать";
|
||||
this.buttonOpen.UseVisualStyleBackColor = true;
|
||||
@ -74,19 +75,17 @@
|
||||
//
|
||||
// numericUpDownPage
|
||||
//
|
||||
this.numericUpDownPage.Location = new System.Drawing.Point(722, 215);
|
||||
this.numericUpDownPage.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.numericUpDownPage.Location = new System.Drawing.Point(825, 287);
|
||||
this.numericUpDownPage.Name = "numericUpDownPage";
|
||||
this.numericUpDownPage.Size = new System.Drawing.Size(74, 23);
|
||||
this.numericUpDownPage.Size = new System.Drawing.Size(85, 27);
|
||||
this.numericUpDownPage.TabIndex = 4;
|
||||
this.numericUpDownPage.ValueChanged += new System.EventHandler(this.numericUpDownPage_ValueChanged);
|
||||
//
|
||||
// buttonPreveous
|
||||
//
|
||||
this.buttonPreveous.Location = new System.Drawing.Point(722, 242);
|
||||
this.buttonPreveous.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.buttonPreveous.Location = new System.Drawing.Point(825, 323);
|
||||
this.buttonPreveous.Name = "buttonPreveous";
|
||||
this.buttonPreveous.Size = new System.Drawing.Size(34, 22);
|
||||
this.buttonPreveous.Size = new System.Drawing.Size(39, 29);
|
||||
this.buttonPreveous.TabIndex = 5;
|
||||
this.buttonPreveous.Text = "<-";
|
||||
this.buttonPreveous.UseVisualStyleBackColor = true;
|
||||
@ -94,10 +93,9 @@
|
||||
//
|
||||
// buttonNext
|
||||
//
|
||||
this.buttonNext.Location = new System.Drawing.Point(763, 242);
|
||||
this.buttonNext.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.buttonNext.Location = new System.Drawing.Point(872, 323);
|
||||
this.buttonNext.Name = "buttonNext";
|
||||
this.buttonNext.Size = new System.Drawing.Size(34, 22);
|
||||
this.buttonNext.Size = new System.Drawing.Size(39, 29);
|
||||
this.buttonNext.TabIndex = 6;
|
||||
this.buttonNext.Text = "->";
|
||||
this.buttonNext.UseVisualStyleBackColor = true;
|
||||
@ -105,15 +103,14 @@
|
||||
//
|
||||
// FormMail
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(809, 321);
|
||||
this.ClientSize = new System.Drawing.Size(925, 428);
|
||||
this.Controls.Add(this.buttonNext);
|
||||
this.Controls.Add(this.buttonPreveous);
|
||||
this.Controls.Add(this.numericUpDownPage);
|
||||
this.Controls.Add(this.buttonOpen);
|
||||
this.Controls.Add(this.panel1);
|
||||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.Name = "FormMail";
|
||||
this.Text = "Письма";
|
||||
this.Load += new System.EventHandler(this.FormMail_Load);
|
||||
|
Loading…
Reference in New Issue
Block a user