277 lines
13 KiB
C#
277 lines
13 KiB
C#
namespace trakker
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <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()
|
|
{
|
|
MainForm_MenuStrip = new MenuStrip();
|
|
fileToolStripMenuItem = new ToolStripMenuItem();
|
|
MainForm_Exit_MenuItem = new ToolStripMenuItem();
|
|
MainForm_StatusStrip = new StatusStrip();
|
|
tabControlMainForm = new TabControl();
|
|
MainForm_TabPage1 = new TabPage();
|
|
MainForm_TabPage2 = new TabPage();
|
|
tableLayoutPanelClients1 = new TableLayoutPanel();
|
|
dataGridViewClients = new DataGridView();
|
|
MainForm_TabPage3 = new TabPage();
|
|
tableLayoutPanelProjects1 = new TableLayoutPanel();
|
|
dataGridViewProjects = new DataGridView();
|
|
tableLayoutPanelProjects2 = new TableLayoutPanel();
|
|
groupBoxProjectTasks = new GroupBox();
|
|
dataGridViewProjectTasks = new DataGridView();
|
|
MainForm_MenuStrip.SuspendLayout();
|
|
tabControlMainForm.SuspendLayout();
|
|
MainForm_TabPage2.SuspendLayout();
|
|
tableLayoutPanelClients1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)dataGridViewClients).BeginInit();
|
|
MainForm_TabPage3.SuspendLayout();
|
|
tableLayoutPanelProjects1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)dataGridViewProjects).BeginInit();
|
|
tableLayoutPanelProjects2.SuspendLayout();
|
|
groupBoxProjectTasks.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)dataGridViewProjectTasks).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// MainForm_MenuStrip
|
|
//
|
|
MainForm_MenuStrip.ImageScalingSize = new Size(32, 32);
|
|
MainForm_MenuStrip.Items.AddRange(new ToolStripItem[] { fileToolStripMenuItem });
|
|
MainForm_MenuStrip.Location = new Point(0, 0);
|
|
MainForm_MenuStrip.Name = "MainForm_MenuStrip";
|
|
MainForm_MenuStrip.Size = new Size(1878, 40);
|
|
MainForm_MenuStrip.TabIndex = 0;
|
|
MainForm_MenuStrip.Text = "menuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
fileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { MainForm_Exit_MenuItem });
|
|
fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
fileToolStripMenuItem.Size = new Size(71, 36);
|
|
fileToolStripMenuItem.Text = "File";
|
|
//
|
|
// MainForm_Exit_MenuItem
|
|
//
|
|
MainForm_Exit_MenuItem.Name = "MainForm_Exit_MenuItem";
|
|
MainForm_Exit_MenuItem.Size = new Size(184, 44);
|
|
MainForm_Exit_MenuItem.Text = "Exit";
|
|
MainForm_Exit_MenuItem.Click += MainForm_Exit_MenuItem_Click;
|
|
//
|
|
// MainForm_StatusStrip
|
|
//
|
|
MainForm_StatusStrip.ImageScalingSize = new Size(32, 32);
|
|
MainForm_StatusStrip.Location = new Point(0, 1060);
|
|
MainForm_StatusStrip.Name = "MainForm_StatusStrip";
|
|
MainForm_StatusStrip.Size = new Size(1878, 22);
|
|
MainForm_StatusStrip.TabIndex = 1;
|
|
MainForm_StatusStrip.Text = "MainForm_StatusStrip";
|
|
//
|
|
// tabControlMainForm
|
|
//
|
|
tabControlMainForm.Controls.Add(MainForm_TabPage1);
|
|
tabControlMainForm.Controls.Add(MainForm_TabPage2);
|
|
tabControlMainForm.Controls.Add(MainForm_TabPage3);
|
|
tabControlMainForm.Dock = DockStyle.Fill;
|
|
tabControlMainForm.Location = new Point(0, 40);
|
|
tabControlMainForm.Name = "tabControlMainForm";
|
|
tabControlMainForm.SelectedIndex = 0;
|
|
tabControlMainForm.Size = new Size(1878, 1020);
|
|
tabControlMainForm.TabIndex = 2;
|
|
//
|
|
// MainForm_TabPage1
|
|
//
|
|
MainForm_TabPage1.Location = new Point(8, 46);
|
|
MainForm_TabPage1.Name = "MainForm_TabPage1";
|
|
MainForm_TabPage1.Padding = new Padding(3);
|
|
MainForm_TabPage1.Size = new Size(1862, 966);
|
|
MainForm_TabPage1.TabIndex = 0;
|
|
MainForm_TabPage1.Text = "Tab 1";
|
|
MainForm_TabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// MainForm_TabPage2
|
|
//
|
|
MainForm_TabPage2.Controls.Add(tableLayoutPanelClients1);
|
|
MainForm_TabPage2.Location = new Point(8, 46);
|
|
MainForm_TabPage2.Name = "MainForm_TabPage2";
|
|
MainForm_TabPage2.Padding = new Padding(3);
|
|
MainForm_TabPage2.Size = new Size(1862, 966);
|
|
MainForm_TabPage2.TabIndex = 1;
|
|
MainForm_TabPage2.Text = "Tab 2";
|
|
MainForm_TabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// tableLayoutPanelClients1
|
|
//
|
|
tableLayoutPanelClients1.ColumnCount = 1;
|
|
tableLayoutPanelClients1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanelClients1.Controls.Add(dataGridViewClients, 0, 1);
|
|
tableLayoutPanelClients1.Dock = DockStyle.Fill;
|
|
tableLayoutPanelClients1.Location = new Point(3, 3);
|
|
tableLayoutPanelClients1.Name = "tableLayoutPanelClients1";
|
|
tableLayoutPanelClients1.RowCount = 3;
|
|
tableLayoutPanelClients1.RowStyles.Add(new RowStyle(SizeType.Absolute, 1F));
|
|
tableLayoutPanelClients1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanelClients1.RowStyles.Add(new RowStyle(SizeType.Percent, 0F));
|
|
tableLayoutPanelClients1.Size = new Size(1856, 960);
|
|
tableLayoutPanelClients1.TabIndex = 0;
|
|
//
|
|
// dataGridViewClients
|
|
//
|
|
dataGridViewClients.AllowUserToAddRows = false;
|
|
dataGridViewClients.AllowUserToDeleteRows = false;
|
|
dataGridViewClients.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dataGridViewClients.Dock = DockStyle.Fill;
|
|
dataGridViewClients.Location = new Point(3, 4);
|
|
dataGridViewClients.Name = "dataGridViewClients";
|
|
dataGridViewClients.ReadOnly = true;
|
|
dataGridViewClients.RowHeadersWidth = 82;
|
|
dataGridViewClients.Size = new Size(1850, 953);
|
|
dataGridViewClients.TabIndex = 0;
|
|
//
|
|
// MainForm_TabPage3
|
|
//
|
|
MainForm_TabPage3.Controls.Add(tableLayoutPanelProjects1);
|
|
MainForm_TabPage3.Location = new Point(8, 46);
|
|
MainForm_TabPage3.Name = "MainForm_TabPage3";
|
|
MainForm_TabPage3.Size = new Size(1862, 966);
|
|
MainForm_TabPage3.TabIndex = 2;
|
|
MainForm_TabPage3.Text = "Tab 3";
|
|
MainForm_TabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// tableLayoutPanelProjects1
|
|
//
|
|
tableLayoutPanelProjects1.ColumnCount = 1;
|
|
tableLayoutPanelProjects1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanelProjects1.Controls.Add(dataGridViewProjects, 0, 1);
|
|
tableLayoutPanelProjects1.Controls.Add(tableLayoutPanelProjects2, 0, 2);
|
|
tableLayoutPanelProjects1.Dock = DockStyle.Fill;
|
|
tableLayoutPanelProjects1.Location = new Point(0, 0);
|
|
tableLayoutPanelProjects1.Name = "tableLayoutPanelProjects1";
|
|
tableLayoutPanelProjects1.RowCount = 3;
|
|
tableLayoutPanelProjects1.RowStyles.Add(new RowStyle(SizeType.Absolute, 1F));
|
|
tableLayoutPanelProjects1.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanelProjects1.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
|
|
tableLayoutPanelProjects1.Size = new Size(1862, 966);
|
|
tableLayoutPanelProjects1.TabIndex = 1;
|
|
//
|
|
// dataGridViewProjects
|
|
//
|
|
dataGridViewProjects.AllowUserToAddRows = false;
|
|
dataGridViewProjects.AllowUserToDeleteRows = false;
|
|
dataGridViewProjects.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dataGridViewProjects.Dock = DockStyle.Fill;
|
|
dataGridViewProjects.Location = new Point(3, 4);
|
|
dataGridViewProjects.Name = "dataGridViewProjects";
|
|
dataGridViewProjects.ReadOnly = true;
|
|
dataGridViewProjects.RowHeadersWidth = 82;
|
|
dataGridViewProjects.Size = new Size(1856, 476);
|
|
dataGridViewProjects.TabIndex = 0;
|
|
//
|
|
// tableLayoutPanelProjects2
|
|
//
|
|
tableLayoutPanelProjects2.ColumnCount = 3;
|
|
tableLayoutPanelProjects2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 0F));
|
|
tableLayoutPanelProjects2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanelProjects2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 0F));
|
|
tableLayoutPanelProjects2.Controls.Add(groupBoxProjectTasks, 1, 0);
|
|
tableLayoutPanelProjects2.Dock = DockStyle.Fill;
|
|
tableLayoutPanelProjects2.Location = new Point(3, 486);
|
|
tableLayoutPanelProjects2.Name = "tableLayoutPanelProjects2";
|
|
tableLayoutPanelProjects2.RowCount = 1;
|
|
tableLayoutPanelProjects2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
|
|
tableLayoutPanelProjects2.Size = new Size(1856, 477);
|
|
tableLayoutPanelProjects2.TabIndex = 1;
|
|
//
|
|
// groupBoxProjectTasks
|
|
//
|
|
groupBoxProjectTasks.Controls.Add(dataGridViewProjectTasks);
|
|
groupBoxProjectTasks.Dock = DockStyle.Fill;
|
|
groupBoxProjectTasks.Location = new Point(3, 3);
|
|
groupBoxProjectTasks.Name = "groupBoxProjectTasks";
|
|
groupBoxProjectTasks.Size = new Size(1850, 471);
|
|
groupBoxProjectTasks.TabIndex = 0;
|
|
groupBoxProjectTasks.TabStop = false;
|
|
groupBoxProjectTasks.Text = "Tasks";
|
|
//
|
|
// dataGridViewProjectTasks
|
|
//
|
|
dataGridViewProjectTasks.AllowUserToAddRows = false;
|
|
dataGridViewProjectTasks.AllowUserToDeleteRows = false;
|
|
dataGridViewProjectTasks.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dataGridViewProjectTasks.Dock = DockStyle.Fill;
|
|
dataGridViewProjectTasks.Location = new Point(3, 35);
|
|
dataGridViewProjectTasks.Name = "dataGridViewProjectTasks";
|
|
dataGridViewProjectTasks.ReadOnly = true;
|
|
dataGridViewProjectTasks.RowHeadersWidth = 82;
|
|
dataGridViewProjectTasks.Size = new Size(1844, 433);
|
|
dataGridViewProjectTasks.TabIndex = 0;
|
|
//
|
|
// MainForm
|
|
//
|
|
AutoScaleDimensions = new SizeF(13F, 32F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(1878, 1082);
|
|
Controls.Add(tabControlMainForm);
|
|
Controls.Add(MainForm_StatusStrip);
|
|
Controls.Add(MainForm_MenuStrip);
|
|
MainMenuStrip = MainForm_MenuStrip;
|
|
Name = "MainForm";
|
|
Text = "MainForm";
|
|
MainForm_MenuStrip.ResumeLayout(false);
|
|
MainForm_MenuStrip.PerformLayout();
|
|
tabControlMainForm.ResumeLayout(false);
|
|
MainForm_TabPage2.ResumeLayout(false);
|
|
tableLayoutPanelClients1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)dataGridViewClients).EndInit();
|
|
MainForm_TabPage3.ResumeLayout(false);
|
|
tableLayoutPanelProjects1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)dataGridViewProjects).EndInit();
|
|
tableLayoutPanelProjects2.ResumeLayout(false);
|
|
groupBoxProjectTasks.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)dataGridViewProjectTasks).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private MenuStrip MainForm_MenuStrip;
|
|
private StatusStrip MainForm_StatusStrip;
|
|
private TabControl tabControlMainForm;
|
|
private TabPage MainForm_TabPage1;
|
|
private TabPage MainForm_TabPage2;
|
|
private ToolStripMenuItem fileToolStripMenuItem;
|
|
private ToolStripMenuItem MainForm_Exit_MenuItem;
|
|
private TableLayoutPanel tableLayoutPanelClients1;
|
|
private DataGridView dataGridViewClients;
|
|
private TabPage MainForm_TabPage3;
|
|
private TableLayoutPanel tableLayoutPanelProjects1;
|
|
private DataGridView dataGridViewProjects;
|
|
private TableLayoutPanel tableLayoutPanelProjects2;
|
|
private GroupBox groupBoxProjectTasks;
|
|
private DataGridView dataGridViewProjectTasks;
|
|
}
|
|
}
|