MS_04072016
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user