63 lines
2.5 KiB
C#
63 lines
2.5 KiB
C#
namespace Components
|
||
{
|
||
partial class UserControlTable
|
||
{
|
||
/// <summary>
|
||
/// Обязательная переменная конструктора.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Освободить все используемые ресурсы.
|
||
/// </summary>
|
||
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Код, автоматически созданный конструктором компонентов
|
||
|
||
/// <summary>
|
||
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||
/// содержимое этого метода с помощью редактора кода.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
dataGridViewTable = new DataGridView();
|
||
((System.ComponentModel.ISupportInitialize)dataGridViewTable).BeginInit();
|
||
SuspendLayout();
|
||
//
|
||
// dataGridViewTable
|
||
//
|
||
dataGridViewTable.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
||
dataGridViewTable.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
dataGridViewTable.Location = new Point(3, 3);
|
||
dataGridViewTable.Name = "dataGridViewTable";
|
||
dataGridViewTable.RowHeadersVisible = false;
|
||
dataGridViewTable.RowTemplate.Height = 25;
|
||
dataGridViewTable.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
||
dataGridViewTable.Size = new Size(325, 150);
|
||
dataGridViewTable.TabIndex = 0;
|
||
//
|
||
// UserControlTable
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
Controls.Add(dataGridViewTable);
|
||
Name = "UserControlTable";
|
||
Size = new Size(331, 157);
|
||
((System.ComponentModel.ISupportInitialize)dataGridViewTable).EndInit();
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private DataGridView dataGridViewTable;
|
||
}
|
||
}
|