namespace Baseline { partial class frmBaseline { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.panel1 = new System.Windows.Forms.Panel(); this.btnUC = new System.Windows.Forms.Button(); this.cbCaseSensitive = new System.Windows.Forms.CheckBox(); this.cbFile2 = new System.Windows.Forms.ComboBox(); this.cbFile1 = new System.Windows.Forms.ComboBox(); this.tbSearch = new System.Windows.Forms.TextBox(); this.btnSearch = new System.Windows.Forms.Button(); this.btnSettings = new System.Windows.Forms.Button(); this.btnBaseline = new System.Windows.Forms.Button(); this.btnPagination = new System.Windows.Forms.Button(); this.btnBrowse2 = new System.Windows.Forms.Button(); this.btnBrowse1 = new System.Windows.Forms.Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.lbDifferent = new System.Windows.Forms.ListBox(); this.lbProcedures = new System.Windows.Forms.ListBox(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.lbResults1 = new System.Windows.Forms.ListBox(); this.lbResults2 = new System.Windows.Forms.ListBox(); this.fbd = new System.Windows.Forms.FolderBrowserDialog(); this.StatusBar = new System.Windows.Forms.StatusStrip(); this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.tt = new System.Windows.Forms.ToolTip(this.components); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); this.StatusBar.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.btnUC); this.panel1.Controls.Add(this.cbCaseSensitive); this.panel1.Controls.Add(this.cbFile2); this.panel1.Controls.Add(this.cbFile1); this.panel1.Controls.Add(this.tbSearch); this.panel1.Controls.Add(this.btnSearch); this.panel1.Controls.Add(this.btnSettings); this.panel1.Controls.Add(this.btnBaseline); this.panel1.Controls.Add(this.btnPagination); this.panel1.Controls.Add(this.btnBrowse2); this.panel1.Controls.Add(this.btnBrowse1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(707, 80); this.panel1.TabIndex = 0; // // btnUC // this.btnUC.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnUC.Enabled = false; this.btnUC.Location = new System.Drawing.Point(586, 50); this.btnUC.Name = "btnUC"; this.btnUC.Size = new System.Drawing.Size(49, 23); this.btnUC.TabIndex = 12; this.btnUC.Text = "UC"; this.tt.SetToolTip(this.btnUC, "Run Ultra Compare on Selected Pagination Information"); this.btnUC.UseVisualStyleBackColor = true; this.btnUC.Click += new System.EventHandler(this.btnUC_Click); // // cbCaseSensitive // this.cbCaseSensitive.AutoSize = true; this.cbCaseSensitive.Location = new System.Drawing.Point(356, 56); this.cbCaseSensitive.Name = "cbCaseSensitive"; this.cbCaseSensitive.Size = new System.Drawing.Size(96, 17); this.cbCaseSensitive.TabIndex = 11; this.cbCaseSensitive.Text = "Case Sensitive"; this.tt.SetToolTip(this.cbCaseSensitive, "Set the Search to be Case Sensitive\r\nUppercase and Lowercase will not match"); this.cbCaseSensitive.UseVisualStyleBackColor = true; // // cbFile2 // this.cbFile2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cbFile2.FormattingEnabled = true; this.cbFile2.Location = new System.Drawing.Point(12, 25); this.cbFile2.Name = "cbFile2"; this.cbFile2.Size = new System.Drawing.Size(623, 21); this.cbFile2.TabIndex = 10; this.tt.SetToolTip(this.cbFile2, "New PDF Folder\r\nAll Subfolders will be compared"); // // cbFile1 // this.cbFile1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cbFile1.FormattingEnabled = true; this.cbFile1.Location = new System.Drawing.Point(12, 3); this.cbFile1.Name = "cbFile1"; this.cbFile1.Size = new System.Drawing.Size(623, 21); this.cbFile1.TabIndex = 9; this.tt.SetToolTip(this.cbFile1, "Baseline PDF Folder\r\nAll subfolders will be compared\r\n"); // // tbSearch // this.tbSearch.Location = new System.Drawing.Point(221, 54); this.tbSearch.Name = "tbSearch"; this.tbSearch.Size = new System.Drawing.Size(129, 20); this.tbSearch.TabIndex = 8; this.tt.SetToolTip(this.tbSearch, "String to search for in all data"); // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(152, 52); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(61, 23); this.btnSearch.TabIndex = 7; this.btnSearch.Text = "Search"; this.tt.SetToolTip(this.btnSearch, "Perform Search on Baseline Data"); this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // btnSettings // this.btnSettings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSettings.Location = new System.Drawing.Point(641, 50); this.btnSettings.Name = "btnSettings"; this.btnSettings.Size = new System.Drawing.Size(61, 26); this.btnSettings.TabIndex = 6; this.btnSettings.Text = "Settings"; this.btnSettings.UseVisualStyleBackColor = true; this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click); // // btnBaseline // this.btnBaseline.Location = new System.Drawing.Point(79, 52); this.btnBaseline.Name = "btnBaseline"; this.btnBaseline.Size = new System.Drawing.Size(67, 23); this.btnBaseline.TabIndex = 5; this.btnBaseline.Text = "Baseline"; this.tt.SetToolTip(this.btnBaseline, "Find Baseline Differences"); this.btnBaseline.UseVisualStyleBackColor = true; this.btnBaseline.Click += new System.EventHandler(this.btnBaseline_Click); // // btnPagination // this.btnPagination.Location = new System.Drawing.Point(3, 52); this.btnPagination.Name = "btnPagination"; this.btnPagination.Size = new System.Drawing.Size(70, 23); this.btnPagination.TabIndex = 4; this.btnPagination.Text = "Pagination"; this.tt.SetToolTip(this.btnPagination, "Find Pagination Differences"); this.btnPagination.UseVisualStyleBackColor = true; this.btnPagination.Click += new System.EventHandler(this.btnPagination_Click); // // btnBrowse2 // this.btnBrowse2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnBrowse2.Location = new System.Drawing.Point(641, 25); this.btnBrowse2.Name = "btnBrowse2"; this.btnBrowse2.Size = new System.Drawing.Size(61, 20); this.btnBrowse2.TabIndex = 3; this.btnBrowse2.Text = "Browse..."; this.tt.SetToolTip(this.btnBrowse2, "Browse for new PDFs"); this.btnBrowse2.UseVisualStyleBackColor = true; this.btnBrowse2.Click += new System.EventHandler(this.btnBrowse2_Click); // // btnBrowse1 // this.btnBrowse1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnBrowse1.Location = new System.Drawing.Point(641, 2); this.btnBrowse1.Name = "btnBrowse1"; this.btnBrowse1.Size = new System.Drawing.Size(61, 20); this.btnBrowse1.TabIndex = 1; this.btnBrowse1.Text = "Browse..."; this.tt.SetToolTip(this.btnBrowse1, "Browse for Baseline PDFs\r\n"); this.btnBrowse1.UseVisualStyleBackColor = true; this.btnBrowse1.Click += new System.EventHandler(this.btnBrowse1_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 80); this.splitContainer1.Name = "splitContainer1"; this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.splitContainer3); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer2); this.splitContainer1.Size = new System.Drawing.Size(707, 397); this.splitContainer1.SplitterDistance = 196; this.splitContainer1.TabIndex = 1; // // splitContainer3 // this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.Location = new System.Drawing.Point(0, 0); this.splitContainer3.Name = "splitContainer3"; this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.lbDifferent); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.lbProcedures); this.splitContainer3.Panel2Collapsed = true; this.splitContainer3.Size = new System.Drawing.Size(707, 196); this.splitContainer3.SplitterDistance = 167; this.splitContainer3.TabIndex = 0; // // lbDifferent // this.lbDifferent.Dock = System.Windows.Forms.DockStyle.Fill; this.lbDifferent.FormattingEnabled = true; this.lbDifferent.Location = new System.Drawing.Point(0, 0); this.lbDifferent.Name = "lbDifferent"; this.lbDifferent.Size = new System.Drawing.Size(707, 196); this.lbDifferent.TabIndex = 1; this.tt.SetToolTip(this.lbDifferent, "Differences by Procedure Sets"); this.lbDifferent.SelectedIndexChanged += new System.EventHandler(this.lbDifferent_SelectedIndexChanged); // // lbProcedures // this.lbProcedures.Dock = System.Windows.Forms.DockStyle.Fill; this.lbProcedures.FormattingEnabled = true; this.lbProcedures.Location = new System.Drawing.Point(0, 0); this.lbProcedures.Name = "lbProcedures"; this.lbProcedures.Size = new System.Drawing.Size(707, 25); this.lbProcedures.TabIndex = 1; this.tt.SetToolTip(this.lbProcedures, "Procedures withDifferences or Search Text"); this.lbProcedures.SelectedIndexChanged += new System.EventHandler(this.lbProcedures_SelectedIndexChanged); // // splitContainer2 // this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer2.Location = new System.Drawing.Point(0, 0); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.lbResults1); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.lbResults2); this.splitContainer2.Size = new System.Drawing.Size(707, 197); this.splitContainer2.SplitterDistance = 350; this.splitContainer2.TabIndex = 0; // // lbResults1 // this.lbResults1.Dock = System.Windows.Forms.DockStyle.Fill; this.lbResults1.FormattingEnabled = true; this.lbResults1.Location = new System.Drawing.Point(0, 0); this.lbResults1.Name = "lbResults1"; this.lbResults1.Size = new System.Drawing.Size(350, 197); this.lbResults1.TabIndex = 0; this.tt.SetToolTip(this.lbResults1, "Results from Baseline PDFs"); this.lbResults1.SelectedIndexChanged += new System.EventHandler(this.lbResults1_SelectedIndexChanged); // // lbResults2 // this.lbResults2.Dock = System.Windows.Forms.DockStyle.Fill; this.lbResults2.FormattingEnabled = true; this.lbResults2.Location = new System.Drawing.Point(0, 0); this.lbResults2.Name = "lbResults2"; this.lbResults2.Size = new System.Drawing.Size(353, 197); this.lbResults2.TabIndex = 0; this.tt.SetToolTip(this.lbResults2, "Results from New PDFs"); this.lbResults2.SelectedIndexChanged += new System.EventHandler(this.lbResults2_SelectedIndexChanged); // // fbd // this.fbd.SelectedPath = "fbd"; // // StatusBar // this.StatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsslStatus}); this.StatusBar.Location = new System.Drawing.Point(0, 477); this.StatusBar.Name = "StatusBar"; this.StatusBar.Size = new System.Drawing.Size(707, 22); this.StatusBar.TabIndex = 2; this.StatusBar.Text = "statusStrip1"; // // tsslStatus // this.tsslStatus.Name = "tsslStatus"; this.tsslStatus.Size = new System.Drawing.Size(118, 17); this.tsslStatus.Text = "toolStripStatusLabel1"; // // frmBaseline // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(707, 499); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.StatusBar); this.Controls.Add(this.panel1); this.Name = "frmBaseline"; this.Text = "Baseline"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.splitContainer3.Panel1.ResumeLayout(false); this.splitContainer3.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit(); this.splitContainer3.ResumeLayout(false); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); this.StatusBar.ResumeLayout(false); this.StatusBar.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button btnSettings; private System.Windows.Forms.Button btnBaseline; private System.Windows.Forms.Button btnPagination; private System.Windows.Forms.Button btnBrowse2; private System.Windows.Forms.Button btnBrowse1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.ListBox lbResults1; private System.Windows.Forms.ListBox lbResults2; private System.Windows.Forms.FolderBrowserDialog fbd; private System.Windows.Forms.StatusStrip StatusBar; private System.Windows.Forms.ToolStripStatusLabel tsslStatus; private System.Windows.Forms.TextBox tbSearch; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.SplitContainer splitContainer3; private System.Windows.Forms.ListBox lbDifferent; private System.Windows.Forms.ListBox lbProcedures; private System.Windows.Forms.ComboBox cbFile2; private System.Windows.Forms.ComboBox cbFile1; private System.Windows.Forms.CheckBox cbCaseSensitive; private System.Windows.Forms.Button btnUC; private System.Windows.Forms.ToolTip tt; } }