295 lines
14 KiB
C#
295 lines
14 KiB
C#
namespace WinFormsApp
|
||
{
|
||
partial class FormMain
|
||
{
|
||
/// <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()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
|
||
dataGridView = new DataGridView();
|
||
buttonCreateSupply = new Button();
|
||
menuStrip1 = new MenuStrip();
|
||
товарыToolStripMenuItem = new ToolStripMenuItem();
|
||
поставщикиToolStripMenuItem = new ToolStripMenuItem();
|
||
статистикаToolStripMenuItem = new ToolStripMenuItem();
|
||
buttonSupplyStatusArriving = new Button();
|
||
buttonSupplyStatusCompleted = new Button();
|
||
printPreviewDialog = new PrintPreviewDialog();
|
||
printDialog = new PrintDialog();
|
||
buttonRefresh = new Button();
|
||
pictureBox1 = new PictureBox();
|
||
groupBox1 = new GroupBox();
|
||
pictureBox2 = new PictureBox();
|
||
buttonPrintReport = new Button();
|
||
buttonCreateReport = new Button();
|
||
groupBox2 = new GroupBox();
|
||
label1 = new Label();
|
||
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
||
menuStrip1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
|
||
groupBox1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)pictureBox2).BeginInit();
|
||
groupBox2.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// dataGridView
|
||
//
|
||
dataGridView.BackgroundColor = Color.AliceBlue;
|
||
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||
dataGridView.Dock = DockStyle.Top;
|
||
dataGridView.Location = new Point(0, 24);
|
||
dataGridView.Name = "dataGridView";
|
||
dataGridView.Size = new Size(901, 231);
|
||
dataGridView.TabIndex = 0;
|
||
//
|
||
// buttonCreateSupply
|
||
//
|
||
buttonCreateSupply.BackColor = Color.FromArgb(192, 255, 192);
|
||
buttonCreateSupply.ForeColor = SystemColors.ActiveCaptionText;
|
||
buttonCreateSupply.Location = new Point(6, 32);
|
||
buttonCreateSupply.Name = "buttonCreateSupply";
|
||
buttonCreateSupply.Size = new Size(108, 52);
|
||
buttonCreateSupply.TabIndex = 1;
|
||
buttonCreateSupply.Text = "Оформить поставку";
|
||
buttonCreateSupply.UseVisualStyleBackColor = false;
|
||
buttonCreateSupply.Click += buttonCreateSupply_Click;
|
||
//
|
||
// menuStrip1
|
||
//
|
||
menuStrip1.Items.AddRange(new ToolStripItem[] { товарыToolStripMenuItem, поставщикиToolStripMenuItem, статистикаToolStripMenuItem });
|
||
menuStrip1.Location = new Point(0, 0);
|
||
menuStrip1.Name = "menuStrip1";
|
||
menuStrip1.Size = new Size(901, 24);
|
||
menuStrip1.TabIndex = 2;
|
||
menuStrip1.Text = "menuStrip1";
|
||
//
|
||
// товарыToolStripMenuItem
|
||
//
|
||
товарыToolStripMenuItem.Name = "товарыToolStripMenuItem";
|
||
товарыToolStripMenuItem.Size = new Size(60, 20);
|
||
товарыToolStripMenuItem.Text = "Товары";
|
||
товарыToolStripMenuItem.Click += товарыToolStripMenuItem_Click_1;
|
||
//
|
||
// поставщикиToolStripMenuItem
|
||
//
|
||
поставщикиToolStripMenuItem.Name = "поставщикиToolStripMenuItem";
|
||
поставщикиToolStripMenuItem.Size = new Size(89, 20);
|
||
поставщикиToolStripMenuItem.Text = "Поставщики";
|
||
поставщикиToolStripMenuItem.Click += поставщикиToolStripMenuItem_Click_1;
|
||
//
|
||
// статистикаToolStripMenuItem
|
||
//
|
||
статистикаToolStripMenuItem.Name = "статистикаToolStripMenuItem";
|
||
статистикаToolStripMenuItem.Size = new Size(80, 20);
|
||
статистикаToolStripMenuItem.Text = "Статистика";
|
||
статистикаToolStripMenuItem.Click += статистикаToolStripMenuItem_Click;
|
||
//
|
||
// buttonSupplyStatusArriving
|
||
//
|
||
buttonSupplyStatusArriving.ForeColor = SystemColors.ActiveCaptionText;
|
||
buttonSupplyStatusArriving.Location = new Point(131, 33);
|
||
buttonSupplyStatusArriving.Name = "buttonSupplyStatusArriving";
|
||
buttonSupplyStatusArriving.Size = new Size(105, 54);
|
||
buttonSupplyStatusArriving.TabIndex = 3;
|
||
buttonSupplyStatusArriving.Text = "Поставка в пути";
|
||
buttonSupplyStatusArriving.UseVisualStyleBackColor = true;
|
||
buttonSupplyStatusArriving.Click += buttonSupplyStatusArriving_Click;
|
||
//
|
||
// buttonSupplyStatusCompleted
|
||
//
|
||
buttonSupplyStatusCompleted.ForeColor = SystemColors.ActiveCaptionText;
|
||
buttonSupplyStatusCompleted.Location = new Point(259, 33);
|
||
buttonSupplyStatusCompleted.Name = "buttonSupplyStatusCompleted";
|
||
buttonSupplyStatusCompleted.Size = new Size(97, 53);
|
||
buttonSupplyStatusCompleted.TabIndex = 4;
|
||
buttonSupplyStatusCompleted.Text = "Поставка завершена";
|
||
buttonSupplyStatusCompleted.UseVisualStyleBackColor = true;
|
||
buttonSupplyStatusCompleted.Click += buttonSupplyStatusCompleted_Click;
|
||
//
|
||
// printPreviewDialog
|
||
//
|
||
printPreviewDialog.AutoScrollMargin = new Size(0, 0);
|
||
printPreviewDialog.AutoScrollMinSize = new Size(0, 0);
|
||
printPreviewDialog.ClientSize = new Size(400, 300);
|
||
printPreviewDialog.Enabled = true;
|
||
printPreviewDialog.Icon = (Icon)resources.GetObject("printPreviewDialog.Icon");
|
||
printPreviewDialog.Name = "printPreviewDialog";
|
||
printPreviewDialog.Visible = false;
|
||
//
|
||
// printDialog
|
||
//
|
||
printDialog.UseEXDialog = true;
|
||
//
|
||
// buttonRefresh
|
||
//
|
||
buttonRefresh.Font = new Font("Segoe UI", 10F, FontStyle.Bold);
|
||
buttonRefresh.Location = new Point(735, 293);
|
||
buttonRefresh.Name = "buttonRefresh";
|
||
buttonRefresh.Size = new Size(154, 47);
|
||
buttonRefresh.TabIndex = 7;
|
||
buttonRefresh.Text = "Обновить список поставок";
|
||
buttonRefresh.UseVisualStyleBackColor = true;
|
||
buttonRefresh.Click += buttonRefresh_Click;
|
||
//
|
||
// pictureBox1
|
||
//
|
||
pictureBox1.BackColor = Color.Transparent;
|
||
pictureBox1.BackgroundImage = Properties.Resources.favicon;
|
||
pictureBox1.BackgroundImageLayout = ImageLayout.Zoom;
|
||
pictureBox1.BorderStyle = BorderStyle.FixedSingle;
|
||
pictureBox1.InitialImage = (Image)resources.GetObject("pictureBox1.InitialImage");
|
||
pictureBox1.Location = new Point(873, 360);
|
||
pictureBox1.Name = "pictureBox1";
|
||
pictureBox1.Size = new Size(28, 24);
|
||
pictureBox1.TabIndex = 8;
|
||
pictureBox1.TabStop = false;
|
||
pictureBox1.Click += pictureBox1_Click;
|
||
//
|
||
// groupBox1
|
||
//
|
||
groupBox1.BackColor = Color.Transparent;
|
||
groupBox1.Controls.Add(buttonSupplyStatusCompleted);
|
||
groupBox1.Controls.Add(buttonSupplyStatusArriving);
|
||
groupBox1.Controls.Add(buttonCreateSupply);
|
||
groupBox1.Font = new Font("Segoe UI", 10F, FontStyle.Bold);
|
||
groupBox1.ForeColor = SystemColors.Control;
|
||
groupBox1.Location = new Point(12, 260);
|
||
groupBox1.Name = "groupBox1";
|
||
groupBox1.Size = new Size(362, 112);
|
||
groupBox1.TabIndex = 10;
|
||
groupBox1.TabStop = false;
|
||
groupBox1.Text = "Управление поставками";
|
||
//
|
||
// pictureBox2
|
||
//
|
||
pictureBox2.BackgroundImage = Properties.Resources.pdf_icon_on_transparent_background_free_png_2869912988;
|
||
pictureBox2.BackgroundImageLayout = ImageLayout.Zoom;
|
||
pictureBox2.Location = new Point(302, 64);
|
||
pictureBox2.Name = "pictureBox2";
|
||
pictureBox2.Size = new Size(47, 58);
|
||
pictureBox2.TabIndex = 9;
|
||
pictureBox2.TabStop = false;
|
||
pictureBox2.Click += pictureBox2_Click;
|
||
//
|
||
// buttonPrintReport
|
||
//
|
||
buttonPrintReport.ForeColor = SystemColors.ActiveCaptionText;
|
||
buttonPrintReport.Location = new Point(154, 37);
|
||
buttonPrintReport.Name = "buttonPrintReport";
|
||
buttonPrintReport.Size = new Size(154, 44);
|
||
buttonPrintReport.TabIndex = 6;
|
||
buttonPrintReport.Text = "Распечатать отчет";
|
||
buttonPrintReport.UseVisualStyleBackColor = true;
|
||
buttonPrintReport.Click += buttonPrintReport_Click;
|
||
//
|
||
// buttonCreateReport
|
||
//
|
||
buttonCreateReport.BackgroundImageLayout = ImageLayout.Zoom;
|
||
buttonCreateReport.ForeColor = SystemColors.ActiveCaptionText;
|
||
buttonCreateReport.Location = new Point(6, 31);
|
||
buttonCreateReport.Name = "buttonCreateReport";
|
||
buttonCreateReport.Size = new Size(142, 57);
|
||
buttonCreateReport.TabIndex = 5;
|
||
buttonCreateReport.Text = "Сформировать отчет о поставке";
|
||
buttonCreateReport.UseVisualStyleBackColor = true;
|
||
buttonCreateReport.Click += buttonCreateReport_Click;
|
||
//
|
||
// groupBox2
|
||
//
|
||
groupBox2.BackColor = Color.Transparent;
|
||
groupBox2.Controls.Add(buttonPrintReport);
|
||
groupBox2.Controls.Add(buttonCreateReport);
|
||
groupBox2.Controls.Add(pictureBox2);
|
||
groupBox2.Font = new Font("Segoe UI", 10F, FontStyle.Bold);
|
||
groupBox2.ForeColor = SystemColors.Control;
|
||
groupBox2.Location = new Point(380, 261);
|
||
groupBox2.Name = "groupBox2";
|
||
groupBox2.Size = new Size(349, 111);
|
||
groupBox2.TabIndex = 11;
|
||
groupBox2.TabStop = false;
|
||
groupBox2.Text = "Управление отчетами";
|
||
//
|
||
// label1
|
||
//
|
||
label1.AutoSize = true;
|
||
label1.BackColor = Color.Transparent;
|
||
label1.ForeColor = SystemColors.Control;
|
||
label1.Location = new Point(772, 369);
|
||
label1.Name = "label1";
|
||
label1.Size = new Size(95, 15);
|
||
label1.TabIndex = 12;
|
||
label1.Text = "Система 21guns";
|
||
//
|
||
// FormMain
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
BackgroundImage = Properties.Resources._9AZKH1_1911594361;
|
||
ClientSize = new Size(901, 384);
|
||
Controls.Add(label1);
|
||
Controls.Add(groupBox2);
|
||
Controls.Add(groupBox1);
|
||
Controls.Add(pictureBox1);
|
||
Controls.Add(buttonRefresh);
|
||
Controls.Add(dataGridView);
|
||
Controls.Add(menuStrip1);
|
||
MainMenuStrip = menuStrip1;
|
||
Name = "FormMain";
|
||
Text = "Поставки";
|
||
Load += FormMain_Load;
|
||
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||
menuStrip1.ResumeLayout(false);
|
||
menuStrip1.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
|
||
groupBox1.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit();
|
||
groupBox2.ResumeLayout(false);
|
||
ResumeLayout(false);
|
||
PerformLayout();
|
||
}
|
||
|
||
#endregion
|
||
|
||
private DataGridView dataGridView;
|
||
private Button buttonCreateSupply;
|
||
private MenuStrip menuStrip1;
|
||
private ToolStripMenuItem товарыToolStripMenuItem;
|
||
private ToolStripMenuItem поставщикиToolStripMenuItem;
|
||
private Button buttonSupplyStatusArriving;
|
||
private Button buttonSupplyStatusCompleted;
|
||
private PrintPreviewDialog printPreviewDialog;
|
||
private PrintDialog printDialog;
|
||
private Button buttonRefresh;
|
||
private ToolStripMenuItem статистикаToolStripMenuItem;
|
||
private PictureBox pictureBox1;
|
||
private GroupBox groupBox1;
|
||
private PictureBox pictureBox2;
|
||
private Button buttonPrintReport;
|
||
private Button buttonCreateReport;
|
||
private GroupBox groupBox2;
|
||
private Label label1;
|
||
}
|
||
} |