75 lines
3.0 KiB
C#
75 lines
3.0 KiB
C#
namespace _0603NeshinaRogova
|
|
{
|
|
partial class Administrator
|
|
{
|
|
/// <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.dataGridViewRequests = new System.Windows.Forms.DataGridView();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewRequests)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// dataGridViewRequests
|
|
//
|
|
this.dataGridViewRequests.AllowUserToAddRows = false;
|
|
this.dataGridViewRequests.AllowUserToDeleteRows = false;
|
|
this.dataGridViewRequests.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridViewRequests.Location = new System.Drawing.Point(12, 12);
|
|
this.dataGridViewRequests.Name = "dataGridViewRequests";
|
|
this.dataGridViewRequests.ReadOnly = true;
|
|
this.dataGridViewRequests.Size = new System.Drawing.Size(760, 253);
|
|
this.dataGridViewRequests.TabIndex = 6;
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Location = new System.Drawing.Point(12, 415);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(42, 23);
|
|
this.button5.TabIndex = 11;
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// Administrator
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.dataGridViewRequests);
|
|
this.Name = "Administrator";
|
|
this.Text = "Administrator";
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewRequests)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView dataGridViewRequests;
|
|
private System.Windows.Forms.Button button5;
|
|
}
|
|
} |