2023-01-15 23:25:52 +00:00
|
|
|
object MainForm: TMainForm
|
|
|
|
Left = 319
|
|
|
|
Height = 600
|
|
|
|
Top = 125
|
2023-10-08 22:41:21 +00:00
|
|
|
Width = 865
|
2023-01-15 23:25:52 +00:00
|
|
|
Caption = 'MainForm'
|
|
|
|
ClientHeight = 600
|
2023-10-08 22:41:21 +00:00
|
|
|
ClientWidth = 865
|
|
|
|
LCLVersion = '3.99.0.0'
|
2023-01-15 23:25:52 +00:00
|
|
|
OnCreate = FormCreate
|
|
|
|
object Splitter1: TSplitter
|
|
|
|
Cursor = crVSplit
|
|
|
|
Left = 0
|
|
|
|
Height = 5
|
2023-01-16 12:51:43 +00:00
|
|
|
Top = 240
|
2023-10-08 22:41:21 +00:00
|
|
|
Width = 865
|
2023-01-15 23:25:52 +00:00
|
|
|
Align = alTop
|
|
|
|
ResizeAnchor = akTop
|
|
|
|
end
|
|
|
|
object Panel1: TPanel
|
|
|
|
Left = 0
|
|
|
|
Height = 66
|
2023-01-16 12:51:43 +00:00
|
|
|
Top = 534
|
2023-10-08 22:41:21 +00:00
|
|
|
Width = 865
|
2023-01-16 12:51:43 +00:00
|
|
|
Align = alBottom
|
2023-01-15 23:25:52 +00:00
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 66
|
2023-10-08 22:41:21 +00:00
|
|
|
ClientWidth = 865
|
2023-01-15 23:25:52 +00:00
|
|
|
TabOrder = 1
|
2023-10-09 22:53:18 +00:00
|
|
|
object btnAllEvents: TButton
|
2023-01-16 12:51:43 +00:00
|
|
|
AnchorSideLeft.Control = Panel1
|
|
|
|
AnchorSideTop.Control = Panel1
|
|
|
|
Left = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Height = 25
|
2023-01-16 12:51:43 +00:00
|
|
|
Top = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Width = 77
|
|
|
|
AutoSize = True
|
2023-01-16 12:51:43 +00:00
|
|
|
BorderSpacing.Around = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Caption = 'All events'
|
|
|
|
TabOrder = 0
|
2023-10-09 22:53:18 +00:00
|
|
|
OnClick = btnAllEventsClick
|
2023-01-15 23:25:52 +00:00
|
|
|
end
|
2023-10-09 22:53:18 +00:00
|
|
|
object btnWeekOfSelDate: TButton
|
|
|
|
AnchorSideLeft.Control = btnAllEvents
|
2023-01-16 12:51:43 +00:00
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Panel1
|
|
|
|
Left = 89
|
2023-01-15 23:25:52 +00:00
|
|
|
Height = 25
|
2023-01-16 12:51:43 +00:00
|
|
|
Top = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Width = 167
|
|
|
|
AutoSize = True
|
2023-01-16 12:51:43 +00:00
|
|
|
BorderSpacing.Around = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Caption = 'Week of selected date only'
|
|
|
|
TabOrder = 1
|
2023-10-09 22:53:18 +00:00
|
|
|
OnClick = btnWeekOfSelDateClick
|
2023-01-15 23:25:52 +00:00
|
|
|
end
|
2023-10-09 22:53:18 +00:00
|
|
|
object btnMonthOfSelDate: TButton
|
|
|
|
AnchorSideLeft.Control = btnWeekOfSelDate
|
2023-01-16 12:51:43 +00:00
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Panel1
|
|
|
|
Left = 262
|
2023-01-15 23:25:52 +00:00
|
|
|
Height = 25
|
2023-01-16 12:51:43 +00:00
|
|
|
Top = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Width = 174
|
|
|
|
AutoSize = True
|
2023-01-16 12:51:43 +00:00
|
|
|
BorderSpacing.Around = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Caption = 'Month of selected date only'
|
|
|
|
TabOrder = 2
|
2023-10-09 22:53:18 +00:00
|
|
|
OnClick = btnMonthOfSelDateClick
|
2023-01-15 23:25:52 +00:00
|
|
|
end
|
|
|
|
object CheckBox1: TCheckBox
|
2023-10-09 22:53:18 +00:00
|
|
|
AnchorSideLeft.Control = btnMonthOfSelDate
|
2023-01-16 12:51:43 +00:00
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Panel1
|
2023-01-15 23:25:52 +00:00
|
|
|
Left = 456
|
|
|
|
Height = 19
|
2023-01-16 12:51:43 +00:00
|
|
|
Top = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Width = 102
|
2023-01-16 12:51:43 +00:00
|
|
|
BorderSpacing.Left = 20
|
|
|
|
BorderSpacing.Top = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Caption = 'Show weekends'
|
|
|
|
Checked = True
|
|
|
|
State = cbChecked
|
|
|
|
TabOrder = 3
|
2023-10-08 22:41:21 +00:00
|
|
|
OnChange = CheckBox1Change
|
2023-01-15 23:25:52 +00:00
|
|
|
end
|
|
|
|
object CheckGroup1: TCheckGroup
|
2023-01-16 12:51:43 +00:00
|
|
|
AnchorSideTop.Control = Panel1
|
|
|
|
AnchorSideBottom.Control = Panel1
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2023-01-15 23:25:52 +00:00
|
|
|
Left = 581
|
2023-01-16 12:51:43 +00:00
|
|
|
Height = 54
|
|
|
|
Top = 6
|
2023-10-08 22:41:21 +00:00
|
|
|
Width = 241
|
2023-01-16 12:51:43 +00:00
|
|
|
Anchors = [akTop, akLeft, akBottom]
|
2023-01-15 23:25:52 +00:00
|
|
|
AutoFill = True
|
2023-10-08 22:41:21 +00:00
|
|
|
AutoSize = True
|
2023-01-16 12:51:43 +00:00
|
|
|
BorderSpacing.Around = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Caption = 'Show headers'
|
|
|
|
ChildSizing.LeftRightSpacing = 6
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
2023-10-08 22:41:21 +00:00
|
|
|
ChildSizing.HorizontalSpacing = 12
|
2023-01-15 23:25:52 +00:00
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
2023-10-08 22:41:21 +00:00
|
|
|
ChildSizing.ControlsPerLine = 4
|
2023-01-16 12:51:43 +00:00
|
|
|
ClientHeight = 34
|
2023-10-08 22:41:21 +00:00
|
|
|
ClientWidth = 237
|
|
|
|
Columns = 4
|
2023-01-15 23:25:52 +00:00
|
|
|
Items.Strings = (
|
|
|
|
'Month'
|
|
|
|
'Week'
|
|
|
|
'Day'
|
2023-10-08 22:41:21 +00:00
|
|
|
'Hours'
|
2023-01-15 23:25:52 +00:00
|
|
|
)
|
|
|
|
TabOrder = 4
|
2023-10-08 22:41:21 +00:00
|
|
|
OnItemClick = CheckGroup1ItemClick
|
2023-01-15 23:25:52 +00:00
|
|
|
Data = {
|
2023-10-08 22:41:21 +00:00
|
|
|
0400000002020202
|
2023-01-15 23:25:52 +00:00
|
|
|
}
|
|
|
|
end
|
|
|
|
object CheckBox2: TCheckBox
|
2023-01-16 12:51:43 +00:00
|
|
|
AnchorSideLeft.Control = CheckBox1
|
|
|
|
AnchorSideTop.Control = CheckBox1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2023-01-15 23:25:52 +00:00
|
|
|
Left = 456
|
|
|
|
Height = 19
|
2023-01-16 12:51:43 +00:00
|
|
|
Top = 31
|
2023-01-15 23:25:52 +00:00
|
|
|
Width = 32
|
2023-01-16 12:51:43 +00:00
|
|
|
BorderSpacing.Top = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Caption = '3D'
|
|
|
|
Checked = True
|
|
|
|
State = cbChecked
|
|
|
|
TabOrder = 5
|
2023-10-08 22:41:21 +00:00
|
|
|
OnChange = CheckBox2Change
|
2023-01-15 23:25:52 +00:00
|
|
|
end
|
|
|
|
object Button4: TButton
|
2023-01-16 12:51:43 +00:00
|
|
|
AnchorSideLeft.Control = Panel1
|
2023-10-09 22:53:18 +00:00
|
|
|
AnchorSideTop.Control = btnAllEvents
|
2023-01-16 12:51:43 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 37
|
|
|
|
Width = 129
|
|
|
|
AutoSize = True
|
2023-01-16 12:51:43 +00:00
|
|
|
BorderSpacing.Around = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Caption = 'Edit Print Formats...'
|
|
|
|
TabOrder = 6
|
2023-10-08 22:41:21 +00:00
|
|
|
OnClick = Button4Click
|
2023-01-15 23:25:52 +00:00
|
|
|
end
|
|
|
|
object Button5: TButton
|
2023-01-16 12:51:43 +00:00
|
|
|
AnchorSideLeft.Control = Button4
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
2023-10-09 22:53:18 +00:00
|
|
|
AnchorSideTop.Control = btnAllEvents
|
2023-01-16 12:51:43 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 141
|
2023-01-15 23:25:52 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 37
|
|
|
|
Width = 104
|
|
|
|
AutoSize = True
|
2023-01-16 12:51:43 +00:00
|
|
|
BorderSpacing.Around = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Caption = 'Print Preview...'
|
|
|
|
TabOrder = 7
|
2023-10-08 22:41:21 +00:00
|
|
|
OnClick = Button5Click
|
2023-01-15 23:25:52 +00:00
|
|
|
end
|
|
|
|
object Button6: TButton
|
2023-01-16 12:51:43 +00:00
|
|
|
AnchorSideLeft.Control = Button5
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
2023-10-09 22:53:18 +00:00
|
|
|
AnchorSideTop.Control = btnAllEvents
|
2023-01-16 12:51:43 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 251
|
2023-01-15 23:25:52 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 37
|
|
|
|
Width = 51
|
|
|
|
AutoSize = True
|
2023-01-16 12:51:43 +00:00
|
|
|
BorderSpacing.Around = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
Caption = 'Print'
|
|
|
|
TabOrder = 8
|
2023-10-08 22:41:21 +00:00
|
|
|
OnClick = Button6Click
|
2023-01-15 23:25:52 +00:00
|
|
|
end
|
|
|
|
object VpPrintFormatComboBox1: TVpPrintFormatComboBox
|
2023-01-16 12:51:43 +00:00
|
|
|
AnchorSideLeft.Control = Button6
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Button6
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 308
|
2023-01-15 23:25:52 +00:00
|
|
|
Height = 23
|
2023-01-16 12:51:43 +00:00
|
|
|
Top = 38
|
2023-01-15 23:25:52 +00:00
|
|
|
Width = 126
|
|
|
|
ControlLink = VpControlLink1
|
2023-01-16 12:51:43 +00:00
|
|
|
Borderspacing.Around = 6
|
2023-01-15 23:25:52 +00:00
|
|
|
ItemHeight = 15
|
|
|
|
Sorted = True
|
|
|
|
TabOrder = 9
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object Panel2: TPanel
|
|
|
|
Left = 0
|
|
|
|
Height = 240
|
2023-01-16 12:51:43 +00:00
|
|
|
Top = 0
|
2023-10-08 22:41:21 +00:00
|
|
|
Width = 865
|
2023-01-15 23:25:52 +00:00
|
|
|
Align = alTop
|
|
|
|
Caption = 'Panel2'
|
|
|
|
ClientHeight = 240
|
2023-10-08 22:41:21 +00:00
|
|
|
ClientWidth = 865
|
2023-01-15 23:25:52 +00:00
|
|
|
TabOrder = 2
|
|
|
|
object VpMonthView1: TVpMonthView
|
2023-10-08 22:41:21 +00:00
|
|
|
Left = 486
|
2023-01-15 23:25:52 +00:00
|
|
|
Height = 238
|
|
|
|
Top = 1
|
|
|
|
Width = 378
|
|
|
|
PopupMenu = VpMonthView1.default
|
|
|
|
DataStore = VpIniDatastore1
|
|
|
|
ControlLink = VpControlLink1
|
|
|
|
Align = alRight
|
|
|
|
TabOrder = 0
|
|
|
|
TodayAttributes.BorderPen.Color = clRed
|
|
|
|
TodayAttributes.BorderPen.Width = 3
|
|
|
|
end
|
|
|
|
object VpDayView1: TVpDayView
|
|
|
|
Left = 1
|
|
|
|
Height = 238
|
|
|
|
Top = 1
|
2023-10-08 22:41:21 +00:00
|
|
|
Width = 480
|
2023-01-15 23:25:52 +00:00
|
|
|
PopupMenu = VpDayView1.default
|
|
|
|
DataStore = VpIniDatastore1
|
|
|
|
ControlLink = VpControlLink1
|
|
|
|
Align = alClient
|
|
|
|
TabOrder = 1
|
|
|
|
TimeSlotColors.Active = clWhite
|
|
|
|
TimeSlotColors.ActiveRange.RangeBegin = h_00
|
|
|
|
TimeSlotColors.ActiveRange.RangeEnd = h_00
|
|
|
|
HeadAttributes.Font.Height = -13
|
|
|
|
RowHeadAttributes.HourFont.Height = -24
|
|
|
|
RowHeadAttributes.MinuteFont.Height = -12
|
|
|
|
NumDays = 2
|
|
|
|
end
|
|
|
|
object Splitter2: TSplitter
|
2023-10-08 22:41:21 +00:00
|
|
|
Left = 481
|
2023-01-15 23:25:52 +00:00
|
|
|
Height = 238
|
|
|
|
Top = 1
|
|
|
|
Width = 5
|
|
|
|
Align = alRight
|
|
|
|
ResizeAnchor = akRight
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object VpControlLink1: TVpControlLink
|
|
|
|
DataStore = VpIniDatastore1
|
|
|
|
Printer.DayStart = h_08
|
|
|
|
Printer.DayEnd = h_05
|
|
|
|
Printer.Granularity = gr60Min
|
|
|
|
Printer.MarginUnits = imAbsolutePixel
|
|
|
|
Printer.PrintFormats = <
|
|
|
|
item
|
2023-10-08 22:41:21 +00:00
|
|
|
Version = 'v1.8.0'
|
2023-01-15 23:25:52 +00:00
|
|
|
DayInc = 0
|
|
|
|
DayIncUnits = duDay
|
|
|
|
Elements = <
|
|
|
|
item
|
2023-10-08 22:41:21 +00:00
|
|
|
Version = 'v1.8.0'
|
2023-01-15 23:25:52 +00:00
|
|
|
DayOffset = 0
|
|
|
|
DayOffsetUnits = duDay
|
|
|
|
ElementName = 'GanttView'
|
|
|
|
Height = 100
|
|
|
|
ItemType = itGanttView
|
|
|
|
Left = 0
|
|
|
|
Shape.Shape = ustRectangle
|
|
|
|
Top = 0
|
|
|
|
Width = 100
|
|
|
|
end>
|
|
|
|
FormatName = 'Gantt Portrait 0°'
|
|
|
|
end
|
|
|
|
item
|
2023-10-08 22:41:21 +00:00
|
|
|
Version = 'v1.8.0'
|
2023-01-15 23:25:52 +00:00
|
|
|
DayInc = 0
|
|
|
|
DayIncUnits = duDay
|
|
|
|
Elements = <
|
|
|
|
item
|
2023-10-08 22:41:21 +00:00
|
|
|
Version = 'v1.8.0'
|
2023-01-15 23:25:52 +00:00
|
|
|
DayOffset = 0
|
|
|
|
DayOffsetUnits = duDay
|
|
|
|
ElementName = 'GanttView rotated 270°'
|
|
|
|
Height = 100
|
|
|
|
ItemType = itGanttView
|
|
|
|
Left = 0
|
|
|
|
Rotation = ra270
|
|
|
|
Shape.Shape = ustRectangle
|
|
|
|
Top = 0
|
|
|
|
Width = 100
|
|
|
|
end>
|
|
|
|
FormatName = 'Gantt Landscape 270°'
|
|
|
|
end
|
|
|
|
item
|
2023-10-08 22:41:21 +00:00
|
|
|
Version = 'v1.8.0'
|
2023-01-15 23:25:52 +00:00
|
|
|
DayInc = 0
|
|
|
|
DayIncUnits = duDay
|
|
|
|
Elements = <
|
|
|
|
item
|
2023-10-08 22:41:21 +00:00
|
|
|
Version = 'v1.8.0'
|
2023-01-15 23:25:52 +00:00
|
|
|
DayOffset = 0
|
|
|
|
DayOffsetUnits = duDay
|
|
|
|
ElementName = 'GanttView rotated 90°'
|
|
|
|
Height = 100
|
|
|
|
ItemType = itGanttView
|
|
|
|
Left = 0
|
|
|
|
Rotation = ra90
|
|
|
|
Shape.Shape = ustRectangle
|
|
|
|
Top = 0
|
|
|
|
Width = 100
|
|
|
|
end>
|
|
|
|
FormatName = 'Gantt Landscape 90°'
|
|
|
|
end
|
|
|
|
item
|
2023-10-08 22:41:21 +00:00
|
|
|
Version = 'v1.8.0'
|
2023-01-15 23:25:52 +00:00
|
|
|
DayInc = 10
|
|
|
|
DayIncUnits = duDay
|
|
|
|
Elements = <
|
|
|
|
item
|
2023-10-08 22:41:21 +00:00
|
|
|
Version = 'v1.8.0'
|
2023-01-15 23:25:52 +00:00
|
|
|
DayOffset = 0
|
|
|
|
DayOffsetUnits = duDay
|
|
|
|
ElementName = 'GantView'
|
|
|
|
Height = 100
|
|
|
|
ItemType = itGanttView
|
|
|
|
Left = 0
|
|
|
|
Shape.Shape = ustRectangle
|
|
|
|
Top = 0
|
|
|
|
Width = 100
|
|
|
|
end>
|
|
|
|
FormatName = 'Gantt inc 10d'
|
|
|
|
end>
|
2023-01-16 12:51:43 +00:00
|
|
|
Left = 288
|
|
|
|
Top = 296
|
2023-01-15 23:25:52 +00:00
|
|
|
end
|
|
|
|
object VpIniDatastore1: TVpIniDatastore
|
|
|
|
CategoryColorMap.Category0.BackgroundColor = clSkyBlue
|
|
|
|
CategoryColorMap.Category0.Description = 'Category 0'
|
|
|
|
CategoryColorMap.Category0.UseForAllDayEvents = True
|
|
|
|
CategoryColorMap.Category1.BackgroundColor = 8421631
|
|
|
|
CategoryColorMap.Category1.Description = 'Category 1'
|
|
|
|
CategoryColorMap.Category1.UseForAllDayEvents = True
|
|
|
|
CategoryColorMap.Category2.BackgroundColor = clYellow
|
|
|
|
CategoryColorMap.Category2.Color = clOlive
|
|
|
|
CategoryColorMap.Category2.Description = 'Category 2'
|
|
|
|
CategoryColorMap.Category2.UseForAllDayEvents = True
|
|
|
|
CategoryColorMap.Category3.BackgroundColor = clLime
|
|
|
|
CategoryColorMap.Category3.Color = clGreen
|
|
|
|
CategoryColorMap.Category3.Description = 'Category 3'
|
|
|
|
CategoryColorMap.Category3.UseForAllDayEvents = True
|
|
|
|
CategoryColorMap.Category4.Description = 'Category 4'
|
|
|
|
CategoryColorMap.Category4.UseForAllDayEvents = True
|
|
|
|
CategoryColorMap.Category5.Description = 'Category 5'
|
|
|
|
CategoryColorMap.Category5.UseForAllDayEvents = True
|
|
|
|
CategoryColorMap.Category6.Description = 'Category 6'
|
|
|
|
CategoryColorMap.Category7.Description = 'Category 7'
|
|
|
|
CategoryColorMap.Category7.UseForAllDayEvents = True
|
|
|
|
CategoryColorMap.Category8.Description = 'Category 8'
|
|
|
|
CategoryColorMap.Category8.UseForAllDayEvents = True
|
|
|
|
CategoryColorMap.Category9.Description = 'Category 9'
|
|
|
|
CategoryColorMap.Category9.UseForAllDayEvents = True
|
|
|
|
HiddenCategories.BackgroundColor = clSilver
|
|
|
|
HiddenCategories.Color = clGray
|
|
|
|
OnDateChanged = VpIniDatastore1DateChanged
|
|
|
|
AutoConnect = True
|
|
|
|
FileName = 'data.ini'
|
2023-01-16 12:51:43 +00:00
|
|
|
Left = 400
|
|
|
|
Top = 296
|
2023-01-15 23:25:52 +00:00
|
|
|
end
|
|
|
|
object VpPrintFormatEditDialog1: TVpPrintFormatEditDialog
|
2023-10-08 22:41:21 +00:00
|
|
|
Version = 'v1.8.0'
|
2023-01-15 23:25:52 +00:00
|
|
|
DataStore = VpIniDatastore1
|
|
|
|
ControlLink = VpControlLink1
|
|
|
|
Options = []
|
|
|
|
Placement.Position = mpCenter
|
|
|
|
Placement.Top = 10
|
|
|
|
Placement.Left = 10
|
|
|
|
Placement.Height = 480
|
|
|
|
Placement.Width = 640
|
2023-01-16 12:51:43 +00:00
|
|
|
Left = 128
|
|
|
|
Top = 56
|
2023-01-15 23:25:52 +00:00
|
|
|
end
|
|
|
|
object VpPrintPreviewDialog1: TVpPrintPreviewDialog
|
2023-10-08 22:41:21 +00:00
|
|
|
Version = 'v1.8.0'
|
2023-01-15 23:25:52 +00:00
|
|
|
DataStore = VpIniDatastore1
|
|
|
|
ControlLink = VpControlLink1
|
|
|
|
EndDate = 44838.5281092593
|
|
|
|
MarginUnits = imAbsolutePixel
|
|
|
|
StartDate = 44831.5281092593
|
|
|
|
Options = []
|
|
|
|
Placement.Position = mpCenter
|
|
|
|
Placement.Top = 10
|
|
|
|
Placement.Left = 10
|
|
|
|
Placement.Height = 480
|
|
|
|
Placement.Width = 720
|
2023-01-16 12:51:43 +00:00
|
|
|
Left = 128
|
|
|
|
Top = 184
|
2023-01-15 23:25:52 +00:00
|
|
|
end
|
|
|
|
object PrintDialog1: TPrintDialog
|
2023-01-16 12:51:43 +00:00
|
|
|
Left = 128
|
|
|
|
Top = 120
|
2023-01-15 23:25:52 +00:00
|
|
|
end
|
|
|
|
end
|