Files
advertisingprofitcontrol-pr…/AdvertsingProfitControl/LogConsole.Designer.cs
T

163 lines
8.1 KiB
C#

namespace AdvertsingProfitControl
{
partial class LogConsole
{
/// <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(LogConsole));
this.mainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.mainMenu = new System.Windows.Forms.MenuStrip();
this.logMainMenu = new System.Windows.Forms.ToolStripMenuItem();
this.saveLogMainMenu = new System.Windows.Forms.ToolStripMenuItem();
this.clearLogMainMenu = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.closeLogMainMenu = new System.Windows.Forms.ToolStripMenuItem();
this.sourcesMainMenu = new System.Windows.Forms.ToolStripMenuItem();
this.logListView = new System.Windows.Forms.ListView();
this.mainTableLayoutPanel.SuspendLayout();
this.mainMenu.SuspendLayout();
this.SuspendLayout();
//
// mainTableLayoutPanel
//
this.mainTableLayoutPanel.ColumnCount = 1;
this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
this.mainTableLayoutPanel.Controls.Add(this.mainMenu, 0, 0);
this.mainTableLayoutPanel.Controls.Add(this.logListView, 0, 1);
this.mainTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainTableLayoutPanel.Location = new System.Drawing.Point(0, 0);
this.mainTableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.mainTableLayoutPanel.Name = "mainTableLayoutPanel";
this.mainTableLayoutPanel.RowCount = 2;
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 38F));
this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.mainTableLayoutPanel.Size = new System.Drawing.Size(876, 863);
this.mainTableLayoutPanel.TabIndex = 0;
//
// mainMenu
//
this.mainMenu.BackColor = System.Drawing.SystemColors.Control;
this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.logMainMenu,
this.sourcesMainMenu});
this.mainMenu.Location = new System.Drawing.Point(0, 0);
this.mainMenu.Name = "mainMenu";
this.mainMenu.Padding = new System.Windows.Forms.Padding(9, 3, 0, 3);
this.mainMenu.Size = new System.Drawing.Size(876, 35);
this.mainMenu.TabIndex = 0;
this.mainMenu.Text = "menuStrip1";
//
// logMainMenu
//
this.logMainMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.saveLogMainMenu,
this.clearLogMainMenu,
this.toolStripSeparator1,
this.closeLogMainMenu});
this.logMainMenu.Name = "logMainMenu";
this.logMainMenu.Size = new System.Drawing.Size(54, 29);
this.logMainMenu.Text = "&Log";
//
// saveLogMainMenu
//
this.saveLogMainMenu.Name = "saveLogMainMenu";
this.saveLogMainMenu.Size = new System.Drawing.Size(133, 30);
this.saveLogMainMenu.Text = "S&ave...";
//
// clearLogMainMenu
//
this.clearLogMainMenu.Name = "clearLogMainMenu";
this.clearLogMainMenu.Size = new System.Drawing.Size(133, 30);
this.clearLogMainMenu.Text = "C&lear";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(130, 6);
//
// closeLogMainMenu
//
this.closeLogMainMenu.Name = "closeLogMainMenu";
this.closeLogMainMenu.Size = new System.Drawing.Size(133, 30);
this.closeLogMainMenu.Text = "&Close";
//
// sourcesMainMenu
//
this.sourcesMainMenu.Name = "sourcesMainMenu";
this.sourcesMainMenu.Size = new System.Drawing.Size(86, 29);
this.sourcesMainMenu.Text = "&Sources";
//
// logListView
//
this.logListView.BackColor = System.Drawing.SystemColors.ControlLight;
this.logListView.Dock = System.Windows.Forms.DockStyle.Fill;
this.logListView.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.logListView.FullRowSelect = true;
this.logListView.GridLines = true;
this.logListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.logListView.Location = new System.Drawing.Point(4, 43);
this.logListView.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.logListView.Name = "logListView";
this.logListView.Size = new System.Drawing.Size(868, 815);
this.logListView.TabIndex = 1;
this.logListView.UseCompatibleStateImageBehavior = false;
this.logListView.View = System.Windows.Forms.View.Details;
//
// LogConsole
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(876, 863);
this.Controls.Add(this.mainTableLayoutPanel);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.mainMenu;
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MaximizeBox = false;
this.Name = "LogConsole";
this.Text = "Program Log Form";
this.mainTableLayoutPanel.ResumeLayout(false);
this.mainTableLayoutPanel.PerformLayout();
this.mainMenu.ResumeLayout(false);
this.mainMenu.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel mainTableLayoutPanel;
private System.Windows.Forms.MenuStrip mainMenu;
private System.Windows.Forms.ToolStripMenuItem logMainMenu;
private System.Windows.Forms.ToolStripMenuItem closeLogMainMenu;
private System.Windows.Forms.ListView logListView;
private System.Windows.Forms.ToolStripMenuItem sourcesMainMenu;
private System.Windows.Forms.ToolStripMenuItem saveLogMainMenu;
private System.Windows.Forms.ToolStripMenuItem clearLogMainMenu;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
}
}