Files
squad/legacy/CCNetLogReader/ManuscriptEdit/MainWindow.Designer.cs
2025-07-22 11:34:56 -04:00

336 lines
16 KiB
C#

namespace ManuscriptEdit
{
partial class MainWindow
{
/// <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.button1 = new System.Windows.Forms.Button();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.rtbCaseDetails = new System.Windows.Forms.RichTextBox();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.btnClose = new System.Windows.Forms.Button();
this.btnTouch = new System.Windows.Forms.Button();
this.btnSkip = new System.Windows.Forms.Button();
this.lblStats = new System.Windows.Forms.Label();
this.lblCount = new System.Windows.Forms.Label();
this.lblTitle = new System.Windows.Forms.Label();
this.cbProjects = new System.Windows.Forms.CheckedListBox();
this.label1 = new System.Windows.Forms.Label();
this.tbUser = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tbPassword = new System.Windows.Forms.TextBox();
this.btnGetProjects = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.numericYears = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.tbFilter = new System.Windows.Forms.TextBox();
this.tableLayoutPanel1.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericYears)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(391, 107);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Get cases";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.rtbCaseDetails, 0, 8);
this.tableLayoutPanel1.Controls.Add(this.button1, 1, 4);
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 9);
this.tableLayoutPanel1.Controls.Add(this.lblCount, 0, 5);
this.tableLayoutPanel1.Controls.Add(this.lblTitle, 0, 6);
this.tableLayoutPanel1.Controls.Add(this.cbProjects, 0, 7);
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.tbUser, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.tbPassword, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.btnGetProjects, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.numericYears, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.tbFilter, 1, 3);
this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 4);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 10;
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.Absolute, 17F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 177F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 95F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 47F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(776, 649);
this.tableLayoutPanel1.TabIndex = 1;
//
// rtbCaseDetails
//
this.tableLayoutPanel1.SetColumnSpan(this.rtbCaseDetails, 2);
this.rtbCaseDetails.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtbCaseDetails.Location = new System.Drawing.Point(3, 343);
this.rtbCaseDetails.Name = "rtbCaseDetails";
this.rtbCaseDetails.ReadOnly = true;
this.rtbCaseDetails.Size = new System.Drawing.Size(770, 256);
this.rtbCaseDetails.TabIndex = 1;
this.rtbCaseDetails.Text = "";
//
// flowLayoutPanel1
//
this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutPanel1, 2);
this.flowLayoutPanel1.Controls.Add(this.btnClose);
this.flowLayoutPanel1.Controls.Add(this.btnTouch);
this.flowLayoutPanel1.Controls.Add(this.btnSkip);
this.flowLayoutPanel1.Controls.Add(this.lblStats);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 605);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(770, 41);
this.flowLayoutPanel1.TabIndex = 2;
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(3, 3);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnTouch
//
this.btnTouch.Location = new System.Drawing.Point(84, 3);
this.btnTouch.Name = "btnTouch";
this.btnTouch.Size = new System.Drawing.Size(75, 23);
this.btnTouch.TabIndex = 3;
this.btnTouch.Text = "Touch";
this.btnTouch.UseVisualStyleBackColor = true;
this.btnTouch.Click += new System.EventHandler(this.btnTouch_Click);
//
// btnSkip
//
this.btnSkip.Location = new System.Drawing.Point(165, 3);
this.btnSkip.Name = "btnSkip";
this.btnSkip.Size = new System.Drawing.Size(75, 23);
this.btnSkip.TabIndex = 4;
this.btnSkip.Text = "Skip";
this.btnSkip.UseVisualStyleBackColor = true;
this.btnSkip.Click += new System.EventHandler(this.btnSkip_Click);
//
// lblStats
//
this.lblStats.AutoSize = true;
this.lblStats.Location = new System.Drawing.Point(246, 0);
this.lblStats.Name = "lblStats";
this.lblStats.Size = new System.Drawing.Size(169, 13);
this.lblStats.TabIndex = 5;
this.lblStats.Text = "Skipped: 0, Touched: 0, Closed: 0";
//
// lblCount
//
this.lblCount.AutoSize = true;
this.lblCount.Location = new System.Drawing.Point(3, 133);
this.lblCount.Name = "lblCount";
this.lblCount.Size = new System.Drawing.Size(24, 13);
this.lblCount.TabIndex = 2;
this.lblCount.Text = "0/0";
//
// lblTitle
//
this.lblTitle.AutoSize = true;
this.tableLayoutPanel1.SetColumnSpan(this.lblTitle, 2);
this.lblTitle.Location = new System.Drawing.Point(3, 150);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(66, 13);
this.lblTitle.TabIndex = 0;
this.lblTitle.Text = "Case Details";
//
// cbProjects
//
this.tableLayoutPanel1.SetColumnSpan(this.cbProjects, 2);
this.cbProjects.Dock = System.Windows.Forms.DockStyle.Fill;
this.cbProjects.FormattingEnabled = true;
this.cbProjects.Location = new System.Drawing.Point(3, 166);
this.cbProjects.Name = "cbProjects";
this.cbProjects.Size = new System.Drawing.Size(770, 171);
this.cbProjects.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 13);
this.label1.TabIndex = 4;
this.label1.Text = "User";
//
// tbUser
//
this.tbUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.tbUser.Location = new System.Drawing.Point(391, 3);
this.tbUser.Name = "tbUser";
this.tbUser.Size = new System.Drawing.Size(382, 20);
this.tbUser.TabIndex = 5;
this.tbUser.Text = "dan.mcfadden@dtsweb.com";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 13);
this.label2.TabIndex = 6;
this.label2.Text = "Password";
//
// tbPassword
//
this.tbPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.tbPassword.Location = new System.Drawing.Point(391, 29);
this.tbPassword.Name = "tbPassword";
this.tbPassword.PasswordChar = '*';
this.tbPassword.Size = new System.Drawing.Size(382, 20);
this.tbPassword.TabIndex = 7;
//
// btnGetProjects
//
this.btnGetProjects.Location = new System.Drawing.Point(3, 107);
this.btnGetProjects.Name = "btnGetProjects";
this.btnGetProjects.Size = new System.Drawing.Size(75, 23);
this.btnGetProjects.TabIndex = 8;
this.btnGetProjects.Text = "Get projects";
this.btnGetProjects.UseVisualStyleBackColor = true;
this.btnGetProjects.Click += new System.EventHandler(this.btnGetProjects_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 52);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(34, 13);
this.label3.TabIndex = 9;
this.label3.Text = "Years";
//
// numericYears
//
this.numericYears.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.numericYears.Location = new System.Drawing.Point(391, 55);
this.numericYears.Maximum = new decimal(new int[] {
10,
0,
0,
0});
this.numericYears.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericYears.Name = "numericYears";
this.numericYears.Size = new System.Drawing.Size(382, 20);
this.numericYears.TabIndex = 10;
this.numericYears.Value = new decimal(new int[] {
4,
0,
0,
0});
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(3, 78);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 13);
this.label4.TabIndex = 11;
this.label4.Text = "label4";
//
// tbFilter
//
this.tbFilter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
this.tbFilter.Location = new System.Drawing.Point(391, 81);
this.tbFilter.Name = "tbFilter";
this.tbFilter.Size = new System.Drawing.Size(382, 20);
this.tbFilter.TabIndex = 12;
this.tbFilter.Text = "282";
//
// MainWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 685);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "MainWindow";
this.Text = "ManuscriptEdit";
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericYears)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label lblTitle;
private System.Windows.Forms.RichTextBox rtbCaseDetails;
private System.Windows.Forms.Label lblCount;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnTouch;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Button btnSkip;
private System.Windows.Forms.Label lblStats;
private System.Windows.Forms.CheckedListBox cbProjects;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbUser;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbPassword;
private System.Windows.Forms.Button btnGetProjects;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.NumericUpDown numericYears;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbFilter;
}
}