generated from noisedestroyers/claude
314 lines
16 KiB
C#
314 lines
16 KiB
C#
|
|
namespace CCNetLogReader
|
|
{
|
|
partial class ReleaseNotes
|
|
{
|
|
/// <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()
|
|
{
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.dgv_Projects = new System.Windows.Forms.DataGridView();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.dtp_ReleaseDate = new System.Windows.Forms.DateTimePicker();
|
|
this.txt_ReleaseVersion = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.txt_Output = new System.Windows.Forms.TextBox();
|
|
this.btn_OutputLocation = new System.Windows.Forms.Button();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txt_Start = new System.Windows.Forms.TextBox();
|
|
this.txt_End = new System.Windows.Forms.TextBox();
|
|
this.lbl_MinorStart = new System.Windows.Forms.Label();
|
|
this.lbl_MinorEnd = new System.Windows.Forms.Label();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_Projects)).BeginInit();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Controls.Add(this.dgv_Projects, 0, 5);
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.dtp_ReleaseDate, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.txt_ReleaseVersion, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.txt_Output, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn_OutputLocation, 2, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.txt_Start, 1, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.txt_End, 1, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.lbl_MinorStart, 2, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.lbl_MinorEnd, 2, 4);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 42);
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 6;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1100, 633);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// dgv_Projects
|
|
//
|
|
this.dgv_Projects.AllowUserToAddRows = false;
|
|
this.dgv_Projects.AllowUserToDeleteRows = false;
|
|
this.dgv_Projects.AllowUserToResizeColumns = false;
|
|
this.dgv_Projects.AllowUserToResizeRows = false;
|
|
this.dgv_Projects.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
this.dgv_Projects.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.tableLayoutPanel1.SetColumnSpan(this.dgv_Projects, 3);
|
|
this.dgv_Projects.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.dgv_Projects.Location = new System.Drawing.Point(4, 194);
|
|
this.dgv_Projects.Margin = new System.Windows.Forms.Padding(4);
|
|
this.dgv_Projects.Name = "dgv_Projects";
|
|
this.dgv_Projects.ReadOnly = true;
|
|
this.dgv_Projects.RowHeadersVisible = false;
|
|
this.dgv_Projects.RowHeadersWidth = 51;
|
|
this.dgv_Projects.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
this.dgv_Projects.RowTemplate.Height = 24;
|
|
this.dgv_Projects.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgv_Projects.Size = new System.Drawing.Size(1092, 435);
|
|
this.dgv_Projects.TabIndex = 0;
|
|
this.dgv_Projects.SelectionChanged += new System.EventHandler(this.dgv_Projects_SelectionChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(4, 37);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(135, 25);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Release Date:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(4, 0);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(161, 25);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "Release Version:";
|
|
//
|
|
// dtp_ReleaseDate
|
|
//
|
|
this.dtp_ReleaseDate.Location = new System.Drawing.Point(173, 41);
|
|
this.dtp_ReleaseDate.Margin = new System.Windows.Forms.Padding(4);
|
|
this.dtp_ReleaseDate.Name = "dtp_ReleaseDate";
|
|
this.dtp_ReleaseDate.Size = new System.Drawing.Size(385, 29);
|
|
this.dtp_ReleaseDate.TabIndex = 3;
|
|
//
|
|
// txt_ReleaseVersion
|
|
//
|
|
this.txt_ReleaseVersion.Location = new System.Drawing.Point(173, 4);
|
|
this.txt_ReleaseVersion.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txt_ReleaseVersion.Name = "txt_ReleaseVersion";
|
|
this.txt_ReleaseVersion.Size = new System.Drawing.Size(385, 29);
|
|
this.txt_ReleaseVersion.TabIndex = 4;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(4, 74);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(143, 25);
|
|
this.label3.TabIndex = 1;
|
|
this.label3.Text = "Output (.docx):";
|
|
//
|
|
// txt_Output
|
|
//
|
|
this.txt_Output.Location = new System.Drawing.Point(173, 78);
|
|
this.txt_Output.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txt_Output.Name = "txt_Output";
|
|
this.txt_Output.Size = new System.Drawing.Size(385, 29);
|
|
this.txt_Output.TabIndex = 5;
|
|
//
|
|
// btn_OutputLocation
|
|
//
|
|
this.btn_OutputLocation.Location = new System.Drawing.Point(566, 78);
|
|
this.btn_OutputLocation.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btn_OutputLocation.Name = "btn_OutputLocation";
|
|
this.btn_OutputLocation.Size = new System.Drawing.Size(103, 34);
|
|
this.btn_OutputLocation.TabIndex = 6;
|
|
this.btn_OutputLocation.Text = "Load...";
|
|
this.btn_OutputLocation.UseVisualStyleBackColor = true;
|
|
this.btn_OutputLocation.Click += new System.EventHandler(this.btn_OutputLocation_Click);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(4, 116);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(113, 25);
|
|
this.label4.TabIndex = 2;
|
|
this.label4.Text = "Minor Start:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(4, 153);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(107, 25);
|
|
this.label5.TabIndex = 2;
|
|
this.label5.Text = "Minor End:";
|
|
//
|
|
// txt_Start
|
|
//
|
|
this.txt_Start.Location = new System.Drawing.Point(173, 120);
|
|
this.txt_Start.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txt_Start.Name = "txt_Start";
|
|
this.txt_Start.Size = new System.Drawing.Size(385, 29);
|
|
this.txt_Start.TabIndex = 5;
|
|
//
|
|
// txt_End
|
|
//
|
|
this.txt_End.Location = new System.Drawing.Point(173, 157);
|
|
this.txt_End.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txt_End.Name = "txt_End";
|
|
this.txt_End.Size = new System.Drawing.Size(385, 29);
|
|
this.txt_End.TabIndex = 5;
|
|
//
|
|
// lbl_MinorStart
|
|
//
|
|
this.lbl_MinorStart.AutoSize = true;
|
|
this.lbl_MinorStart.Location = new System.Drawing.Point(566, 116);
|
|
this.lbl_MinorStart.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lbl_MinorStart.Name = "lbl_MinorStart";
|
|
this.lbl_MinorStart.Size = new System.Drawing.Size(23, 25);
|
|
this.lbl_MinorStart.TabIndex = 7;
|
|
this.lbl_MinorStart.Text = "0";
|
|
//
|
|
// lbl_MinorEnd
|
|
//
|
|
this.lbl_MinorEnd.AutoSize = true;
|
|
this.lbl_MinorEnd.Location = new System.Drawing.Point(566, 153);
|
|
this.lbl_MinorEnd.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lbl_MinorEnd.Name = "lbl_MinorEnd";
|
|
this.lbl_MinorEnd.Size = new System.Drawing.Size(23, 25);
|
|
this.lbl_MinorEnd.TabIndex = 8;
|
|
this.lbl_MinorEnd.Text = "0";
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 0, 2);
|
|
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 3, 0, 3);
|
|
this.menuStrip1.Size = new System.Drawing.Size(1100, 42);
|
|
this.menuStrip1.TabIndex = 1;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.saveToolStripMenuItem,
|
|
this.exitToolStripMenuItem});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(62, 36);
|
|
this.fileToolStripMenuItem.Text = "&File";
|
|
//
|
|
// saveToolStripMenuItem
|
|
//
|
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(174, 40);
|
|
this.saveToolStripMenuItem.Text = "&Save";
|
|
this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
|
|
//
|
|
// exitToolStripMenuItem
|
|
//
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(174, 40);
|
|
this.exitToolStripMenuItem.Text = "&Exit";
|
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
|
//
|
|
// ReleaseNotes
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1100, 675);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "ReleaseNotes";
|
|
this.Text = "ReleaseNotes";
|
|
this.Load += new System.EventHandler(this.ReleaseNotes_Load);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgv_Projects)).EndInit();
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|
private System.Windows.Forms.DataGridView dgv_Projects;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.DateTimePicker dtp_ReleaseDate;
|
|
private System.Windows.Forms.TextBox txt_ReleaseVersion;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txt_Output;
|
|
private System.Windows.Forms.Button btn_OutputLocation;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txt_Start;
|
|
private System.Windows.Forms.TextBox txt_End;
|
|
private System.Windows.Forms.Label lbl_MinorStart;
|
|
private System.Windows.Forms.Label lbl_MinorEnd;
|
|
}
|
|
} |