namespace Support.Controls { partial class Settings { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Komponenten-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtServiceInsideURL = new System.Windows.Forms.TextBox(); this.txtServiceOutsideURL = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtPrivateDirectoryPath = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.btnPrivateDirectorySelector = new System.Windows.Forms.Button(); this.btnPublicDirectorySelector = new System.Windows.Forms.Button(); this.txtPublicDirectoryPath = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtDatabaseConnectionString = new System.Windows.Forms.RichTextBox(); this.btnSave = new System.Windows.Forms.Button(); this.btnMaintenanceWork = new System.Windows.Forms.Button(); this.lblStatus = new System.Windows.Forms.Label(); this.btnDatabaseConnectionCheck = new System.Windows.Forms.Button(); this.txtNewPassword = new System.Windows.Forms.TextBox(); this.lblSupport = new System.Windows.Forms.Label(); this.txtCurrentPassword = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Top; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(10, 10); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(1040, 32); this.label1.TabIndex = 0; this.label1.Text = "Einstellungen"; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(17, 42); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(1022, 28); this.label2.TabIndex = 1; this.label2.Text = "ServiceInside URL (Bsp.: https://inside.server_host)\r\n"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtServiceInsideURL // this.txtServiceInsideURL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtServiceInsideURL.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtServiceInsideURL.Location = new System.Drawing.Point(17, 69); this.txtServiceInsideURL.Name = "txtServiceInsideURL"; this.txtServiceInsideURL.Size = new System.Drawing.Size(1022, 29); this.txtServiceInsideURL.TabIndex = 2; // // txtServiceOutsideURL // this.txtServiceOutsideURL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtServiceOutsideURL.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtServiceOutsideURL.Location = new System.Drawing.Point(17, 127); this.txtServiceOutsideURL.Name = "txtServiceOutsideURL"; this.txtServiceOutsideURL.Size = new System.Drawing.Size(1022, 29); this.txtServiceOutsideURL.TabIndex = 4; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(17, 100); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(1022, 28); this.label3.TabIndex = 3; this.label3.Text = "ServiceOutside URL (Bsp.: https://patientenbefundapp.labor-stein.de)"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtPrivateDirectoryPath // this.txtPrivateDirectoryPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPrivateDirectoryPath.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPrivateDirectoryPath.Location = new System.Drawing.Point(17, 189); this.txtPrivateDirectoryPath.Name = "txtPrivateDirectoryPath"; this.txtPrivateDirectoryPath.Size = new System.Drawing.Size(916, 29); this.txtPrivateDirectoryPath.TabIndex = 6; // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(17, 162); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(1022, 28); this.label4.TabIndex = 5; this.label4.Text = "Private Verzeichnis (ServiceInside)"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnPrivateDirectorySelector // this.btnPrivateDirectorySelector.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPrivateDirectorySelector.BackColor = System.Drawing.Color.Gainsboro; this.btnPrivateDirectorySelector.Cursor = System.Windows.Forms.Cursors.Hand; this.btnPrivateDirectorySelector.FlatAppearance.BorderSize = 0; this.btnPrivateDirectorySelector.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnPrivateDirectorySelector.Location = new System.Drawing.Point(939, 189); this.btnPrivateDirectorySelector.Name = "btnPrivateDirectorySelector"; this.btnPrivateDirectorySelector.Size = new System.Drawing.Size(100, 29); this.btnPrivateDirectorySelector.TabIndex = 7; this.btnPrivateDirectorySelector.Text = "Durchsuchen"; this.btnPrivateDirectorySelector.UseVisualStyleBackColor = false; this.btnPrivateDirectorySelector.Click += new System.EventHandler(this.btnPrivateDirectorySelector_Click); // // btnPublicDirectorySelector // this.btnPublicDirectorySelector.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnPublicDirectorySelector.BackColor = System.Drawing.Color.Gainsboro; this.btnPublicDirectorySelector.Cursor = System.Windows.Forms.Cursors.Hand; this.btnPublicDirectorySelector.FlatAppearance.BorderSize = 0; this.btnPublicDirectorySelector.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnPublicDirectorySelector.Location = new System.Drawing.Point(939, 252); this.btnPublicDirectorySelector.Name = "btnPublicDirectorySelector"; this.btnPublicDirectorySelector.Size = new System.Drawing.Size(100, 29); this.btnPublicDirectorySelector.TabIndex = 10; this.btnPublicDirectorySelector.Text = "Durchsuchen"; this.btnPublicDirectorySelector.UseVisualStyleBackColor = false; this.btnPublicDirectorySelector.Click += new System.EventHandler(this.btnPublicDirectorySelector_Click); // // txtPublicDirectoryPath // this.txtPublicDirectoryPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPublicDirectoryPath.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtPublicDirectoryPath.Location = new System.Drawing.Point(17, 252); this.txtPublicDirectoryPath.Name = "txtPublicDirectoryPath"; this.txtPublicDirectoryPath.Size = new System.Drawing.Size(916, 29); this.txtPublicDirectoryPath.TabIndex = 9; // // label5 // this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(17, 225); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(1022, 28); this.label5.TabIndex = 8; this.label5.Text = "Public Verzeichnis (ServiceInside)"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.txtDatabaseConnectionString); this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.groupBox1.Location = new System.Drawing.Point(17, 369); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1022, 163); this.groupBox1.TabIndex = 11; this.groupBox1.TabStop = false; this.groupBox1.Text = "Datenbank-Verbindungszeichenfolge (ServiceOutside)"; // // txtDatabaseConnectionString // this.txtDatabaseConnectionString.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtDatabaseConnectionString.Dock = System.Windows.Forms.DockStyle.Fill; this.txtDatabaseConnectionString.Location = new System.Drawing.Point(3, 25); this.txtDatabaseConnectionString.Name = "txtDatabaseConnectionString"; this.txtDatabaseConnectionString.Size = new System.Drawing.Size(1016, 135); this.txtDatabaseConnectionString.TabIndex = 0; this.txtDatabaseConnectionString.Text = ""; this.txtDatabaseConnectionString.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtDatabaseConnectionString_KeyUp); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.BackColor = System.Drawing.Color.LightGreen; this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand; this.btnSave.FlatAppearance.BorderSize = 0; this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSave.Location = new System.Drawing.Point(939, 538); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(100, 29); this.btnSave.TabIndex = 12; this.btnSave.Text = "Speichern"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnMaintenanceWork // this.btnMaintenanceWork.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnMaintenanceWork.BackColor = System.Drawing.Color.Silver; this.btnMaintenanceWork.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMaintenanceWork.FlatAppearance.BorderSize = 0; this.btnMaintenanceWork.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnMaintenanceWork.ForeColor = System.Drawing.Color.Black; this.btnMaintenanceWork.Location = new System.Drawing.Point(604, 538); this.btnMaintenanceWork.Name = "btnMaintenanceWork"; this.btnMaintenanceWork.Size = new System.Drawing.Size(179, 29); this.btnMaintenanceWork.TabIndex = 13; this.btnMaintenanceWork.Text = "Wartungsmodus aktivieren"; this.btnMaintenanceWork.UseVisualStyleBackColor = false; this.btnMaintenanceWork.Visible = false; this.btnMaintenanceWork.Click += new System.EventHandler(this.btnEmpy_Click); // // lblStatus // this.lblStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblStatus.Location = new System.Drawing.Point(14, 539); this.lblStatus.Name = "lblStatus"; this.lblStatus.Size = new System.Drawing.Size(584, 28); this.lblStatus.TabIndex = 14; this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnDatabaseConnectionCheck // this.btnDatabaseConnectionCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnDatabaseConnectionCheck.BackColor = System.Drawing.Color.Silver; this.btnDatabaseConnectionCheck.Cursor = System.Windows.Forms.Cursors.Hand; this.btnDatabaseConnectionCheck.FlatAppearance.BorderSize = 0; this.btnDatabaseConnectionCheck.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDatabaseConnectionCheck.Location = new System.Drawing.Point(789, 538); this.btnDatabaseConnectionCheck.Name = "btnDatabaseConnectionCheck"; this.btnDatabaseConnectionCheck.Size = new System.Drawing.Size(144, 29); this.btnDatabaseConnectionCheck.TabIndex = 15; this.btnDatabaseConnectionCheck.Text = "Verbindung prüfen"; this.btnDatabaseConnectionCheck.UseVisualStyleBackColor = false; this.btnDatabaseConnectionCheck.Visible = false; this.btnDatabaseConnectionCheck.Click += new System.EventHandler(this.button1_Click); // // txtNewPassword // this.txtNewPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtNewPassword.Location = new System.Drawing.Point(20, 324); this.txtNewPassword.Name = "txtNewPassword"; this.txtNewPassword.PasswordChar = '*'; this.txtNewPassword.Size = new System.Drawing.Size(484, 26); this.txtNewPassword.TabIndex = 17; // // lblSupport // this.lblSupport.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSupport.Location = new System.Drawing.Point(16, 298); this.lblSupport.Name = "lblSupport"; this.lblSupport.Size = new System.Drawing.Size(359, 23); this.lblSupport.TabIndex = 16; this.lblSupport.Text = "Neues Support - Passwort"; // // txtCurrentPassword // this.txtCurrentPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCurrentPassword.Location = new System.Drawing.Point(532, 324); this.txtCurrentPassword.Name = "txtCurrentPassword"; this.txtCurrentPassword.PasswordChar = '*'; this.txtCurrentPassword.Size = new System.Drawing.Size(507, 26); this.txtCurrentPassword.TabIndex = 19; // // label6 // this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label6.Location = new System.Drawing.Point(528, 298); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(382, 23); this.label6.TabIndex = 18; this.label6.Text = "Aktuelles Support - Passwort"; // // Settings // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.txtCurrentPassword); this.Controls.Add(this.label6); this.Controls.Add(this.txtNewPassword); this.Controls.Add(this.lblSupport); this.Controls.Add(this.btnDatabaseConnectionCheck); this.Controls.Add(this.lblStatus); this.Controls.Add(this.btnMaintenanceWork); this.Controls.Add(this.btnSave); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnPublicDirectorySelector); this.Controls.Add(this.txtPublicDirectoryPath); this.Controls.Add(this.label5); this.Controls.Add(this.btnPrivateDirectorySelector); this.Controls.Add(this.txtPrivateDirectoryPath); this.Controls.Add(this.label4); this.Controls.Add(this.txtServiceOutsideURL); this.Controls.Add(this.label3); this.Controls.Add(this.txtServiceInsideURL); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "Settings"; this.Padding = new System.Windows.Forms.Padding(10); this.Size = new System.Drawing.Size(1060, 615); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtServiceInsideURL; private System.Windows.Forms.TextBox txtServiceOutsideURL; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtPrivateDirectoryPath; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnPrivateDirectorySelector; private System.Windows.Forms.Button btnPublicDirectorySelector; private System.Windows.Forms.TextBox txtPublicDirectoryPath; private System.Windows.Forms.Label label5; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RichTextBox txtDatabaseConnectionString; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Button btnMaintenanceWork; private System.Windows.Forms.Label lblStatus; private System.Windows.Forms.Button btnDatabaseConnectionCheck; private System.Windows.Forms.TextBox txtNewPassword; private System.Windows.Forms.Label lblSupport; private System.Windows.Forms.TextBox txtCurrentPassword; private System.Windows.Forms.Label label6; } }