136 lines
6.1 KiB
C#
136 lines
6.1 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.UI.Bench.Components
|
|
{
|
|
partial class ComponentsManagerDlg
|
|
{
|
|
/// <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(ComponentsManagerDlg));
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.sharedSearchForListView1 = new TBF.UI.Shared.SharedSearchForListView();
|
|
this.listViewEx = new Common.Forms.ListViewEx();
|
|
this.splitContainer = new System.Windows.Forms.SplitContainer();
|
|
this.sharedButtons = new TBF.UI.Shared.SharedButtons();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
|
this.splitContainer.Panel1.SuspendLayout();
|
|
this.splitContainer.Panel2.SuspendLayout();
|
|
this.splitContainer.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainer1
|
|
//
|
|
resources.ApplyResources(this.splitContainer1, "splitContainer1");
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.sharedSearchForListView1);
|
|
this.splitContainer1.Panel1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
resources.ApplyResources(this.splitContainer1.Panel2, "splitContainer1.Panel2");
|
|
this.splitContainer1.Panel2.Controls.Add(this.listViewEx);
|
|
//
|
|
// sharedSearchForListView1
|
|
//
|
|
resources.ApplyResources(this.sharedSearchForListView1, "sharedSearchForListView1");
|
|
this.sharedSearchForListView1.ListViewEx = null;
|
|
this.sharedSearchForListView1.Name = "sharedSearchForListView1";
|
|
//
|
|
// listViewEx
|
|
//
|
|
this.listViewEx.AllowColumnReorder = true;
|
|
resources.ApplyResources(this.listViewEx, "listViewEx");
|
|
this.listViewEx.DoubleClickActivation = false;
|
|
this.listViewEx.FullRowSelect = true;
|
|
this.listViewEx.GridLines = true;
|
|
this.listViewEx.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
|
this.listViewEx.HideSelection = false;
|
|
this.listViewEx.MultiSelect = false;
|
|
this.listViewEx.Name = "listViewEx";
|
|
this.listViewEx.UseCompatibleStateImageBehavior = false;
|
|
this.listViewEx.View = System.Windows.Forms.View.Details;
|
|
this.listViewEx.SubItemRightClicked += new Common.Forms.SubItemEventHandler(this.listViewEx_SubItemRightClicked);
|
|
this.listViewEx.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listViewEx_ColumnClick);
|
|
this.listViewEx.SelectedIndexChanged += new System.EventHandler(this.componentsListView_SelectedIndexChanged);
|
|
this.listViewEx.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listViewEx_MouseDoubleClick);
|
|
//
|
|
// splitContainer
|
|
//
|
|
resources.ApplyResources(this.splitContainer, "splitContainer");
|
|
this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
|
|
this.splitContainer.Name = "splitContainer";
|
|
//
|
|
// splitContainer.Panel1
|
|
//
|
|
this.splitContainer.Panel1.Controls.Add(this.splitContainer1);
|
|
//
|
|
// splitContainer.Panel2
|
|
//
|
|
this.splitContainer.Panel2.Controls.Add(this.sharedButtons);
|
|
//
|
|
// sharedButtons
|
|
//
|
|
resources.ApplyResources(this.sharedButtons, "sharedButtons");
|
|
this.sharedButtons.Name = "sharedButtons";
|
|
//
|
|
// ComponentsManagerDlg
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.splitContainer);
|
|
this.Name = "ComponentsManagerDlg";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ComponentsManagerDlg_FormClosing);
|
|
this.Load += new System.EventHandler(this.ComponentsManagerDlg_Load);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.splitContainer.Panel1.ResumeLayout(false);
|
|
this.splitContainer.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
|
this.splitContainer.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Common.Forms.ListViewEx listViewEx;
|
|
private System.Windows.Forms.SplitContainer splitContainer;
|
|
private TBF.UI.Shared.SharedButtons sharedButtons;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private Shared.SharedSearchForListView sharedSearchForListView1;
|
|
}
|
|
} |