You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

321 lines
16 KiB

namespace DPM_Reporting_C
{
partial class Form1
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.MenuStrip1 = new System.Windows.Forms.MenuStrip();
this.DateiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.BeendenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.DatenAktualisierenToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.GroupBox1 = new System.Windows.Forms.GroupBox();
this.CheckBox3 = new System.Windows.Forms.CheckBox();
this.CheckBox2 = new System.Windows.Forms.CheckBox();
this.CheckBox1 = new System.Windows.Forms.CheckBox();
this.GroupBox4 = new System.Windows.Forms.GroupBox();
this.Button1 = new System.Windows.Forms.Button();
this.treeViewAdv1 = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.Properties = new PropertyGridEx.PropertyGridEx();
this.GroupBox3 = new System.Windows.Forms.GroupBox();
this.DataGridView1 = new System.Windows.Forms.DataGridView();
this.MenuStrip1.SuspendLayout();
this.GroupBox1.SuspendLayout();
this.GroupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).BeginInit();
this.groupBox2.SuspendLayout();
this.GroupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DataGridView1)).BeginInit();
this.SuspendLayout();
//
// MenuStrip1
//
this.MenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.DateiToolStripMenuItem,
this.DatenAktualisierenToolStripMenuItem});
this.MenuStrip1.Location = new System.Drawing.Point(0, 0);
this.MenuStrip1.Name = "MenuStrip1";
this.MenuStrip1.Size = new System.Drawing.Size(826, 24);
this.MenuStrip1.TabIndex = 6;
this.MenuStrip1.Text = "MenuStrip1";
//
// DateiToolStripMenuItem
//
this.DateiToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.BeendenToolStripMenuItem});
this.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem";
this.DateiToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
this.DateiToolStripMenuItem.Text = "&Datei";
//
// BeendenToolStripMenuItem
//
this.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem";
this.BeendenToolStripMenuItem.Size = new System.Drawing.Size(120, 22);
this.BeendenToolStripMenuItem.Text = "&Beenden";
//
// DatenAktualisierenToolStripMenuItem
//
this.DatenAktualisierenToolStripMenuItem.Name = "DatenAktualisierenToolStripMenuItem";
this.DatenAktualisierenToolStripMenuItem.Size = new System.Drawing.Size(119, 20);
this.DatenAktualisierenToolStripMenuItem.Text = "Daten aktualisieren";
//
// GroupBox1
//
this.GroupBox1.Controls.Add(this.groupBox2);
this.GroupBox1.Controls.Add(this.CheckBox3);
this.GroupBox1.Controls.Add(this.CheckBox2);
this.GroupBox1.Controls.Add(this.CheckBox1);
this.GroupBox1.Controls.Add(this.GroupBox4);
this.GroupBox1.Controls.Add(this.Button1);
this.GroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.GroupBox1.Location = new System.Drawing.Point(0, 24);
this.GroupBox1.Name = "GroupBox1";
this.GroupBox1.Size = new System.Drawing.Size(218, 428);
this.GroupBox1.TabIndex = 7;
this.GroupBox1.TabStop = false;
this.GroupBox1.Text = "Auswertungen";
//
// CheckBox3
//
this.CheckBox3.AutoSize = true;
this.CheckBox3.Location = new System.Drawing.Point(140, 393);
this.CheckBox3.Name = "CheckBox3";
this.CheckBox3.Size = new System.Drawing.Size(72, 17);
this.CheckBox3.TabIndex = 7;
this.CheckBox3.Text = "Datatable";
this.CheckBox3.UseVisualStyleBackColor = true;
//
// CheckBox2
//
this.CheckBox2.AutoSize = true;
this.CheckBox2.Location = new System.Drawing.Point(6, 460);
this.CheckBox2.Name = "CheckBox2";
this.CheckBox2.Size = new System.Drawing.Size(102, 17);
this.CheckBox2.TabIndex = 6;
this.CheckBox2.Text = "Eigenes Fenster";
this.CheckBox2.UseVisualStyleBackColor = true;
this.CheckBox2.Visible = false;
//
// CheckBox1
//
this.CheckBox1.AutoSize = true;
this.CheckBox1.Location = new System.Drawing.Point(140, 370);
this.CheckBox1.Name = "CheckBox1";
this.CheckBox1.Size = new System.Drawing.Size(59, 17);
this.CheckBox1.TabIndex = 5;
this.CheckBox1.Text = "Design";
this.CheckBox1.UseVisualStyleBackColor = true;
//
// GroupBox4
//
this.GroupBox4.Controls.Add(this.treeViewAdv1);
this.GroupBox4.Dock = System.Windows.Forms.DockStyle.Top;
this.GroupBox4.Location = new System.Drawing.Point(3, 16);
this.GroupBox4.Name = "GroupBox4";
this.GroupBox4.Size = new System.Drawing.Size(212, 173);
this.GroupBox4.TabIndex = 4;
this.GroupBox4.TabStop = false;
this.GroupBox4.Text = "Parameter";
//
// Button1
//
this.Button1.Location = new System.Drawing.Point(6, 366);
this.Button1.Name = "Button1";
this.Button1.Size = new System.Drawing.Size(75, 23);
this.Button1.TabIndex = 1;
this.Button1.Text = "Aufbereiten";
this.Button1.UseVisualStyleBackColor = true;
//
// treeViewAdv1
//
this.treeViewAdv1.BeforeTouchSize = new System.Drawing.Size(206, 154);
this.treeViewAdv1.CanSelectDisabledNode = false;
this.treeViewAdv1.Dock = System.Windows.Forms.DockStyle.Fill;
//
//
//
this.treeViewAdv1.HelpTextControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.treeViewAdv1.HelpTextControl.Location = new System.Drawing.Point(0, 0);
this.treeViewAdv1.HelpTextControl.Name = "helpText";
this.treeViewAdv1.HelpTextControl.Size = new System.Drawing.Size(49, 15);
this.treeViewAdv1.HelpTextControl.TabIndex = 0;
this.treeViewAdv1.HelpTextControl.Text = "help text";
this.treeViewAdv1.Location = new System.Drawing.Point(3, 16);
this.treeViewAdv1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
this.treeViewAdv1.Name = "treeViewAdv1";
this.treeViewAdv1.ShowFocusRect = true;
this.treeViewAdv1.Size = new System.Drawing.Size(206, 154);
this.treeViewAdv1.TabIndex = 0;
this.treeViewAdv1.Text = "treeViewAdv1";
//
//
//
this.treeViewAdv1.ToolTipControl.BackColor = System.Drawing.SystemColors.Info;
this.treeViewAdv1.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.treeViewAdv1.ToolTipControl.Location = new System.Drawing.Point(0, 0);
this.treeViewAdv1.ToolTipControl.Name = "toolTip";
this.treeViewAdv1.ToolTipControl.Size = new System.Drawing.Size(41, 15);
this.treeViewAdv1.ToolTipControl.TabIndex = 1;
this.treeViewAdv1.ToolTipControl.Text = "toolTip";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.Properties);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox2.Location = new System.Drawing.Point(3, 189);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(212, 173);
this.groupBox2.TabIndex = 8;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Parameter";
//
// Properties
//
this.Properties.AutoSizeProperties = true;
this.Properties.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
this.Properties.CommandsVisibleIfAvailable = false;
//
//
//
this.Properties.DocCommentDescription.AccessibleName = "";
this.Properties.DocCommentDescription.AutoEllipsis = true;
this.Properties.DocCommentDescription.BackColor = System.Drawing.Color.Transparent;
this.Properties.DocCommentDescription.Cursor = System.Windows.Forms.Cursors.Default;
this.Properties.DocCommentDescription.ForeColor = System.Drawing.Color.WhiteSmoke;
this.Properties.DocCommentDescription.Location = new System.Drawing.Point(3, 18);
this.Properties.DocCommentDescription.Name = "";
this.Properties.DocCommentDescription.Size = new System.Drawing.Size(0, 52);
this.Properties.DocCommentDescription.TabIndex = 1;
this.Properties.DocCommentImage = ((System.Drawing.Image)(resources.GetObject("Properties.DocCommentImage")));
//
//
//
this.Properties.DocCommentTitle.AutoSize = true;
this.Properties.DocCommentTitle.BackColor = System.Drawing.Color.Transparent;
this.Properties.DocCommentTitle.Cursor = System.Windows.Forms.Cursors.Default;
this.Properties.DocCommentTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
this.Properties.DocCommentTitle.ForeColor = System.Drawing.Color.WhiteSmoke;
this.Properties.DocCommentTitle.Location = new System.Drawing.Point(3, 3);
this.Properties.DocCommentTitle.Name = "";
this.Properties.DocCommentTitle.Size = new System.Drawing.Size(110, 13);
this.Properties.DocCommentTitle.TabIndex = 0;
this.Properties.DocCommentTitle.Text = "DocComment Title";
this.Properties.DocCommentTitle.UseMnemonic = false;
this.Properties.Dock = System.Windows.Forms.DockStyle.Fill;
this.Properties.HelpVisible = false;
this.Properties.Location = new System.Drawing.Point(3, 16);
this.Properties.Name = "Properties";
this.Properties.PropertySort = System.Windows.Forms.PropertySort.NoSort;
this.Properties.SelectedObject = this.Properties.Item;
this.Properties.Size = new System.Drawing.Size(206, 154);
this.Properties.TabIndex = 3;
//
//
//
this.Properties.ToolStrip.AccessibleName = "ToolBar";
this.Properties.ToolStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
this.Properties.ToolStrip.AllowMerge = false;
this.Properties.ToolStrip.AutoSize = false;
this.Properties.ToolStrip.CanOverflow = false;
this.Properties.ToolStrip.Dock = System.Windows.Forms.DockStyle.None;
this.Properties.ToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.Properties.ToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.Properties.ToolStrip.Location = new System.Drawing.Point(0, 1);
this.Properties.ToolStrip.Name = "";
this.Properties.ToolStrip.Padding = new System.Windows.Forms.Padding(2, 0, 1, 0);
this.Properties.ToolStrip.Size = new System.Drawing.Size(206, 25);
this.Properties.ToolStrip.TabIndex = 1;
this.Properties.ToolStrip.TabStop = true;
this.Properties.ToolStrip.Text = "PropertyGridToolBar";
//
// GroupBox3
//
this.GroupBox3.Controls.Add(this.DataGridView1);
this.GroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.GroupBox3.Location = new System.Drawing.Point(218, 24);
this.GroupBox3.Name = "GroupBox3";
this.GroupBox3.Size = new System.Drawing.Size(608, 428);
this.GroupBox3.TabIndex = 8;
this.GroupBox3.TabStop = false;
this.GroupBox3.Text = "Parameter";
//
// DataGridView1
//
this.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.DataGridView1.Location = new System.Drawing.Point(3, 16);
this.DataGridView1.Name = "DataGridView1";
this.DataGridView1.Size = new System.Drawing.Size(602, 409);
this.DataGridView1.TabIndex = 1;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(826, 452);
this.Controls.Add(this.GroupBox3);
this.Controls.Add(this.GroupBox1);
this.Controls.Add(this.MenuStrip1);
this.Name = "Form1";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Form1_Load);
this.MenuStrip1.ResumeLayout(false);
this.MenuStrip1.PerformLayout();
this.GroupBox1.ResumeLayout(false);
this.GroupBox1.PerformLayout();
this.GroupBox4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.treeViewAdv1)).EndInit();
this.groupBox2.ResumeLayout(false);
this.GroupBox3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
internal System.Windows.Forms.MenuStrip MenuStrip1;
internal System.Windows.Forms.ToolStripMenuItem DateiToolStripMenuItem;
internal System.Windows.Forms.ToolStripMenuItem BeendenToolStripMenuItem;
internal System.Windows.Forms.ToolStripMenuItem DatenAktualisierenToolStripMenuItem;
internal System.Windows.Forms.GroupBox GroupBox1;
internal System.Windows.Forms.CheckBox CheckBox3;
internal System.Windows.Forms.CheckBox CheckBox2;
internal System.Windows.Forms.CheckBox CheckBox1;
internal System.Windows.Forms.GroupBox GroupBox4;
internal System.Windows.Forms.Button Button1;
private Syncfusion.Windows.Forms.Tools.TreeViewAdv treeViewAdv1;
internal System.Windows.Forms.GroupBox groupBox2;
internal PropertyGridEx.PropertyGridEx Properties;
internal System.Windows.Forms.GroupBox GroupBox3;
internal System.Windows.Forms.DataGridView DataGridView1;
}
}