namespace Eugen.ESystem.Windows.Forms { partial class TruthTableControl { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TruthTableControl)); this.groupBoxValueControl = new System.Windows.Forms.GroupBox(); this.labelUser8 = new System.Windows.Forms.Label(); this.labelUser7 = new System.Windows.Forms.Label(); this.labelUser6 = new System.Windows.Forms.Label(); this.labelUser5 = new System.Windows.Forms.Label(); this.labelUser4 = new System.Windows.Forms.Label(); this.labelUser3 = new System.Windows.Forms.Label(); this.labelUser2 = new System.Windows.Forms.Label(); this.labelUser1 = new System.Windows.Forms.Label(); this.buttonCleanup = new System.Windows.Forms.Button(); this.comboBoxGroup = new System.Windows.Forms.ComboBox(); this.panelEncrypt = new System.Windows.Forms.Panel(); this.checkBoxEncryptValues = new System.Windows.Forms.CheckBox(); this.buttonDown = new System.Windows.Forms.Button(); this.buttonUp = new System.Windows.Forms.Button(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonLoad = new System.Windows.Forms.Button(); this.dataGridViewValues = new System.Windows.Forms.DataGridView(); this.ColumnFunction = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColumnAdminVisible = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnAdminEnable = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnDeveloperVisible = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnDeveloperEnable = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnKeyUserVisible = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnKeyUserEnable = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnAdvancedUserVisible = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnAdvancedUserEnable = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnUserVisible = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnUserEnable = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnTraineeVisible = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnTraineeEnable = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnGuestVisible = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnGuestEnable = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnSupplierVisible = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnSupplierEnable = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.labelGroup = new System.Windows.Forms.Label(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.groupBoxValueControl.SuspendLayout(); this.panelEncrypt.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewValues)).BeginInit(); this.SuspendLayout(); // // groupBoxValueControl // resources.ApplyResources(this.groupBoxValueControl, "groupBoxValueControl"); this.groupBoxValueControl.Controls.Add(this.labelUser8); this.groupBoxValueControl.Controls.Add(this.labelUser7); this.groupBoxValueControl.Controls.Add(this.labelUser6); this.groupBoxValueControl.Controls.Add(this.labelUser5); this.groupBoxValueControl.Controls.Add(this.labelUser4); this.groupBoxValueControl.Controls.Add(this.labelUser3); this.groupBoxValueControl.Controls.Add(this.labelUser2); this.groupBoxValueControl.Controls.Add(this.labelUser1); this.groupBoxValueControl.Controls.Add(this.buttonCleanup); this.groupBoxValueControl.Controls.Add(this.comboBoxGroup); this.groupBoxValueControl.Controls.Add(this.panelEncrypt); this.groupBoxValueControl.Controls.Add(this.buttonDown); this.groupBoxValueControl.Controls.Add(this.buttonUp); this.groupBoxValueControl.Controls.Add(this.buttonSave); this.groupBoxValueControl.Controls.Add(this.buttonLoad); this.groupBoxValueControl.Controls.Add(this.dataGridViewValues); this.groupBoxValueControl.Controls.Add(this.labelGroup); this.groupBoxValueControl.Name = "groupBoxValueControl"; this.groupBoxValueControl.TabStop = false; // // labelUser8 // resources.ApplyResources(this.labelUser8, "labelUser8"); this.labelUser8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelUser8.Name = "labelUser8"; // // labelUser7 // resources.ApplyResources(this.labelUser7, "labelUser7"); this.labelUser7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelUser7.Name = "labelUser7"; // // labelUser6 // resources.ApplyResources(this.labelUser6, "labelUser6"); this.labelUser6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelUser6.Name = "labelUser6"; // // labelUser5 // resources.ApplyResources(this.labelUser5, "labelUser5"); this.labelUser5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelUser5.Name = "labelUser5"; // // labelUser4 // resources.ApplyResources(this.labelUser4, "labelUser4"); this.labelUser4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelUser4.Name = "labelUser4"; // // labelUser3 // resources.ApplyResources(this.labelUser3, "labelUser3"); this.labelUser3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelUser3.Name = "labelUser3"; // // labelUser2 // resources.ApplyResources(this.labelUser2, "labelUser2"); this.labelUser2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelUser2.Name = "labelUser2"; // // labelUser1 // resources.ApplyResources(this.labelUser1, "labelUser1"); this.labelUser1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelUser1.Name = "labelUser1"; // // buttonCleanup // resources.ApplyResources(this.buttonCleanup, "buttonCleanup"); this.buttonCleanup.Name = "buttonCleanup"; this.buttonCleanup.UseVisualStyleBackColor = true; this.buttonCleanup.Click += new System.EventHandler(this.buttonCleanup_Click); // // comboBoxGroup // resources.ApplyResources(this.comboBoxGroup, "comboBoxGroup"); this.comboBoxGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxGroup.FormattingEnabled = true; this.comboBoxGroup.Name = "comboBoxGroup"; this.comboBoxGroup.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup_SelectedIndexChanged); this.comboBoxGroup.TextChanged += new System.EventHandler(this.comboBoxGroup_TextChanged); // // panelEncrypt // resources.ApplyResources(this.panelEncrypt, "panelEncrypt"); this.panelEncrypt.BackColor = System.Drawing.Color.Transparent; this.panelEncrypt.Controls.Add(this.checkBoxEncryptValues); this.panelEncrypt.Name = "panelEncrypt"; // // checkBoxEncryptValues // resources.ApplyResources(this.checkBoxEncryptValues, "checkBoxEncryptValues"); this.checkBoxEncryptValues.Name = "checkBoxEncryptValues"; this.checkBoxEncryptValues.UseVisualStyleBackColor = true; // // buttonDown // resources.ApplyResources(this.buttonDown, "buttonDown"); this.buttonDown.BackgroundImage = global::Eugen.ESystem.Windows.Forms.Properties.Resources.Pfeil_unten; this.buttonDown.Name = "buttonDown"; this.buttonDown.UseVisualStyleBackColor = true; this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click); // // buttonUp // resources.ApplyResources(this.buttonUp, "buttonUp"); this.buttonUp.BackgroundImage = global::Eugen.ESystem.Windows.Forms.Properties.Resources.Pfeil_oben; this.buttonUp.Name = "buttonUp"; this.buttonUp.UseVisualStyleBackColor = true; this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click); // // buttonSave // resources.ApplyResources(this.buttonSave, "buttonSave"); this.buttonSave.Name = "buttonSave"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // buttonLoad // resources.ApplyResources(this.buttonLoad, "buttonLoad"); this.buttonLoad.Name = "buttonLoad"; this.buttonLoad.UseVisualStyleBackColor = true; this.buttonLoad.Click += new System.EventHandler(this.buttonLoad_Click); // // dataGridViewValues // this.dataGridViewValues.AllowUserToAddRows = false; this.dataGridViewValues.AllowUserToDeleteRows = false; resources.ApplyResources(this.dataGridViewValues, "dataGridViewValues"); this.dataGridViewValues.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ColumnFunction, this.ColumnAdminVisible, this.ColumnAdminEnable, this.ColumnDeveloperVisible, this.ColumnDeveloperEnable, this.ColumnKeyUserVisible, this.ColumnKeyUserEnable, this.ColumnAdvancedUserVisible, this.ColumnAdvancedUserEnable, this.ColumnUserVisible, this.ColumnUserEnable, this.ColumnTraineeVisible, this.ColumnTraineeEnable, this.ColumnGuestVisible, this.ColumnGuestEnable, this.ColumnSupplierVisible, this.ColumnSupplierEnable}); this.dataGridViewValues.Name = "dataGridViewValues"; this.dataGridViewValues.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.dataGridViewValues_RowsRemoved); this.dataGridViewValues.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridViewValues_KeyDown); // // ColumnFunction // resources.ApplyResources(this.ColumnFunction, "ColumnFunction"); this.ColumnFunction.Name = "ColumnFunction"; this.ColumnFunction.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic; // // ColumnAdminVisible // resources.ApplyResources(this.ColumnAdminVisible, "ColumnAdminVisible"); this.ColumnAdminVisible.Name = "ColumnAdminVisible"; this.ColumnAdminVisible.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnAdminVisible.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnAdminEnable // resources.ApplyResources(this.ColumnAdminEnable, "ColumnAdminEnable"); this.ColumnAdminEnable.Name = "ColumnAdminEnable"; this.ColumnAdminEnable.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnAdminEnable.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnDeveloperVisible // resources.ApplyResources(this.ColumnDeveloperVisible, "ColumnDeveloperVisible"); this.ColumnDeveloperVisible.Name = "ColumnDeveloperVisible"; this.ColumnDeveloperVisible.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnDeveloperVisible.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnDeveloperEnable // resources.ApplyResources(this.ColumnDeveloperEnable, "ColumnDeveloperEnable"); this.ColumnDeveloperEnable.Name = "ColumnDeveloperEnable"; this.ColumnDeveloperEnable.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnDeveloperEnable.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnKeyUserVisible // resources.ApplyResources(this.ColumnKeyUserVisible, "ColumnKeyUserVisible"); this.ColumnKeyUserVisible.Name = "ColumnKeyUserVisible"; this.ColumnKeyUserVisible.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnKeyUserVisible.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnKeyUserEnable // resources.ApplyResources(this.ColumnKeyUserEnable, "ColumnKeyUserEnable"); this.ColumnKeyUserEnable.Name = "ColumnKeyUserEnable"; this.ColumnKeyUserEnable.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnKeyUserEnable.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnAdvancedUserVisible // resources.ApplyResources(this.ColumnAdvancedUserVisible, "ColumnAdvancedUserVisible"); this.ColumnAdvancedUserVisible.Name = "ColumnAdvancedUserVisible"; this.ColumnAdvancedUserVisible.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnAdvancedUserVisible.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnAdvancedUserEnable // resources.ApplyResources(this.ColumnAdvancedUserEnable, "ColumnAdvancedUserEnable"); this.ColumnAdvancedUserEnable.Name = "ColumnAdvancedUserEnable"; this.ColumnAdvancedUserEnable.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnAdvancedUserEnable.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnUserVisible // resources.ApplyResources(this.ColumnUserVisible, "ColumnUserVisible"); this.ColumnUserVisible.Name = "ColumnUserVisible"; this.ColumnUserVisible.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnUserVisible.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnUserEnable // resources.ApplyResources(this.ColumnUserEnable, "ColumnUserEnable"); this.ColumnUserEnable.Name = "ColumnUserEnable"; this.ColumnUserEnable.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnUserEnable.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnTraineeVisible // resources.ApplyResources(this.ColumnTraineeVisible, "ColumnTraineeVisible"); this.ColumnTraineeVisible.Name = "ColumnTraineeVisible"; this.ColumnTraineeVisible.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnTraineeVisible.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnTraineeEnable // resources.ApplyResources(this.ColumnTraineeEnable, "ColumnTraineeEnable"); this.ColumnTraineeEnable.Name = "ColumnTraineeEnable"; this.ColumnTraineeEnable.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnTraineeEnable.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnGuestVisible // resources.ApplyResources(this.ColumnGuestVisible, "ColumnGuestVisible"); this.ColumnGuestVisible.Name = "ColumnGuestVisible"; this.ColumnGuestVisible.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnGuestVisible.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnGuestEnable // resources.ApplyResources(this.ColumnGuestEnable, "ColumnGuestEnable"); this.ColumnGuestEnable.Name = "ColumnGuestEnable"; this.ColumnGuestEnable.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnGuestEnable.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnSupplierVisible // resources.ApplyResources(this.ColumnSupplierVisible, "ColumnSupplierVisible"); this.ColumnSupplierVisible.Name = "ColumnSupplierVisible"; this.ColumnSupplierVisible.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnSupplierVisible.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // ColumnSupplierEnable // resources.ApplyResources(this.ColumnSupplierEnable, "ColumnSupplierEnable"); this.ColumnSupplierEnable.Name = "ColumnSupplierEnable"; this.ColumnSupplierEnable.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ColumnSupplierEnable.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // labelGroup // resources.ApplyResources(this.labelGroup, "labelGroup"); this.labelGroup.Name = "labelGroup"; // // openFileDialog // this.openFileDialog.FileName = "openFileDialog"; resources.ApplyResources(this.openFileDialog, "openFileDialog"); // // TruthTableControl // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBoxValueControl); this.Name = "TruthTableControl"; this.groupBoxValueControl.ResumeLayout(false); this.groupBoxValueControl.PerformLayout(); this.panelEncrypt.ResumeLayout(false); this.panelEncrypt.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewValues)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBoxValueControl; private System.Windows.Forms.Button buttonSave; private System.Windows.Forms.Button buttonLoad; private System.Windows.Forms.CheckBox checkBoxEncryptValues; private System.Windows.Forms.Label labelGroup; private System.Windows.Forms.Button buttonDown; private System.Windows.Forms.Button buttonUp; private System.Windows.Forms.OpenFileDialog openFileDialog; private System.Windows.Forms.SaveFileDialog saveFileDialog; private System.Windows.Forms.Panel panelEncrypt; private System.Windows.Forms.ComboBox comboBoxGroup; private System.Windows.Forms.Button buttonCleanup; private System.Windows.Forms.Label labelUser8; private System.Windows.Forms.Label labelUser7; private System.Windows.Forms.Label labelUser6; private System.Windows.Forms.Label labelUser5; private System.Windows.Forms.Label labelUser4; private System.Windows.Forms.Label labelUser3; private System.Windows.Forms.Label labelUser2; private System.Windows.Forms.Label labelUser1; private System.Windows.Forms.DataGridView dataGridViewValues; private System.Windows.Forms.DataGridViewTextBoxColumn ColumnFunction; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnAdminVisible; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnAdminEnable; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnDeveloperVisible; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnDeveloperEnable; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnKeyUserVisible; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnKeyUserEnable; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnAdvancedUserVisible; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnAdvancedUserEnable; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnUserVisible; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnUserEnable; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnTraineeVisible; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnTraineeEnable; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnGuestVisible; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnGuestEnable; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnSupplierVisible; private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnSupplierEnable; } }