namespace C4IT_DataHistoryProvider_Test { partial class ctrlCleanup { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.textBoxCleanupsCount = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.buttonDoCleanups = new System.Windows.Forms.Button(); this.buttonScanCleanups = new System.Windows.Forms.Button(); this.panelValidTime = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.ctrlProtocolBox1 = new C4IT_DataHistoryProvider_Test.ctrlProtocolBox(); this.SuspendLayout(); // // textBoxCleanupsCount // this.textBoxCleanupsCount.Location = new System.Drawing.Point(186, 160); this.textBoxCleanupsCount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.textBoxCleanupsCount.Name = "textBoxCleanupsCount"; this.textBoxCleanupsCount.ReadOnly = true; this.textBoxCleanupsCount.Size = new System.Drawing.Size(85, 26); this.textBoxCleanupsCount.TabIndex = 10; this.textBoxCleanupsCount.Text = "-"; this.textBoxCleanupsCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(35, 165); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(140, 20); this.label1.TabIndex = 9; this.label1.Text = "Possible cleanups:"; // // buttonDoCleanups // this.buttonDoCleanups.Enabled = false; this.buttonDoCleanups.Location = new System.Drawing.Point(285, 39); this.buttonDoCleanups.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this.buttonDoCleanups.Name = "buttonDoCleanups"; this.buttonDoCleanups.Size = new System.Drawing.Size(235, 79); this.buttonDoCleanups.TabIndex = 8; this.buttonDoCleanups.Text = "Do cleanups"; this.buttonDoCleanups.UseVisualStyleBackColor = true; this.buttonDoCleanups.Click += new System.EventHandler(this.buttonDoCleanups_Click); // // buttonScanCleanups // this.buttonScanCleanups.Location = new System.Drawing.Point(37, 39); this.buttonScanCleanups.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this.buttonScanCleanups.Name = "buttonScanCleanups"; this.buttonScanCleanups.Size = new System.Drawing.Size(235, 79); this.buttonScanCleanups.TabIndex = 6; this.buttonScanCleanups.Text = "Scan for cleanups"; this.buttonScanCleanups.UseVisualStyleBackColor = true; this.buttonScanCleanups.Click += new System.EventHandler(this.buttonScanCleanups_Click); // // panelValidTime // this.panelValidTime.Location = new System.Drawing.Point(403, 158); this.panelValidTime.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelValidTime.Name = "panelValidTime"; this.panelValidTime.Size = new System.Drawing.Size(29, 32); this.panelValidTime.TabIndex = 12; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(317, 165); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(82, 20); this.label2.TabIndex = 11; this.label2.Text = "Valid time:"; // // ctrlProtocolBox1 // this.ctrlProtocolBox1.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.ctrlProtocolBox1.Location = new System.Drawing.Point(37, 239); this.ctrlProtocolBox1.Name = "ctrlProtocolBox1"; this.ctrlProtocolBox1.Size = new System.Drawing.Size(895, 392); this.ctrlProtocolBox1.TabIndex = 13; // // ctrlCleanup // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panelValidTime); this.Controls.Add(this.label2); this.Controls.Add(this.textBoxCleanupsCount); this.Controls.Add(this.label1); this.Controls.Add(this.buttonDoCleanups); this.Controls.Add(this.buttonScanCleanups); this.Controls.Add(this.ctrlProtocolBox1); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "ctrlCleanup"; this.Size = new System.Drawing.Size(969, 672); this.Load += new System.EventHandler(this.ctrlCleanup_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxCleanupsCount; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button buttonDoCleanups; private System.Windows.Forms.Button buttonScanCleanups; private System.Windows.Forms.Panel panelValidTime; private System.Windows.Forms.Label label2; private ctrlProtocolBox ctrlProtocolBox1; } }