233 lines
9.2 KiB
C#
233 lines
9.2 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.UiControls
|
|
{
|
|
partial class SharedButtons
|
|
{
|
|
/// <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.removeButton = new System.Windows.Forms.Button();
|
|
this.addButton = new System.Windows.Forms.Button();
|
|
this.unlockButton = new System.Windows.Forms.Button();
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.upButton = new System.Windows.Forms.Button();
|
|
this.downButton = new System.Windows.Forms.Button();
|
|
this.editButton = new System.Windows.Forms.Button();
|
|
this.copyButton = new System.Windows.Forms.Button();
|
|
this.newTabButton = new System.Windows.Forms.Button();
|
|
this.renameTabButton = new System.Windows.Forms.Button();
|
|
this.removeTabButton = new System.Windows.Forms.Button();
|
|
this.moreButton = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// removeButton
|
|
//
|
|
this.removeButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.removeButton.Location = new System.Drawing.Point(10, 179);
|
|
this.removeButton.Name = "removeButton";
|
|
this.removeButton.Size = new System.Drawing.Size(80, 40);
|
|
this.removeButton.TabIndex = 4;
|
|
this.removeButton.Text = " Remove";
|
|
this.removeButton.UseVisualStyleBackColor = true;
|
|
this.removeButton.Click += new System.EventHandler(this.removeBtn_Click);
|
|
//
|
|
// addButton
|
|
//
|
|
this.addButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.addButton.Location = new System.Drawing.Point(10, 136);
|
|
this.addButton.Name = "addButton";
|
|
this.addButton.Size = new System.Drawing.Size(80, 40);
|
|
this.addButton.TabIndex = 3;
|
|
this.addButton.Text = " Add";
|
|
this.addButton.UseVisualStyleBackColor = true;
|
|
this.addButton.Click += new System.EventHandler(this.addBtn_Click);
|
|
//
|
|
// unlockButton
|
|
//
|
|
this.unlockButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.unlockButton.Location = new System.Drawing.Point(10, 7);
|
|
this.unlockButton.Name = "unlockButton";
|
|
this.unlockButton.Size = new System.Drawing.Size(80, 40);
|
|
this.unlockButton.TabIndex = 0;
|
|
this.unlockButton.Text = "Unlock";
|
|
this.unlockButton.UseVisualStyleBackColor = true;
|
|
this.unlockButton.Click += new System.EventHandler(this.unlockBtn_Click);
|
|
//
|
|
// cancelButton
|
|
//
|
|
this.cancelButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.cancelButton.Location = new System.Drawing.Point(10, 93);
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.Size = new System.Drawing.Size(80, 40);
|
|
this.cancelButton.TabIndex = 2;
|
|
this.cancelButton.Text = "Cancel";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelBtn_Click);
|
|
//
|
|
// okButton
|
|
//
|
|
this.okButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.okButton.Location = new System.Drawing.Point(10, 50);
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.Size = new System.Drawing.Size(80, 40);
|
|
this.okButton.TabIndex = 1;
|
|
this.okButton.Text = "OK";
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
this.okButton.Click += new System.EventHandler(this.okBtn_Click);
|
|
//
|
|
// upButton
|
|
//
|
|
this.upButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.upButton.Location = new System.Drawing.Point(10, 222);
|
|
this.upButton.Name = "upButton";
|
|
this.upButton.Size = new System.Drawing.Size(80, 40);
|
|
this.upButton.TabIndex = 5;
|
|
this.upButton.Text = " Up";
|
|
this.upButton.UseVisualStyleBackColor = true;
|
|
this.upButton.Click += new System.EventHandler(this.upBtn_Click);
|
|
//
|
|
// downButton
|
|
//
|
|
this.downButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.downButton.Location = new System.Drawing.Point(10, 265);
|
|
this.downButton.Name = "downButton";
|
|
this.downButton.Size = new System.Drawing.Size(80, 40);
|
|
this.downButton.TabIndex = 6;
|
|
this.downButton.Text = " Down";
|
|
this.downButton.UseVisualStyleBackColor = true;
|
|
this.downButton.Click += new System.EventHandler(this.downBtn_Click);
|
|
//
|
|
// editButton
|
|
//
|
|
this.editButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.editButton.Location = new System.Drawing.Point(10, 308);
|
|
this.editButton.Name = "editButton";
|
|
this.editButton.Size = new System.Drawing.Size(80, 40);
|
|
this.editButton.TabIndex = 7;
|
|
this.editButton.Text = " Edit";
|
|
this.editButton.UseVisualStyleBackColor = true;
|
|
this.editButton.Click += new System.EventHandler(this.editBtn_Click);
|
|
//
|
|
// copyButton
|
|
//
|
|
this.copyButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.copyButton.Location = new System.Drawing.Point(10, 351);
|
|
this.copyButton.Name = "copyButton";
|
|
this.copyButton.Size = new System.Drawing.Size(80, 40);
|
|
this.copyButton.TabIndex = 8;
|
|
this.copyButton.Text = " Copy";
|
|
this.copyButton.UseVisualStyleBackColor = true;
|
|
this.copyButton.Click += new System.EventHandler(this.copyBtn_Click);
|
|
//
|
|
// newTabButton
|
|
//
|
|
this.newTabButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.newTabButton.Location = new System.Drawing.Point(10, 394);
|
|
this.newTabButton.Name = "newTabButton";
|
|
this.newTabButton.Size = new System.Drawing.Size(80, 40);
|
|
this.newTabButton.TabIndex = 9;
|
|
this.newTabButton.Text = "New Tab";
|
|
this.newTabButton.UseVisualStyleBackColor = true;
|
|
this.newTabButton.Click += new System.EventHandler(this.newTabButton_Click);
|
|
//
|
|
// renameTabButton
|
|
//
|
|
this.renameTabButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.renameTabButton.Location = new System.Drawing.Point(10, 437);
|
|
this.renameTabButton.Name = "renameTabButton";
|
|
this.renameTabButton.Size = new System.Drawing.Size(80, 40);
|
|
this.renameTabButton.TabIndex = 10;
|
|
this.renameTabButton.Text = "Rename Tab";
|
|
this.renameTabButton.UseVisualStyleBackColor = true;
|
|
this.renameTabButton.Click += new System.EventHandler(this.renameTabButton_Click);
|
|
//
|
|
// removeTabButton
|
|
//
|
|
this.removeTabButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.removeTabButton.Location = new System.Drawing.Point(10, 480);
|
|
this.removeTabButton.Name = "removeTabButton";
|
|
this.removeTabButton.Size = new System.Drawing.Size(80, 40);
|
|
this.removeTabButton.TabIndex = 11;
|
|
this.removeTabButton.Text = "Remove Tab";
|
|
this.removeTabButton.UseVisualStyleBackColor = true;
|
|
this.removeTabButton.Click += new System.EventHandler(this.removeTabButton_Click);
|
|
//
|
|
// moreButton
|
|
//
|
|
this.moreButton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
|
this.moreButton.Location = new System.Drawing.Point(10, 523);
|
|
this.moreButton.Name = "moreButton";
|
|
this.moreButton.Size = new System.Drawing.Size(80, 40);
|
|
this.moreButton.TabIndex = 12;
|
|
this.moreButton.Text = "More";
|
|
this.moreButton.UseVisualStyleBackColor = true;
|
|
this.moreButton.Click += new System.EventHandler(this.moreButton_Click);
|
|
//
|
|
// SharedButtons
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.moreButton);
|
|
this.Controls.Add(this.removeTabButton);
|
|
this.Controls.Add(this.renameTabButton);
|
|
this.Controls.Add(this.newTabButton);
|
|
this.Controls.Add(this.copyButton);
|
|
this.Controls.Add(this.editButton);
|
|
this.Controls.Add(this.downButton);
|
|
this.Controls.Add(this.upButton);
|
|
this.Controls.Add(this.removeButton);
|
|
this.Controls.Add(this.addButton);
|
|
this.Controls.Add(this.unlockButton);
|
|
this.Controls.Add(this.cancelButton);
|
|
this.Controls.Add(this.okButton);
|
|
this.Name = "SharedButtons";
|
|
this.Size = new System.Drawing.Size(100, 649);
|
|
this.Load += new System.EventHandler(this.SharedDlgButtons_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button removeButton;
|
|
private System.Windows.Forms.Button addButton;
|
|
private System.Windows.Forms.Button unlockButton;
|
|
private System.Windows.Forms.Button cancelButton;
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.Button upButton;
|
|
private System.Windows.Forms.Button downButton;
|
|
private System.Windows.Forms.Button editButton;
|
|
private System.Windows.Forms.Button copyButton;
|
|
private System.Windows.Forms.Button newTabButton;
|
|
private System.Windows.Forms.Button renameTabButton;
|
|
private System.Windows.Forms.Button removeTabButton;
|
|
private System.Windows.Forms.Button moreButton;
|
|
}
|
|
}
|