JJ 23.09.15

This commit is contained in:
JenneJ
2015-09-23 15:51:55 +02:00
parent 3f25fc766f
commit b5e2174ab8
6 changed files with 225 additions and 31 deletions

View File

@@ -33,9 +33,19 @@ Partial Class frmConfiguration_Basic
Me.chkUnicode = New System.Windows.Forms.CheckBox()
Me.btnsave = New System.Windows.Forms.Button()
Me.lblSaveresult = New System.Windows.Forms.Label()
Me.CheckBox2 = New System.Windows.Forms.CheckBox()
Me.chkChildWindow = New System.Windows.Forms.CheckBox()
Me.pbBackground = New System.Windows.Forms.PictureBox()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.btnResetBackground = New System.Windows.Forms.Button()
Me.btnSelectBackground = New System.Windows.Forms.Button()
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
Me.txtProductName = New System.Windows.Forms.TextBox()
Me.GroupBox1.SuspendLayout()
Me.GroupBox2.SuspendLayout()
CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox3.SuspendLayout()
Me.GroupBox4.SuspendLayout()
Me.SuspendLayout()
'
'Label1
@@ -92,7 +102,7 @@ Partial Class frmConfiguration_Basic
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.txtDelimiterFile)
Me.GroupBox1.Controls.Add(Me.txtDelimiterVersion)
Me.GroupBox1.Location = New System.Drawing.Point(218, 12)
Me.GroupBox1.Location = New System.Drawing.Point(218, 74)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(293, 105)
Me.GroupBox1.TabIndex = 8
@@ -126,7 +136,7 @@ Partial Class frmConfiguration_Basic
Me.btnsave.Enabled = False
Me.btnsave.Image = Global.DD_Record_Organiser.My.Resources.Resources.save
Me.btnsave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnsave.Location = New System.Drawing.Point(12, 187)
Me.btnsave.Location = New System.Drawing.Point(12, 302)
Me.btnsave.Name = "btnsave"
Me.btnsave.Size = New System.Drawing.Size(87, 22)
Me.btnsave.TabIndex = 10
@@ -140,32 +150,94 @@ Partial Class frmConfiguration_Basic
Me.lblSaveresult.AutoSize = True
Me.lblSaveresult.BackColor = System.Drawing.Color.Yellow
Me.lblSaveresult.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblSaveresult.Location = New System.Drawing.Point(277, 192)
Me.lblSaveresult.Location = New System.Drawing.Point(651, 310)
Me.lblSaveresult.Name = "lblSaveresult"
Me.lblSaveresult.Size = New System.Drawing.Size(234, 17)
Me.lblSaveresult.TabIndex = 78
Me.lblSaveresult.Text = "Änderungen erfolgreich gespeichert!"
Me.lblSaveresult.Visible = False
'
'CheckBox2
'chkChildWindow
'
Me.CheckBox2.AutoSize = True
Me.CheckBox2.Checked = Global.DD_Record_Organiser.My.MySettings.Default.User_DesignPanels_areChild
Me.CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked
Me.CheckBox2.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.DD_Record_Organiser.My.MySettings.Default, "User_DesignPanels_areChild", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.CheckBox2.Location = New System.Drawing.Point(12, 135)
Me.CheckBox2.Name = "CheckBox2"
Me.CheckBox2.Size = New System.Drawing.Size(194, 30)
Me.CheckBox2.TabIndex = 79
Me.CheckBox2.Text = "Design-Panels als Child aufrufen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Eingebettet in Hauptformular)"
Me.CheckBox2.UseVisualStyleBackColor = True
Me.chkChildWindow.AutoSize = True
Me.chkChildWindow.Checked = Global.DD_Record_Organiser.My.MySettings.Default.User_DesignPanels_areChild
Me.chkChildWindow.CheckState = System.Windows.Forms.CheckState.Checked
Me.chkChildWindow.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.DD_Record_Organiser.My.MySettings.Default, "User_DesignPanels_areChild", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.chkChildWindow.Location = New System.Drawing.Point(12, 135)
Me.chkChildWindow.Name = "chkChildWindow"
Me.chkChildWindow.Size = New System.Drawing.Size(194, 30)
Me.chkChildWindow.TabIndex = 79
Me.chkChildWindow.Text = "Design-Panels als Child aufrufen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Eingebettet in Hauptformular)"
Me.chkChildWindow.UseVisualStyleBackColor = True
'
'pbBackground
'
Me.pbBackground.Location = New System.Drawing.Point(6, 21)
Me.pbBackground.Name = "pbBackground"
Me.pbBackground.Size = New System.Drawing.Size(356, 194)
Me.pbBackground.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage
Me.pbBackground.TabIndex = 80
Me.pbBackground.TabStop = False
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.btnResetBackground)
Me.GroupBox3.Controls.Add(Me.btnSelectBackground)
Me.GroupBox3.Controls.Add(Me.pbBackground)
Me.GroupBox3.Location = New System.Drawing.Point(517, 12)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(368, 256)
Me.GroupBox3.TabIndex = 81
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Anwendungshintergrund"
'
'btnResetBackground
'
Me.btnResetBackground.Location = New System.Drawing.Point(211, 221)
Me.btnResetBackground.Name = "btnResetBackground"
Me.btnResetBackground.Size = New System.Drawing.Size(151, 23)
Me.btnResetBackground.TabIndex = 82
Me.btnResetBackground.Text = "Hintergrund zurücksetzen"
Me.btnResetBackground.UseVisualStyleBackColor = True
'
'btnSelectBackground
'
Me.btnSelectBackground.Location = New System.Drawing.Point(6, 221)
Me.btnSelectBackground.Name = "btnSelectBackground"
Me.btnSelectBackground.Size = New System.Drawing.Size(151, 23)
Me.btnSelectBackground.TabIndex = 81
Me.btnSelectBackground.Text = "Hintergrund auswählen.."
Me.btnSelectBackground.UseVisualStyleBackColor = True
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.txtProductName)
Me.GroupBox4.Location = New System.Drawing.Point(224, 12)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(287, 56)
Me.GroupBox4.TabIndex = 82
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Anwendungsname"
'
'txtProductName
'
Me.txtProductName.Location = New System.Drawing.Point(6, 21)
Me.txtProductName.Name = "txtProductName"
Me.txtProductName.Size = New System.Drawing.Size(238, 22)
Me.txtProductName.TabIndex = 0
'
'frmConfiguration_Basic
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(697, 218)
Me.Controls.Add(Me.CheckBox2)
Me.ClientSize = New System.Drawing.Size(897, 336)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.chkChildWindow)
Me.Controls.Add(Me.lblSaveresult)
Me.Controls.Add(Me.btnsave)
Me.Controls.Add(Me.GroupBox2)
@@ -179,6 +251,10 @@ Partial Class frmConfiguration_Basic
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox4.ResumeLayout(False)
Me.GroupBox4.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
@@ -194,5 +270,12 @@ Partial Class frmConfiguration_Basic
Friend WithEvents chkUnicode As System.Windows.Forms.CheckBox
Friend WithEvents btnsave As System.Windows.Forms.Button
Friend WithEvents lblSaveresult As System.Windows.Forms.Label
Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
Friend WithEvents chkChildWindow As System.Windows.Forms.CheckBox
Friend WithEvents pbBackground As System.Windows.Forms.PictureBox
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents btnResetBackground As System.Windows.Forms.Button
Friend WithEvents btnSelectBackground As System.Windows.Forms.Button
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
Friend WithEvents txtProductName As System.Windows.Forms.TextBox
End Class