namespace Maestro.Editors.Diff { partial class TextDiffView { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextDiffView)); this.lvDestination = new System.Windows.Forms.ListView(); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.lvSource = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.SuspendLayout(); // // lvDestination // this.lvDestination.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader3, this.columnHeader4}); resources.ApplyResources(this.lvDestination, "lvDestination"); this.lvDestination.FullRowSelect = true; this.lvDestination.HideSelection = false; this.lvDestination.MultiSelect = false; this.lvDestination.Name = "lvDestination"; this.lvDestination.UseCompatibleStateImageBehavior = false; this.lvDestination.View = System.Windows.Forms.View.Details; this.lvDestination.SelectedIndexChanged += new System.EventHandler(this.lvSource_SelectedIndexChanged); this.lvDestination.Resize += new System.EventHandler(this.lvDestination_Resize); // // columnHeader3 // resources.ApplyResources(this.columnHeader3, "columnHeader3"); // // columnHeader4 // resources.ApplyResources(this.columnHeader4, "columnHeader4"); // // lvSource // this.lvSource.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2}); resources.ApplyResources(this.lvSource, "lvSource"); this.lvSource.FullRowSelect = true; this.lvSource.HideSelection = false; this.lvSource.MultiSelect = false; this.lvSource.Name = "lvSource"; this.lvSource.UseCompatibleStateImageBehavior = false; this.lvSource.View = System.Windows.Forms.View.Details; this.lvSource.SelectedIndexChanged += new System.EventHandler(this.lvSource_SelectedIndexChanged); this.lvSource.Resize += new System.EventHandler(this.lvSource_Resize); // // columnHeader1 // resources.ApplyResources(this.columnHeader1, "columnHeader1"); // // columnHeader2 // resources.ApplyResources(this.columnHeader2, "columnHeader2"); // // TextDiffView // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; resources.ApplyResources(this, "$this"); this.Controls.Add(this.lvDestination); this.Controls.Add(this.lvSource); this.Name = "TextDiffView"; this.Load += new System.EventHandler(this.Results_Load); this.Resize += new System.EventHandler(this.Results_Resize); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView lvDestination; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ColumnHeader columnHeader4; private System.Windows.Forms.ListView lvSource; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; } }