diff --git a/app/DD-Record-Organiser/DD-Record-Organiser.vbproj b/app/DD-Record-Organiser/DD-Record-Organiser.vbproj index 88ab0bb..76847e9 100644 --- a/app/DD-Record-Organiser/DD-Record-Organiser.vbproj +++ b/app/DD-Record-Organiser/DD-Record-Organiser.vbproj @@ -617,6 +617,9 @@ frmRight_Management.vb + + frmStaticListEditor.vb + frmStaticListEditor.vb diff --git a/app/DD-Record-Organiser/frmStaticListEditor.Designer.vb b/app/DD-Record-Organiser/frmStaticListEditor.Designer.vb index a70f44a..e9eb256 100644 --- a/app/DD-Record-Organiser/frmStaticListEditor.Designer.vb +++ b/app/DD-Record-Organiser/frmStaticListEditor.Designer.vb @@ -22,6 +22,7 @@ Partial Class frmStaticListEditor 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStaticListEditor)) Me.txtValue = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() @@ -31,68 +32,43 @@ Partial Class frmStaticListEditor ' 'txtValue ' - Me.txtValue.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ - Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) - Me.txtValue.Location = New System.Drawing.Point(0, 0) - Me.txtValue.Multiline = True + resources.ApplyResources(Me.txtValue, "txtValue") Me.txtValue.Name = "txtValue" - Me.txtValue.Size = New System.Drawing.Size(516, 224) - Me.txtValue.TabIndex = 0 ' 'Button1 ' - Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.Button1, "Button1") Me.Button1.DialogResult = System.Windows.Forms.DialogResult.OK - Me.Button1.Location = New System.Drawing.Point(431, 230) Me.Button1.Name = "Button1" - Me.Button1.Size = New System.Drawing.Size(75, 23) - Me.Button1.TabIndex = 1 - Me.Button1.Text = "Speichern" Me.Button1.UseVisualStyleBackColor = True ' 'Label1 ' - Me.Label1.AutoSize = True - Me.Label1.Location = New System.Drawing.Point(12, 227) + resources.ApplyResources(Me.Label1, "Label1") Me.Label1.Name = "Label1" - Me.Label1.Size = New System.Drawing.Size(0, 13) - Me.Label1.TabIndex = 2 ' 'Label2 ' - Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) - Me.Label2.AutoSize = True - Me.Label2.Location = New System.Drawing.Point(12, 235) + resources.ApplyResources(Me.Label2, "Label2") Me.Label2.Name = "Label2" - Me.Label2.Size = New System.Drawing.Size(234, 13) - Me.Label2.TabIndex = 3 - Me.Label2.Text = "Listenelemente eingeben (Ein Element pro Zeile)" ' 'Button2 ' - Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + resources.ApplyResources(Me.Button2, "Button2") Me.Button2.DialogResult = System.Windows.Forms.DialogResult.Cancel - Me.Button2.Location = New System.Drawing.Point(350, 230) Me.Button2.Name = "Button2" - Me.Button2.Size = New System.Drawing.Size(75, 23) - Me.Button2.TabIndex = 4 - Me.Button2.Text = "Abbrechen" Me.Button2.UseVisualStyleBackColor = True ' 'frmStaticListEditor ' - Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) + resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.ClientSize = New System.Drawing.Size(518, 265) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.txtValue) Me.Name = "frmStaticListEditor" - Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen - Me.Text = "Statische Liste bearbeiten" Me.ResumeLayout(False) Me.PerformLayout() diff --git a/app/DD-Record-Organiser/frmStaticListEditor.en-US.resx b/app/DD-Record-Organiser/frmStaticListEditor.en-US.resx new file mode 100644 index 0000000..9250f51 --- /dev/null +++ b/app/DD-Record-Organiser/frmStaticListEditor.en-US.resx @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Save + + + + 159, 13 + + + Enter Listelements (One per line) + + + Cancel + + + Edit Static List + + \ No newline at end of file diff --git a/app/DD-Record-Organiser/frmStaticListEditor.resx b/app/DD-Record-Organiser/frmStaticListEditor.resx index 1af7de1..d298956 100644 --- a/app/DD-Record-Organiser/frmStaticListEditor.resx +++ b/app/DD-Record-Organiser/frmStaticListEditor.resx @@ -117,4 +117,163 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 3 + + + 1 + + + + 6, 13 + + + Listenelemente eingeben (Ein Element pro Zeile) + + + 12, 235 + + + Statische Liste bearbeiten + + + + Bottom, Right + + + 234, 13 + + + Top, Bottom, Left, Right + + + 75, 23 + + + Button2 + + + True + + + Bottom, Left + + + 12, 227 + + + 3 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + + + 0, 13 + + + 431, 230 + + + 4 + + + $this + + + $this + + + 75, 23 + + + 0, 0 + + + $this + + + $this + + + 1 + + + 0 + + + CenterScreen + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 518, 265 + + + 516, 224 + + + Label1 + + + Label2 + + + 2 + + + 4 + + + 0 + + + txtValue + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Button1 + + + Speichern + + + True + + + 350, 230 + + + 2 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bottom, Right + + + frmStaticListEditor + + + Abbrechen + + + True + \ No newline at end of file