/// /// Copyright (c) 2021 Sensus Slovensko a.s. /// namespace OrderManagement { partial class EditParametersCtrl { /// /// 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.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; } }