common/Ui/GenesisToolBox/FrmMultiWrite.Designer.cs
2026-04-23 17:50:07 +02:00

171 lines
6.8 KiB
C#

namespace Xylem.Common.Ui.GenesisToolBox
{
partial class FrmMultiWrite
{
/// <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 Windows Form 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.cbxRegister = new System.Windows.Forms.ComboBox();
this.txtResult = new System.Windows.Forms.TextBox();
this.btnRead = new System.Windows.Forms.Button();
this.btnWrite = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lblNrOFWirtes = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.SuspendLayout();
//
// cbxRegister
//
this.cbxRegister.FormattingEnabled = true;
this.cbxRegister.Location = new System.Drawing.Point(2, 34);
this.cbxRegister.Name = "cbxRegister";
this.cbxRegister.Size = new System.Drawing.Size(216, 21);
this.cbxRegister.TabIndex = 0;
//
// txtResult
//
this.txtResult.Location = new System.Drawing.Point(2, 75);
this.txtResult.Name = "txtResult";
this.txtResult.Size = new System.Drawing.Size(314, 20);
this.txtResult.TabIndex = 1;
this.txtResult.TextChanged += new System.EventHandler(this.txtResult_TextChanged);
//
// btnRead
//
this.btnRead.Location = new System.Drawing.Point(322, 32);
this.btnRead.Name = "btnRead";
this.btnRead.Size = new System.Drawing.Size(99, 22);
this.btnRead.TabIndex = 2;
this.btnRead.Text = "Read";
this.btnRead.UseVisualStyleBackColor = true;
this.btnRead.Click += new System.EventHandler(this.button1_Click);
//
// btnWrite
//
this.btnWrite.Location = new System.Drawing.Point(385, 75);
this.btnWrite.Name = "btnWrite";
this.btnWrite.Size = new System.Drawing.Size(91, 22);
this.btnWrite.TabIndex = 3;
this.btnWrite.Text = "Write";
this.btnWrite.UseVisualStyleBackColor = true;
this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(-1, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(46, 13);
this.label1.TabIndex = 5;
this.label1.Text = "Register";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(221, 18);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(64, 13);
this.label2.TabIndex = 6;
this.label2.Text = "Nr of Reads";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(322, 59);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(63, 13);
this.label3.TabIndex = 7;
this.label3.Text = "Nr of Writes";
//
// lblNrOFWirtes
//
this.lblNrOFWirtes.AutoSize = true;
this.lblNrOFWirtes.Location = new System.Drawing.Point(322, 78);
this.lblNrOFWirtes.Name = "lblNrOFWirtes";
this.lblNrOFWirtes.Size = new System.Drawing.Size(13, 13);
this.lblNrOFWirtes.TabIndex = 8;
this.lblNrOFWirtes.Text = "0";
//
// numericUpDown1
//
this.numericUpDown1.Increment = new decimal(new int[] {
4,
0,
0,
0});
this.numericUpDown1.Location = new System.Drawing.Point(224, 34);
this.numericUpDown1.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(72, 20);
this.numericUpDown1.TabIndex = 9;
this.numericUpDown1.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// FrmMultiWrite
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(478, 100);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.lblNrOFWirtes);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnWrite);
this.Controls.Add(this.btnRead);
this.Controls.Add(this.txtResult);
this.Controls.Add(this.cbxRegister);
this.Name = "FrmMultiWrite";
this.Text = "FrmMultiWrite";
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ComboBox cbxRegister;
private System.Windows.Forms.TextBox txtResult;
private System.Windows.Forms.Button btnRead;
private System.Windows.Forms.Button btnWrite;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lblNrOFWirtes;
private System.Windows.Forms.NumericUpDown numericUpDown1;
}
}