This commit is contained in:
SchreiberM
2017-02-08 09:46:55 +01:00
parent acc6e2ebb3
commit a815c8ab5d
3 changed files with 12 additions and 9 deletions

View File

@@ -95,10 +95,10 @@ Partial Class frmCalendar
'SchedulerControl1
'
Me.SchedulerControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SchedulerControl1.Location = New System.Drawing.Point(0, 140)
Me.SchedulerControl1.Location = New System.Drawing.Point(0, 141)
Me.SchedulerControl1.MenuManager = Me.ribbonCalendar
Me.SchedulerControl1.Name = "SchedulerControl1"
Me.SchedulerControl1.Size = New System.Drawing.Size(926, 457)
Me.SchedulerControl1.Size = New System.Drawing.Size(926, 456)
Me.SchedulerControl1.Start = New Date(2014, 12, 23, 0, 0, 0, 0)
Me.SchedulerControl1.Storage = Me.SchedulerStorage1
Me.SchedulerControl1.TabIndex = 0
@@ -118,7 +118,7 @@ Partial Class frmCalendar
Me.ribbonCalendar.PageCategories.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageCategory() {Me.CalendarToolsRibbonPageCategory1})
Me.ribbonCalendar.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.pageCalendar})
Me.ribbonCalendar.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemSpinEdit1, Me.RepositoryItemDuration1})
Me.ribbonCalendar.Size = New System.Drawing.Size(926, 140)
Me.ribbonCalendar.Size = New System.Drawing.Size(926, 141)
'
'SwitchToDayViewItem1
'
@@ -484,8 +484,9 @@ Partial Class frmCalendar
Me.ClientSize = New System.Drawing.Size(926, 597)
Me.Controls.Add(Me.SchedulerControl1)
Me.Controls.Add(Me.ribbonCalendar)
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Name = "frmCalendar"
Me.Text = "Kalender Ansicht - Brainpool"
Me.Text = "Kalender Ansicht"
CType(Me.SchedulerControl1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.ribbonCalendar, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.RepositoryItemSpinEdit1, System.ComponentModel.ISupportInitialize).EndInit()