MS_26012015

This commit is contained in:
SchreiberM
2016-01-26 13:36:01 +01:00
parent 4410df2487
commit d9162463b4
82 changed files with 34884 additions and 6568 deletions

View File

@@ -22,6 +22,7 @@ Partial Class frmConfiguration_Basic
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConfiguration_Basic))
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
@@ -50,51 +51,33 @@ Partial Class frmConfiguration_Basic
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(15, 18)
resources.ApplyResources(Me.Label1, "Label1")
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(235, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Trennzeichen für Versionierung der Dateien:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(6, 18)
resources.ApplyResources(Me.Label2, "Label2")
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(167, 13)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Laufwerkbuchstabe Windream:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(15, 59)
resources.ApplyResources(Me.Label3, "Label3")
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(261, 13)
Me.Label3.TabIndex = 2
Me.Label3.Text = "Trennzeichen zur Nutzung in Namenskonvention:"
'
'txtDelimiterVersion
'
Me.txtDelimiterVersion.Location = New System.Drawing.Point(18, 34)
resources.ApplyResources(Me.txtDelimiterVersion, "txtDelimiterVersion")
Me.txtDelimiterVersion.Name = "txtDelimiterVersion"
Me.txtDelimiterVersion.Size = New System.Drawing.Size(49, 22)
Me.txtDelimiterVersion.TabIndex = 4
'
'txtDelimiterFile
'
Me.txtDelimiterFile.Location = New System.Drawing.Point(18, 75)
resources.ApplyResources(Me.txtDelimiterFile, "txtDelimiterFile")
Me.txtDelimiterFile.Name = "txtDelimiterFile"
Me.txtDelimiterFile.Size = New System.Drawing.Size(49, 22)
Me.txtDelimiterFile.TabIndex = 5
'
'txtwddriveletter
'
Me.txtwddriveletter.Location = New System.Drawing.Point(9, 34)
resources.ApplyResources(Me.txtwddriveletter, "txtwddriveletter")
Me.txtwddriveletter.Name = "txtwddriveletter"
Me.txtwddriveletter.Size = New System.Drawing.Size(49, 22)
Me.txtwddriveletter.TabIndex = 7
'
'GroupBox1
'
@@ -102,81 +85,51 @@ 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, 74)
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(293, 105)
Me.GroupBox1.TabIndex = 8
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Allgemeine Funktionen:"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.chkUnicode)
Me.GroupBox2.Controls.Add(Me.Label2)
Me.GroupBox2.Controls.Add(Me.txtwddriveletter)
Me.GroupBox2.Location = New System.Drawing.Point(12, 12)
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(200, 105)
Me.GroupBox2.TabIndex = 9
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "Globale windream-Einstellungen"
'
'chkUnicode
'
Me.chkUnicode.AutoSize = True
Me.chkUnicode.Location = New System.Drawing.Point(9, 62)
resources.ApplyResources(Me.chkUnicode, "chkUnicode")
Me.chkUnicode.Name = "chkUnicode"
Me.chkUnicode.Size = New System.Drawing.Size(117, 17)
Me.chkUnicode.TabIndex = 8
Me.chkUnicode.Text = "Unicode-Version?"
Me.chkUnicode.UseVisualStyleBackColor = True
'
'btnsave
'
Me.btnsave.Enabled = False
resources.ApplyResources(Me.btnsave, "btnsave")
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, 302)
Me.btnsave.Name = "btnsave"
Me.btnsave.Size = New System.Drawing.Size(87, 22)
Me.btnsave.TabIndex = 10
Me.btnsave.Text = "Speichern"
Me.btnsave.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnsave.UseVisualStyleBackColor = True
'
'lblSaveresult
'
Me.lblSaveresult.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblSaveresult.AutoSize = True
resources.ApplyResources(Me.lblSaveresult, "lblSaveresult")
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(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
'
'chkChildWindow
'
Me.chkChildWindow.AutoSize = True
resources.ApplyResources(Me.chkChildWindow, "chkChildWindow")
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)
resources.ApplyResources(Me.pbBackground, "pbBackground")
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
@@ -184,29 +137,20 @@ Partial Class frmConfiguration_Basic
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)
resources.ApplyResources(Me.GroupBox3, "GroupBox3")
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)
resources.ApplyResources(Me.btnResetBackground, "btnResetBackground")
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)
resources.ApplyResources(Me.btnSelectBackground, "btnSelectBackground")
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
@@ -216,25 +160,19 @@ Partial Class frmConfiguration_Basic
'GroupBox4
'
Me.GroupBox4.Controls.Add(Me.txtProductName)
Me.GroupBox4.Location = New System.Drawing.Point(224, 12)
resources.ApplyResources(Me.GroupBox4, "GroupBox4")
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)
resources.ApplyResources(Me.txtProductName, "txtProductName")
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!)
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(897, 336)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.GroupBox3)
Me.Controls.Add(Me.chkChildWindow)
@@ -242,11 +180,9 @@ Partial Class frmConfiguration_Basic
Me.Controls.Add(Me.btnsave)
Me.Controls.Add(Me.GroupBox2)
Me.Controls.Add(Me.GroupBox1)
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmConfiguration_Basic"
Me.Text = "Grundeinstellungen Record Organizer"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.GroupBox2.ResumeLayout(False)