Ausrichtung korrigiert
- Anordnung/Ausrichtung der Elemente korrigiert
This commit is contained in:
parent
bf4681b191
commit
6fab6388e3
Binary file not shown.
Binary file not shown.
Binary file not shown.
26
HE-Test_Dll/Form1.Designer.cs
generated
26
HE-Test_Dll/Form1.Designer.cs
generated
@ -81,18 +81,26 @@
|
||||
//
|
||||
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.Location = new System.Drawing.Point(12, 13);
|
||||
this.truthTableControl.MaximumSize = new System.Drawing.Size(1600, 227);
|
||||
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(1200, 227);
|
||||
this.truthTableControl.Size = new System.Drawing.Size(1110, 354);
|
||||
this.truthTableControl.TabIndex = 13;
|
||||
this.truthTableControl.TableKeyName = "Variable Name";
|
||||
this.truthTableControl.TableKeyName = "Function";
|
||||
this.truthTableControl.TableValue1_1Name = "Visible";
|
||||
this.truthTableControl.TableValue1_2Name = "Enable";
|
||||
this.truthTableControl.TableValue2_1Name = "Visible";
|
||||
@ -110,6 +118,14 @@
|
||||
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;
|
||||
@ -118,7 +134,7 @@
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1222, 450);
|
||||
this.ClientSize = new System.Drawing.Size(1134, 450);
|
||||
this.Controls.Add(this.truthTableControl);
|
||||
this.Controls.Add(this.groupBoxProgramInfo);
|
||||
this.Controls.Add(this.groupBoxDLLInfo);
|
||||
|
||||
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.
27
TruthTableControl/TruthTableControl.Designer.cs
generated
27
TruthTableControl/TruthTableControl.Designer.cs
generated
@ -47,9 +47,6 @@
|
||||
this.buttonSave = new System.Windows.Forms.Button();
|
||||
this.buttonLoad = new System.Windows.Forms.Button();
|
||||
this.dataGridViewValues = new System.Windows.Forms.DataGridView();
|
||||
this.labelGroup = new System.Windows.Forms.Label();
|
||||
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
||||
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
|
||||
this.ColumnFunction = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||||
this.ColumnAdminVisible = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||
this.ColumnAdminEnable = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
||||
@ -67,6 +64,9 @@
|
||||
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();
|
||||
@ -162,6 +162,7 @@
|
||||
// panelEncrypt
|
||||
//
|
||||
resources.ApplyResources(this.panelEncrypt, "panelEncrypt");
|
||||
this.panelEncrypt.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panelEncrypt.Controls.Add(this.checkBoxEncryptValues);
|
||||
this.panelEncrypt.Name = "panelEncrypt";
|
||||
//
|
||||
@ -229,16 +230,6 @@
|
||||
this.dataGridViewValues.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.dataGridViewValues_RowsRemoved);
|
||||
this.dataGridViewValues.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridViewValues_KeyDown);
|
||||
//
|
||||
// labelGroup
|
||||
//
|
||||
resources.ApplyResources(this.labelGroup, "labelGroup");
|
||||
this.labelGroup.Name = "labelGroup";
|
||||
//
|
||||
// openFileDialog
|
||||
//
|
||||
this.openFileDialog.FileName = "openFileDialog";
|
||||
resources.ApplyResources(this.openFileDialog, "openFileDialog");
|
||||
//
|
||||
// ColumnFunction
|
||||
//
|
||||
resources.ApplyResources(this.ColumnFunction, "ColumnFunction");
|
||||
@ -357,6 +348,16 @@
|
||||
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");
|
||||
|
||||
@ -438,6 +438,15 @@
|
||||
<data name="panelEncrypt.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Bottom, Right</value>
|
||||
</data>
|
||||
<data name="panelEncrypt.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="panelEncrypt.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
||||
<value>None</value>
|
||||
</data>
|
||||
<data name="checkBoxEncryptValues.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left</value>
|
||||
</data>
|
||||
<data name="checkBoxEncryptValues.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
@ -493,7 +502,7 @@
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name="buttonDown.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Right</value>
|
||||
<value>Bottom, Right</value>
|
||||
</data>
|
||||
<data name="buttonDown.BackgroundImageLayout" type="System.Windows.Forms.ImageLayout, System.Windows.Forms">
|
||||
<value>Zoom</value>
|
||||
@ -927,18 +936,6 @@
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>1200, 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=">>ColumnFunction.Name" xml:space="preserve">
|
||||
<value>ColumnFunction</value>
|
||||
</data>
|
||||
@ -1041,6 +1038,18 @@
|
||||
<data name=">>ColumnSupplierEnable.Type" xml:space="preserve">
|
||||
<value>System.Windows.Forms.DataGridViewCheckBoxColumn, 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>TruthTableControl</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.
Loading…
Reference in New Issue
Block a user