Compare commits
4 Commits
9b321269ce
...
Release-Mo
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f63173feb | ||
|
|
91287d75c1 | ||
|
|
d46fca1cfa | ||
|
|
9d66826be9 |
@@ -12,8 +12,8 @@ Imports System.Runtime.InteropServices
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("Digital Data")>
|
||||
<Assembly: AssemblyProduct("EmailProfiler Config")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2025")>
|
||||
<Assembly: AssemblyTrademark("3.2.0")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2026")>
|
||||
<Assembly: AssemblyTrademark("3.4.0.0")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("3.2.0.0")>
|
||||
<Assembly: AssemblyVersion("3.4.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
|
||||
4
App/EmailProfiler.Form/frmMain.Designer.vb
generated
4
App/EmailProfiler.Form/frmMain.Designer.vb
generated
@@ -3469,6 +3469,7 @@ Partial Class frmMain
|
||||
'
|
||||
'btnRestoreDefaultLayout
|
||||
'
|
||||
Me.btnRestoreDefaultLayout.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnRestoreDefaultLayout.Location = New System.Drawing.Point(1026, 10)
|
||||
Me.btnRestoreDefaultLayout.Name = "btnRestoreDefaultLayout"
|
||||
Me.btnRestoreDefaultLayout.Size = New System.Drawing.Size(183, 23)
|
||||
@@ -3478,6 +3479,7 @@ Partial Class frmMain
|
||||
'
|
||||
'btnSaveLayout
|
||||
'
|
||||
Me.btnSaveLayout.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnSaveLayout.Location = New System.Drawing.Point(910, 10)
|
||||
Me.btnSaveLayout.Name = "btnSaveLayout"
|
||||
Me.btnSaveLayout.Size = New System.Drawing.Size(106, 23)
|
||||
@@ -3583,12 +3585,14 @@ Partial Class frmMain
|
||||
Me.Appearance.Options.UseFont = True
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.AutoScroll = True
|
||||
Me.ClientSize = New System.Drawing.Size(1235, 616)
|
||||
Me.Controls.Add(Me.TabControl1)
|
||||
Me.Controls.Add(Me.StatusStrip1)
|
||||
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.IconOptions.Icon = CType(resources.GetObject("frmMain.IconOptions.Icon"), System.Drawing.Icon)
|
||||
Me.IconOptions.SvgImage = CType(resources.GetObject("frmMain.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.MinimumSize = New System.Drawing.Size(800, 400)
|
||||
Me.Name = "frmMain"
|
||||
Me.Text = "Konfiguration Email-Profiler"
|
||||
Me.StatusStrip1.ResumeLayout(False)
|
||||
|
||||
Reference in New Issue
Block a user