78 lines
3.0 KiB
C#
78 lines
3.0 KiB
C#
|
namespace Forms
|
|||
|
{
|
|||
|
partial class FormReportHumans
|
|||
|
{
|
|||
|
/// <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.DataGridView = new System.Windows.Forms.DataGridView();
|
|||
|
this.Timelabel = new System.Windows.Forms.Label();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// DataGridView
|
|||
|
//
|
|||
|
this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|||
|
this.DataGridView.Location = new System.Drawing.Point(1, 1);
|
|||
|
this.DataGridView.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|||
|
this.DataGridView.Name = "DataGridView";
|
|||
|
this.DataGridView.RowHeadersWidth = 51;
|
|||
|
this.DataGridView.RowTemplate.Height = 25;
|
|||
|
this.DataGridView.Size = new System.Drawing.Size(696, 660);
|
|||
|
this.DataGridView.TabIndex = 0;
|
|||
|
//
|
|||
|
// Timelabel
|
|||
|
//
|
|||
|
this.Timelabel.AutoSize = true;
|
|||
|
this.Timelabel.Location = new System.Drawing.Point(732, 414);
|
|||
|
this.Timelabel.Name = "Timelabel";
|
|||
|
this.Timelabel.Size = new System.Drawing.Size(50, 20);
|
|||
|
this.Timelabel.TabIndex = 1;
|
|||
|
this.Timelabel.Text = "label1";
|
|||
|
//
|
|||
|
// FormReportHumans
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(819, 669);
|
|||
|
this.Controls.Add(this.Timelabel);
|
|||
|
this.Controls.Add(this.DataGridView);
|
|||
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|||
|
this.Name = "FormReportHumans";
|
|||
|
this.Text = "Машины";
|
|||
|
this.Load += new System.EventHandler(this.FormReportHumans_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private DataGridView DataGridView;
|
|||
|
private Label Timelabel;
|
|||
|
}
|
|||
|
}
|