tbf/S640TestApp/S640TestWnd.Designer.cs
2023-06-15 11:29:50 +02:00

208 lines
9.5 KiB
C#

namespace S640TestApp
{
partial class S640TestWnd
{
/// <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.startButton = new System.Windows.Forms.Button();
this.endButton = new System.Windows.Forms.Button();
this.startCfgButton = new System.Windows.Forms.Button();
this.endCfgButton = new System.Windows.Forms.Button();
this.procParamsCfgButton = new System.Windows.Forms.Button();
this.idWzTypTextBox = new System.Windows.Forms.TextBox();
this.idWzTypLabel = new System.Windows.Forms.Label();
this.getButton = new System.Windows.Forms.Button();
this.baseUrlTextBox = new System.Windows.Forms.TextBox();
this.relativeUrlTextBox = new System.Windows.Forms.TextBox();
this.relativeUrlLabel = new System.Windows.Forms.Label();
this.baseUrlLabel = new System.Windows.Forms.Label();
this.getDefaultsGroupBox = new System.Windows.Forms.GroupBox();
this.getDefaultsGroupBox.SuspendLayout();
this.SuspendLayout();
//
// startButton
//
this.startButton.Location = new System.Drawing.Point(12, 110);
this.startButton.Name = "startButton";
this.startButton.Size = new System.Drawing.Size(109, 43);
this.startButton.TabIndex = 2;
this.startButton.Text = "Start";
this.startButton.UseVisualStyleBackColor = true;
this.startButton.Click += new System.EventHandler(this.startButton_Click);
//
// endButton
//
this.endButton.Location = new System.Drawing.Point(12, 208);
this.endButton.Name = "endButton";
this.endButton.Size = new System.Drawing.Size(109, 43);
this.endButton.TabIndex = 4;
this.endButton.Text = "End";
this.endButton.UseVisualStyleBackColor = true;
this.endButton.Click += new System.EventHandler(this.endButton_Click);
//
// startCfgButton
//
this.startCfgButton.Location = new System.Drawing.Point(12, 61);
this.startCfgButton.Name = "startCfgButton";
this.startCfgButton.Size = new System.Drawing.Size(109, 43);
this.startCfgButton.TabIndex = 1;
this.startCfgButton.Text = "Configure Start";
this.startCfgButton.UseVisualStyleBackColor = true;
this.startCfgButton.Click += new System.EventHandler(this.startCfgButton_Click);
//
// endCfgButton
//
this.endCfgButton.Location = new System.Drawing.Point(12, 159);
this.endCfgButton.Name = "endCfgButton";
this.endCfgButton.Size = new System.Drawing.Size(109, 43);
this.endCfgButton.TabIndex = 3;
this.endCfgButton.Text = "Configure End";
this.endCfgButton.UseVisualStyleBackColor = true;
this.endCfgButton.Click += new System.EventHandler(this.endCfgButton_Click);
//
// procParamsCfgButton
//
this.procParamsCfgButton.Location = new System.Drawing.Point(12, 12);
this.procParamsCfgButton.Name = "procParamsCfgButton";
this.procParamsCfgButton.Size = new System.Drawing.Size(109, 43);
this.procParamsCfgButton.TabIndex = 0;
this.procParamsCfgButton.Text = "Comm. parameters";
this.procParamsCfgButton.UseVisualStyleBackColor = true;
this.procParamsCfgButton.Click += new System.EventHandler(this.procParamsCfgButton_Click);
//
// idWzTypTextBox
//
this.idWzTypTextBox.Location = new System.Drawing.Point(87, 75);
this.idWzTypTextBox.Name = "idWzTypTextBox";
this.idWzTypTextBox.Size = new System.Drawing.Size(53, 20);
this.idWzTypTextBox.TabIndex = 5;
//
// idWzTypLabel
//
this.idWzTypLabel.AutoSize = true;
this.idWzTypLabel.Location = new System.Drawing.Point(12, 78);
this.idWzTypLabel.Name = "idWzTypLabel";
this.idWzTypLabel.Size = new System.Drawing.Size(60, 13);
this.idWzTypLabel.TabIndex = 4;
this.idWzTypLabel.Text = "ID WZ Typ";
//
// getButton
//
this.getButton.Location = new System.Drawing.Point(14, 109);
this.getButton.Name = "getButton";
this.getButton.Size = new System.Drawing.Size(126, 33);
this.getButton.TabIndex = 6;
this.getButton.Text = "Get";
this.getButton.UseVisualStyleBackColor = true;
this.getButton.Click += new System.EventHandler(this.getButton_Click);
//
// baseUrlTextBox
//
this.baseUrlTextBox.Location = new System.Drawing.Point(87, 25);
this.baseUrlTextBox.Name = "baseUrlTextBox";
this.baseUrlTextBox.Size = new System.Drawing.Size(298, 20);
this.baseUrlTextBox.TabIndex = 1;
//
// relativeUrlTextBox
//
this.relativeUrlTextBox.Location = new System.Drawing.Point(87, 50);
this.relativeUrlTextBox.Name = "relativeUrlTextBox";
this.relativeUrlTextBox.Size = new System.Drawing.Size(298, 20);
this.relativeUrlTextBox.TabIndex = 3;
//
// relativeUrlLabel
//
this.relativeUrlLabel.AutoSize = true;
this.relativeUrlLabel.Location = new System.Drawing.Point(11, 53);
this.relativeUrlLabel.Name = "relativeUrlLabel";
this.relativeUrlLabel.Size = new System.Drawing.Size(71, 13);
this.relativeUrlLabel.TabIndex = 2;
this.relativeUrlLabel.Text = "Relative URL";
//
// baseUrlLabel
//
this.baseUrlLabel.AutoSize = true;
this.baseUrlLabel.Location = new System.Drawing.Point(11, 28);
this.baseUrlLabel.Name = "baseUrlLabel";
this.baseUrlLabel.Size = new System.Drawing.Size(56, 13);
this.baseUrlLabel.TabIndex = 0;
this.baseUrlLabel.Text = "Base URL";
//
// getDefaultsGroupBox
//
this.getDefaultsGroupBox.Controls.Add(this.relativeUrlTextBox);
this.getDefaultsGroupBox.Controls.Add(this.baseUrlTextBox);
this.getDefaultsGroupBox.Controls.Add(this.idWzTypTextBox);
this.getDefaultsGroupBox.Controls.Add(this.idWzTypLabel);
this.getDefaultsGroupBox.Controls.Add(this.relativeUrlLabel);
this.getDefaultsGroupBox.Controls.Add(this.getButton);
this.getDefaultsGroupBox.Controls.Add(this.baseUrlLabel);
this.getDefaultsGroupBox.Location = new System.Drawing.Point(127, 12);
this.getDefaultsGroupBox.Name = "getDefaultsGroupBox";
this.getDefaultsGroupBox.Size = new System.Drawing.Size(394, 157);
this.getDefaultsGroupBox.TabIndex = 5;
this.getDefaultsGroupBox.TabStop = false;
this.getDefaultsGroupBox.Text = "Get default Q2 correction factors";
//
// S640TestWnd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(533, 312);
this.Controls.Add(this.getDefaultsGroupBox);
this.Controls.Add(this.procParamsCfgButton);
this.Controls.Add(this.endCfgButton);
this.Controls.Add(this.startCfgButton);
this.Controls.Add(this.endButton);
this.Controls.Add(this.startButton);
this.Name = "S640TestWnd";
this.Text = "Form1";
this.getDefaultsGroupBox.ResumeLayout(false);
this.getDefaultsGroupBox.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button startButton;
private System.Windows.Forms.Button endButton;
private System.Windows.Forms.Button startCfgButton;
private System.Windows.Forms.Button endCfgButton;
private System.Windows.Forms.Button procParamsCfgButton;
private System.Windows.Forms.TextBox idWzTypTextBox;
private System.Windows.Forms.Label idWzTypLabel;
private System.Windows.Forms.Button getButton;
private System.Windows.Forms.TextBox baseUrlTextBox;
private System.Windows.Forms.TextBox relativeUrlTextBox;
private System.Windows.Forms.Label relativeUrlLabel;
private System.Windows.Forms.Label baseUrlLabel;
private System.Windows.Forms.GroupBox getDefaultsGroupBox;
}
}