Диплом: Автоматизированная информационная система контроля доступности сетевого оборудования для ПАО «Ростелеком»

Внимание! Если размещение файла нарушает Ваши авторские права, то обязательно сообщите нам
102
ре // dataGridView2
ре //
ре this.dataGridView2.AllowUserToAddRows = ре false;
ре this.dataGridView2.AllowUserToDeleteRows = ре false;
ре this.dataGridView2.BackgroundColor = ре System.Drawing.SystemColors.Control;
ре this.dataGridView2.ColumnHeadersHeightSizeMode =
ре System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
ре this.dataGridView2.Dock = ре System.Windows.Forms.DockStyle.Fill;
ре this.dataGridView2.Location = ре new System.Drawing.Point(0, ре 0);
ре this.dataGridView2.Name = ре "dataGridView2";
ре this.dataGridView2.ReadOnly = ре true;
ре this.dataGridView2.Size = ре new System.Drawing.Size(738, ре 193);
ре this.dataGridView2.TabIndex = ре 0;
ре //
ре // frmMain
ре //
ре this.AutoScaleDimensions = ре new System.Drawing.SizeF(6F, ре 13F);
ре this.AutoScaleMode = ре System.Windows.Forms.AutoScaleMode.Font;
ре this.ClientSize = ре new System.Drawing.Size(738, ре 487);
ре this.Controls.Add(this.splitContainer1);
ре this.Controls.Add(this.statusStrip1);
ре this.Controls.Add(this.toolStrip1);
ре this.Icon = ре ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
ре this.Name = ре "frmMain";
ре this.Text = ре "NetMon";
ре this.FormClosing += ре new
System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
ре this.Load += ре new System.EventHandler(this.Form1_Load);
ре this.toolStrip1.ResumeLayout(false);
ре this.toolStrip1.PerformLayout();
ре this.splitContainer1.Panel1.ResumeLayout(false);
ре this.splitContainer1.Panel2.ResumeLayout(false);
ре ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
ре this.splitContainer1.ResumeLayout(false);
ре ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
ре ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
ре this.ResumeLayout(false);
ре this.PerformLayout();
ре }
ре #endregion
ре private System.Windows.Forms.ToolStrip ре toolStrip1;
ре private System.Windows.Forms.ToolStripButton ре btnAdd;
ре private System.Windows.Forms.ToolStripButton ре btnEdit;
ре private System.Windows.Forms.ToolStripSeparator ре toolStripSeparator1;
ре private System.Windows.Forms.ToolStripButton ре btnReport;
ре private System.Windows.Forms.ToolStripSeparator ре toolStripSeparator3;
ре private System.Windows.Forms.ToolStripButton ре btnSettings;
ре private System.Windows.Forms.ToolStripButton ре btnAbout;
ре private System.Windows.Forms.StatusStrip ре statusStrip1;
103
ре private System.Windows.Forms.SplitContainer ре splitContainer1;
ре private System.Windows.Forms.ToolStripButton ре btnDelete;
ре private System.Windows.Forms.DataGridView ре dataGridView1;
ре private System.Windows.Forms.DataGridView ре dataGridView2;
ре private System.Windows.Forms.ToolStripButton ре btnDeleteAll;
ре private System.Windows.Forms.ToolStripSeparator ре toolStripSeparator2;
ре private System.Windows.Forms.ToolStripButton ре btnClear;
ре }
}
/*Модуль ре frmReport.Designer.cs*/
namespace ре NetMon
{
ре partial class ре frmReport
ре {
ре /// <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(frmReport));
ре this.groupBox1 = ре new System.Windows.Forms.GroupBox();
ре this.radioButton2 = ре new System.Windows.Forms.RadioButton();
ре this.radioButton1 = ре new System.Windows.Forms.RadioButton();
ре this.comboBox1 = ре new System.Windows.Forms.ComboBox();
ре this.groupBox2 = ре new System.Windows.Forms.GroupBox();
ре this.groupBox3 = ре new System.Windows.Forms.GroupBox();
ре this.dateTimePicker3 = ре new System.Windows.Forms.DateTimePicker();
104
ре this.dateTimePicker4 = ре new System.Windows.Forms.DateTimePicker();
ре this.dateTimePicker2 = ре new System.Windows.Forms.DateTimePicker();
ре this.dateTimePicker1 = ре new System.Windows.Forms.DateTimePicker();
ре this.label2 = ре new System.Windows.Forms.Label();
ре this.label1 = ре new System.Windows.Forms.Label();
ре this.button1 = ре new System.Windows.Forms.Button();
ре this.button2 = ре new System.Windows.Forms.Button();
ре this.textBox1 = ре new System.Windows.Forms.TextBox();
ре this.groupBox1.SuspendLayout();
ре this.groupBox2.SuspendLayout();
ре this.groupBox3.SuspendLayout();
ре this.SuspendLayout();
ре //
ре // groupBox1
ре //
ре this.groupBox1.Controls.Add(this.radioButton2);
ре this.groupBox1.Controls.Add(this.radioButton1);
ре this.groupBox1.Location = ре new System.Drawing.Point(12, ре 12);
ре this.groupBox1.Name = ре "groupBox1";
ре this.groupBox1.Size = ре new System.Drawing.Size(247, ре 54);
ре this.groupBox1.TabIndex = ре 0;
ре this.groupBox1.TabStop = ре false;
ре this.groupBox1.Text = ре "Тип отчета";
ре //
ре // radioButton2
ре //
ре this.radioButton2.AutoSize = ре true;
ре this.radioButton2.Location = ре new System.Drawing.Point(114, ре 19);
ре this.radioButton2.Name = ре "radioButton2";
ре this.radioButton2.Size = ре new System.Drawing.Size(114, ре 17);
ре this.radioButton2.TabIndex = ре 1;
ре this.radioButton2.Text = ре "По дате/времени";
ре this.radioButton2.UseVisualStyleBackColor = ре true;
ре this.radioButton2.CheckedChanged += ре new
System.EventHandler(this.radioButton2_CheckedChanged);
ре //
ре // radioButton1
ре //
ре this.radioButton1.AutoSize = ре true;
ре this.radioButton1.Checked = ре true;
ре this.radioButton1.Location = ре new System.Drawing.Point(6, ре 19);
ре this.radioButton1.Name = ре "radioButton1";
ре this.radioButton1.Size = ре new System.Drawing.Size(69, ре 17);
ре this.radioButton1.TabIndex = ре 0;
ре this.radioButton1.TabStop = ре true;
ре this.radioButton1.Text = ре "По хосту";
ре this.radioButton1.UseVisualStyleBackColor = ре true;
ре this.radioButton1.CheckedChanged += ре new
System.EventHandler(this.radioButton1_CheckedChanged);
ре //
ре // comboBox1
ре //
105
ре this.comboBox1.FormattingEnabled = ре true;
ре this.comboBox1.Location = ре new System.Drawing.Point(6, ре 19);
ре this.comboBox1.Name = ре "comboBox1";
ре this.comboBox1.Size = ре new System.Drawing.Size(239, ре 21);
ре this.comboBox1.TabIndex = ре 1;
ре //
ре // groupBox2
ре //
ре this.groupBox2.Controls.Add(this.comboBox1);
ре this.groupBox2.Location = ре new System.Drawing.Point(268, ре 12);
ре this.groupBox2.Name = ре "groupBox2";
ре this.groupBox2.Size = ре new System.Drawing.Size(253, ре 54);
ре this.groupBox2.TabIndex = ре 2;
ре this.groupBox2.TabStop = ре false;
ре this.groupBox2.Text = ре "Хост";
ре //
ре // groupBox3
ре //
ре this.groupBox3.Controls.Add(this.dateTimePicker3);
ре this.groupBox3.Controls.Add(this.dateTimePicker4);
ре this.groupBox3.Controls.Add(this.dateTimePicker2);
ре this.groupBox3.Controls.Add(this.dateTimePicker1);
ре this.groupBox3.Controls.Add(this.label2);
ре this.groupBox3.Controls.Add(this.label1);
ре this.groupBox3.Location = ре new System.Drawing.Point(12, ре 72);
ре this.groupBox3.Name = ре "groupBox3";
ре this.groupBox3.Size = ре new System.Drawing.Size(509, ре 54);
ре this.groupBox3.TabIndex = ре 3;
ре this.groupBox3.TabStop = ре false;
ре this.groupBox3.Text = ре "Дата/Время";
ре //
ре // dateTimePicker3
ре //
ре this.dateTimePicker3.Format = ре System.Windows.Forms.DateTimePickerFormat.Time;
ре this.dateTimePicker3.Location = ре new System.Drawing.Point(416, ре 17);
ре this.dateTimePicker3.Name = ре "dateTimePicker3";
ре this.dateTimePicker3.ShowUpDown = ре true;
ре this.dateTimePicker3.Size = ре new System.Drawing.Size(85, ре 20);
ре this.dateTimePicker3.TabIndex = ре 5;
ре //
ре // dateTimePicker4
ре //
ре this.dateTimePicker4.Location = ре new System.Drawing.Point(280, ре 17);
ре this.dateTimePicker4.Name = ре "dateTimePicker4";
ре this.dateTimePicker4.Size = ре new System.Drawing.Size(130, ре 20);
ре this.dateTimePicker4.TabIndex = ре 4;
ре //
ре // dateTimePicker2
ре //
ре this.dateTimePicker2.Format = ре System.Windows.Forms.DateTimePickerFormat.Time;
ре this.dateTimePicker2.Location = ре new System.Drawing.Point(162, ре 17);
ре this.dateTimePicker2.Name = ре "dateTimePicker2";
106
ре this.dateTimePicker2.ShowUpDown = ре true;
ре this.dateTimePicker2.Size = ре new System.Drawing.Size(85, ре 20);
ре this.dateTimePicker2.TabIndex = ре 3;
ре //
ре // dateTimePicker1
ре //
ре this.dateTimePicker1.Location = ре new System.Drawing.Point(26, ре 17);
ре this.dateTimePicker1.Name = ре "dateTimePicker1";
ре this.dateTimePicker1.Size = ре new System.Drawing.Size(130, ре 20);
ре this.dateTimePicker1.TabIndex = ре 2;
ре //
ре // label2
ре //
ре this.label2.AutoSize = ре true;
ре this.label2.Location = ре new System.Drawing.Point(253, ре 21);
ре this.label2.Name = ре "label2";
ре this.label2.Size = ре new System.Drawing.Size(21, ре 13);
ре this.label2.TabIndex = ре 1;
ре this.label2.Text = ре "По";
ре //
ре // label1
ре //
ре this.label1.AutoSize = ре true;
ре this.label1.Location = ре new System.Drawing.Point(6, ре 23);
ре this.label1.Name = ре "label1";
ре this.label1.Size = ре new System.Drawing.Size(14, ре 13);
ре this.label1.TabIndex = ре 0;
ре this.label1.Text = ре "С";
ре //
ре // button1
ре //
ре this.button1.Location = ре new System.Drawing.Point(12, ре 132);
ре this.button1.Name = ре "button1";
ре this.button1.Size = ре new System.Drawing.Size(198, ре 23);
ре this.button1.TabIndex = ре 4;
ре this.button1.Text = ре "Формировать отчет";
ре this.button1.UseVisualStyleBackColor = ре true;
ре this.button1.Click += ре new System.EventHandler(this.button1_Click);
ре //
ре // button2
ре //
ре this.button2.Location = ре new System.Drawing.Point(323, ре 132);
ре this.button2.Name = ре "button2";
ре this.button2.Size = ре new System.Drawing.Size(198, ре 23);
ре this.button2.TabIndex = ре 5;
ре this.button2.Text = ре "Сохранить в ре файл";
ре this.button2.UseVisualStyleBackColor = ре true;
ре this.button2.Click += ре new System.EventHandler(this.button2_Click);
ре //
ре // textBox1
ре //
ре this.textBox1.Location = ре new System.Drawing.Point(12, ре 161);
107
ре this.textBox1.Multiline = ре true;
ре this.textBox1.Name = ре "textBox1";
ре this.textBox1.ReadOnly = ре true;
ре this.textBox1.Size = ре new System.Drawing.Size(509, ре 284);
ре this.textBox1.TabIndex = ре 8;
ре //
ре // frmReport
ре //
ре this.AutoScaleDimensions = ре new System.Drawing.SizeF(6F, ре 13F);
ре this.AutoScaleMode = ре System.Windows.Forms.AutoScaleMode.Font;
ре this.ClientSize = ре new System.Drawing.Size(529, ре 457);
ре this.Controls.Add(this.textBox1);
ре this.Controls.Add(this.button2);
ре this.Controls.Add(this.button1);
ре this.Controls.Add(this.groupBox3);
ре this.Controls.Add(this.groupBox2);
ре this.Controls.Add(this.groupBox1);
ре this.Icon = ре ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
ре this.Name = ре "frmReport";
ре this.Text = ре "Отчет";
ре this.groupBox1.ResumeLayout(false);
ре this.groupBox1.PerformLayout();
ре this.groupBox2.ResumeLayout(false);
ре this.groupBox3.ResumeLayout(false);
ре this.groupBox3.PerformLayout();
ре this.ResumeLayout(false);
ре this.PerformLayout();
ре }
ре #endregion
ре private System.Windows.Forms.GroupBox ре groupBox1;
ре private System.Windows.Forms.RadioButton ре radioButton2;
ре private System.Windows.Forms.RadioButton ре radioButton1;
ре private System.Windows.Forms.ComboBox ре comboBox1;
ре private System.Windows.Forms.GroupBox ре groupBox2;
ре private System.Windows.Forms.GroupBox ре groupBox3;
ре private System.Windows.Forms.DateTimePicker ре dateTimePicker3;
ре private System.Windows.Forms.DateTimePicker ре dateTimePicker4;
ре private System.Windows.Forms.DateTimePicker ре dateTimePicker2;
ре private System.Windows.Forms.DateTimePicker ре dateTimePicker1;
ре private System.Windows.Forms.Label ре label2;
ре private System.Windows.Forms.Label ре label1;
ре private System.Windows.Forms.Button ре button1;
ре private System.Windows.Forms.Button ре button2;
ре private System.Windows.Forms.TextBox ре textBox1;
ре }
}
/*Модуль ре frmSettings.Designer.cs*/
108
namespace ре NetMon
{
ре partial class ре frmSettings
ре {
ре /// <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(frmSettings));
ре this.label1 = ре new System.Windows.Forms.Label();
ре this.textBox1 = ре new System.Windows.Forms.TextBox();
ре this.textBox2 = ре new System.Windows.Forms.TextBox();
ре this.label2 = ре new System.Windows.Forms.Label();
ре this.textBox3 = ре new System.Windows.Forms.TextBox();
ре this.label3 = ре new System.Windows.Forms.Label();
ре this.textBox4 = ре new System.Windows.Forms.TextBox();
ре this.label4 = ре new System.Windows.Forms.Label();
ре this.textBox5 = ре new System.Windows.Forms.TextBox();
ре this.label5 = ре new System.Windows.Forms.Label();
ре this.button1 = ре new System.Windows.Forms.Button();
ре this.button2 = ре new System.Windows.Forms.Button();
ре this.button3 = ре new System.Windows.Forms.Button();
ре this.SuspendLayout();
ре //
ре // label1
ре //
ре this.label1.AutoSize = ре true;
ре this.label1.Location = ре new System.Drawing.Point(12, ре 9);
109
ре this.label1.Name = ре "label1";
ре this.label1.Size = ре new System.Drawing.Size(19, ре 13);
ре this.label1.TabIndex = ре 0;
ре this.label1.Text = ре "Ttl";
ре //
ре // textBox1
ре //
ре this.textBox1.Location = ре new System.Drawing.Point(219, ре 6);
ре this.textBox1.Name = ре "textBox1";
ре this.textBox1.Size = ре new System.Drawing.Size(161, ре 20);
ре this.textBox1.TabIndex = ре 1;
ре //
ре // textBox2
ре //
ре this.textBox2.Location = ре new System.Drawing.Point(219, ре 32);
ре this.textBox2.Name = ре "textBox2";
ре this.textBox2.Size = ре new System.Drawing.Size(161, ре 20);
ре this.textBox2.TabIndex = ре 3;
ре //
ре // label2
ре //
ре this.label2.AutoSize = ре true;
ре this.label2.Location = ре new System.Drawing.Point(12, ре 35);
ре this.label2.Name = ре "label2";
ре this.label2.Size = ре new System.Drawing.Size(85, ре 13);
ре this.label2.TabIndex = ре 2;
ре this.label2.Text = ре "Ping timeout, ре мс";
ре //
ре // textBox3
ре //
ре this.textBox3.Location = ре new System.Drawing.Point(219, ре 58);
ре this.textBox3.Name = ре "textBox3";
ре this.textBox3.Size = ре new System.Drawing.Size(161, ре 20);
ре this.textBox3.TabIndex = ре 5;
ре //
ре // label3
ре //
ре this.label3.AutoSize = ре true;
ре this.label3.Location = ре new System.Drawing.Point(12, ре 61);
ре this.label3.Name = ре "label3";
ре this.label3.Size = ре new System.Drawing.Size(123, ре 13);
ре this.label3.TabIndex = ре 4;
ре this.label3.Text = ре "Размер буффера, ре байт";
ре //
ре // textBox4
ре //
ре this.textBox4.Location = ре new System.Drawing.Point(219, ре 84);
ре this.textBox4.Name = ре "textBox4";
ре this.textBox4.Size = ре new System.Drawing.Size(161, ре 20);
ре this.textBox4.TabIndex = ре 7;
ре //
ре // label4
110
ре //
ре this.label4.AutoSize = ре true;
ре this.label4.Location = ре new System.Drawing.Point(12, ре 87);
ре this.label4.Name = ре "label4";
ре this.label4.Size = ре new System.Drawing.Size(119, ре 13);
ре this.label4.TabIndex = ре 6;
ре this.label4.Text = ре "Интервал опроса, ре сек";
ре //
ре // textBox5
ре //
ре this.textBox5.Location = ре new System.Drawing.Point(219, ре 110);
ре this.textBox5.Name = ре "textBox5";
ре this.textBox5.Size = ре new System.Drawing.Size(161, ре 20);
ре this.textBox5.TabIndex = ре 9;
ре this.textBox5.Visible = ре false;
ре //
ре // label5
ре //
ре this.label5.AutoSize = ре true;
ре this.label5.Location = ре new System.Drawing.Point(12, ре 113);
ре this.label5.Name = ре "label5";
ре this.label5.Size = ре new System.Drawing.Size(173, ре 13);
ре this.label5.TabIndex = ре 8;
ре this.label5.Text = ре "Время показа ре уведомления, сек";
ре this.label5.Visible = ре false;
ре //
ре // button1
ре //
ре this.button1.Location = ре new System.Drawing.Point(12, ре 139);
ре this.button1.Name = ре "button1";
ре this.button1.Size = ре new System.Drawing.Size(119, ре 23);
ре this.button1.TabIndex = ре 10;
ре this.button1.Text = ре "Сохранить";
ре this.button1.UseVisualStyleBackColor = ре true;
ре this.button1.Click += ре new System.EventHandler(this.button1_Click);
ре //
ре // button2
ре //
ре this.button2.DialogResult = ре System.Windows.Forms.DialogResult.Cancel;
ре this.button2.Location = ре new System.Drawing.Point(137, ре 139);
ре this.button2.Name = ре "button2";
ре this.button2.Size = ре new System.Drawing.Size(119, ре 23);
ре this.button2.TabIndex = ре 11;
ре this.button2.Text = ре "Отмена";
ре this.button2.UseVisualStyleBackColor = ре true;
ре this.button2.Click += ре new System.EventHandler(this.button2_Click);
ре //
ре // button3
ре //
ре this.button3.Location = ре new System.Drawing.Point(261, ре 139);
ре this.button3.Name = ре "button3";
ре this.button3.Size = ре new System.Drawing.Size(119, ре 23);
111
ре this.button3.TabIndex = ре 12;
ре this.button3.Text = ре "По умолчанию";
ре this.button3.UseVisualStyleBackColor = ре true;
ре this.button3.Click += ре new System.EventHandler(this.button3_Click);
ре //
ре // frmSettings
ре //
ре this.AcceptButton = ре this.button1;
ре this.AutoScaleDimensions = ре new System.Drawing.SizeF(6F, ре 13F);
ре this.AutoScaleMode = ре System.Windows.Forms.AutoScaleMode.Font;
ре this.CancelButton = ре this.button2;
ре this.ClientSize = ре new System.Drawing.Size(394, ре 174);
ре this.Controls.Add(this.button3);
ре this.Controls.Add(this.button2);
ре this.Controls.Add(this.button1);
ре this.Controls.Add(this.textBox5);
ре this.Controls.Add(this.label5);
ре this.Controls.Add(this.textBox4);
ре this.Controls.Add(this.label4);
ре this.Controls.Add(this.textBox3);
ре this.Controls.Add(this.label3);
ре this.Controls.Add(this.textBox2);
ре this.Controls.Add(this.label2);
ре this.Controls.Add(this.textBox1);
ре this.Controls.Add(this.label1);
ре this.Icon = ре ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
ре this.Name = ре "frmSettings";
ре this.StartPosition = ре System.Windows.Forms.FormStartPosition.CenterParent;
ре this.Text = ре "Настройки";
ре this.ResumeLayout(false);
ре this.PerformLayout();
ре }
ре #endregion
ре private System.Windows.Forms.Label ре label1;
ре private System.Windows.Forms.TextBox ре textBox1;
ре private System.Windows.Forms.TextBox ре textBox2;
ре private System.Windows.Forms.Label ре label2;
ре private System.Windows.Forms.TextBox ре textBox3;
ре private System.Windows.Forms.Label ре label3;
ре private System.Windows.Forms.TextBox ре textBox4;
ре private System.Windows.Forms.Label ре label4;
ре private System.Windows.Forms.TextBox ре textBox5;
ре private System.Windows.Forms.Label ре label5;
ре private System.Windows.Forms.Button ре button1;
ре private System.Windows.Forms.Button ре button2;
ре private System.Windows.Forms.Button ре button3;
ре }
}

Смотрите также:

"Автоматизация обработки заявок ООО "Проектно-Строительная Компания"
"Автоматизация процесса аттестации персонала для ООО "Нэт Бай Нэт Холдинг"
"Анализ интернет-активности конкурентов ( на примере конкурентов "Газпром нефть")
"Бухгалтерский учёт и аудит расчётов с подотчётними лицами в организации на примере ООО "ЛОЦ 10""
«Психологическое сопровождение персонала в организации на примере ООО «Крокус»
Cовершенствование деловой оценки персонала в организации (на примере ООО "Даймонд кейтеринг развитие")
IPO - инструмент финансирования деятельности организации. На примере ПАО «Нефтяная компания «Лукойл»
PR как средство продвижения организации (на примере ПАО "Тамбовский завод "Комсомолец им. Н.С. Артемова")
PR-коммуникации в сфере общественного питания (на примере кафе-кондитерской «Cream Cheese»)
SMM как средство повышения эффективности работы учреждений социокультурной сферы (на примере Малого театра)