namespace Eugen.ESystem.Windows.Forms { partial class DuoMultiValueControl { /// /// 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.groupBoxValueControl = new System.Windows.Forms.GroupBox(); this.comboBoxGroup2 = new System.Windows.Forms.ComboBox(); this.labelGroup2 = new System.Windows.Forms.Label(); this.buttonCleanup = new System.Windows.Forms.Button(); this.comboBoxGroup1 = new System.Windows.Forms.ComboBox(); this.panel1 = 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.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColumnValue = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.labelGroup1 = new System.Windows.Forms.Label(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.groupBoxValueControl.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewValues)).BeginInit(); this.SuspendLayout(); // // groupBoxValueControl // this.groupBoxValueControl.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.groupBoxValueControl.Controls.Add(this.comboBoxGroup2); this.groupBoxValueControl.Controls.Add(this.labelGroup2); this.groupBoxValueControl.Controls.Add(this.buttonCleanup); this.groupBoxValueControl.Controls.Add(this.comboBoxGroup1); this.groupBoxValueControl.Controls.Add(this.panel1); 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.labelGroup1); this.groupBoxValueControl.Location = new System.Drawing.Point(0, 0); this.groupBoxValueControl.Name = "groupBoxValueControl"; this.groupBoxValueControl.Size = new System.Drawing.Size(316, 227); this.groupBoxValueControl.TabIndex = 0; this.groupBoxValueControl.TabStop = false; this.groupBoxValueControl.Text = "Value control"; // // comboBoxGroup2 // this.comboBoxGroup2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxGroup2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxGroup2.FormattingEnabled = true; this.comboBoxGroup2.Location = new System.Drawing.Point(109, 46); this.comboBoxGroup2.Name = "comboBoxGroup2"; this.comboBoxGroup2.Size = new System.Drawing.Size(120, 21); this.comboBoxGroup2.TabIndex = 15; this.comboBoxGroup2.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup2_SelectedIndexChanged); this.comboBoxGroup2.TextChanged += new System.EventHandler(this.comboBoxGroup2_TextChanged); // // labelGroup2 // this.labelGroup2.Location = new System.Drawing.Point(6, 49); this.labelGroup2.Name = "labelGroup2"; this.labelGroup2.Size = new System.Drawing.Size(97, 13); this.labelGroup2.TabIndex = 14; this.labelGroup2.Text = "Group2"; // // buttonCleanup // this.buttonCleanup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonCleanup.Location = new System.Drawing.Point(235, 72); this.buttonCleanup.Name = "buttonCleanup"; this.buttonCleanup.Size = new System.Drawing.Size(75, 23); this.buttonCleanup.TabIndex = 13; this.buttonCleanup.Text = "Cleanup"; this.buttonCleanup.UseVisualStyleBackColor = true; this.buttonCleanup.Click += new System.EventHandler(this.buttonCleanup_Click); // // comboBoxGroup1 // this.comboBoxGroup1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.comboBoxGroup1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxGroup1.FormattingEnabled = true; this.comboBoxGroup1.Location = new System.Drawing.Point(109, 19); this.comboBoxGroup1.Name = "comboBoxGroup1"; this.comboBoxGroup1.Size = new System.Drawing.Size(120, 21); this.comboBoxGroup1.TabIndex = 12; this.comboBoxGroup1.SelectedIndexChanged += new System.EventHandler(this.comboBoxGroup1_SelectedIndexChanged); this.comboBoxGroup1.TextChanged += new System.EventHandler(this.comboBoxGroup1_TextChanged); // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.Controls.Add(this.checkBoxEncryptValues); this.panel1.Location = new System.Drawing.Point(235, 130); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(75, 62); this.panel1.TabIndex = 11; // // checkBoxEncryptValues // this.checkBoxEncryptValues.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.checkBoxEncryptValues.Location = new System.Drawing.Point(0, 22); this.checkBoxEncryptValues.Name = "checkBoxEncryptValues"; this.checkBoxEncryptValues.Size = new System.Drawing.Size(62, 17); this.checkBoxEncryptValues.TabIndex = 6; this.checkBoxEncryptValues.Text = "Encrypt"; this.checkBoxEncryptValues.UseVisualStyleBackColor = true; // // buttonDown // this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonDown.BackgroundImage = global::Eugen.ESystem.Windows.Forms.Properties.Resources.Pfeil_unten; this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.buttonDown.Location = new System.Drawing.Point(235, 198); this.buttonDown.Name = "buttonDown"; this.buttonDown.Size = new System.Drawing.Size(75, 23); this.buttonDown.TabIndex = 10; this.buttonDown.UseVisualStyleBackColor = true; this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click); // // buttonUp // this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonUp.BackgroundImage = global::Eugen.ESystem.Windows.Forms.Properties.Resources.Pfeil_oben; this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.buttonUp.Location = new System.Drawing.Point(235, 101); this.buttonUp.Name = "buttonUp"; this.buttonUp.Size = new System.Drawing.Size(75, 23); this.buttonUp.TabIndex = 9; this.buttonUp.UseVisualStyleBackColor = true; this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click); // // buttonSave // this.buttonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonSave.Location = new System.Drawing.Point(235, 43); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(75, 23); this.buttonSave.TabIndex = 8; this.buttonSave.Text = "Save"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // buttonLoad // this.buttonLoad.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.buttonLoad.Location = new System.Drawing.Point(235, 17); this.buttonLoad.Name = "buttonLoad"; this.buttonLoad.Size = new System.Drawing.Size(75, 23); this.buttonLoad.TabIndex = 7; this.buttonLoad.Text = "Load"; this.buttonLoad.UseVisualStyleBackColor = true; this.buttonLoad.Click += new System.EventHandler(this.buttonLoad_Click); // // dataGridViewValues // this.dataGridViewValues.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.dataGridViewValues.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewValues.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ColumnName, this.ColumnValue}); this.dataGridViewValues.Location = new System.Drawing.Point(6, 73); this.dataGridViewValues.Name = "dataGridViewValues"; this.dataGridViewValues.Size = new System.Drawing.Size(223, 148); this.dataGridViewValues.TabIndex = 4; this.dataGridViewValues.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.dataGridViewValues_RowsRemoved); this.dataGridViewValues.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridViewValues_KeyDown); // // ColumnName // this.ColumnName.HeaderText = "Variable Name"; this.ColumnName.MinimumWidth = 90; this.ColumnName.Name = "ColumnName"; this.ColumnName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic; this.ColumnName.Width = 90; // // ColumnValue // this.ColumnValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.ColumnValue.HeaderText = "Variable Value"; this.ColumnValue.MinimumWidth = 90; this.ColumnValue.Name = "ColumnValue"; // // labelGroup1 // this.labelGroup1.Location = new System.Drawing.Point(6, 22); this.labelGroup1.Name = "labelGroup1"; this.labelGroup1.Size = new System.Drawing.Size(97, 13); this.labelGroup1.TabIndex = 0; this.labelGroup1.Text = "Group1"; // // openFileDialog // this.openFileDialog.FileName = "openFileDialog"; // // DuoMultiValueControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.groupBoxValueControl); this.MaximumSize = new System.Drawing.Size(800, 460); this.MinimumSize = new System.Drawing.Size(316, 227); this.Name = "DuoMultiValueControl"; this.Size = new System.Drawing.Size(316, 227); this.groupBoxValueControl.ResumeLayout(false); this.panel1.ResumeLayout(false); ((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.DataGridView dataGridViewValues; private System.Windows.Forms.Label labelGroup1; 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.DataGridViewTextBoxColumn ColumnName; private System.Windows.Forms.DataGridViewTextBoxColumn ColumnValue; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ComboBox comboBoxGroup1; private System.Windows.Forms.Button buttonCleanup; private System.Windows.Forms.ComboBox comboBoxGroup2; private System.Windows.Forms.Label labelGroup2; } }