private void InitializeComponent() { this.toolStripTop = new ToolStrip(); this.toolStripButtonAktualisieren = new ToolStripButton(); this.ucXMLQuellCodeFehlerliste = new ucXMLQuellCodeFehlerliste(); this.ucXMLQuellcodeViewer = new ucXMLQuellcodeViewer(); this.toolStripTop.SuspendLayout(); base.SuspendLayout(); this.toolStripTop.Items.AddRange(new ToolStripItem[1] { this.toolStripButtonAktualisieren }); this.toolStripTop.Location = new Point(0, 0); this.toolStripTop.Name = "toolStripTop"; this.toolStripTop.Size = new Size(528, 25); this.toolStripTop.TabIndex = 2; this.toolStripTop.Text = "toolStrip1"; this.toolStripButtonAktualisieren.Image = Resources.sync; this.toolStripButtonAktualisieren.ImageTransparentColor = Color.Magenta; this.toolStripButtonAktualisieren.Name = "toolStripButtonAktualisieren"; this.toolStripButtonAktualisieren.Size = new Size(160, 22); this.toolStripButtonAktualisieren.Text = "toolStripButtonAktualisieren"; this.toolStripButtonAktualisieren.Click += this.toolStripButtonAktualisieren_Click; this.ucXMLQuellCodeFehlerliste.Location = new Point(328, 64); this.ucXMLQuellCodeFehlerliste.Name = "ucXMLQuellCodeFehlerliste"; this.ucXMLQuellCodeFehlerliste.Size = new Size(200, 256); this.ucXMLQuellCodeFehlerliste.TabIndex = 1; this.ucXMLQuellcodeViewer.BackColor = Color.White; this.ucXMLQuellcodeViewer.Location = new Point(0, 85); this.ucXMLQuellcodeViewer.Name = "ucXMLQuellcodeViewer"; this.ucXMLQuellcodeViewer.Size = new Size(254, 235); this.ucXMLQuellcodeViewer.TabIndex = 0; base.Controls.Add(this.toolStripTop); base.Controls.Add(this.ucXMLQuellCodeFehlerliste); base.Controls.Add(this.ucXMLQuellcodeViewer); base.Name = "ucXMLQuellcodeDebugger"; base.Size = new Size(528, 320); base.Resize += this.ucXMLQuellcodeDebugger_Resize; this.toolStripTop.ResumeLayout(false); this.toolStripTop.PerformLayout(); base.ResumeLayout(false); base.PerformLayout(); }
private void InitializeComponent() { ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(frmDokFehlerZeigen)); this.ucXMLQuellCodeFehlerliste = new ucXMLQuellCodeFehlerliste(); this.ucXMLQuellcodeViewer = new ucXMLQuellcodeViewer(); this.splitter1 = new Splitter(); base.SuspendLayout(); this.ucXMLQuellCodeFehlerliste.Dock = DockStyle.Left; this.ucXMLQuellCodeFehlerliste.Location = new Point(0, 0); this.ucXMLQuellCodeFehlerliste.Name = "ucXMLQuellCodeFehlerliste"; this.ucXMLQuellCodeFehlerliste.Size = new Size(352, 357); this.ucXMLQuellCodeFehlerliste.TabIndex = 0; this.ucXMLQuellcodeViewer.BackColor = SystemColors.Control; this.ucXMLQuellcodeViewer.Dock = DockStyle.Fill; this.ucXMLQuellcodeViewer.Location = new Point(352, 0); this.ucXMLQuellcodeViewer.Name = "ucXMLQuellcodeViewer"; this.ucXMLQuellcodeViewer.Size = new Size(240, 357); this.ucXMLQuellcodeViewer.TabIndex = 1; this.splitter1.Location = new Point(352, 0); this.splitter1.Name = "splitter1"; this.splitter1.Size = new Size(3, 357); this.splitter1.TabIndex = 2; this.splitter1.TabStop = false; this.AutoScaleBaseSize = new Size(5, 13); base.ClientSize = new Size(592, 357); base.Controls.Add(this.splitter1); base.Controls.Add(this.ucXMLQuellcodeViewer); base.Controls.Add(this.ucXMLQuellCodeFehlerliste); base.Icon = (Icon)componentResourceManager.GetObject("$this.Icon"); base.Name = "frmDokFehlerZeigen"; base.StartPosition = FormStartPosition.CenterScreen; this.Text = "frmDokFehlerZeigen"; base.WindowState = FormWindowState.Maximized; base.Load += this.frmDokFehlerZeigen_Load; base.ResumeLayout(false); }