/// /// Copyright (c) 2016 Sensus Metering Systems /// namespace TracingDB.Forms { partial class ResultsConfigDlg { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.availableResultsListBox = new System.Windows.Forms.ListBox(); this.availableResultsLabel = new System.Windows.Forms.Label(); this.selectedResultsLabel = new System.Windows.Forms.Label(); this.removeAllButton = new System.Windows.Forms.Button(); this.removeButton = new System.Windows.Forms.Button(); this.addButton = new System.Windows.Forms.Button(); this.selectedResultsListViewEx = new Common.Forms.ListViewEx(); this.upButton = new System.Windows.Forms.Button(); this.downButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // okButton // this.okButton.Location = new System.Drawing.Point(344, 401); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(104, 30); this.okButton.TabIndex = 4; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; this.okButton.Click += new System.EventHandler(this.okButton_Click); // // cancelButton // this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(465, 401); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(104, 30); this.cancelButton.TabIndex = 5; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // availableResultsListBox // this.availableResultsListBox.FormattingEnabled = true; this.availableResultsListBox.Location = new System.Drawing.Point(12, 31); this.availableResultsListBox.Name = "availableResultsListBox"; this.availableResultsListBox.Size = new System.Drawing.Size(162, 355); this.availableResultsListBox.TabIndex = 6; this.availableResultsListBox.DoubleClick += new System.EventHandler(this.availableResultsListBox_DoubleClick); // // availableResultsLabel // this.availableResultsLabel.AutoSize = true; this.availableResultsLabel.Location = new System.Drawing.Point(12, 9); this.availableResultsLabel.Name = "availableResultsLabel"; this.availableResultsLabel.Size = new System.Drawing.Size(86, 13); this.availableResultsLabel.TabIndex = 8; this.availableResultsLabel.Text = "Available results:"; // // selectedResultsLabel // this.selectedResultsLabel.AutoSize = true; this.selectedResultsLabel.Location = new System.Drawing.Point(284, 9); this.selectedResultsLabel.Name = "selectedResultsLabel"; this.selectedResultsLabel.Size = new System.Drawing.Size(85, 13); this.selectedResultsLabel.TabIndex = 9; this.selectedResultsLabel.Text = "Selected results:"; // // removeAllButton // this.removeAllButton.Location = new System.Drawing.Point(184, 144); this.removeAllButton.Name = "removeAllButton"; this.removeAllButton.Size = new System.Drawing.Size(94, 30); this.removeAllButton.TabIndex = 46; this.removeAllButton.Text = "<< R&emove all"; this.removeAllButton.UseVisualStyleBackColor = true; this.removeAllButton.Click += new System.EventHandler(this.removeAllButton_Click); // // removeButton // this.removeButton.Location = new System.Drawing.Point(184, 109); this.removeButton.Name = "removeButton"; this.removeButton.Size = new System.Drawing.Size(93, 30); this.removeButton.TabIndex = 45; this.removeButton.Text = "< &Remove"; this.removeButton.UseVisualStyleBackColor = true; this.removeButton.Click += new System.EventHandler(this.removeButton_Click); // // addButton // this.addButton.Location = new System.Drawing.Point(184, 74); this.addButton.Name = "addButton"; this.addButton.Size = new System.Drawing.Size(93, 30); this.addButton.TabIndex = 44; this.addButton.Text = "&Add >"; this.addButton.UseVisualStyleBackColor = true; this.addButton.Click += new System.EventHandler(this.addButton_Click); // // selectedResultsListViewEx // this.selectedResultsListViewEx.AllowColumnReorder = true; this.selectedResultsListViewEx.DoubleClickActivation = false; this.selectedResultsListViewEx.FullRowSelect = true; this.selectedResultsListViewEx.Location = new System.Drawing.Point(287, 31); this.selectedResultsListViewEx.Name = "selectedResultsListViewEx"; this.selectedResultsListViewEx.Size = new System.Drawing.Size(594, 355); this.selectedResultsListViewEx.TabIndex = 47; this.selectedResultsListViewEx.UseCompatibleStateImageBehavior = false; this.selectedResultsListViewEx.View = System.Windows.Forms.View.Details; this.selectedResultsListViewEx.SubItemClicked += new Common.Forms.SubItemEventHandler(this.selectedResultsListViewEx_SubItemClicked); this.selectedResultsListViewEx.SubItemEndEditing += new Common.Forms.SubItemEndEditingEventHandler(this.selectedResultsListViewEx_SubItemEndEditing); // // upButton // this.upButton.Location = new System.Drawing.Point(184, 236); this.upButton.Name = "upButton"; this.upButton.Size = new System.Drawing.Size(93, 30); this.upButton.TabIndex = 48; this.upButton.Text = "Up"; this.upButton.UseVisualStyleBackColor = true; this.upButton.Click += new System.EventHandler(this.upButton_Click); // // downButton // this.downButton.Location = new System.Drawing.Point(184, 272); this.downButton.Name = "downButton"; this.downButton.Size = new System.Drawing.Size(93, 30); this.downButton.TabIndex = 49; this.downButton.Text = "Down"; this.downButton.UseVisualStyleBackColor = true; this.downButton.Click += new System.EventHandler(this.downButton_Click); // // ResultsConfigDlg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(893, 445); this.Controls.Add(this.downButton); this.Controls.Add(this.upButton); this.Controls.Add(this.selectedResultsListViewEx); this.Controls.Add(this.removeAllButton); this.Controls.Add(this.removeButton); this.Controls.Add(this.addButton); this.Controls.Add(this.selectedResultsLabel); this.Controls.Add(this.availableResultsLabel); this.Controls.Add(this.availableResultsListBox); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "ResultsConfigDlg"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "ResultsConfig"; this.Load += new System.EventHandler(this.ResultsConfig_Load); this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ResultsConfigDlg_KeyPress); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.ListBox availableResultsListBox; private System.Windows.Forms.Label availableResultsLabel; private System.Windows.Forms.Label selectedResultsLabel; private System.Windows.Forms.Button removeAllButton; private System.Windows.Forms.Button removeButton; private System.Windows.Forms.Button addButton; private Common.Forms.ListViewEx selectedResultsListViewEx; private System.Windows.Forms.Button upButton; private System.Windows.Forms.Button downButton; } }