211 lines
11 KiB
C#
211 lines
11 KiB
C#
|
||
namespace WindowsFormsApp2
|
||
{
|
||
partial class Admin
|
||
{
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null)) { components.Dispose(); }
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
private void InitializeComponent()
|
||
{
|
||
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
||
this.labelSearch = new System.Windows.Forms.Label();
|
||
this.textBoxSearch = new System.Windows.Forms.TextBox();
|
||
this.labelFilter = new System.Windows.Forms.Label();
|
||
this.comboBoxFilter = new System.Windows.Forms.ComboBox();
|
||
this.labelSort = new System.Windows.Forms.Label();
|
||
this.comboBoxSort = new System.Windows.Forms.ComboBox();
|
||
this.buttonAdd = new System.Windows.Forms.Button();
|
||
this.buttonEdit = new System.Windows.Forms.Button();
|
||
this.buttonDelete = new System.Windows.Forms.Button();
|
||
this.labelTitle = new System.Windows.Forms.Label();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// dataGridView1
|
||
//
|
||
this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
|
||
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
this.dataGridView1.Font = new System.Drawing.Font("Comic Sans MS", 9F);
|
||
this.dataGridView1.Location = new System.Drawing.Point(24, 135);
|
||
this.dataGridView1.Name = "dataGridView1";
|
||
this.dataGridView1.Size = new System.Drawing.Size(752, 240);
|
||
this.dataGridView1.TabIndex = 7;
|
||
//
|
||
// labelSearch
|
||
//
|
||
this.labelSearch.AutoSize = true;
|
||
this.labelSearch.Font = new System.Drawing.Font("Comic Sans MS", 10F);
|
||
this.labelSearch.Location = new System.Drawing.Point(20, 70);
|
||
this.labelSearch.Name = "labelSearch";
|
||
this.labelSearch.Size = new System.Drawing.Size(57, 19);
|
||
this.labelSearch.TabIndex = 1;
|
||
this.labelSearch.Text = "Поиск:";
|
||
//
|
||
// textBoxSearch
|
||
//
|
||
this.textBoxSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
|
||
this.textBoxSearch.Font = new System.Drawing.Font("Comic Sans MS", 10F);
|
||
this.textBoxSearch.Location = new System.Drawing.Point(24, 92);
|
||
this.textBoxSearch.Name = "textBoxSearch";
|
||
this.textBoxSearch.Size = new System.Drawing.Size(200, 26);
|
||
this.textBoxSearch.TabIndex = 2;
|
||
//
|
||
// labelFilter
|
||
//
|
||
this.labelFilter.AutoSize = true;
|
||
this.labelFilter.Font = new System.Drawing.Font("Comic Sans MS", 10F);
|
||
this.labelFilter.Location = new System.Drawing.Point(240, 70);
|
||
this.labelFilter.Name = "labelFilter";
|
||
this.labelFilter.Size = new System.Drawing.Size(61, 19);
|
||
this.labelFilter.TabIndex = 3;
|
||
this.labelFilter.Text = "Фильтр:";
|
||
//
|
||
// comboBoxFilter
|
||
//
|
||
this.comboBoxFilter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
|
||
this.comboBoxFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBoxFilter.Font = new System.Drawing.Font("Comic Sans MS", 10F);
|
||
this.comboBoxFilter.FormattingEnabled = true;
|
||
this.comboBoxFilter.Items.AddRange(new object[] {
|
||
"Все",
|
||
"По имени",
|
||
"По категории",
|
||
"По цене"});
|
||
this.comboBoxFilter.Location = new System.Drawing.Point(244, 92);
|
||
this.comboBoxFilter.Name = "comboBoxFilter";
|
||
this.comboBoxFilter.Size = new System.Drawing.Size(150, 26);
|
||
this.comboBoxFilter.TabIndex = 4;
|
||
//
|
||
// labelSort
|
||
//
|
||
this.labelSort.AutoSize = true;
|
||
this.labelSort.Font = new System.Drawing.Font("Comic Sans MS", 10F);
|
||
this.labelSort.Location = new System.Drawing.Point(410, 70);
|
||
this.labelSort.Name = "labelSort";
|
||
this.labelSort.Size = new System.Drawing.Size(88, 19);
|
||
this.labelSort.TabIndex = 5;
|
||
this.labelSort.Text = "Сортировка:";
|
||
//
|
||
// comboBoxSort
|
||
//
|
||
this.comboBoxSort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
|
||
this.comboBoxSort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.comboBoxSort.Font = new System.Drawing.Font("Comic Sans MS", 10F);
|
||
this.comboBoxSort.FormattingEnabled = true;
|
||
this.comboBoxSort.Items.AddRange(new object[] {
|
||
"По умолчанию",
|
||
"По имени А-Я",
|
||
"По имени Я-А",
|
||
"По цене возр.",
|
||
"По цене убыв."});
|
||
this.comboBoxSort.Location = new System.Drawing.Point(414, 92);
|
||
this.comboBoxSort.Name = "comboBoxSort";
|
||
this.comboBoxSort.Size = new System.Drawing.Size(150, 26);
|
||
this.comboBoxSort.TabIndex = 6;
|
||
//
|
||
// buttonAdd
|
||
//
|
||
this.buttonAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
|
||
this.buttonAdd.Font = new System.Drawing.Font("Comic Sans MS", 10F, System.Drawing.FontStyle.Bold);
|
||
this.buttonAdd.Location = new System.Drawing.Point(24, 390);
|
||
this.buttonAdd.Name = "buttonAdd";
|
||
this.buttonAdd.Size = new System.Drawing.Size(100, 35);
|
||
this.buttonAdd.TabIndex = 8;
|
||
this.buttonAdd.Text = "Добавить";
|
||
this.buttonAdd.UseVisualStyleBackColor = false;
|
||
//
|
||
// buttonEdit
|
||
//
|
||
this.buttonEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
|
||
this.buttonEdit.Font = new System.Drawing.Font("Comic Sans MS", 10F, System.Drawing.FontStyle.Bold);
|
||
this.buttonEdit.Location = new System.Drawing.Point(140, 390);
|
||
this.buttonEdit.Name = "buttonEdit";
|
||
this.buttonEdit.Size = new System.Drawing.Size(187, 35);
|
||
this.buttonEdit.TabIndex = 9;
|
||
this.buttonEdit.Text = "Редактировать";
|
||
this.buttonEdit.UseVisualStyleBackColor = false;
|
||
//
|
||
// buttonDelete
|
||
//
|
||
this.buttonDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
|
||
this.buttonDelete.Font = new System.Drawing.Font("Comic Sans MS", 10F, System.Drawing.FontStyle.Bold);
|
||
this.buttonDelete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||
this.buttonDelete.Location = new System.Drawing.Point(676, 390);
|
||
this.buttonDelete.Name = "buttonDelete";
|
||
this.buttonDelete.Size = new System.Drawing.Size(100, 35);
|
||
this.buttonDelete.TabIndex = 10;
|
||
this.buttonDelete.Text = "Удалить";
|
||
this.buttonDelete.UseVisualStyleBackColor = false;
|
||
//
|
||
// labelTitle
|
||
//
|
||
this.labelTitle.AutoSize = true;
|
||
this.labelTitle.Font = new System.Drawing.Font("Comic Sans MS", 20F, System.Drawing.FontStyle.Bold);
|
||
this.labelTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
||
this.labelTitle.Location = new System.Drawing.Point(20, 15);
|
||
this.labelTitle.Name = "labelTitle";
|
||
this.labelTitle.Size = new System.Drawing.Size(227, 38);
|
||
this.labelTitle.TabIndex = 0;
|
||
this.labelTitle.Text = "Панель админа";
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(242)))), ((int)(((byte)(189)))));
|
||
this.button1.Font = new System.Drawing.Font("Comic Sans MS", 10F, System.Drawing.FontStyle.Bold);
|
||
this.button1.Location = new System.Drawing.Point(24, 470);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(100, 35);
|
||
this.button1.TabIndex = 11;
|
||
this.button1.Text = "Назад";
|
||
this.button1.UseVisualStyleBackColor = false;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// Admin
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(237)))), ((int)(((byte)(215)))));
|
||
this.ClientSize = new System.Drawing.Size(800, 517);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.buttonDelete);
|
||
this.Controls.Add(this.buttonEdit);
|
||
this.Controls.Add(this.buttonAdd);
|
||
this.Controls.Add(this.dataGridView1);
|
||
this.Controls.Add(this.comboBoxSort);
|
||
this.Controls.Add(this.labelSort);
|
||
this.Controls.Add(this.comboBoxFilter);
|
||
this.Controls.Add(this.labelFilter);
|
||
this.Controls.Add(this.textBoxSearch);
|
||
this.Controls.Add(this.labelSearch);
|
||
this.Controls.Add(this.labelTitle);
|
||
this.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
|
||
this.Name = "Admin";
|
||
this.Text = "Админ-панель";
|
||
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
private System.Windows.Forms.DataGridView dataGridView1;
|
||
private System.Windows.Forms.Label labelSearch;
|
||
private System.Windows.Forms.TextBox textBoxSearch;
|
||
private System.Windows.Forms.Label labelFilter;
|
||
private System.Windows.Forms.ComboBox comboBoxFilter;
|
||
private System.Windows.Forms.Label labelSort;
|
||
private System.Windows.Forms.ComboBox comboBoxSort;
|
||
private System.Windows.Forms.Button buttonAdd;
|
||
private System.Windows.Forms.Button buttonEdit;
|
||
private System.Windows.Forms.Button buttonDelete;
|
||
private System.Windows.Forms.Label labelTitle;
|
||
private System.Windows.Forms.Button button1;
|
||
}
|
||
}
|