namespace PrimarySystemSimulator { partial class Register { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Register)); this.label1 = new System.Windows.Forms.Label(); this.lblPGS = new System.Windows.Forms.Label(); this.udid = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.patientnummer = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.patient = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.birthday = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.zip = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(24, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(43, 20); this.label1.TabIndex = 0; this.label1.Text = "PGS"; // // lblPGS // this.lblPGS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblPGS.Location = new System.Drawing.Point(92, 13); this.lblPGS.Name = "lblPGS"; this.lblPGS.Size = new System.Drawing.Size(412, 78); this.lblPGS.TabIndex = 1; // // udid // this.udid.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.udid.Location = new System.Drawing.Point(92, 91); this.udid.Name = "udid"; this.udid.Size = new System.Drawing.Size(413, 23); this.udid.TabIndex = 3; this.udid.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(23, 91); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(50, 20); this.label3.TabIndex = 2; this.label3.Text = "UDID"; // // patientnummer // this.patientnummer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.patientnummer.Location = new System.Drawing.Point(238, 148); this.patientnummer.MaxLength = 10; this.patientnummer.Name = "patientnummer"; this.patientnummer.Size = new System.Drawing.Size(266, 20); this.patientnummer.TabIndex = 23; this.patientnummer.Text = "1"; // // label6 // this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(235, 132); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(77, 13); this.label6.TabIndex = 22; this.label6.Text = "Patientnummer"; // // patient // this.patient.Location = new System.Drawing.Point(27, 148); this.patient.Name = "patient"; this.patient.Size = new System.Drawing.Size(205, 20); this.patient.TabIndex = 21; this.patient.Text = "Max Mustermann"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(21, 132); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(40, 13); this.label7.TabIndex = 20; this.label7.Text = "Patient"; // // birthday // this.birthday.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.birthday.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.birthday.Location = new System.Drawing.Point(27, 242); this.birthday.Name = "birthday"; this.birthday.Size = new System.Drawing.Size(477, 20); this.birthday.TabIndex = 19; this.birthday.Value = new System.DateTime(1987, 1, 4, 0, 0, 0, 0); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(24, 225); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(73, 13); this.label2.TabIndex = 18; this.label2.Text = "Geburtsdatum"; // // zip // this.zip.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.zip.Location = new System.Drawing.Point(27, 192); this.zip.MaxLength = 10; this.zip.Name = "zip"; this.zip.Size = new System.Drawing.Size(477, 20); this.zip.TabIndex = 17; this.zip.Text = "41238"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(24, 176); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(27, 13); this.label4.TabIndex = 16; this.label4.Text = "PLZ"; // // button1 // this.button1.Location = new System.Drawing.Point(422, 356); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(82, 44); this.button1.TabIndex = 24; this.button1.Text = "Verknüpfen"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(334, 356); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(82, 44); this.button2.TabIndex = 25; this.button2.Text = "Ablehnen"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // label5 // this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.ForeColor = System.Drawing.Color.Red; this.label5.Location = new System.Drawing.Point(26, 276); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(479, 65); this.label5.TabIndex = 26; this.label5.Text = resources.GetString("label5.Text"); // // Register // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(517, 412); this.Controls.Add(this.label5); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.patientnummer); this.Controls.Add(this.label6); this.Controls.Add(this.patient); this.Controls.Add(this.label7); this.Controls.Add(this.birthday); this.Controls.Add(this.label2); this.Controls.Add(this.zip); this.Controls.Add(this.label4); this.Controls.Add(this.udid); this.Controls.Add(this.label3); this.Controls.Add(this.lblPGS); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "Register"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Register"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblPGS; private System.Windows.Forms.Label udid; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox patientnummer; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox patient; private System.Windows.Forms.Label label7; private System.Windows.Forms.DateTimePicker birthday; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox zip; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label5; } }