Exemplo n.º 1
0
 // <summary>
 // Required method for Designer support - do not modify
 // the contents of this method with the code editor.
 // </summary>
 private void InitializeComponent()
 {
     this.moParseTreeViewer = new TreeTranViewer.ParseTreeViewer();
     this.SuspendLayout();
     //
     // moParseTreeViewer
     //
     this.moParseTreeViewer.DisplayFindPattern    = false;
     this.moParseTreeViewer.DisplayReplacePattern = true;
     this.moParseTreeViewer.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.moParseTreeViewer.Modified          = false;
     this.moParseTreeViewer.Name              = "moParseTreeViewer";
     this.moParseTreeViewer.ReadOnly          = false;
     this.moParseTreeViewer.ShowFeatures      = true;
     this.moParseTreeViewer.ShowMorphology    = true;
     this.moParseTreeViewer.TabIndex          = 0;
     this.moParseTreeViewer.SelectionChanged += new System.EventHandler(this.moParseTreeViewer_SelectionChanged);
     this.moParseTreeViewer.TreeChanged      += new System.EventHandler(this.moParseTreeViewer_TreeChanged);
     //
     // ReplacePatternViewer
     //
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.moParseTreeViewer
     });
     this.ForeColor = System.Drawing.SystemColors.WindowText;
     this.Name      = "ReplacePatternViewer";
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 // <summary>
 // Required method for Designer support - do not modify
 // the contents of this method with the code editor.
 // </summary>
 private void InitializeComponent()
 {
     this.moParseTreeViewer = new TreeTranViewer.ParseTreeViewer();
     this.SuspendLayout();
     //
     // moParseTreeViewer
     //
     this.moParseTreeViewer.DisplayFindPattern = true;
     this.moParseTreeViewer.DisplayReplacePattern = false;
     this.moParseTreeViewer.Dock = System.Windows.Forms.DockStyle.Fill;
     this.moParseTreeViewer.Modified = false;
     this.moParseTreeViewer.Name = "moParseTreeViewer";
     this.moParseTreeViewer.ReadOnly = false;
     this.moParseTreeViewer.ShowFeatures = true;
     this.moParseTreeViewer.ShowMorphology = true;
     this.moParseTreeViewer.TabIndex = 0;
     this.moParseTreeViewer.SelectionChanged += new System.EventHandler(this.moParseTreeViewer_SelectionChanged);
     this.moParseTreeViewer.TreeChanged += new System.EventHandler(this.moParseTreeViewer_TreeChanged);
     //
     // FindPatternViewer
     //
     this.BackColor = System.Drawing.SystemColors.Window;
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.moParseTreeViewer});
     this.ForeColor = System.Drawing.SystemColors.WindowText;
     this.Name = "FindPatternViewer";
     this.ResumeLayout(false);
 }