patbef-ServiceInside/PrimarySystemSimulator/Form1.Designer.cs

222 lines
10 KiB
C#
Raw Normal View History

2024-01-29 16:26:54 +01:00
namespace PrimarySystemSimulator
{
partial class Form1
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.resultsText = new System.Windows.Forms.RichTextBox();
this.label5 = new System.Windows.Forms.Label();
this.lblStatus = new System.Windows.Forms.Label();
this.send = new System.Windows.Forms.Button();
this.sampleid = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.pathSelector = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.groupBox1.BackColor = System.Drawing.Color.White;
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.comboBox1);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.resultsText);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.lblStatus);
this.groupBox1.Controls.Add(this.send);
this.groupBox1.Controls.Add(this.sampleid);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.panel1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.pathSelector);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(370, 683);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "groupBox1";
//
// button1
//
this.button1.Location = new System.Drawing.Point(279, 107);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 19;
this.button1.Text = "Laden";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(7, 109);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(259, 21);
this.comboBox1.TabIndex = 18;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 92);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(40, 13);
this.label2.TabIndex = 17;
this.label2.Text = "Patient";
//
// resultsText
//
this.resultsText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.resultsText.Location = new System.Drawing.Point(10, 216);
this.resultsText.Name = "resultsText";
this.resultsText.Size = new System.Drawing.Size(341, 361);
this.resultsText.TabIndex = 9;
this.resultsText.Text = "Test Befund 1";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(7, 200);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 13);
this.label5.TabIndex = 10;
this.label5.Text = "Befund";
//
// lblStatus
//
this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.lblStatus.Location = new System.Drawing.Point(10, 580);
this.lblStatus.Name = "lblStatus";
this.lblStatus.Size = new System.Drawing.Size(341, 37);
this.lblStatus.TabIndex = 16;
//
// send
//
this.send.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.send.Location = new System.Drawing.Point(245, 630);
this.send.Name = "send";
this.send.Size = new System.Drawing.Size(106, 23);
this.send.TabIndex = 1;
this.send.Text = "SEND";
this.send.UseVisualStyleBackColor = true;
this.send.Click += new System.EventHandler(this.send_Click);
//
// sampleid
//
this.sampleid.Location = new System.Drawing.Point(10, 153);
this.sampleid.MaxLength = 14;
this.sampleid.Name = "sampleid";
this.sampleid.Size = new System.Drawing.Size(341, 20);
this.sampleid.TabIndex = 8;
this.sampleid.Text = "1111111111";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(7, 137);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(83, 13);
this.label4.TabIndex = 7;
this.label4.Text = "Auftragsnummer";
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.Color.DarkGray;
this.panel1.Location = new System.Drawing.Point(10, 75);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(344, 3);
this.panel1.TabIndex = 2;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.Location = new System.Drawing.Point(7, 20);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(357, 23);
this.label1.TabIndex = 1;
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// pathSelector
//
this.pathSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pathSelector.Location = new System.Drawing.Point(248, 46);
this.pathSelector.Name = "pathSelector";
this.pathSelector.Size = new System.Drawing.Size(106, 23);
this.pathSelector.TabIndex = 0;
this.pathSelector.Text = "Private Storage";
this.pathSelector.UseVisualStyleBackColor = true;
this.pathSelector.Click += new System.EventHandler(this.pathSelector_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(381, 707);
this.Controls.Add(this.groupBox1);
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Form1";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.RichTextBox resultsText;
private System.Windows.Forms.TextBox sampleid;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button pathSelector;
private System.Windows.Forms.Button send;
private System.Windows.Forms.Label lblStatus;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button1;
}
}