98 lines
4.5 KiB
C#
98 lines
4.5 KiB
C#
namespace megadem
|
|
{
|
|
partial class MaterialForm
|
|
{
|
|
/// <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.dataGridViewMaterial = new System.Windows.Forms.DataGridView();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewMaterial)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// dataGridViewMaterial
|
|
//
|
|
this.dataGridViewMaterial.AllowUserToAddRows = false;
|
|
this.dataGridViewMaterial.AllowUserToDeleteRows = false;
|
|
this.dataGridViewMaterial.AllowUserToResizeColumns = false;
|
|
this.dataGridViewMaterial.AllowUserToResizeRows = false;
|
|
this.dataGridViewMaterial.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
|
|
this.dataGridViewMaterial.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
|
|
this.dataGridViewMaterial.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridViewMaterial.Location = new System.Drawing.Point(55, 97);
|
|
this.dataGridViewMaterial.Name = "dataGridViewMaterial";
|
|
this.dataGridViewMaterial.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dataGridViewMaterial.Size = new System.Drawing.Size(694, 291);
|
|
this.dataGridViewMaterial.TabIndex = 0;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178)))));
|
|
this.button1.Font = new System.Drawing.Font("Gabriola", 12.25F);
|
|
this.button1.Location = new System.Drawing.Point(367, 402);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(68, 35);
|
|
this.button1.TabIndex = 13;
|
|
this.button1.Text = "Назад";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178)))));
|
|
this.label6.Font = new System.Drawing.Font("Gabriola", 26.25F);
|
|
this.label6.Location = new System.Drawing.Point(314, 9);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(165, 65);
|
|
this.label6.TabIndex = 14;
|
|
this.label6.Text = "Материалы";
|
|
//
|
|
// MaterialForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 453);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.dataGridViewMaterial);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "MaterialForm";
|
|
this.Text = "MaterialForm";
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewMaterial)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DataGridView dataGridViewMaterial;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label6;
|
|
}
|
|
} |