2024-03-10 23:03:51 +04:00
|
|
|
|
namespace SushiBarView.Shops
|
|
|
|
|
{
|
|
|
|
|
partial class FormShops
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2024-03-10 23:53:01 +04:00
|
|
|
|
dataGridView = new DataGridView();
|
|
|
|
|
buttonRefresh = new Button();
|
|
|
|
|
buttonRemove = new Button();
|
|
|
|
|
buttonUpdate = new Button();
|
|
|
|
|
buttonAdd = new Button();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// dataGridView
|
|
|
|
|
//
|
|
|
|
|
dataGridView.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
dataGridView.BackgroundColor = Color.FromArgb(150, 190, 255);
|
|
|
|
|
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
dataGridView.Dock = DockStyle.Left;
|
|
|
|
|
dataGridView.Location = new Point(0, 0);
|
|
|
|
|
dataGridView.MultiSelect = false;
|
|
|
|
|
dataGridView.Name = "dataGridView";
|
|
|
|
|
dataGridView.ReadOnly = true;
|
|
|
|
|
dataGridView.RowHeadersVisible = false;
|
|
|
|
|
dataGridView.RowHeadersWidth = 51;
|
|
|
|
|
dataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
|
|
|
|
dataGridView.Size = new Size(566, 543);
|
|
|
|
|
dataGridView.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// buttonRefresh
|
|
|
|
|
//
|
|
|
|
|
buttonRefresh.Font = new Font("Candara", 12F);
|
|
|
|
|
buttonRefresh.Location = new Point(626, 453);
|
|
|
|
|
buttonRefresh.Name = "buttonRefresh";
|
|
|
|
|
buttonRefresh.Size = new Size(121, 46);
|
|
|
|
|
buttonRefresh.TabIndex = 8;
|
|
|
|
|
buttonRefresh.Text = "Обновить";
|
|
|
|
|
buttonRefresh.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// buttonRemove
|
|
|
|
|
//
|
|
|
|
|
buttonRemove.Font = new Font("Candara", 12F);
|
|
|
|
|
buttonRemove.Location = new Point(626, 316);
|
|
|
|
|
buttonRemove.Name = "buttonRemove";
|
|
|
|
|
buttonRemove.Size = new Size(121, 46);
|
|
|
|
|
buttonRemove.TabIndex = 7;
|
|
|
|
|
buttonRemove.Text = "Удалить";
|
|
|
|
|
buttonRemove.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// buttonUpdate
|
|
|
|
|
//
|
|
|
|
|
buttonUpdate.Font = new Font("Candara", 12F);
|
|
|
|
|
buttonUpdate.Location = new Point(626, 176);
|
|
|
|
|
buttonUpdate.Name = "buttonUpdate";
|
|
|
|
|
buttonUpdate.Size = new Size(121, 46);
|
|
|
|
|
buttonUpdate.TabIndex = 6;
|
|
|
|
|
buttonUpdate.Text = "Изменить";
|
|
|
|
|
buttonUpdate.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// buttonAdd
|
|
|
|
|
//
|
|
|
|
|
buttonAdd.Font = new Font("Candara", 12F);
|
|
|
|
|
buttonAdd.Location = new Point(626, 44);
|
|
|
|
|
buttonAdd.Name = "buttonAdd";
|
|
|
|
|
buttonAdd.Size = new Size(121, 46);
|
|
|
|
|
buttonAdd.TabIndex = 5;
|
|
|
|
|
buttonAdd.Text = "Добавить";
|
|
|
|
|
buttonAdd.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonAdd.Click += buttonAdd_Click;
|
|
|
|
|
//
|
|
|
|
|
// FormShops
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
BackColor = Color.FromArgb(190, 220, 255);
|
|
|
|
|
ClientSize = new Size(800, 543);
|
|
|
|
|
Controls.Add(buttonRefresh);
|
|
|
|
|
Controls.Add(buttonRemove);
|
|
|
|
|
Controls.Add(buttonUpdate);
|
|
|
|
|
Controls.Add(buttonAdd);
|
|
|
|
|
Controls.Add(dataGridView);
|
|
|
|
|
Name = "FormShops";
|
|
|
|
|
Text = "Магазины";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
|
|
|
|
ResumeLayout(false);
|
2024-03-10 23:03:51 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2024-03-10 23:53:01 +04:00
|
|
|
|
|
|
|
|
|
private DataGridView dataGridView;
|
|
|
|
|
private Button buttonRefresh;
|
|
|
|
|
private Button buttonRemove;
|
|
|
|
|
private Button buttonUpdate;
|
|
|
|
|
private Button buttonAdd;
|
2024-03-10 23:03:51 +04:00
|
|
|
|
}
|
|
|
|
|
}
|