truthtablecontrol_user_cont.../HE-Test_Dll/Form1.Designer.cs
Eugen Höglinger af80ea2349 Korrigiert
- Bezeichnung des Test-Fensters korrigiert
2023-08-31 09:46:46 +02:00

161 lines
7.7 KiB
C#

namespace HE_Test_Dll1
{
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.groupBoxProgramInfo = new System.Windows.Forms.GroupBox();
this.labelProgramInfo = new System.Windows.Forms.Label();
this.groupBoxDLLInfo = new System.Windows.Forms.GroupBox();
this.labelDLLInfo = new System.Windows.Forms.Label();
this.truthTableControl = new Eugen.ESystem.Windows.Forms.TruthTableControl();
this.groupBoxProgramInfo.SuspendLayout();
this.groupBoxDLLInfo.SuspendLayout();
this.SuspendLayout();
//
// groupBoxProgramInfo
//
this.groupBoxProgramInfo.Controls.Add(this.labelProgramInfo);
this.groupBoxProgramInfo.Location = new System.Drawing.Point(12, 372);
this.groupBoxProgramInfo.Name = "groupBoxProgramInfo";
this.groupBoxProgramInfo.Size = new System.Drawing.Size(385, 66);
this.groupBoxProgramInfo.TabIndex = 11;
this.groupBoxProgramInfo.TabStop = false;
this.groupBoxProgramInfo.Text = "Programm Information";
//
// labelProgramInfo
//
this.labelProgramInfo.AutoSize = true;
this.labelProgramInfo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.labelProgramInfo.Location = new System.Drawing.Point(7, 20);
this.labelProgramInfo.Name = "labelProgramInfo";
this.labelProgramInfo.Size = new System.Drawing.Size(16, 13);
this.labelProgramInfo.TabIndex = 0;
this.labelProgramInfo.Text = "...";
//
// groupBoxDLLInfo
//
this.groupBoxDLLInfo.Controls.Add(this.labelDLLInfo);
this.groupBoxDLLInfo.Location = new System.Drawing.Point(403, 372);
this.groupBoxDLLInfo.Name = "groupBoxDLLInfo";
this.groupBoxDLLInfo.Size = new System.Drawing.Size(385, 66);
this.groupBoxDLLInfo.TabIndex = 12;
this.groupBoxDLLInfo.TabStop = false;
this.groupBoxDLLInfo.Text = "DLL Information";
//
// labelDLLInfo
//
this.labelDLLInfo.AutoSize = true;
this.labelDLLInfo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.labelDLLInfo.Location = new System.Drawing.Point(7, 20);
this.labelDLLInfo.Name = "labelDLLInfo";
this.labelDLLInfo.Size = new System.Drawing.Size(16, 13);
this.labelDLLInfo.TabIndex = 0;
this.labelDLLInfo.Text = "...";
//
// truthTableControl
//
this.truthTableControl.AlwaysEncrypted = false;
this.truthTableControl.CheckBoxEncryptValueText = "Encrypt";
this.truthTableControl.CleanUpButton = true;
this.truthTableControl.Group = null;
this.truthTableControl.GroupName = "Group";
this.truthTableControl.Groups = null;
this.truthTableControl.InitialDirectory = "C:\\";
this.truthTableControl.InterfaceNxPortal = null;
this.truthTableControl.Location = new System.Drawing.Point(12, 12);
this.truthTableControl.MaximumSize = new System.Drawing.Size(1600, 460);
this.truthTableControl.MenuAction = null;
this.truthTableControl.MenuHelp = null;
this.truthTableControl.MenuInformations = null;
this.truthTableControl.MenuPreferences = null;
this.truthTableControl.MenuTools = null;
this.truthTableControl.MinimumSize = new System.Drawing.Size(1100, 227);
this.truthTableControl.MoveButtons = true;
this.truthTableControl.Name = "truthTableControl";
this.truthTableControl.Password = null;
this.truthTableControl.Size = new System.Drawing.Size(1110, 354);
this.truthTableControl.TabIndex = 13;
this.truthTableControl.TableKeyName = "Function";
this.truthTableControl.TableValue1_1Name = "Visible";
this.truthTableControl.TableValue1_2Name = "Enable";
this.truthTableControl.TableValue2_1Name = "Visible";
this.truthTableControl.TableValue2_2Name = "Enable";
this.truthTableControl.TableValue3_1Name = "Visible";
this.truthTableControl.TableValue3_2Name = "Enable";
this.truthTableControl.TableValue4_1Name = "Visible";
this.truthTableControl.TableValue4_2Name = "Enable";
this.truthTableControl.TableValue5_1Name = "Visible";
this.truthTableControl.TableValue5_2Name = "Enable";
this.truthTableControl.TableValue6_1Name = "Visible";
this.truthTableControl.TableValue6_2Name = "Enable";
this.truthTableControl.TableValue7_1Name = "Visible";
this.truthTableControl.TableValue7_2Name = "Enable";
this.truthTableControl.TableValue8_1Name = "Visible";
this.truthTableControl.TableValue8_2Name = "Enable";
this.truthTableControl.Topic = "Topic";
this.truthTableControl.User1Label = "Administrator";
this.truthTableControl.User2Label = "Developer";
this.truthTableControl.User3Label = "Key User";
this.truthTableControl.User4Label = "Advanced User";
this.truthTableControl.User5Label = "User";
this.truthTableControl.User6Label = "Trainee";
this.truthTableControl.User7Label = "Guest";
this.truthTableControl.User8Label = "Supplier";
this.truthTableControl.ValueControlName = "Value control";
this.truthTableControl.XMLfileName = null;
this.truthTableControl.XMLgroupFileName = null;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1134, 450);
this.Controls.Add(this.truthTableControl);
this.Controls.Add(this.groupBoxProgramInfo);
this.Controls.Add(this.groupBoxDLLInfo);
this.Name = "Form1";
this.Text = "Test_TruthTebleControl";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBoxProgramInfo.ResumeLayout(false);
this.groupBoxProgramInfo.PerformLayout();
this.groupBoxDLLInfo.ResumeLayout(false);
this.groupBoxDLLInfo.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBoxProgramInfo;
private System.Windows.Forms.Label labelProgramInfo;
private System.Windows.Forms.GroupBox groupBoxDLLInfo;
private System.Windows.Forms.Label labelDLLInfo;
private Eugen.ESystem.Windows.Forms.TruthTableControl truthTableControl;
}
}