Componentes.Terceros.DevExp.../official/x.26/ExpressScheduler 2/Demos/Delphi/DemoBasicMain.dfm
2007-09-09 11:27:27 +00:00

418 lines
11 KiB
Plaintext

object DemoBasicMainForm: TDemoBasicMainForm
Left = 300
Top = 150
Width = 700
Height = 550
Caption = 'ExpressScheduler DemoBasic Demo'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = mmMain
Position = poScreenCenter
WindowState = wsMaximized
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lbDescrip: TLabel
Left = 0
Top = 0
Width = 692
Height = 32
Align = alTop
Caption = 'Brief purpose of the demo'#10#13'That'#39's it'
Color = 4707838
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
WordWrap = True
end
object Scheduler: TcxScheduler
Left = 0
Top = 32
Width = 692
Height = 446
DateNavigator.RowCount = 2
ViewDay.Active = True
ViewDay.TimeRulerMinutes = True
Align = alClient
ControlBox.Control = pnlControls
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
LookAndFeel.Kind = lfOffice11
TabOrder = 0
Splitters = {
24020000FC000000B3020000010100001F0200000100000024020000BD010000}
StoredClientBounds = {0100000001000000B3020000BD010000}
object pnlControls: TPanel
Left = 0
Top = 0
Width = 143
Height = 188
Align = alClient
BevelOuter = bvNone
Color = clWindow
TabOrder = 0
object Memo1: TMemo
Left = 0
Top = 0
Width = 143
Height = 188
Align = alClient
BorderStyle = bsNone
Lines.Strings = (
'Your controls can be placed '
'here')
TabOrder = 0
end
end
end
object StatusBar: TStatusBar
Left = 0
Top = 478
Width = 692
Height = 19
Panels = <>
SimplePanel = True
end
object mmMain: TMainMenu
Left = 424
Top = 8
object miFile: TMenuItem
Caption = '&File'
object Exportto1: TMenuItem
Caption = 'Export'
object Separator2: TMenuItem
Caption = '-'
end
object Excel1: TMenuItem
Tag = 1
Caption = 'Excel'
OnClick = ExportToClick
end
object ext1: TMenuItem
Tag = 2
Caption = 'Text'
OnClick = ExportToClick
end
object Html1: TMenuItem
Tag = 3
Caption = 'Html'
OnClick = ExportToClick
end
object Xml1: TMenuItem
Tag = 4
Caption = 'Xml'
OnClick = ExportToClick
end
end
object Outlooksynchronization1: TMenuItem
Caption = 'Synchronization'
object Outlook1: TMenuItem
Caption = 'Scheduler with Outlook'
OnClick = SyncClick
end
object Outlook2: TMenuItem
Tag = 1
Caption = 'Outlook with Scheduler'
OnClick = SyncClick
end
end
object Separator1: TMenuItem
Caption = '-'
end
object miExit: TMenuItem
Caption = 'E&xit'
Hint = 'Press to quit the demo-program'
ShortCut = 32856
OnClick = FileExitExecute
end
end
object miView: TMenuItem
Caption = '&View'
object miDay: TMenuItem
Caption = 'Day'
GroupIndex = 1
OnClick = ViewModeClick
end
object miWorkweek: TMenuItem
Tag = 1
Caption = 'Wo&rk week'
GroupIndex = 1
OnClick = ViewModeClick
end
object miWeek: TMenuItem
Tag = 2
Caption = 'Week'
GroupIndex = 1
OnClick = ViewModeClick
end
object miMonth: TMenuItem
Tag = 3
Caption = 'Month'
GroupIndex = 1
OnClick = ViewModeClick
end
object miTimeGrid: TMenuItem
Tag = 4
Caption = 'TimeGrid'
GroupIndex = 1
OnClick = ViewModeClick
end
object miYear: TMenuItem
Tag = 5
Caption = 'Year'
GroupIndex = 1
OnClick = ViewModeClick
end
object N3: TMenuItem
Caption = '-'
GroupIndex = 1
end
object miGotoDate: TMenuItem
Tag = 4
Caption = 'Go to date...'
GroupIndex = 1
ShortCut = 16455
OnClick = miGotoDateClick
end
object N2: TMenuItem
Caption = '-'
GroupIndex = 1
end
object miViewDateNavigator: TMenuItem
Caption = 'Date Navigator'
Checked = True
GroupIndex = 1
OnClick = ViewClick
end
object miControlBox: TMenuItem
Tag = 1
Caption = 'Control Box'
Checked = True
GroupIndex = 1
OnClick = ViewClick
end
object miViewposition: TMenuItem
Caption = 'View position'
GroupIndex = 1
object miAtLeft: TMenuItem
Caption = 'at Left'
Checked = True
RadioItem = True
OnClick = ViewPositionClick
end
object miAtRight: TMenuItem
Tag = 1
Caption = 'at Right'
RadioItem = True
OnClick = ViewPositionClick
end
end
end
object Options1: TMenuItem
Caption = 'Options'
object miDay1: TMenuItem
Caption = '&Day'
GroupIndex = 1
object miAllDayContainer: TMenuItem
Caption = 'All day events container'
Checked = True
OnClick = miDaySettingsClick
end
object Alwaysshoweventtime1: TMenuItem
Tag = 1
Caption = 'Always show event time'
OnClick = miDaySettingsClick
end
object miWorktimeonly: TMenuItem
Tag = 2
Caption = 'Work time only'
GroupIndex = 1
OnClick = miDaySettingsClick
end
object Displayminutesontimeruler1: TMenuItem
Tag = 3
Caption = 'Display minutes on time ruler'
Checked = True
GroupIndex = 1
OnClick = miDaySettingsClick
end
end
object miWeek1: TMenuItem
Tag = 2
Caption = '&Week'
GroupIndex = 1
object miWeekCompressWeekends: TMenuItem
Caption = 'Compress weekends'
Checked = True
OnClick = miWeekCompressWeekendsClick
end
object miSingleColumn: TMenuItem
Tag = 1
Caption = 'Single column'
OnClick = miWeekViewClick
end
end
object miMonth1: TMenuItem
Tag = 3
Caption = '&Month'
GroupIndex = 1
object miCompressweekends: TMenuItem
Caption = 'Compress weekends'
Checked = True
OnClick = miCompressweekendsClick
end
end
object miTimeGrid1: TMenuItem
Tag = 4
Caption = '&TimeGrid'
GroupIndex = 1
object miTimeWorktimeonly: TMenuItem
Caption = 'Work time only'
OnClick = miTimeWorktimeonlyClick
end
end
object miYear1: TMenuItem
Tag = 5
Caption = '&Year'
GroupIndex = 1
object Alldayeventsonly1: TMenuItem
Caption = 'All day events only'
OnClick = AlldayeventsonlyClick
end
end
end
object miEventsOpt: TMenuItem
Caption = 'Events'
object miIntersection: TMenuItem
Caption = 'Intersection'
Checked = True
OnClick = miIntersectionClick
end
object miSharing: TMenuItem
Caption = 'Sharing between resources'
OnClick = miSharingClick
end
end
object Resources1: TMenuItem
Caption = 'Resources'
object GroupBy1: TMenuItem
Caption = 'GroupBy'
object miGroupByNone: TMenuItem
Caption = 'None'
GroupIndex = 1
RadioItem = True
OnClick = miGroupByClick
end
object miGroupByResources: TMenuItem
Tag = 1
Caption = 'Resource'
Checked = True
GroupIndex = 1
RadioItem = True
OnClick = miGroupByClick
end
object miGroupByDate: TMenuItem
Tag = 2
Caption = 'Date'
GroupIndex = 1
RadioItem = True
OnClick = miGroupByClick
end
end
object Resourcelayout1: TMenuItem
Caption = 'Layout editor...'
OnClick = Resourcelayout1Click
end
object N4: TMenuItem
Caption = '-'
end
object miResPerPage: TMenuItem
Caption = 'Resources per page'
object miAllResPerPage: TMenuItem
Caption = 'All'
OnClick = miResCountClick
end
object miSeparator: TMenuItem
Caption = '-'
end
object miOneResPerPage: TMenuItem
Tag = 1
Caption = '1'
OnClick = miResCountClick
end
object miTwoResPerPage: TMenuItem
Tag = 2
Caption = '2'
OnClick = miResCountClick
end
object miThreeResPerPage: TMenuItem
Tag = 3
Caption = '3'
OnClick = miResCountClick
end
end
end
object miLookFeel: TMenuItem
Caption = '&Look&&Feel'
object Kind1: TMenuItem
Caption = '&Kind'
object miFlat: TMenuItem
Caption = '&Flat'
RadioItem = True
OnClick = LookAndFeelChange
end
object miStandard: TMenuItem
Tag = 1
Caption = '&Standard'
RadioItem = True
OnClick = LookAndFeelChange
end
object miUltraFlat: TMenuItem
Tag = 2
Caption = '&Ultra Flat'
RadioItem = True
OnClick = LookAndFeelChange
end
object Office111: TMenuItem
Tag = 3
Caption = 'Office11'
Checked = True
RadioItem = True
OnClick = LookAndFeelChange
end
end
object miNativeStyle: TMenuItem
Tag = 4
Caption = '&NativeStyle'
OnClick = LookAndFeelChange
end
end
object miAbout: TMenuItem
Caption = '&About this demo'
Hint = 'Displays the brief description of the current demo features'
OnClick = miAboutClick
end
end
object Timer1: TTimer
Interval = 100
OnTimer = Timer1Timer
Left = 464
Top = 8
end
object SaveDialog: TSaveDialog
Left = 504
Top = 8
end
end