181 lines
9.2 KiB
C#
181 lines
9.2 KiB
C#
namespace WindowsFormsApp2
|
||
{
|
||
partial class Client
|
||
{
|
||
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.labelTitle = new System.Windows.Forms.Label();
|
||
this.labelInfo = 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, 150);
|
||
this.dataGridView1.Name = "dataGridView1";
|
||
this.dataGridView1.ReadOnly = true;
|
||
this.dataGridView1.RowHeadersVisible = false;
|
||
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
||
this.dataGridView1.Size = new System.Drawing.Size(752, 260);
|
||
this.dataGridView1.TabIndex = 8;
|
||
//
|
||
// labelSearch
|
||
//
|
||
this.labelSearch.AutoSize = true;
|
||
this.labelSearch.Font = new System.Drawing.Font("Comic Sans MS", 10F);
|
||
this.labelSearch.Location = new System.Drawing.Point(20, 85);
|
||
this.labelSearch.Name = "labelSearch";
|
||
this.labelSearch.Size = new System.Drawing.Size(57, 19);
|
||
this.labelSearch.TabIndex = 2;
|
||
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, 107);
|
||
this.textBoxSearch.Name = "textBoxSearch";
|
||
this.textBoxSearch.Size = new System.Drawing.Size(200, 26);
|
||
this.textBoxSearch.TabIndex = 3;
|
||
//
|
||
// labelFilter
|
||
//
|
||
this.labelFilter.AutoSize = true;
|
||
this.labelFilter.Font = new System.Drawing.Font("Comic Sans MS", 10F);
|
||
this.labelFilter.Location = new System.Drawing.Point(240, 85);
|
||
this.labelFilter.Name = "labelFilter";
|
||
this.labelFilter.Size = new System.Drawing.Size(61, 19);
|
||
this.labelFilter.TabIndex = 4;
|
||
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, 107);
|
||
this.comboBoxFilter.Name = "comboBoxFilter";
|
||
this.comboBoxFilter.Size = new System.Drawing.Size(150, 26);
|
||
this.comboBoxFilter.TabIndex = 5;
|
||
//
|
||
// labelSort
|
||
//
|
||
this.labelSort.AutoSize = true;
|
||
this.labelSort.Font = new System.Drawing.Font("Comic Sans MS", 10F);
|
||
this.labelSort.Location = new System.Drawing.Point(410, 85);
|
||
this.labelSort.Name = "labelSort";
|
||
this.labelSort.Size = new System.Drawing.Size(88, 19);
|
||
this.labelSort.TabIndex = 6;
|
||
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, 107);
|
||
this.comboBoxSort.Name = "comboBoxSort";
|
||
this.comboBoxSort.Size = new System.Drawing.Size(150, 26);
|
||
this.comboBoxSort.TabIndex = 7;
|
||
//
|
||
// 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(174, 38);
|
||
this.labelTitle.TabIndex = 0;
|
||
this.labelTitle.Text = "Мои заказы";
|
||
//
|
||
// labelInfo
|
||
//
|
||
this.labelInfo.AutoSize = true;
|
||
this.labelInfo.Font = new System.Drawing.Font("Comic Sans MS", 10F);
|
||
this.labelInfo.Location = new System.Drawing.Point(20, 55);
|
||
this.labelInfo.Name = "labelInfo";
|
||
this.labelInfo.Size = new System.Drawing.Size(155, 19);
|
||
this.labelInfo.TabIndex = 1;
|
||
this.labelInfo.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, 452);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(100, 35);
|
||
this.button1.TabIndex = 12;
|
||
this.button1.Text = "Назад";
|
||
this.button1.UseVisualStyleBackColor = false;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// Client
|
||
//
|
||
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, 499);
|
||
this.Controls.Add(this.button1);
|
||
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.labelInfo);
|
||
this.Controls.Add(this.labelTitle);
|
||
this.Font = new System.Drawing.Font("Comic Sans MS", 8.25F);
|
||
this.Name = "Client";
|
||
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.Label labelTitle;
|
||
private System.Windows.Forms.Label labelInfo;
|
||
private System.Windows.Forms.Button button1;
|
||
}
|
||
} |