Eingabefelder verkleinert
- damit für die Bereichs- und Schlüssel-Bezeichnung mehr Platz bleibt
This commit is contained in:
parent
484e637979
commit
8290c7b555
Binary file not shown.
Binary file not shown.
Binary file not shown.
60
DuoValueControl/DuoValueControl.Designer.cs
generated
60
DuoValueControl/DuoValueControl.Designer.cs
generated
@ -30,22 +30,22 @@
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DuoValueControl));
|
||||
this.groupBoxValueControl = new System.Windows.Forms.GroupBox();
|
||||
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.checkBoxEncryptValues = new System.Windows.Forms.CheckBox();
|
||||
this.dataGridViewValues = new System.Windows.Forms.DataGridView();
|
||||
this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.ColumnValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.textBoxGroup = new System.Windows.Forms.TextBox();
|
||||
this.labelGroup = new System.Windows.Forms.Label();
|
||||
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
||||
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
||||
this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.ColumnValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.groupBoxValueControl.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridViewValues)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridViewValues)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// groupBoxValueControl
|
||||
@ -62,6 +62,18 @@
|
||||
this.groupBoxValueControl.Name = "groupBoxValueControl";
|
||||
this.groupBoxValueControl.TabStop = false;
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
resources.ApplyResources(this.panel1, "panel1");
|
||||
this.panel1.Controls.Add(this.checkBoxEncryptValues);
|
||||
this.panel1.Name = "panel1";
|
||||
//
|
||||
// checkBoxEncryptValues
|
||||
//
|
||||
resources.ApplyResources(this.checkBoxEncryptValues, "checkBoxEncryptValues");
|
||||
this.checkBoxEncryptValues.Name = "checkBoxEncryptValues";
|
||||
this.checkBoxEncryptValues.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// buttonDown
|
||||
//
|
||||
resources.ApplyResources(this.buttonDown, "buttonDown");
|
||||
@ -92,12 +104,6 @@
|
||||
this.buttonLoad.UseVisualStyleBackColor = true;
|
||||
this.buttonLoad.Click += new System.EventHandler(this.buttonLoad_Click);
|
||||
//
|
||||
// checkBoxEncryptValues
|
||||
//
|
||||
resources.ApplyResources(this.checkBoxEncryptValues, "checkBoxEncryptValues");
|
||||
this.checkBoxEncryptValues.Name = "checkBoxEncryptValues";
|
||||
this.checkBoxEncryptValues.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// dataGridViewValues
|
||||
//
|
||||
resources.ApplyResources(this.dataGridViewValues, "dataGridViewValues");
|
||||
@ -109,6 +115,18 @@
|
||||
this.dataGridViewValues.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.dataGridViewValues_RowsRemoved);
|
||||
this.dataGridViewValues.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridViewValues_KeyDown);
|
||||
//
|
||||
// ColumnName
|
||||
//
|
||||
resources.ApplyResources(this.ColumnName, "ColumnName");
|
||||
this.ColumnName.Name = "ColumnName";
|
||||
this.ColumnName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
||||
//
|
||||
// ColumnValue
|
||||
//
|
||||
this.ColumnValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
resources.ApplyResources(this.ColumnValue, "ColumnValue");
|
||||
this.ColumnValue.Name = "ColumnValue";
|
||||
//
|
||||
// textBoxGroup
|
||||
//
|
||||
resources.ApplyResources(this.textBoxGroup, "textBoxGroup");
|
||||
@ -125,24 +143,6 @@
|
||||
this.openFileDialog.FileName = "openFileDialog";
|
||||
resources.ApplyResources(this.openFileDialog, "openFileDialog");
|
||||
//
|
||||
// ColumnName
|
||||
//
|
||||
resources.ApplyResources(this.ColumnName, "ColumnName");
|
||||
this.ColumnName.Name = "ColumnName";
|
||||
this.ColumnName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
||||
//
|
||||
// ColumnValue
|
||||
//
|
||||
this.ColumnValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
||||
resources.ApplyResources(this.ColumnValue, "ColumnValue");
|
||||
this.ColumnValue.Name = "ColumnValue";
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
resources.ApplyResources(this.panel1, "panel1");
|
||||
this.panel1.Controls.Add(this.checkBoxEncryptValues);
|
||||
this.panel1.Name = "panel1";
|
||||
//
|
||||
// DuoValueControl
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
@ -151,9 +151,9 @@
|
||||
this.Name = "DuoValueControl";
|
||||
this.groupBoxValueControl.ResumeLayout(false);
|
||||
this.groupBoxValueControl.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridViewValues)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dataGridViewValues)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
@ -167,7 +167,7 @@ values</value>
|
||||
<value>235, 125</value>
|
||||
</data>
|
||||
<data name="panel1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>75, 66</value>
|
||||
<value>75, 67</value>
|
||||
</data>
|
||||
<data name="panel1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>11</value>
|
||||
@ -194,7 +194,7 @@ values</value>
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="buttonDown.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>235, 197</value>
|
||||
<value>235, 198</value>
|
||||
</data>
|
||||
<data name="buttonDown.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>75, 23</value>
|
||||
@ -356,10 +356,10 @@ values</value>
|
||||
<value>Top, Left, Right</value>
|
||||
</data>
|
||||
<data name="textBoxGroup.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>70, 19</value>
|
||||
<value>109, 19</value>
|
||||
</data>
|
||||
<data name="textBoxGroup.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>159, 20</value>
|
||||
<value>120, 20</value>
|
||||
</data>
|
||||
<data name="textBoxGroup.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
@ -457,18 +457,6 @@ values</value>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>316, 227</value>
|
||||
</data>
|
||||
<data name=">>openFileDialog.Name" xml:space="preserve">
|
||||
<value>openFileDialog</value>
|
||||
</data>
|
||||
<data name=">>openFileDialog.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>saveFileDialog.Name" xml:space="preserve">
|
||||
<value>saveFileDialog</value>
|
||||
</data>
|
||||
<data name=">>saveFileDialog.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>ColumnName.Name" xml:space="preserve">
|
||||
<value>ColumnName</value>
|
||||
</data>
|
||||
@ -481,6 +469,18 @@ values</value>
|
||||
<data name=">>ColumnValue.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>openFileDialog.Name" xml:space="preserve">
|
||||
<value>openFileDialog</value>
|
||||
</data>
|
||||
<data name=">>openFileDialog.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.OpenFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>saveFileDialog.Name" xml:space="preserve">
|
||||
<value>saveFileDialog</value>
|
||||
</data>
|
||||
<data name=">>saveFileDialog.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.SaveFileDialog, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>DuoValueControl</value>
|
||||
</data>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user