jj 21.03.2016 level designer 1 window, updated translations

This commit is contained in:
JenneJ
2016-03-21 15:44:31 +01:00
parent b141334661
commit 8a528a424f
18 changed files with 5691 additions and 3290 deletions

View File

@@ -24,18 +24,69 @@ Partial Class frmLevel_Designer
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLevel_Designer))
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
Me.pnlDesigner = New SnapPanelControl.SnapPanel()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.tsstatus = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.lblFormName = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.tsstatus = New System.Windows.Forms.ToolStripStatusLabel()
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.pageProperties = New System.Windows.Forms.TabPage()
Me.pgControlProperties = New System.Windows.Forms.PropertyGrid()
Me.StatusStrip2 = New System.Windows.Forms.StatusStrip()
Me.lblStatus = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStrip2 = New System.Windows.Forms.ToolStrip()
Me.btnSaveControl = New System.Windows.Forms.ToolStripButton()
Me.btnDeleteControl = New System.Windows.Forms.ToolStripButton()
Me.pageControls = New System.Windows.Forms.TabPage()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.btn_addformdata = New System.Windows.Forms.Button()
Me.btn_addtocal = New System.Windows.Forms.Button()
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
Me.btnListBox = New System.Windows.Forms.Button()
Me.btnListBoxCheckable = New System.Windows.Forms.Button()
Me.btnRadioButton = New System.Windows.Forms.Button()
Me.btngb = New System.Windows.Forms.Button()
Me.btnpb = New System.Windows.Forms.Button()
Me.btnTabelle = New System.Windows.Forms.Button()
Me.btnCheckbox = New System.Windows.Forms.Button()
Me.btndtp = New System.Windows.Forms.Button()
Me.btncmb = New System.Windows.Forms.Button()
Me.btntextbox = New System.Windows.Forms.Button()
Me.btnlabel = New System.Windows.Forms.Button()
Me.OFDWindreamsuche = New System.Windows.Forms.OpenFileDialog()
Me.ttTooltip = New System.Windows.Forms.ToolTip(Me.components)
Me.StatusStrip1.SuspendLayout()
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainer1.Panel1.SuspendLayout()
Me.SplitContainer1.Panel2.SuspendLayout()
Me.SplitContainer1.SuspendLayout()
Me.ToolStrip1.SuspendLayout()
Me.StatusStrip1.SuspendLayout()
Me.TabControl1.SuspendLayout()
Me.pageProperties.SuspendLayout()
Me.StatusStrip2.SuspendLayout()
Me.ToolStrip2.SuspendLayout()
Me.pageControls.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'
'SplitContainer1
'
resources.ApplyResources(Me.SplitContainer1, "SplitContainer1")
Me.SplitContainer1.Name = "SplitContainer1"
'
'SplitContainer1.Panel1
'
Me.SplitContainer1.Panel1.Controls.Add(Me.pnlDesigner)
Me.SplitContainer1.Panel1.Controls.Add(Me.ToolStrip1)
Me.SplitContainer1.Panel1.Controls.Add(Me.StatusStrip1)
'
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.Controls.Add(Me.TabControl1)
'
'pnlDesigner
'
Me.pnlDesigner.AllowDrop = True
@@ -46,18 +97,6 @@ Partial Class frmLevel_Designer
Me.pnlDesigner.Name = "pnlDesigner"
Me.pnlDesigner.ShowGrid = True
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsstatus})
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
Me.StatusStrip1.Name = "StatusStrip1"
'
'tsstatus
'
Me.tsstatus.Image = Global.DD_Record_Organiser.My.Resources.Resources.lightbulb
Me.tsstatus.Name = "tsstatus"
resources.ApplyResources(Me.tsstatus, "tsstatus")
'
'ToolStrip1
'
Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
@@ -77,6 +116,218 @@ Partial Class frmLevel_Designer
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
Me.ToolStripButton1.Name = "ToolStripButton1"
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsstatus})
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
Me.StatusStrip1.Name = "StatusStrip1"
'
'tsstatus
'
Me.tsstatus.Image = Global.DD_Record_Organiser.My.Resources.Resources.lightbulb
Me.tsstatus.Name = "tsstatus"
resources.ApplyResources(Me.tsstatus, "tsstatus")
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.pageProperties)
Me.TabControl1.Controls.Add(Me.pageControls)
resources.ApplyResources(Me.TabControl1, "TabControl1")
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
'
'pageProperties
'
Me.pageProperties.Controls.Add(Me.pgControlProperties)
Me.pageProperties.Controls.Add(Me.StatusStrip2)
Me.pageProperties.Controls.Add(Me.ToolStrip2)
resources.ApplyResources(Me.pageProperties, "pageProperties")
Me.pageProperties.Name = "pageProperties"
Me.pageProperties.UseVisualStyleBackColor = True
'
'pgControlProperties
'
resources.ApplyResources(Me.pgControlProperties, "pgControlProperties")
Me.pgControlProperties.Name = "pgControlProperties"
'
'StatusStrip2
'
Me.StatusStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lblStatus})
resources.ApplyResources(Me.StatusStrip2, "StatusStrip2")
Me.StatusStrip2.Name = "StatusStrip2"
'
'lblStatus
'
Me.lblStatus.Image = Global.DD_Record_Organiser.My.Resources.Resources.flag_green
Me.lblStatus.Name = "lblStatus"
resources.ApplyResources(Me.lblStatus, "lblStatus")
'
'ToolStrip2
'
Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnSaveControl, Me.btnDeleteControl})
resources.ApplyResources(Me.ToolStrip2, "ToolStrip2")
Me.ToolStrip2.Name = "ToolStrip2"
'
'btnSaveControl
'
Me.btnSaveControl.Image = Global.DD_Record_Organiser.My.Resources.Resources.save_16xLG
resources.ApplyResources(Me.btnSaveControl, "btnSaveControl")
Me.btnSaveControl.Name = "btnSaveControl"
'
'btnDeleteControl
'
Me.btnDeleteControl.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_Cancel_16xLG
resources.ApplyResources(Me.btnDeleteControl, "btnDeleteControl")
Me.btnDeleteControl.Name = "btnDeleteControl"
'
'pageControls
'
Me.pageControls.Controls.Add(Me.GroupBox2)
Me.pageControls.Controls.Add(Me.GroupBox1)
resources.ApplyResources(Me.pageControls, "pageControls")
Me.pageControls.Name = "pageControls"
Me.pageControls.UseVisualStyleBackColor = True
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.btn_addformdata)
Me.GroupBox2.Controls.Add(Me.btn_addtocal)
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.TabStop = False
'
'btn_addformdata
'
resources.ApplyResources(Me.btn_addformdata, "btn_addformdata")
Me.btn_addformdata.Image = Global.DD_Record_Organiser.My.Resources.Resources.AddMark_10580
Me.btn_addformdata.Name = "btn_addformdata"
Me.btn_addformdata.TabStop = False
Me.btn_addformdata.Tag = "f_addformdata"
Me.btn_addformdata.UseVisualStyleBackColor = True
'
'btn_addtocal
'
resources.ApplyResources(Me.btn_addtocal, "btn_addtocal")
Me.btn_addtocal.Image = Global.DD_Record_Organiser.My.Resources.Resources.AddTable_5632
Me.btn_addtocal.Name = "btn_addtocal"
Me.btn_addtocal.TabStop = False
Me.btn_addtocal.Tag = "f_addappointment"
Me.btn_addtocal.UseVisualStyleBackColor = True
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.btnListBox)
Me.GroupBox1.Controls.Add(Me.btnListBoxCheckable)
Me.GroupBox1.Controls.Add(Me.btnRadioButton)
Me.GroupBox1.Controls.Add(Me.btngb)
Me.GroupBox1.Controls.Add(Me.btnpb)
Me.GroupBox1.Controls.Add(Me.btnTabelle)
Me.GroupBox1.Controls.Add(Me.btnCheckbox)
Me.GroupBox1.Controls.Add(Me.btndtp)
Me.GroupBox1.Controls.Add(Me.btncmb)
Me.GroupBox1.Controls.Add(Me.btntextbox)
Me.GroupBox1.Controls.Add(Me.btnlabel)
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.TabStop = False
'
'btnListBox
'
resources.ApplyResources(Me.btnListBox, "btnListBox")
Me.btnListBox.Image = Global.DD_Record_Organiser.My.Resources.Resources.ListBox_686_24
Me.btnListBox.Name = "btnListBox"
Me.btnListBox.Tag = "lstbx"
Me.btnListBox.UseVisualStyleBackColor = True
'
'btnListBoxCheckable
'
resources.ApplyResources(Me.btnListBoxCheckable, "btnListBoxCheckable")
Me.btnListBoxCheckable.Image = Global.DD_Record_Organiser.My.Resources.Resources.ListBox_686_24
Me.btnListBoxCheckable.Name = "btnListBoxCheckable"
Me.btnListBoxCheckable.Tag = "lstbxcheck"
Me.btnListBoxCheckable.UseVisualStyleBackColor = True
'
'btnRadioButton
'
resources.ApplyResources(Me.btnRadioButton, "btnRadioButton")
Me.btnRadioButton.Image = Global.DD_Record_Organiser.My.Resources.Resources.RadioButton_701
Me.btnRadioButton.Name = "btnRadioButton"
Me.btnRadioButton.TabStop = False
Me.btnRadioButton.Tag = "rb"
Me.btnRadioButton.UseVisualStyleBackColor = True
'
'btngb
'
resources.ApplyResources(Me.btngb, "btngb")
Me.btngb.Image = Global.DD_Record_Organiser.My.Resources.Resources.GroupBox_680
Me.btngb.Name = "btngb"
Me.btngb.TabStop = False
Me.btngb.Tag = "gb"
Me.btngb.UseVisualStyleBackColor = True
'
'btnpb
'
resources.ApplyResources(Me.btnpb, "btnpb")
Me.btnpb.Image = Global.DD_Record_Organiser.My.Resources.Resources.ImageListControl_683
Me.btnpb.Name = "btnpb"
Me.btnpb.TabStop = False
Me.btnpb.Tag = "pb"
Me.btnpb.UseVisualStyleBackColor = True
'
'btnTabelle
'
resources.ApplyResources(Me.btnTabelle, "btnTabelle")
Me.btnTabelle.Image = Global.DD_Record_Organiser.My.Resources.Resources.Table_748
Me.btnTabelle.Name = "btnTabelle"
Me.btnTabelle.TabStop = False
Me.btnTabelle.Tag = "dgv"
Me.btnTabelle.UseVisualStyleBackColor = True
'
'btnCheckbox
'
resources.ApplyResources(Me.btnCheckbox, "btnCheckbox")
Me.btnCheckbox.Image = Global.DD_Record_Organiser.My.Resources.Resources.CheckBox_669
Me.btnCheckbox.Name = "btnCheckbox"
Me.btnCheckbox.TabStop = False
Me.btnCheckbox.Tag = "chk"
Me.btnCheckbox.UseVisualStyleBackColor = True
'
'btndtp
'
resources.ApplyResources(Me.btndtp, "btndtp")
Me.btndtp.Image = Global.DD_Record_Organiser.My.Resources.Resources.DateOrTimePicker_675
Me.btndtp.Name = "btndtp"
Me.btndtp.TabStop = False
Me.btndtp.Tag = "dtp"
Me.btndtp.UseVisualStyleBackColor = True
'
'btncmb
'
resources.ApplyResources(Me.btncmb, "btncmb")
Me.btncmb.Image = Global.DD_Record_Organiser.My.Resources.Resources.ComboBox_672
Me.btncmb.Name = "btncmb"
Me.btncmb.TabStop = False
Me.btncmb.Tag = "cmb"
Me.btncmb.UseVisualStyleBackColor = True
'
'btntextbox
'
resources.ApplyResources(Me.btntextbox, "btntextbox")
Me.btntextbox.Image = Global.DD_Record_Organiser.My.Resources.Resources.TextBox_708
Me.btntextbox.Name = "btntextbox"
Me.btntextbox.TabStop = False
Me.btntextbox.Tag = "txt"
Me.btntextbox.UseVisualStyleBackColor = True
'
'btnlabel
'
resources.ApplyResources(Me.btnlabel, "btnlabel")
Me.btnlabel.Image = Global.DD_Record_Organiser.My.Resources.Resources.Label_684
Me.btnlabel.Name = "btnlabel"
Me.btnlabel.TabStop = False
Me.btnlabel.Tag = "lbl"
Me.btnlabel.UseVisualStyleBackColor = True
'
'OFDWindreamsuche
'
resources.ApplyResources(Me.OFDWindreamsuche, "OFDWindreamsuche")
@@ -84,27 +335,63 @@ Partial Class frmLevel_Designer
'
'frmLevel_Designer
'
Me.AllowDrop = True
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.pnlDesigner)
Me.Controls.Add(Me.ToolStrip1)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.SplitContainer1)
Me.Name = "frmLevel_Designer"
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.SplitContainer1.Panel1.ResumeLayout(False)
Me.SplitContainer1.Panel1.PerformLayout()
Me.SplitContainer1.Panel2.ResumeLayout(False)
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainer1.ResumeLayout(False)
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.PerformLayout()
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.TabControl1.ResumeLayout(False)
Me.pageProperties.ResumeLayout(False)
Me.pageProperties.PerformLayout()
Me.StatusStrip2.ResumeLayout(False)
Me.StatusStrip2.PerformLayout()
Me.ToolStrip2.ResumeLayout(False)
Me.ToolStrip2.PerformLayout()
Me.pageControls.ResumeLayout(False)
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox1.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents pnlDesigner As SnapPanelControl.SnapPanel
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
Friend WithEvents lblFormName As System.Windows.Forms.ToolStripLabel
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
Friend WithEvents OFDWindreamsuche As System.Windows.Forms.OpenFileDialog
Friend WithEvents tsstatus As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ttTooltip As System.Windows.Forms.ToolTip
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents pageControls As System.Windows.Forms.TabPage
Friend WithEvents pageProperties As System.Windows.Forms.TabPage
Friend WithEvents StatusStrip2 As System.Windows.Forms.StatusStrip
Friend WithEvents ToolStrip2 As System.Windows.Forms.ToolStrip
Friend WithEvents btnSaveControl As System.Windows.Forms.ToolStripButton
Friend WithEvents btnDeleteControl As System.Windows.Forms.ToolStripButton
Friend WithEvents lblStatus As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents btnListBox As System.Windows.Forms.Button
Friend WithEvents btnListBoxCheckable As System.Windows.Forms.Button
Friend WithEvents btnRadioButton As System.Windows.Forms.Button
Friend WithEvents btngb As System.Windows.Forms.Button
Friend WithEvents btnpb As System.Windows.Forms.Button
Friend WithEvents btnTabelle As System.Windows.Forms.Button
Friend WithEvents btnCheckbox As System.Windows.Forms.Button
Friend WithEvents btndtp As System.Windows.Forms.Button
Friend WithEvents btncmb As System.Windows.Forms.Button
Friend WithEvents btntextbox As System.Windows.Forms.Button
Friend WithEvents btnlabel As System.Windows.Forms.Button
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents btn_addformdata As System.Windows.Forms.Button
Friend WithEvents btn_addtocal As System.Windows.Forms.Button
Friend WithEvents pgControlProperties As System.Windows.Forms.PropertyGrid
Friend WithEvents pnlDesigner As SnapPanelControl.SnapPanel
End Class