MS v2.7.3.0 Renaming easyFLOW, SplashScreen

This commit is contained in:
2024-06-14 13:05:14 +02:00
parent 07e96f7c4d
commit 18e6f44a9e
13 changed files with 842 additions and 851 deletions

View File

@@ -86,11 +86,11 @@ Partial Class frmSplash
'
'PictureBox2
'
Me.PictureBox2.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.searchFlow_boot
Me.PictureBox2.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.DD_easyFLOW_BOOT
Me.PictureBox2.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.PictureBox2.Location = New System.Drawing.Point(0, 0)
Me.PictureBox2.Location = New System.Drawing.Point(0, -1)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(800, 200)
Me.PictureBox2.Size = New System.Drawing.Size(795, 188)
Me.PictureBox2.TabIndex = 11
Me.PictureBox2.TabStop = False
'