using ScintillaNET; namespace ScintillaDiff { partial class ScintillaDiffControl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.scMain = new System.Windows.Forms.SplitContainer(); this.scintillaOne = new ScintillaDiff.ScrollSyncScintilla(); this.scintillaTwo = new ScintillaDiff.ScrollSyncScintilla(); this.panel1 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit(); this.scMain.Panel1.SuspendLayout(); this.scMain.Panel2.SuspendLayout(); this.scMain.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // scMain // this.scMain.Dock = System.Windows.Forms.DockStyle.Fill; this.scMain.Location = new System.Drawing.Point(0, 0); this.scMain.Name = "scMain"; // // scMain.Panel1 // this.scMain.Panel1.Controls.Add(this.scintillaOne); this.scMain.Panel1.Controls.Add(this.panel1); // // scMain.Panel2 // this.scMain.Panel2.Controls.Add(this.scintillaTwo); this.scMain.Panel2.Controls.Add(this.panel2); this.scMain.Size = new System.Drawing.Size(918, 454); this.scMain.SplitterDistance = 434; this.scMain.TabIndex = 0; // // scintillaOne // this.scintillaOne.AutoCMaxHeight = 9; this.scintillaOne.BiDirectionality = ScintillaNET.BiDirectionalDisplayType.Disabled; this.scintillaOne.CaretLineBackColor = System.Drawing.Color.White; this.scintillaOne.CaretLineVisible = true; this.scintillaOne.Dock = System.Windows.Forms.DockStyle.Fill; this.scintillaOne.LexerName = null; this.scintillaOne.Location = new System.Drawing.Point(0, 23); this.scintillaOne.Name = "scintillaOne"; this.scintillaOne.ScrollSync = this.scintillaTwo; this.scintillaOne.ScrollWidth = 1; this.scintillaOne.Size = new System.Drawing.Size(434, 431); this.scintillaOne.TabIndents = true; this.scintillaOne.TabIndex = 0; this.scintillaOne.UseRightToLeftReadingLayout = false; this.scintillaOne.WrapMode = ScintillaNET.WrapMode.None; this.scintillaOne.TextChanged += new System.EventHandler(this.Scintilla_TextChanged); // // scintillaTwo // this.scintillaTwo.AutoCMaxHeight = 9; this.scintillaTwo.BiDirectionality = ScintillaNET.BiDirectionalDisplayType.Disabled; this.scintillaTwo.CaretLineBackColor = System.Drawing.Color.White; this.scintillaTwo.CaretLineVisible = true; this.scintillaTwo.Dock = System.Windows.Forms.DockStyle.Fill; this.scintillaTwo.LexerName = null; this.scintillaTwo.Location = new System.Drawing.Point(0, 23); this.scintillaTwo.Name = "scintillaTwo"; this.scintillaTwo.ScrollSync = this.scintillaOne; this.scintillaTwo.ScrollWidth = 1; this.scintillaTwo.Size = new System.Drawing.Size(480, 431); this.scintillaTwo.TabIndents = true; this.scintillaTwo.TabIndex = 0; this.scintillaTwo.UseRightToLeftReadingLayout = false; this.scintillaTwo.WrapMode = ScintillaNET.WrapMode.None; this.scintillaTwo.TextChanged += new System.EventHandler(this.Scintilla_TextChanged); // // panel1 // this.panel1.Controls.Add(this.label1); 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(434, 23); this.panel1.TabIndex = 1; // // panel2 // this.panel2.Controls.Add(this.label2); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(480, 23); this.panel2.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(7, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 12); this.label1.TabIndex = 0; this.label1.Text = "文本1"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(7, 5); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 12); this.label2.TabIndex = 1; this.label2.Text = "文本2"; // // ScintillaDiffControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.scMain); this.Name = "ScintillaDiffControl"; this.Size = new System.Drawing.Size(918, 454); this.SizeChanged += new System.EventHandler(this.ScintillaDiffer_SizeChanged); this.scMain.Panel1.ResumeLayout(false); this.scMain.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.scMain)).EndInit(); this.scMain.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer scMain; private ScrollSyncScintilla scintillaOne; private ScrollSyncScintilla scintillaTwo; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; } }