MS_04072016

This commit is contained in:
SchreiberM
2016-07-04 16:37:52 +02:00
parent d47d0a9f95
commit 96bf81b88c
29 changed files with 4526 additions and 978 deletions

View File

@@ -37,16 +37,16 @@ Partial Class frmConfiguration_Basic
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.btnResetBackground = New System.Windows.Forms.Button()
Me.btnSelectBackground = New System.Windows.Forms.Button()
Me.pbBackground = New System.Windows.Forms.PictureBox()
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.txtProductName = New System.Windows.Forms.TextBox()
Me.pbBackground = New System.Windows.Forms.PictureBox()
Me.btnsave = New System.Windows.Forms.Button()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.GroupBox4.SuspendLayout()
CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox4.SuspendLayout()
Me.SuspendLayout()
'
'Label1
@@ -140,6 +140,12 @@ Partial Class frmConfiguration_Basic
Me.btnSelectBackground.Name = "btnSelectBackground"
Me.btnSelectBackground.UseVisualStyleBackColor = True
'
'pbBackground
'
resources.ApplyResources(Me.pbBackground, "pbBackground")
Me.pbBackground.Name = "pbBackground"
Me.pbBackground.TabStop = False
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
@@ -157,12 +163,6 @@ Partial Class frmConfiguration_Basic
resources.ApplyResources(Me.txtProductName, "txtProductName")
Me.txtProductName.Name = "txtProductName"
'
'pbBackground
'
resources.ApplyResources(Me.pbBackground, "pbBackground")
Me.pbBackground.Name = "pbBackground"
Me.pbBackground.TabStop = False
'
'btnsave
'
resources.ApplyResources(Me.btnsave, "btnsave")
@@ -189,9 +189,9 @@ Partial Class frmConfiguration_Basic
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
Me.GroupBox3.ResumeLayout(False)
CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()
CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()