72 lines
2.6 KiB
C#
72 lines
2.6 KiB
C#
///
|
|
/// Copyright (c) 2021 Sensus Slovensko a.s.
|
|
///
|
|
namespace OrderManagement
|
|
{
|
|
partial class EditParametersCtrl
|
|
{
|
|
/// <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.paramsListViewEx = new Common.Forms.ListViewEx();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(491, 356);
|
|
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);
|
|
//
|
|
// EditParametersCtrl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.paramsListViewEx);
|
|
this.Name = "EditParametersCtrl";
|
|
this.Size = new System.Drawing.Size(491, 356);
|
|
this.Load += new System.EventHandler(this.EntryFormCfgCtrl_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Common.Forms.ListViewEx paramsListViewEx;
|
|
}
|
|
}
|