91 lines
3.2 KiB
C#
91 lines
3.2 KiB
C#
namespace GIT_PR08_SLIVIN_KRYAZEV
|
|
{
|
|
partial class Form2
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
|
|
dataGridView1 = new DataGridView();
|
|
label1 = new Label();
|
|
button1 = new Button();
|
|
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// dataGridView1
|
|
//
|
|
dataGridView1.BackgroundColor = Color.Chartreuse;
|
|
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dataGridView1.Location = new Point(12, 49);
|
|
dataGridView1.Name = "dataGridView1";
|
|
dataGridView1.Size = new Size(380, 248);
|
|
dataGridView1.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Font = new Font("Times New Roman", 9F);
|
|
label1.Location = new Point(163, 20);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(71, 15);
|
|
label1.TabIndex = 1;
|
|
label1.Text = "Форма гостя";
|
|
//
|
|
// button1
|
|
//
|
|
button1.BackColor = Color.MediumSpringGreen;
|
|
button1.Font = new Font("Times New Roman", 9F);
|
|
button1.Location = new Point(298, 311);
|
|
button1.Name = "button1";
|
|
button1.Size = new Size(75, 23);
|
|
button1.TabIndex = 2;
|
|
button1.Text = "Назад";
|
|
button1.UseVisualStyleBackColor = false;
|
|
//
|
|
// Form2
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
BackColor = Color.White;
|
|
ClientSize = new Size(404, 346);
|
|
Controls.Add(button1);
|
|
Controls.Add(label1);
|
|
Controls.Add(dataGridView1);
|
|
Icon = (Icon)resources.GetObject("$this.Icon");
|
|
Name = "Form2";
|
|
Text = "ПР08 Удалённые ветки";
|
|
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DataGridView dataGridView1;
|
|
private Label label1;
|
|
private Button button1;
|
|
}
|
|
} |