172 lines
7.7 KiB
C#
172 lines
7.7 KiB
C#
///
|
|
/// Copyright (c) 2018 Sensus Slovensko a.s.
|
|
///
|
|
namespace TBF.Rig.Configs.ParamsProvider
|
|
{
|
|
partial class ComponentCfgCtrl
|
|
{
|
|
/// <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 Component 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()
|
|
{
|
|
this.nameTextBox = new System.Windows.Forms.TextBox();
|
|
this.nameLabel = new System.Windows.Forms.Label();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.parentComboBox = new System.Windows.Forms.ComboBox();
|
|
this.parentLabel = new System.Windows.Forms.Label();
|
|
this.componentClassLabel = new System.Windows.Forms.Label();
|
|
this.componentClassTextBox = new System.Windows.Forms.TextBox();
|
|
this.paramsListViewEx = new Common.Forms.ListViewEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// nameTextBox
|
|
//
|
|
this.nameTextBox.Enabled = false;
|
|
this.nameTextBox.Location = new System.Drawing.Point(161, 30);
|
|
this.nameTextBox.Name = "nameTextBox";
|
|
this.nameTextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.nameTextBox.TabIndex = 5;
|
|
//
|
|
// nameLabel
|
|
//
|
|
this.nameLabel.AutoSize = true;
|
|
this.nameLabel.Location = new System.Drawing.Point(6, 33);
|
|
this.nameLabel.Name = "nameLabel";
|
|
this.nameLabel.Size = new System.Drawing.Size(35, 13);
|
|
this.nameLabel.TabIndex = 4;
|
|
this.nameLabel.Text = "Name";
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
|
|
this.splitContainer1.IsSplitterFixed = true;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.parentComboBox);
|
|
this.splitContainer1.Panel1.Controls.Add(this.parentLabel);
|
|
this.splitContainer1.Panel1.Controls.Add(this.componentClassLabel);
|
|
this.splitContainer1.Panel1.Controls.Add(this.componentClassTextBox);
|
|
this.splitContainer1.Panel1.Controls.Add(this.nameLabel);
|
|
this.splitContainer1.Panel1.Controls.Add(this.nameTextBox);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.paramsListViewEx);
|
|
this.splitContainer1.Size = new System.Drawing.Size(444, 353);
|
|
this.splitContainer1.SplitterDistance = 80;
|
|
this.splitContainer1.TabIndex = 6;
|
|
//
|
|
// parentComboBox
|
|
//
|
|
this.parentComboBox.Enabled = false;
|
|
this.parentComboBox.FormattingEnabled = true;
|
|
this.parentComboBox.Location = new System.Drawing.Point(161, 52);
|
|
this.parentComboBox.Name = "parentComboBox";
|
|
this.parentComboBox.Size = new System.Drawing.Size(262, 21);
|
|
this.parentComboBox.TabIndex = 9;
|
|
//
|
|
// parentLabel
|
|
//
|
|
this.parentLabel.AutoSize = true;
|
|
this.parentLabel.Location = new System.Drawing.Point(6, 55);
|
|
this.parentLabel.Name = "parentLabel";
|
|
this.parentLabel.Size = new System.Drawing.Size(38, 13);
|
|
this.parentLabel.TabIndex = 8;
|
|
this.parentLabel.Text = "Parent";
|
|
//
|
|
// componentClassLabel
|
|
//
|
|
this.componentClassLabel.AutoSize = true;
|
|
this.componentClassLabel.Location = new System.Drawing.Point(6, 11);
|
|
this.componentClassLabel.Name = "componentClassLabel";
|
|
this.componentClassLabel.Size = new System.Drawing.Size(89, 13);
|
|
this.componentClassLabel.TabIndex = 7;
|
|
this.componentClassLabel.Text = "Component Class";
|
|
//
|
|
// componentClassTextBox
|
|
//
|
|
this.componentClassTextBox.Enabled = false;
|
|
this.componentClassTextBox.Location = new System.Drawing.Point(161, 8);
|
|
this.componentClassTextBox.Name = "componentClassTextBox";
|
|
this.componentClassTextBox.Size = new System.Drawing.Size(262, 20);
|
|
this.componentClassTextBox.TabIndex = 6;
|
|
//
|
|
// paramsListViewEx
|
|
//
|
|
this.paramsListViewEx.AllowColumnReorder = true;
|
|
this.paramsListViewEx.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.paramsListViewEx.DoubleClickActivation = false;
|
|
this.paramsListViewEx.Enabled = false;
|
|
this.paramsListViewEx.FullRowSelect = true;
|
|
this.paramsListViewEx.GridLines = true;
|
|
this.paramsListViewEx.LabelWrap = false;
|
|
this.paramsListViewEx.Location = new System.Drawing.Point(0, 0);
|
|
this.paramsListViewEx.Name = "paramsListViewEx";
|
|
this.paramsListViewEx.Size = new System.Drawing.Size(444, 269);
|
|
this.paramsListViewEx.TabIndex = 0;
|
|
this.paramsListViewEx.UseCompatibleStateImageBehavior = false;
|
|
this.paramsListViewEx.View = System.Windows.Forms.View.Details;
|
|
this.paramsListViewEx.SubItemClicked += new Common.Forms.SubItemEventHandler(this.paramsListViewEx_SubItemClicked);
|
|
this.paramsListViewEx.SubItemEndEditing += new Common.Forms.SubItemEndEditingEventHandler(this.paramsListViewEx_SubItemEndEditing);
|
|
//
|
|
// ComponentCfgCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Name = "ComponentCfgCtrl";
|
|
this.Size = new System.Drawing.Size(444, 353);
|
|
this.Load += new System.EventHandler(this.EntryFormCfgCtrl_Load);
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox nameTextBox;
|
|
private System.Windows.Forms.Label nameLabel;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private System.Windows.Forms.ComboBox parentComboBox;
|
|
private System.Windows.Forms.Label parentLabel;
|
|
private System.Windows.Forms.Label componentClassLabel;
|
|
private System.Windows.Forms.TextBox componentClassTextBox;
|
|
private Common.Forms.ListViewEx paramsListViewEx;
|
|
}
|
|
}
|