134 lines
5.7 KiB
C#
134 lines
5.7 KiB
C#
namespace ConstructionCompanyView
|
||
{
|
||
partial class FormBrigadeReport
|
||
{
|
||
/// <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.label1 = new System.Windows.Forms.Label();
|
||
this.buttonShow = new System.Windows.Forms.Button();
|
||
this.dataGridView = new System.Windows.Forms.DataGridView();
|
||
this.dateTimePickerFrom = new System.Windows.Forms.DateTimePicker();
|
||
this.dateTimePickerTo = new System.Windows.Forms.DateTimePicker();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(12, 9);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(0, 20);
|
||
this.label1.TabIndex = 19;
|
||
//
|
||
// buttonShow
|
||
//
|
||
this.buttonShow.Location = new System.Drawing.Point(12, 72);
|
||
this.buttonShow.Name = "buttonShow";
|
||
this.buttonShow.Size = new System.Drawing.Size(134, 29);
|
||
this.buttonShow.TabIndex = 18;
|
||
this.buttonShow.Text = "Посчитать";
|
||
this.buttonShow.UseVisualStyleBackColor = true;
|
||
this.buttonShow.Click += new System.EventHandler(this.buttonShow_Click);
|
||
//
|
||
// dataGridView
|
||
//
|
||
this.dataGridView.BackgroundColor = System.Drawing.Color.White;
|
||
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dataGridView.Location = new System.Drawing.Point(12, 107);
|
||
this.dataGridView.MultiSelect = false;
|
||
this.dataGridView.Name = "dataGridView";
|
||
this.dataGridView.RowHeadersVisible = false;
|
||
this.dataGridView.RowHeadersWidth = 51;
|
||
this.dataGridView.RowTemplate.Height = 29;
|
||
this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.dataGridView.Size = new System.Drawing.Size(680, 366);
|
||
this.dataGridView.TabIndex = 20;
|
||
//
|
||
// dateTimePickerFrom
|
||
//
|
||
this.dateTimePickerFrom.Location = new System.Drawing.Point(12, 39);
|
||
this.dateTimePickerFrom.Name = "dateTimePickerFrom";
|
||
this.dateTimePickerFrom.Size = new System.Drawing.Size(218, 27);
|
||
this.dateTimePickerFrom.TabIndex = 21;
|
||
//
|
||
// dateTimePickerTo
|
||
//
|
||
this.dateTimePickerTo.Location = new System.Drawing.Point(263, 39);
|
||
this.dateTimePickerTo.Name = "dateTimePickerTo";
|
||
this.dateTimePickerTo.Size = new System.Drawing.Size(222, 27);
|
||
this.dateTimePickerTo.TabIndex = 22;
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(12, 9);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(18, 20);
|
||
this.label2.TabIndex = 23;
|
||
this.label2.Text = "C";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(263, 9);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(29, 20);
|
||
this.label3.TabIndex = 24;
|
||
this.label3.Text = "По";
|
||
//
|
||
// FormBrigadeReport
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(704, 485);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.dateTimePickerTo);
|
||
this.Controls.Add(this.dateTimePickerFrom);
|
||
this.Controls.Add(this.dataGridView);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.buttonShow);
|
||
this.Name = "FormBrigadeReport";
|
||
this.Text = "Отчёт по использованию материалов должностями с датой";
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
private Label label1;
|
||
private Button buttonShow;
|
||
private DataGridView dataGridView;
|
||
private DateTimePicker dateTimePickerFrom;
|
||
private DateTimePicker dateTimePickerTo;
|
||
private Label label2;
|
||
private Label label3;
|
||
}
|
||
} |