tbf/TBF/UI/Bench/TestProfiles/TestProfilesDlg.designer.cs

108 lines
4.5 KiB
C#
Raw Normal View History

///
/// Copyright (c) 2019 Sensus Slovensko a.s.
///
namespace TBF.UI.Bench.TestProfiles
{
partial class TestProfilesDlg
{
/// <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()
{
2019-10-29 14:59:05 +00:00
this.splitContainer = new System.Windows.Forms.SplitContainer();
this.testProfilesCtrl = new TBF.UI.Bench.TestProfiles.TestProfilesCtrl();
this.sharedButtons = new TBF.UI.Shared.SharedButtons();
2019-10-29 14:59:05 +00:00
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.SuspendLayout();
//
2019-10-29 14:59:05 +00:00
// splitContainer
//
2019-10-29 14:59:05 +00:00
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
this.splitContainer.Location = new System.Drawing.Point(0, 0);
this.splitContainer.Name = "splitContainer";
//
2019-10-29 14:59:05 +00:00
// splitContainer.Panel1
//
2019-10-29 14:59:05 +00:00
this.splitContainer.Panel1.Controls.Add(this.testProfilesCtrl);
//
2019-10-29 14:59:05 +00:00
// splitContainer.Panel2
//
2019-10-29 14:59:05 +00:00
this.splitContainer.Panel2.Controls.Add(this.sharedButtons);
this.splitContainer.Size = new System.Drawing.Size(517, 402);
this.splitContainer.SplitterDistance = 412;
this.splitContainer.TabIndex = 0;
//
2019-10-29 14:59:05 +00:00
// testProfilesCtrl
//
2019-10-29 14:59:05 +00:00
this.testProfilesCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
this.testProfilesCtrl.DoubleClickActivation = false;
this.testProfilesCtrl.FullRowSelect = true;
this.testProfilesCtrl.GridLines = true;
this.testProfilesCtrl.Location = new System.Drawing.Point(0, 0);
this.testProfilesCtrl.Name = "testProfilesCtrl";
this.testProfilesCtrl.Size = new System.Drawing.Size(412, 402);
this.testProfilesCtrl.TabIndex = 0;
this.testProfilesCtrl.UseCompatibleStateImageBehavior = false;
this.testProfilesCtrl.View = System.Windows.Forms.View.Details;
this.testProfilesCtrl.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.testProfilesCtrl_MouseDoubleClick);
//
// sharedButtons
//
2019-10-29 14:59:05 +00:00
this.sharedButtons.Location = new System.Drawing.Point(1, 0);
this.sharedButtons.Name = "sharedButtons";
2019-10-29 14:59:05 +00:00
this.sharedButtons.Size = new System.Drawing.Size(100, 649);
this.sharedButtons.TabIndex = 0;
//
2019-10-29 14:59:05 +00:00
// TestProfilesDlg
//
2019-10-29 14:59:05 +00:00
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2019-10-29 14:59:05 +00:00
this.ClientSize = new System.Drawing.Size(517, 402);
this.Controls.Add(this.splitContainer);
this.Name = "TestProfilesDlg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "TestProfilesDlg";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TestProfilesDlg_FormClosing);
2019-10-29 14:59:05 +00:00
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ProceduresDlg_FormClosed);
this.Load += new System.EventHandler(this.TestProfilesDlg_Load);
2019-10-29 14:59:05 +00:00
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
this.splitContainer.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
2019-10-29 14:59:05 +00:00
private System.Windows.Forms.SplitContainer splitContainer;
private TBF.UI.Shared.SharedButtons sharedButtons;
private TestProfilesCtrl testProfilesCtrl;
}
}