This commit is contained in:
SchreiberM
2016-06-01 13:09:57 +02:00
parent e74b44e1e9
commit 6caf74d671
12 changed files with 3341 additions and 3102 deletions

View File

@@ -27,6 +27,8 @@ Partial Class frmChooseParentRecord
Me.Label1 = New System.Windows.Forms.Label()
Me.GridControl = New DevExpress.XtraGrid.GridControl()
Me.GridView = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.btnAddLink = New System.Windows.Forms.Button()
Me.btncancel = New System.Windows.Forms.Button()
Me.Panel1.SuspendLayout()
CType(Me.GridControl, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridView, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -34,39 +36,43 @@ Partial Class frmChooseParentRecord
'
'Panel1
'
resources.ApplyResources(Me.Panel1, "Panel1")
Me.Panel1.Controls.Add(Me.Label1)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(964, 34)
Me.Panel1.TabIndex = 0
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 9)
resources.ApplyResources(Me.Label1, "Label1")
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(557, 15)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Bitte wählen Sie einen gültigen Parentdatensatz für den neu zu erstellenden bzw. " & _
"den aktuellen Datensatz"
'
'GridControl
'
Me.GridControl.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GridControl.Location = New System.Drawing.Point(4, 37)
resources.ApplyResources(Me.GridControl, "GridControl")
Me.GridControl.EmbeddedNavigator.AccessibleDescription = resources.GetString("GridControl.EmbeddedNavigator.AccessibleDescription")
Me.GridControl.EmbeddedNavigator.AccessibleName = resources.GetString("GridControl.EmbeddedNavigator.AccessibleName")
Me.GridControl.EmbeddedNavigator.AllowHtmlTextInToolTip = CType(resources.GetObject("GridControl.EmbeddedNavigator.AllowHtmlTextInToolTip"), DevExpress.Utils.DefaultBoolean)
Me.GridControl.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridControl.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles)
Me.GridControl.EmbeddedNavigator.BackgroundImage = CType(resources.GetObject("GridControl.EmbeddedNavigator.BackgroundImage"), System.Drawing.Image)
Me.GridControl.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridControl.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout)
Me.GridControl.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridControl.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode)
Me.GridControl.EmbeddedNavigator.MaximumSize = CType(resources.GetObject("GridControl.EmbeddedNavigator.MaximumSize"), System.Drawing.Size)
Me.GridControl.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridControl.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation)
Me.GridControl.EmbeddedNavigator.ToolTip = resources.GetString("GridControl.EmbeddedNavigator.ToolTip")
Me.GridControl.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridControl.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType)
Me.GridControl.EmbeddedNavigator.ToolTipTitle = resources.GetString("GridControl.EmbeddedNavigator.ToolTipTitle")
Me.GridControl.MainView = Me.GridView
Me.GridControl.Name = "GridControl"
Me.GridControl.Size = New System.Drawing.Size(955, 393)
Me.GridControl.TabIndex = 1
Me.GridControl.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView})
'
'GridView
'
Me.GridView.Appearance.EvenRow.BackColor = System.Drawing.Color.Aqua
Me.GridView.Appearance.EvenRow.BackColor = CType(resources.GetObject("GridView.Appearance.EvenRow.BackColor"), System.Drawing.Color)
Me.GridView.Appearance.EvenRow.FontSizeDelta = CType(resources.GetObject("GridView.Appearance.EvenRow.FontSizeDelta"), Integer)
Me.GridView.Appearance.EvenRow.FontStyleDelta = CType(resources.GetObject("GridView.Appearance.EvenRow.FontStyleDelta"), System.Drawing.FontStyle)
Me.GridView.Appearance.EvenRow.GradientMode = CType(resources.GetObject("GridView.Appearance.EvenRow.GradientMode"), System.Drawing.Drawing2D.LinearGradientMode)
Me.GridView.Appearance.EvenRow.Image = CType(resources.GetObject("GridView.Appearance.EvenRow.Image"), System.Drawing.Image)
Me.GridView.Appearance.EvenRow.Options.UseBackColor = True
resources.ApplyResources(Me.GridView, "GridView")
Me.GridView.GridControl = Me.GridControl
Me.GridView.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always
Me.GridView.Name = "GridView"
@@ -85,17 +91,29 @@ Partial Class frmChooseParentRecord
Me.GridView.OptionsView.ShowAutoFilterRow = True
Me.GridView.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always
'
'btnAddLink
'
resources.ApplyResources(Me.btnAddLink, "btnAddLink")
Me.btnAddLink.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_link
Me.btnAddLink.Name = "btnAddLink"
Me.btnAddLink.UseVisualStyleBackColor = True
'
'btncancel
'
resources.ApplyResources(Me.btncancel, "btncancel")
Me.btncancel.Image = Global.DD_Record_Organiser.My.Resources.Resources.cancel1
Me.btncancel.Name = "btncancel"
Me.btncancel.UseVisualStyleBackColor = True
'
'frmChooseParentRecord
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(964, 471)
Me.Controls.Add(Me.btncancel)
Me.Controls.Add(Me.btnAddLink)
Me.Controls.Add(Me.GridControl)
Me.Controls.Add(Me.Panel1)
Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmChooseParentRecord"
Me.Text = "Choose a parent record"
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
CType(Me.GridControl, System.ComponentModel.ISupportInitialize).EndInit()
@@ -107,4 +125,6 @@ Partial Class frmChooseParentRecord
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents GridControl As DevExpress.XtraGrid.GridControl
Friend WithEvents GridView As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents btnAddLink As System.Windows.Forms.Button
Friend WithEvents btncancel As System.Windows.Forms.Button
End Class