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.

228 lines
12 KiB

namespace OnDoc.UIControls.Administrator
{
partial class Verbindungseditor
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Verbindungseditor));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.GridTableLeft = new Syncfusion.WinForms.DataGrid.SfDataGrid();
this.GridTableRight = new Syncfusion.WinForms.DataGrid.SfDataGrid();
this.GridTableBottom = new Syncfusion.WinForms.DataGrid.SfDataGrid();
this.panel1 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.button2 = new System.Windows.Forms.Button();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridTableLeft)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GridTableRight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.GridTableBottom)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1});
this.toolStrip1.Location = new System.Drawing.Point(2, 2);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1453, 25);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(2, 27);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.GridTableBottom);
this.splitContainer1.Panel2.Controls.Add(this.panel1);
this.splitContainer1.Size = new System.Drawing.Size(1453, 804);
this.splitContainer1.SplitterDistance = 484;
this.splitContainer1.TabIndex = 1;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.GridTableLeft);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.GridTableRight);
this.splitContainer2.Size = new System.Drawing.Size(1453, 484);
this.splitContainer2.SplitterDistance = 717;
this.splitContainer2.TabIndex = 0;
//
// GridTableLeft
//
this.GridTableLeft.AccessibleName = "Table";
this.GridTableLeft.AllowEditing = false;
this.GridTableLeft.AllowFiltering = true;
this.GridTableLeft.Dock = System.Windows.Forms.DockStyle.Fill;
this.GridTableLeft.Location = new System.Drawing.Point(0, 0);
this.GridTableLeft.Name = "GridTableLeft";
this.GridTableLeft.Size = new System.Drawing.Size(717, 484);
this.GridTableLeft.Style.HeaderStyle.FilterIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
this.GridTableLeft.TabIndex = 0;
this.GridTableLeft.Text = "sfDataGrid1";
this.GridTableLeft.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.GridTableLeft_CellClick);
//
// GridTableRight
//
this.GridTableRight.AccessibleName = "Table";
this.GridTableRight.AllowEditing = false;
this.GridTableRight.AllowFiltering = true;
this.GridTableRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.GridTableRight.Location = new System.Drawing.Point(0, 0);
this.GridTableRight.Name = "GridTableRight";
this.GridTableRight.Size = new System.Drawing.Size(732, 484);
this.GridTableRight.Style.HeaderStyle.FilterIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
this.GridTableRight.TabIndex = 0;
this.GridTableRight.Text = "sfDataGrid1";
this.GridTableRight.CellClick += new Syncfusion.WinForms.DataGrid.Events.CellClickEventHandler(this.GridTableRight_CellClick);
//
// GridTableBottom
//
this.GridTableBottom.AccessibleName = "Table";
this.GridTableBottom.Dock = System.Windows.Forms.DockStyle.Fill;
this.GridTableBottom.Location = new System.Drawing.Point(0, 46);
this.GridTableBottom.Name = "GridTableBottom";
this.GridTableBottom.Size = new System.Drawing.Size(1453, 270);
this.GridTableBottom.Style.HeaderStyle.FilterIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
this.GridTableBottom.TabIndex = 0;
this.GridTableBottom.Text = "sfDataGrid1";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.DarkGray;
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button1);
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(1453, 46);
this.panel1.TabIndex = 1;
//
// button1
//
this.button1.Image = global::OnDoc.Properties.Resources.Connect_24x24_32;
this.button1.Location = new System.Drawing.Point(678, 3);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 37);
this.button1.TabIndex = 0;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = global::OnDoc.Properties.Resources.CloseApplication_32x32_32;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
this.toolStripButton1.Text = "toolStripButton1";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// button2
//
this.button2.Image = global::OnDoc.Properties.Resources.save_24x24_32;
this.button2.Location = new System.Drawing.Point(759, 3);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 37);
this.button2.TabIndex = 1;
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// Verbindungseditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1457, 833);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Verbindungseditor";
this.Style.MdiChild.IconHorizontalAlignment = System.Windows.Forms.HorizontalAlignment.Center;
this.Style.MdiChild.IconVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
this.Text = "Verbindungseditor";
this.Load += new System.EventHandler(this.Verbindungseditor_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridTableLeft)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GridTableRight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.GridTableBottom)).EndInit();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.SplitContainer splitContainer2;
private Syncfusion.WinForms.DataGrid.SfDataGrid GridTableLeft;
private Syncfusion.WinForms.DataGrid.SfDataGrid GridTableRight;
private Syncfusion.WinForms.DataGrid.SfDataGrid GridTableBottom;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}