namespace Deckungsbeitrag { partial class FormWaschverlauf { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lvWaschstrasse1 = new System.Windows.Forms.ListView(); this.label1 = new System.Windows.Forms.Label(); this.splitContWaschverlauf = new System.Windows.Forms.SplitContainer(); this.label2 = new System.Windows.Forms.Label(); this.lvWaschstrasse2 = new System.Windows.Forms.ListView(); ((System.ComponentModel.ISupportInitialize)(this.splitContWaschverlauf)).BeginInit(); this.splitContWaschverlauf.Panel1.SuspendLayout(); this.splitContWaschverlauf.Panel2.SuspendLayout(); this.splitContWaschverlauf.SuspendLayout(); this.SuspendLayout(); // // lvWaschstrasse1 // this.lvWaschstrasse1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvWaschstrasse1.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lvWaschstrasse1.FullRowSelect = true; this.lvWaschstrasse1.GridLines = true; this.lvWaschstrasse1.HideSelection = false; this.lvWaschstrasse1.Location = new System.Drawing.Point(13, 40); this.lvWaschstrasse1.Name = "lvWaschstrasse1"; this.lvWaschstrasse1.Size = new System.Drawing.Size(575, 678); this.lvWaschstrasse1.TabIndex = 0; this.lvWaschstrasse1.UseCompatibleStateImageBehavior = false; this.lvWaschstrasse1.View = System.Windows.Forms.View.Details; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(7, 5); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(215, 32); this.label1.TabIndex = 1; this.label1.Text = "Waschstrasse 1"; // // splitContWaschverlauf // this.splitContWaschverlauf.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContWaschverlauf.Location = new System.Drawing.Point(12, 12); this.splitContWaschverlauf.Name = "splitContWaschverlauf"; // // splitContWaschverlauf.Panel1 // this.splitContWaschverlauf.Panel1.Controls.Add(this.lvWaschstrasse1); this.splitContWaschverlauf.Panel1.Controls.Add(this.label1); // // splitContWaschverlauf.Panel2 // this.splitContWaschverlauf.Panel2.Controls.Add(this.lvWaschstrasse2); this.splitContWaschverlauf.Panel2.Controls.Add(this.label2); this.splitContWaschverlauf.Size = new System.Drawing.Size(1166, 733); this.splitContWaschverlauf.SplitterDistance = 604; this.splitContWaschverlauf.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Location = new System.Drawing.Point(3, 5); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(215, 32); this.label2.TabIndex = 2; this.label2.Text = "Waschstrasse 2"; // // lvWaschstrasse2 // this.lvWaschstrasse2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvWaschstrasse2.Font = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lvWaschstrasse2.FullRowSelect = true; this.lvWaschstrasse2.GridLines = true; this.lvWaschstrasse2.HideSelection = false; this.lvWaschstrasse2.Location = new System.Drawing.Point(9, 40); this.lvWaschstrasse2.Name = "lvWaschstrasse2"; this.lvWaschstrasse2.Size = new System.Drawing.Size(534, 678); this.lvWaschstrasse2.TabIndex = 2; this.lvWaschstrasse2.UseCompatibleStateImageBehavior = false; this.lvWaschstrasse2.View = System.Windows.Forms.View.Details; // // FormWaschverlauf // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(53)))), ((int)(((byte)(101))))); this.ClientSize = new System.Drawing.Size(1190, 757); this.Controls.Add(this.splitContWaschverlauf); this.Name = "FormWaschverlauf"; this.Text = "Waschverlauf"; this.splitContWaschverlauf.Panel1.ResumeLayout(false); this.splitContWaschverlauf.Panel1.PerformLayout(); this.splitContWaschverlauf.Panel2.ResumeLayout(false); this.splitContWaschverlauf.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContWaschverlauf)).EndInit(); this.splitContWaschverlauf.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView lvWaschstrasse1; private System.Windows.Forms.Label label1; private System.Windows.Forms.SplitContainer splitContWaschverlauf; private System.Windows.Forms.ListView lvWaschstrasse2; private System.Windows.Forms.Label label2; } }