You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8947 8e941d3f-bd1b-0410-a28a-d453659cc2b4
303 lines
8.1 KiB
Plaintext
303 lines
8.1 KiB
Plaintext
object Form1: TForm1
|
|
Left = 369
|
|
Height = 686
|
|
Top = 169
|
|
Width = 895
|
|
Caption = 'Form1'
|
|
ClientHeight = 686
|
|
ClientWidth = 895
|
|
LCLVersion = '3.99.0.0'
|
|
OnCreate = FormCreate
|
|
OnDestroy = FormDestroy
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Height = 33
|
|
Top = 0
|
|
Width = 895
|
|
Align = alTop
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ClientHeight = 33
|
|
ClientWidth = 895
|
|
TabOrder = 0
|
|
object VpResourceCombo1: TVpResourceCombo
|
|
AnchorSideLeft.Control = Panel1
|
|
AnchorSideTop.Control = Panel1
|
|
Left = 4
|
|
Height = 23
|
|
Top = 4
|
|
Width = 208
|
|
DataStore = VpFirebirdDatastore1
|
|
Style = csDropDownList
|
|
Borderspacing.Left = 4
|
|
Borderspacing.Top = 4
|
|
Borderspacing.Bottom = 4
|
|
end
|
|
object BtnNewRes: TButton
|
|
AnchorSideLeft.Control = VpResourceCombo1
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Panel1
|
|
Left = 216
|
|
Height = 25
|
|
Top = 4
|
|
Width = 98
|
|
AutoSize = True
|
|
BorderSpacing.Left = 4
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Bottom = 4
|
|
Caption = 'New resource'
|
|
TabOrder = 1
|
|
OnClick = BtnNewResClick
|
|
end
|
|
object BtnEditRes: TButton
|
|
AnchorSideLeft.Control = BtnNewRes
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Panel1
|
|
Left = 318
|
|
Height = 25
|
|
Top = 4
|
|
Width = 94
|
|
AutoSize = True
|
|
BorderSpacing.Left = 4
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Bottom = 4
|
|
Caption = 'Edit resource'
|
|
TabOrder = 2
|
|
OnClick = BtnEditResClick
|
|
end
|
|
object BtnDeleteRes: TButton
|
|
AnchorSideLeft.Control = BtnEditRes
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Panel1
|
|
Left = 416
|
|
Height = 25
|
|
Top = 4
|
|
Width = 107
|
|
AutoSize = True
|
|
BorderSpacing.Left = 4
|
|
BorderSpacing.Top = 4
|
|
BorderSpacing.Bottom = 4
|
|
Caption = 'Delete resource'
|
|
TabOrder = 3
|
|
OnClick = BtnDeleteResClick
|
|
end
|
|
end
|
|
object PageControl1: TPageControl
|
|
Left = 0
|
|
Height = 653
|
|
Top = 33
|
|
Width = 895
|
|
ActivePage = TabSheet1
|
|
Align = alClient
|
|
TabIndex = 0
|
|
TabOrder = 1
|
|
object TabSheet1: TTabSheet
|
|
Caption = 'Events and tasks'
|
|
ClientHeight = 625
|
|
ClientWidth = 887
|
|
object VpDayView1: TVpDayView
|
|
Left = 0
|
|
Height = 625
|
|
Top = 0
|
|
Width = 283
|
|
PopupMenu = VpDayView1.default
|
|
DataStore = VpFirebirdDatastore1
|
|
ControlLink = VpControlLink1
|
|
Align = alLeft
|
|
TabOrder = 0
|
|
AllowDragAndDrop = True
|
|
ShowEventTimes = False
|
|
DrawingStyle = dsFlat
|
|
TimeSlotColors.Active = clWhite
|
|
TimeSlotColors.Inactive = 8454143
|
|
TimeSlotColors.Holiday = 16744703
|
|
TimeSlotColors.Weekend = 16777088
|
|
TimeSlotColors.ActiveRange.RangeBegin = h_00
|
|
TimeSlotColors.ActiveRange.RangeEnd = h_00
|
|
HeadAttributes.Font.Height = -13
|
|
RowHeadAttributes.HourFont.Height = -24
|
|
RowHeadAttributes.MinuteFont.Height = -12
|
|
LineColor = clGray
|
|
DateLabelFormat = 'dddd, mmmm dd, yyyy'
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 288
|
|
Height = 625
|
|
Top = 0
|
|
Width = 339
|
|
Align = alLeft
|
|
BevelOuter = bvNone
|
|
Caption = 'Panel2'
|
|
ClientHeight = 625
|
|
ClientWidth = 339
|
|
TabOrder = 1
|
|
object VpWeekView1: TVpWeekView
|
|
Left = 0
|
|
Height = 379
|
|
Top = 0
|
|
Width = 339
|
|
PopupMenu = VpWeekView1.default
|
|
DataStore = VpFirebirdDatastore1
|
|
ControlLink = VpControlLink1
|
|
AllDayEventAttributes.BackgroundColor = clWindow
|
|
AllDayEventAttributes.EventBorderColor = clGray
|
|
DateLabelFormat = 'dddd, mmmm dd, yyyy'
|
|
DayHeadAttributes.DateFormat = 'dddd mmmm, dd'
|
|
DayHeadAttributes.Font.Height = -13
|
|
DayHeadAttributes.Font.Name = 'Tahoma'
|
|
DrawingStyle = dsFlat
|
|
LineColor = clGray
|
|
WeekStartsOn = dtMonday
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
object VpMonthView1: TVpMonthView
|
|
Left = 0
|
|
Height = 241
|
|
Top = 384
|
|
Width = 339
|
|
PopupMenu = VpMonthView1.default
|
|
DataStore = VpFirebirdDatastore1
|
|
ControlLink = VpControlLink1
|
|
Align = alBottom
|
|
TabOrder = 1
|
|
DayHeadAttributes.Font.Height = -13
|
|
DayHeadAttributes.Font.Name = 'Tahoma'
|
|
DrawingStyle = dsFlat
|
|
OffDayColor = clSilver
|
|
TodayAttributes.Color = clSilver
|
|
TodayAttributes.BorderPen.Color = clRed
|
|
TodayAttributes.BorderPen.Width = 3
|
|
end
|
|
object Splitter2: TSplitter
|
|
Cursor = crVSplit
|
|
Left = 0
|
|
Height = 5
|
|
Top = 379
|
|
Width = 339
|
|
Align = alBottom
|
|
ResizeAnchor = akBottom
|
|
end
|
|
end
|
|
object VpTaskList1: TVpTaskList
|
|
Left = 632
|
|
Height = 625
|
|
Top = 0
|
|
Width = 255
|
|
PopupMenu = VpTaskList1.default
|
|
DataStore = VpFirebirdDatastore1
|
|
ControlLink = VpControlLink1
|
|
Align = alClient
|
|
TabOrder = 2
|
|
DisplayOptions.NormalColor = clBlack
|
|
DrawingStyle = dsFlat
|
|
LineColor = clGray
|
|
TaskHeadAttributes.Color = clSilver
|
|
end
|
|
object Splitter1: TSplitter
|
|
Left = 627
|
|
Height = 625
|
|
Top = 0
|
|
Width = 5
|
|
end
|
|
object Splitter3: TSplitter
|
|
Left = 283
|
|
Height = 625
|
|
Top = 0
|
|
Width = 5
|
|
end
|
|
end
|
|
object TabSheet2: TTabSheet
|
|
Caption = 'Contacts'
|
|
ClientHeight = 625
|
|
ClientWidth = 887
|
|
object VpContactButtonBar1: TVpContactButtonBar
|
|
Left = 0
|
|
Height = 625
|
|
Top = 0
|
|
Width = 40
|
|
DrawingStyle = dsFlat
|
|
RadioStyle = False
|
|
Align = alLeft
|
|
end
|
|
object VpContactGrid1: TVpContactGrid
|
|
Left = 40
|
|
Height = 625
|
|
Top = 0
|
|
Width = 847
|
|
PopupMenu = VpContactGrid1.default
|
|
DataStore = VpFirebirdDatastore1
|
|
ControlLink = VpControlLink1
|
|
Align = alClient
|
|
TabOrder = 1
|
|
ColumnWidth = 200
|
|
DrawingStyle = dsFlat
|
|
end
|
|
end
|
|
end
|
|
object VpControlLink1: TVpControlLink
|
|
DataStore = VpFirebirdDatastore1
|
|
Printer.DayStart = h_08
|
|
Printer.DayEnd = h_05
|
|
Printer.Granularity = gr30Min
|
|
Printer.MarginUnits = imAbsolutePixel
|
|
Printer.PrintFormats = <>
|
|
Left = 136
|
|
Top = 264
|
|
end
|
|
object VpResourceEditDialog1: TVpResourceEditDialog
|
|
Version = 'v1.8.0'
|
|
DataStore = VpFirebirdDatastore1
|
|
Options = []
|
|
Placement.Position = mpCenter
|
|
Placement.Top = 10
|
|
Placement.Left = 10
|
|
Placement.Height = 250
|
|
Placement.Width = 400
|
|
Left = 136
|
|
Top = 335
|
|
end
|
|
object SQLTransaction1: TSQLTransaction
|
|
Active = False
|
|
Action = caCommitRetaining
|
|
Database = IBConnection1
|
|
Left = 256
|
|
Top = 120
|
|
end
|
|
object VpFirebirdDatastore1: TVpFirebirdDatastore
|
|
CategoryColorMap.Category0.Description = 'Category 0'
|
|
CategoryColorMap.Category1.Description = 'Category 1'
|
|
CategoryColorMap.Category2.Description = 'Category 2'
|
|
CategoryColorMap.Category3.Description = 'Category 3'
|
|
CategoryColorMap.Category4.Description = 'Category 4'
|
|
CategoryColorMap.Category5.Description = 'Category 5'
|
|
CategoryColorMap.Category6.Description = 'Category 6'
|
|
CategoryColorMap.Category7.Description = 'Category 7'
|
|
CategoryColorMap.Category8.Description = 'Category 8'
|
|
CategoryColorMap.Category9.Description = 'Category 9'
|
|
HiddenCategories.BackgroundColor = clSilver
|
|
HiddenCategories.Color = clGray
|
|
Connection = IBConnection1
|
|
AutoCreate = False
|
|
Left = 136
|
|
Top = 200
|
|
end
|
|
object IBConnection1: TIBConnection
|
|
Connected = False
|
|
LoginPrompt = False
|
|
KeepConnection = False
|
|
Transaction = SQLTransaction1
|
|
CheckTransactionParams = False
|
|
UseConnectionCharSetIfNone = False
|
|
Left = 136
|
|
Top = 120
|
|
end
|
|
object SQLQuery1: TSQLQuery
|
|
FieldDefs = <>
|
|
Params = <>
|
|
Macros = <>
|
|
Left = 149
|
|
Top = 512
|
|
end
|
|
end
|