2024-06-24 15:08:29 +04:00
|
|
|
|
namespace WinFormsApp
|
|
|
|
|
{
|
|
|
|
|
partial class FormMediaFiles
|
|
|
|
|
{
|
|
|
|
|
/// <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-06-24 16:23:42 +04:00
|
|
|
|
groupBoxFiles = new GroupBox();
|
|
|
|
|
panelFiles = new Panel();
|
|
|
|
|
comboBoxProduct = new ComboBox();
|
|
|
|
|
buttonAdd = new Button();
|
|
|
|
|
buttonSelectFile = new Button();
|
|
|
|
|
labelFile = new Label();
|
2024-06-24 15:08:29 +04:00
|
|
|
|
groupBox1 = new GroupBox();
|
2024-06-24 17:09:03 +04:00
|
|
|
|
dataGridView = new DataGridView();
|
2024-06-24 16:23:42 +04:00
|
|
|
|
groupBoxFiles.SuspendLayout();
|
|
|
|
|
groupBox1.SuspendLayout();
|
2024-06-24 17:09:03 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
2024-06-24 15:08:29 +04:00
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
2024-06-24 16:23:42 +04:00
|
|
|
|
// groupBoxFiles
|
|
|
|
|
//
|
|
|
|
|
groupBoxFiles.Controls.Add(panelFiles);
|
|
|
|
|
groupBoxFiles.Dock = DockStyle.Left;
|
|
|
|
|
groupBoxFiles.Location = new Point(0, 0);
|
|
|
|
|
groupBoxFiles.Name = "groupBoxFiles";
|
2024-06-24 17:09:03 +04:00
|
|
|
|
groupBoxFiles.Size = new Size(282, 586);
|
2024-06-24 16:23:42 +04:00
|
|
|
|
groupBoxFiles.TabIndex = 0;
|
|
|
|
|
groupBoxFiles.TabStop = false;
|
2024-06-24 17:09:03 +04:00
|
|
|
|
groupBoxFiles.Text = "Фотографии";
|
2024-06-24 16:23:42 +04:00
|
|
|
|
//
|
|
|
|
|
// panelFiles
|
|
|
|
|
//
|
|
|
|
|
panelFiles.AutoScroll = true;
|
|
|
|
|
panelFiles.Dock = DockStyle.Fill;
|
|
|
|
|
panelFiles.Location = new Point(3, 19);
|
|
|
|
|
panelFiles.Name = "panelFiles";
|
2024-06-24 17:09:03 +04:00
|
|
|
|
panelFiles.Size = new Size(276, 564);
|
2024-06-24 16:23:42 +04:00
|
|
|
|
panelFiles.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// comboBoxProduct
|
|
|
|
|
//
|
|
|
|
|
comboBoxProduct.FormattingEnabled = true;
|
|
|
|
|
comboBoxProduct.Location = new Point(19, 43);
|
|
|
|
|
comboBoxProduct.Name = "comboBoxProduct";
|
|
|
|
|
comboBoxProduct.Size = new Size(121, 23);
|
|
|
|
|
comboBoxProduct.TabIndex = 1;
|
|
|
|
|
comboBoxProduct.SelectedIndexChanged += comboBoxProduct_SelectedIndexChanged;
|
|
|
|
|
//
|
|
|
|
|
// buttonAdd
|
|
|
|
|
//
|
|
|
|
|
buttonAdd.Location = new Point(19, 92);
|
|
|
|
|
buttonAdd.Name = "buttonAdd";
|
|
|
|
|
buttonAdd.Size = new Size(75, 23);
|
|
|
|
|
buttonAdd.TabIndex = 2;
|
|
|
|
|
buttonAdd.Text = "Добавить";
|
|
|
|
|
buttonAdd.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonAdd.Click += buttonAdd_Click;
|
|
|
|
|
//
|
|
|
|
|
// buttonSelectFile
|
|
|
|
|
//
|
|
|
|
|
buttonSelectFile.Location = new Point(19, 237);
|
|
|
|
|
buttonSelectFile.Name = "buttonSelectFile";
|
|
|
|
|
buttonSelectFile.Size = new Size(109, 27);
|
|
|
|
|
buttonSelectFile.TabIndex = 3;
|
|
|
|
|
buttonSelectFile.Text = "Выбрать файл...";
|
|
|
|
|
buttonSelectFile.UseVisualStyleBackColor = true;
|
|
|
|
|
buttonSelectFile.Click += buttonSelectFile_Click;
|
|
|
|
|
//
|
|
|
|
|
// labelFile
|
|
|
|
|
//
|
|
|
|
|
labelFile.AutoSize = true;
|
|
|
|
|
labelFile.Location = new Point(19, 267);
|
|
|
|
|
labelFile.Name = "labelFile";
|
|
|
|
|
labelFile.Size = new Size(40, 15);
|
|
|
|
|
labelFile.TabIndex = 4;
|
|
|
|
|
labelFile.Text = "Пусто";
|
|
|
|
|
//
|
2024-06-24 15:08:29 +04:00
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
2024-06-24 16:23:42 +04:00
|
|
|
|
groupBox1.Controls.Add(comboBoxProduct);
|
|
|
|
|
groupBox1.Controls.Add(labelFile);
|
|
|
|
|
groupBox1.Controls.Add(buttonAdd);
|
|
|
|
|
groupBox1.Controls.Add(buttonSelectFile);
|
|
|
|
|
groupBox1.Dock = DockStyle.Right;
|
2024-06-24 17:09:03 +04:00
|
|
|
|
groupBox1.Location = new Point(678, 0);
|
2024-06-24 15:08:29 +04:00
|
|
|
|
groupBox1.Name = "groupBox1";
|
2024-06-24 17:09:03 +04:00
|
|
|
|
groupBox1.Size = new Size(200, 586);
|
2024-06-24 16:23:42 +04:00
|
|
|
|
groupBox1.TabIndex = 5;
|
2024-06-24 15:08:29 +04:00
|
|
|
|
groupBox1.TabStop = false;
|
|
|
|
|
groupBox1.Text = "groupBox1";
|
|
|
|
|
//
|
2024-06-24 17:09:03 +04:00
|
|
|
|
// dataGridView
|
|
|
|
|
//
|
|
|
|
|
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
dataGridView.Dock = DockStyle.Fill;
|
|
|
|
|
dataGridView.Location = new Point(282, 0);
|
|
|
|
|
dataGridView.Name = "dataGridView";
|
|
|
|
|
dataGridView.Size = new Size(396, 586);
|
|
|
|
|
dataGridView.TabIndex = 6;
|
|
|
|
|
//
|
2024-06-24 15:08:29 +04:00
|
|
|
|
// FormMediaFiles
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2024-06-24 17:09:03 +04:00
|
|
|
|
ClientSize = new Size(878, 586);
|
|
|
|
|
Controls.Add(dataGridView);
|
2024-06-24 15:08:29 +04:00
|
|
|
|
Controls.Add(groupBox1);
|
2024-06-24 16:23:42 +04:00
|
|
|
|
Controls.Add(groupBoxFiles);
|
2024-06-24 15:08:29 +04:00
|
|
|
|
Name = "FormMediaFiles";
|
|
|
|
|
Text = "FormMediaFiles";
|
2024-06-24 16:23:42 +04:00
|
|
|
|
Load += FormMediaFiles_Load;
|
|
|
|
|
Resize += FormMediaFiles_Resize;
|
|
|
|
|
groupBoxFiles.ResumeLayout(false);
|
|
|
|
|
groupBox1.ResumeLayout(false);
|
|
|
|
|
groupBox1.PerformLayout();
|
2024-06-24 17:09:03 +04:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
2024-06-24 15:08:29 +04:00
|
|
|
|
ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
2024-06-24 16:23:42 +04:00
|
|
|
|
private GroupBox groupBoxFiles;
|
|
|
|
|
private ComboBox comboBoxProduct;
|
|
|
|
|
private Button buttonAdd;
|
|
|
|
|
private Button buttonSelectFile;
|
|
|
|
|
private Label labelFile;
|
2024-06-24 15:08:29 +04:00
|
|
|
|
private GroupBox groupBox1;
|
2024-06-24 16:23:42 +04:00
|
|
|
|
private Panel panelFiles;
|
2024-06-24 17:09:03 +04:00
|
|
|
|
private DataGridView dataGridView;
|
2024-06-24 15:08:29 +04:00
|
|
|
|
}
|
|
|
|
|
}
|