namespace Support { partial class Logs { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Logs)); this.panel1 = new System.Windows.Forms.Panel(); this.button1 = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.dgLogs = new System.Windows.Forms.DataGridView(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.dgAcks = new System.Windows.Forms.DataGridView(); this.panel1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgLogs)).BeginInit(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgAcks)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.button1); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 603); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1023, 47); this.panel1.TabIndex = 0; // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button1.BackColor = System.Drawing.Color.DimGray; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.ForeColor = System.Drawing.Color.White; this.button1.Location = new System.Drawing.Point(912, 7); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(100, 32); this.button1.TabIndex = 0; this.button1.Text = "Schließen"; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1023, 603); this.tabControl1.TabIndex = 1; // // tabPage1 // this.tabPage1.Controls.Add(this.dgLogs); this.tabPage1.Location = new System.Drawing.Point(4, 29); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(1015, 570); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Logs"; this.tabPage1.UseVisualStyleBackColor = true; // // dgLogs // this.dgLogs.AllowUserToAddRows = false; this.dgLogs.AllowUserToDeleteRows = false; this.dgLogs.AllowUserToResizeRows = false; this.dgLogs.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgLogs.BackgroundColor = System.Drawing.Color.White; this.dgLogs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgLogs.Dock = System.Windows.Forms.DockStyle.Fill; this.dgLogs.GridColor = System.Drawing.Color.White; this.dgLogs.Location = new System.Drawing.Point(3, 3); this.dgLogs.MultiSelect = false; this.dgLogs.Name = "dgLogs"; this.dgLogs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgLogs.ShowCellErrors = false; this.dgLogs.ShowCellToolTips = false; this.dgLogs.ShowEditingIcon = false; this.dgLogs.ShowRowErrors = false; this.dgLogs.Size = new System.Drawing.Size(1009, 564); this.dgLogs.TabIndex = 0; // // tabPage2 // this.tabPage2.Controls.Add(this.dgAcks); this.tabPage2.Location = new System.Drawing.Point(4, 29); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(1015, 570); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Ack Dateien"; this.tabPage2.UseVisualStyleBackColor = true; // // dgAcks // this.dgAcks.AllowUserToAddRows = false; this.dgAcks.AllowUserToDeleteRows = false; this.dgAcks.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dgAcks.BackgroundColor = System.Drawing.Color.White; this.dgAcks.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgAcks.Dock = System.Windows.Forms.DockStyle.Fill; this.dgAcks.GridColor = System.Drawing.Color.White; this.dgAcks.Location = new System.Drawing.Point(3, 3); this.dgAcks.MultiSelect = false; this.dgAcks.Name = "dgAcks"; this.dgAcks.ReadOnly = true; this.dgAcks.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect; this.dgAcks.ShowCellErrors = false; this.dgAcks.ShowCellToolTips = false; this.dgAcks.ShowEditingIcon = false; this.dgAcks.ShowRowErrors = false; this.dgAcks.Size = new System.Drawing.Size(1009, 564); this.dgAcks.TabIndex = 2; // // Logs // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1023, 650); this.Controls.Add(this.tabControl1); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Logs"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Logs"; this.panel1.ResumeLayout(false); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgLogs)).EndInit(); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgAcks)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button1; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.DataGridView dgLogs; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.DataGridView dgAcks; } }