2016-08-12 13:50:47 +00:00
|
|
|
object Form1: TForm1
|
|
|
|
Left = 558
|
|
|
|
Height = 397
|
|
|
|
Top = 319
|
|
|
|
Width = 1043
|
|
|
|
Caption = 'Form1'
|
|
|
|
ClientHeight = 397
|
|
|
|
ClientWidth = 1043
|
|
|
|
OnClose = FormClose
|
|
|
|
OnCreate = FormCreate
|
2017-04-12 11:29:56 +00:00
|
|
|
LCLVersion = '1.9.0.0'
|
2016-08-12 13:50:47 +00:00
|
|
|
object Panel1: TPanel
|
|
|
|
Left = 0
|
2018-02-02 10:42:27 +00:00
|
|
|
Height = 50
|
|
|
|
Top = 347
|
2016-08-12 13:50:47 +00:00
|
|
|
Width = 1043
|
|
|
|
Align = alBottom
|
|
|
|
AutoSize = True
|
2018-02-02 10:42:27 +00:00
|
|
|
ClientHeight = 50
|
2016-08-12 13:50:47 +00:00
|
|
|
ClientWidth = 1043
|
|
|
|
TabOrder = 0
|
|
|
|
object Button1: TButton
|
|
|
|
AnchorSideLeft.Control = Panel1
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = Panel1
|
2018-02-02 10:42:27 +00:00
|
|
|
Left = 477
|
|
|
|
Height = 36
|
2016-08-12 13:50:47 +00:00
|
|
|
Top = 7
|
2018-02-02 10:42:27 +00:00
|
|
|
Width = 88
|
2016-08-12 13:50:47 +00:00
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'Create PDF'
|
|
|
|
OnClick = Button1Click
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
2018-02-02 10:42:27 +00:00
|
|
|
object CheckBox1: TCheckBox
|
|
|
|
AnchorSideLeft.Control = Button1
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Panel1
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 571
|
|
|
|
Height = 24
|
|
|
|
Top = 13
|
|
|
|
Width = 105
|
|
|
|
Caption = 'Enable tools'
|
|
|
|
Checked = True
|
|
|
|
OnChange = CheckBox1Change
|
|
|
|
State = cbChecked
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
2016-08-12 13:50:47 +00:00
|
|
|
end
|
|
|
|
object PageControl1: TPageControl
|
|
|
|
Left = 0
|
2018-02-02 10:42:27 +00:00
|
|
|
Height = 347
|
2016-08-12 13:50:47 +00:00
|
|
|
Top = 0
|
|
|
|
Width = 1043
|
2016-08-19 14:06:03 +00:00
|
|
|
ActivePage = TabSheet1
|
2016-08-12 13:50:47 +00:00
|
|
|
Align = alClient
|
2016-08-19 14:06:03 +00:00
|
|
|
TabIndex = 0
|
2016-08-12 13:50:47 +00:00
|
|
|
TabOrder = 1
|
|
|
|
object TabSheet1: TTabSheet
|
|
|
|
Caption = 'Test data'
|
2018-02-02 10:42:27 +00:00
|
|
|
ClientHeight = 313
|
|
|
|
ClientWidth = 1033
|
2016-08-12 13:50:47 +00:00
|
|
|
object RxDBGrid1: TRxDBGrid
|
|
|
|
Left = 0
|
2018-02-02 10:42:27 +00:00
|
|
|
Height = 313
|
2016-08-12 13:50:47 +00:00
|
|
|
Top = 0
|
2018-02-02 10:42:27 +00:00
|
|
|
Width = 1033
|
2016-08-12 13:50:47 +00:00
|
|
|
ColumnDefValues.BlobText = '(данные)'
|
2016-08-22 06:19:08 +00:00
|
|
|
TitleButtons = True
|
2016-08-12 13:50:47 +00:00
|
|
|
AutoSort = True
|
|
|
|
Columns = <
|
|
|
|
item
|
|
|
|
Title.Alignment = taCenter
|
|
|
|
Title.Orientation = toHorizontal
|
|
|
|
Title.Caption = 'ID'
|
|
|
|
Width = 50
|
|
|
|
FieldName = 'ID'
|
|
|
|
EditButtons = <>
|
|
|
|
Filter.DropDownRows = 0
|
|
|
|
Filter.EmptyValue = '(Нет)'
|
2018-02-02 10:42:27 +00:00
|
|
|
Filter.NotEmptyValue = '(Не пусто)'
|
2017-04-12 11:29:56 +00:00
|
|
|
Filter.AllValue = '(All values)'
|
2016-08-12 13:50:47 +00:00
|
|
|
Filter.EmptyFont.Style = [fsItalic]
|
|
|
|
Filter.ItemIndex = -1
|
|
|
|
Footers = <>
|
|
|
|
end
|
|
|
|
item
|
2016-08-22 06:19:08 +00:00
|
|
|
Color = clSkyBlue
|
2016-08-12 13:50:47 +00:00
|
|
|
Title.Alignment = taCenter
|
|
|
|
Title.Orientation = toHorizontal
|
2016-08-18 07:53:51 +00:00
|
|
|
Title.Caption = 'Дата поставки'
|
2016-08-19 13:31:56 +00:00
|
|
|
Width = 120
|
2016-08-18 07:53:51 +00:00
|
|
|
FieldName = 'PDATE'
|
2016-08-12 13:50:47 +00:00
|
|
|
EditButtons = <>
|
|
|
|
Filter.DropDownRows = 0
|
|
|
|
Filter.EmptyValue = '(Нет)'
|
2018-02-02 10:42:27 +00:00
|
|
|
Filter.NotEmptyValue = '(Не пусто)'
|
2017-04-12 11:29:56 +00:00
|
|
|
Filter.AllValue = '(All values)'
|
2016-08-12 13:50:47 +00:00
|
|
|
Filter.EmptyFont.Style = [fsItalic]
|
|
|
|
Filter.ItemIndex = -1
|
|
|
|
Footers = <>
|
|
|
|
end
|
|
|
|
item
|
2016-08-18 07:53:51 +00:00
|
|
|
Color = clCream
|
|
|
|
Font.Color = clPurple
|
2016-08-12 13:50:47 +00:00
|
|
|
Title.Alignment = taCenter
|
|
|
|
Title.Orientation = toHorizontal
|
2016-08-18 07:53:51 +00:00
|
|
|
Title.Caption = 'Наименование продукта'
|
|
|
|
Width = 364
|
|
|
|
FieldName = 'NAME'
|
2016-08-12 13:50:47 +00:00
|
|
|
EditButtons = <>
|
|
|
|
Filter.DropDownRows = 0
|
|
|
|
Filter.EmptyValue = '(Нет)'
|
2018-02-02 10:42:27 +00:00
|
|
|
Filter.NotEmptyValue = '(Не пусто)'
|
2017-04-12 11:29:56 +00:00
|
|
|
Filter.AllValue = '(All values)'
|
2016-08-12 13:50:47 +00:00
|
|
|
Filter.EmptyFont.Style = [fsItalic]
|
|
|
|
Filter.ItemIndex = -1
|
2016-08-18 07:53:51 +00:00
|
|
|
Footer.Alignment = taRightJustify
|
|
|
|
Footer.Value = 'Итого:'
|
|
|
|
Footer.ValueType = fvtStaticText
|
|
|
|
Footers = <
|
|
|
|
item
|
|
|
|
Alignment = taRightJustify
|
|
|
|
Value = 'Итого:'
|
|
|
|
ValueType = fvtStaticText
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Alignment = taRightJustify
|
|
|
|
Value = 'Минимум:'
|
|
|
|
ValueType = fvtStaticText
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Alignment = taRightJustify
|
|
|
|
Value = 'Максимум:'
|
|
|
|
ValueType = fvtStaticText
|
|
|
|
end>
|
2016-08-22 13:32:34 +00:00
|
|
|
WordWrap = True
|
2016-08-12 13:50:47 +00:00
|
|
|
end
|
|
|
|
item
|
|
|
|
Title.Alignment = taCenter
|
|
|
|
Title.Orientation = toHorizontal
|
|
|
|
Title.Caption = 'Сумма'
|
|
|
|
Width = 100
|
|
|
|
FieldName = 'SUM'
|
|
|
|
EditButtons = <>
|
|
|
|
Filter.DropDownRows = 0
|
|
|
|
Filter.EmptyValue = '(Нет)'
|
2018-02-02 10:42:27 +00:00
|
|
|
Filter.NotEmptyValue = '(Не пусто)'
|
2017-04-12 11:29:56 +00:00
|
|
|
Filter.AllValue = '(All values)'
|
2016-08-12 13:50:47 +00:00
|
|
|
Filter.EmptyFont.Style = [fsItalic]
|
|
|
|
Filter.ItemIndex = -1
|
2016-08-18 07:53:51 +00:00
|
|
|
Footer.Alignment = taRightJustify
|
|
|
|
Footer.DisplayFormat = '#,##0.00'
|
|
|
|
Footer.FieldName = 'SUM'
|
|
|
|
Footer.ValueType = fvtSum
|
|
|
|
Footers = <
|
|
|
|
item
|
|
|
|
Alignment = taRightJustify
|
|
|
|
DisplayFormat = '#,##0.00'
|
|
|
|
FieldName = 'SUM'
|
|
|
|
ValueType = fvtSum
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Alignment = taRightJustify
|
|
|
|
DisplayFormat = '#,##0.00'
|
|
|
|
FieldName = 'SUM'
|
|
|
|
ValueType = fvtMin
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Alignment = taRightJustify
|
|
|
|
DisplayFormat = '#,##0.00'
|
|
|
|
FieldName = 'SUM'
|
|
|
|
ValueType = fvtMax
|
|
|
|
end>
|
2016-08-12 13:50:47 +00:00
|
|
|
end
|
|
|
|
item
|
2016-08-19 14:06:03 +00:00
|
|
|
Alignment = taCenter
|
2016-08-19 13:31:56 +00:00
|
|
|
Title.Alignment = taCenter
|
|
|
|
Title.Orientation = toHorizontal
|
|
|
|
Title.Caption = 'Статус'
|
|
|
|
Width = 60
|
|
|
|
FieldName = 'FLAG'
|
|
|
|
EditButtons = <>
|
|
|
|
Filter.DropDownRows = 0
|
|
|
|
Filter.EmptyValue = '(Нет)'
|
2018-02-02 10:42:27 +00:00
|
|
|
Filter.NotEmptyValue = '(Не пусто)'
|
2017-04-12 11:29:56 +00:00
|
|
|
Filter.AllValue = '(All values)'
|
2016-08-19 13:31:56 +00:00
|
|
|
Filter.EmptyFont.Style = [fsItalic]
|
|
|
|
Filter.ItemIndex = -1
|
|
|
|
Footers = <>
|
|
|
|
ImageList = ImageList1
|
|
|
|
KeyList.Strings = (
|
|
|
|
'0=0'
|
|
|
|
'1=1'
|
|
|
|
'2=2'
|
|
|
|
'3=3'
|
|
|
|
)
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Alignment = taCenter
|
2016-08-12 13:50:47 +00:00
|
|
|
Title.Alignment = taCenter
|
|
|
|
Title.Orientation = toHorizontal
|
2016-08-22 13:32:34 +00:00
|
|
|
Title.Caption = 'Адрес|Страна'
|
2016-08-12 13:50:47 +00:00
|
|
|
Width = 200
|
|
|
|
FieldName = 'Country'
|
|
|
|
EditButtons = <>
|
|
|
|
Filter.DropDownRows = 0
|
|
|
|
Filter.EmptyValue = '(Нет)'
|
2018-02-02 10:42:27 +00:00
|
|
|
Filter.NotEmptyValue = '(Не пусто)'
|
2017-04-12 11:29:56 +00:00
|
|
|
Filter.AllValue = '(All values)'
|
2016-08-12 13:50:47 +00:00
|
|
|
Filter.EmptyFont.Style = [fsItalic]
|
|
|
|
Filter.ItemIndex = -1
|
|
|
|
Footers = <>
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Title.Alignment = taCenter
|
|
|
|
Title.Orientation = toHorizontal
|
2016-08-22 13:32:34 +00:00
|
|
|
Title.Caption = 'Адрес|Город'
|
2016-08-12 13:50:47 +00:00
|
|
|
Width = 200
|
|
|
|
FieldName = 'Sity'
|
|
|
|
EditButtons = <>
|
|
|
|
Filter.DropDownRows = 0
|
|
|
|
Filter.EmptyValue = '(Нет)'
|
2018-02-02 10:42:27 +00:00
|
|
|
Filter.NotEmptyValue = '(Не пусто)'
|
2017-04-12 11:29:56 +00:00
|
|
|
Filter.AllValue = '(All values)'
|
2016-08-12 13:50:47 +00:00
|
|
|
Filter.EmptyFont.Style = [fsItalic]
|
|
|
|
Filter.ItemIndex = -1
|
|
|
|
Footers = <>
|
|
|
|
end>
|
|
|
|
KeyStrokes = <
|
|
|
|
item
|
|
|
|
Command = rxgcShowFindDlg
|
|
|
|
ShortCut = 16454
|
|
|
|
Enabled = True
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Command = rxgcShowColumnsDlg
|
|
|
|
ShortCut = 16471
|
|
|
|
Enabled = True
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Command = rxgcShowFilterDlg
|
|
|
|
ShortCut = 16468
|
|
|
|
Enabled = True
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Command = rxgcShowSortDlg
|
|
|
|
ShortCut = 16467
|
|
|
|
Enabled = True
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Command = rxgcShowQuickFilter
|
|
|
|
ShortCut = 16465
|
|
|
|
Enabled = True
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Command = rxgcHideQuickFilter
|
|
|
|
ShortCut = 16456
|
|
|
|
Enabled = True
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Command = rxgcSelectAll
|
|
|
|
ShortCut = 16449
|
|
|
|
Enabled = True
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Command = rxgcDeSelectAll
|
|
|
|
ShortCut = 16429
|
|
|
|
Enabled = True
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Command = rxgcInvertSelection
|
|
|
|
ShortCut = 16426
|
|
|
|
Enabled = True
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Command = rxgcOptimizeColumnsWidth
|
|
|
|
ShortCut = 16427
|
|
|
|
Enabled = True
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Command = rxgcCopyCellValue
|
|
|
|
ShortCut = 16451
|
|
|
|
Enabled = True
|
|
|
|
end>
|
2016-08-18 07:53:51 +00:00
|
|
|
FooterOptions.Active = True
|
|
|
|
FooterOptions.Color = clYellow
|
|
|
|
FooterOptions.RowCount = 3
|
|
|
|
FooterOptions.DrawFullLine = True
|
2017-04-12 11:29:56 +00:00
|
|
|
SearchOptions.QuickSearchOptions = [loCaseInsensitive, loPartialKey]
|
|
|
|
SearchOptions.FromStart = False
|
2016-08-22 13:32:34 +00:00
|
|
|
OptionsRx = [rdgAllowColumnsForm, rdgAllowDialogFind, rdgFooterRows, rdgAllowQuickFilter, rdgAllowToolMenu, rdgWordWrap]
|
2016-08-18 07:53:51 +00:00
|
|
|
FooterColor = clYellow
|
|
|
|
FooterRowCount = 3
|
2016-08-12 13:50:47 +00:00
|
|
|
Align = alClient
|
|
|
|
Color = clWindow
|
2016-08-18 07:53:51 +00:00
|
|
|
DrawFullLine = True
|
2016-08-12 13:50:47 +00:00
|
|
|
FocusColor = clRed
|
|
|
|
SelectedColor = clHighlight
|
|
|
|
GridLineStyle = psSolid
|
|
|
|
DataSource = DataSource1
|
2016-08-22 06:19:08 +00:00
|
|
|
Flat = True
|
|
|
|
Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColumnMove, dgColLines, dgRowLines, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit, dgHeaderPushedLook]
|
2016-08-12 13:50:47 +00:00
|
|
|
TabOrder = 0
|
2016-08-22 06:19:08 +00:00
|
|
|
TitleStyle = tsNative
|
2016-08-12 13:50:47 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object TabSheet2: TTabSheet
|
|
|
|
Caption = 'Debug window'
|
2016-08-19 14:06:03 +00:00
|
|
|
ClientHeight = 313
|
2016-08-12 13:50:47 +00:00
|
|
|
ClientWidth = 1033
|
|
|
|
object Memo1: TMemo
|
|
|
|
Left = 0
|
2016-08-19 14:06:03 +00:00
|
|
|
Height = 313
|
2016-08-12 13:50:47 +00:00
|
|
|
Top = 0
|
|
|
|
Width = 1033
|
|
|
|
Align = alClient
|
|
|
|
Lines.Strings = (
|
|
|
|
'Memo1'
|
|
|
|
)
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object RxMemoryData1: TRxMemoryData
|
|
|
|
FieldDefs = <
|
|
|
|
item
|
|
|
|
Name = 'ID'
|
|
|
|
DataType = ftAutoInc
|
2016-08-18 07:53:51 +00:00
|
|
|
Precision = -1
|
2016-08-12 13:50:47 +00:00
|
|
|
end
|
|
|
|
item
|
|
|
|
Name = 'NAME'
|
|
|
|
DataType = ftString
|
2016-08-18 07:53:51 +00:00
|
|
|
Precision = -1
|
2016-08-12 13:50:47 +00:00
|
|
|
Size = 220
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Name = 'PDATE'
|
|
|
|
DataType = ftDate
|
2016-08-18 07:53:51 +00:00
|
|
|
Precision = -1
|
2016-08-12 13:50:47 +00:00
|
|
|
end
|
|
|
|
item
|
|
|
|
Name = 'SUM'
|
|
|
|
DataType = ftCurrency
|
2016-08-18 07:53:51 +00:00
|
|
|
Precision = 2
|
2016-08-12 13:50:47 +00:00
|
|
|
end
|
|
|
|
item
|
|
|
|
Name = 'Country'
|
|
|
|
DataType = ftString
|
2016-08-18 07:53:51 +00:00
|
|
|
Precision = -1
|
2016-08-12 13:50:47 +00:00
|
|
|
Size = 100
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Name = 'Sity'
|
|
|
|
DataType = ftString
|
2016-08-18 07:53:51 +00:00
|
|
|
Precision = -1
|
2016-08-12 13:50:47 +00:00
|
|
|
Size = 100
|
2016-08-19 13:31:56 +00:00
|
|
|
end
|
|
|
|
item
|
|
|
|
Name = 'FLAG'
|
|
|
|
DataType = ftInteger
|
2016-08-12 13:50:47 +00:00
|
|
|
end>
|
|
|
|
PacketRecords = 0
|
2017-04-12 11:29:56 +00:00
|
|
|
Left = 136
|
|
|
|
Top = 88
|
2016-08-12 13:50:47 +00:00
|
|
|
object RxMemoryData1ID: TAutoIncField
|
|
|
|
FieldKind = fkData
|
|
|
|
FieldName = 'ID'
|
|
|
|
Index = 0
|
|
|
|
LookupCache = False
|
|
|
|
ProviderFlags = [pfInUpdate, pfInWhere]
|
|
|
|
ReadOnly = False
|
|
|
|
Required = False
|
|
|
|
end
|
|
|
|
object RxMemoryData1NAME: TStringField
|
|
|
|
FieldKind = fkData
|
|
|
|
FieldName = 'NAME'
|
|
|
|
Index = 1
|
|
|
|
LookupCache = False
|
|
|
|
ProviderFlags = [pfInUpdate, pfInWhere]
|
|
|
|
ReadOnly = False
|
|
|
|
Required = False
|
|
|
|
Size = 220
|
|
|
|
end
|
|
|
|
object RxMemoryData1PDATE: TDateField
|
|
|
|
FieldKind = fkData
|
|
|
|
FieldName = 'PDATE'
|
|
|
|
Index = 2
|
|
|
|
LookupCache = False
|
|
|
|
ProviderFlags = [pfInUpdate, pfInWhere]
|
|
|
|
ReadOnly = False
|
|
|
|
Required = False
|
2016-08-19 13:31:56 +00:00
|
|
|
DisplayFormat = 'dd.mm.yyyy'
|
2016-08-12 13:50:47 +00:00
|
|
|
end
|
|
|
|
object RxMemoryData1SUM: TCurrencyField
|
|
|
|
FieldKind = fkData
|
|
|
|
FieldName = 'SUM'
|
|
|
|
Index = 3
|
|
|
|
LookupCache = False
|
|
|
|
ProviderFlags = [pfInUpdate, pfInWhere]
|
|
|
|
ReadOnly = False
|
|
|
|
Required = False
|
|
|
|
Precision = 2
|
|
|
|
end
|
|
|
|
object RxMemoryData1Country: TStringField
|
|
|
|
FieldKind = fkData
|
|
|
|
FieldName = 'Country'
|
|
|
|
Index = 4
|
|
|
|
LookupCache = False
|
|
|
|
ProviderFlags = [pfInUpdate, pfInWhere]
|
|
|
|
ReadOnly = False
|
|
|
|
Required = False
|
|
|
|
Size = 100
|
|
|
|
end
|
|
|
|
object RxMemoryData1Sity: TStringField
|
|
|
|
FieldKind = fkData
|
|
|
|
FieldName = 'Sity'
|
|
|
|
Index = 5
|
|
|
|
LookupCache = False
|
|
|
|
ProviderFlags = [pfInUpdate, pfInWhere]
|
|
|
|
ReadOnly = False
|
|
|
|
Required = False
|
|
|
|
Size = 100
|
|
|
|
end
|
2016-08-19 13:31:56 +00:00
|
|
|
object RxMemoryData1FLAG: TLongintField
|
|
|
|
FieldKind = fkData
|
|
|
|
FieldName = 'FLAG'
|
|
|
|
Index = 6
|
|
|
|
LookupCache = False
|
|
|
|
ProviderFlags = [pfInUpdate, pfInWhere]
|
|
|
|
ReadOnly = False
|
|
|
|
Required = False
|
|
|
|
end
|
2016-08-12 13:50:47 +00:00
|
|
|
end
|
|
|
|
object DataSource1: TDataSource
|
|
|
|
DataSet = RxMemoryData1
|
2017-04-12 11:29:56 +00:00
|
|
|
Left = 104
|
|
|
|
Top = 88
|
2016-08-12 13:50:47 +00:00
|
|
|
end
|
|
|
|
object RxDBGridExportPDF1: TRxDBGridExportPDF
|
|
|
|
RxDBGrid = RxDBGrid1
|
|
|
|
Caption = 'Export to PDF file'
|
2018-02-02 10:42:27 +00:00
|
|
|
Enabled = True
|
2016-08-12 13:50:47 +00:00
|
|
|
FileName = 'test111.pdf'
|
2016-08-22 13:32:34 +00:00
|
|
|
Options = [repExportTitle, repExportColors, repExportFooter, repOverwriteExisting, repExportImages]
|
2016-08-19 13:31:56 +00:00
|
|
|
PdfOptions.PaperOrientation = ppoLandscape
|
2016-08-19 14:06:03 +00:00
|
|
|
PdfOptions.Options = [poCompressText, poCompressFonts, poCompressImages, poUseRawJPEG]
|
2016-08-12 13:50:47 +00:00
|
|
|
OpenAfterExport = True
|
2016-08-22 13:32:34 +00:00
|
|
|
AuthorPdf = 'Lagunov A.A.'
|
|
|
|
ProducerPdf = 'Test project'
|
2016-08-19 13:31:56 +00:00
|
|
|
PageMargin.Left = 40
|
|
|
|
PageMargin.Top = 40
|
|
|
|
PageMargin.Right = 40
|
|
|
|
PageMargin.Bottom = 40
|
2017-04-12 11:29:56 +00:00
|
|
|
Left = 112
|
|
|
|
Top = 160
|
2016-08-12 13:50:47 +00:00
|
|
|
end
|
2016-08-19 13:31:56 +00:00
|
|
|
object ImageList1: TImageList
|
2017-04-12 11:29:56 +00:00
|
|
|
Left = 112
|
|
|
|
Top = 224
|
2016-08-19 13:31:56 +00:00
|
|
|
Bitmap = {
|
|
|
|
4C6903000000100000001000000000000000000000FF000000FF000000000000
|
|
|
|
0000000000FF000000FF0000000000000000000000FF000000FF000000000000
|
|
|
|
000000000000000000000000000000000000000000FFFF0000FF000000FF0000
|
|
|
|
00FF800000FFFF0000FF000000FF000000FF800000FFFF0000FF000000FF0000
|
|
|
|
00FF000000FF000000FF000000000000000000000000000000FFFF0000FF8000
|
|
|
|
00FF800000FFFF0000FFFF0000FF800000FF800000FFFF0000FFFF0000FF8000
|
|
|
|
00FF000000FF00000000000000000000000000000000000000FFFF0000FF8000
|
|
|
|
00FF800000FFFF0000FFFF0000FF800000FF800000FFFF0000FFFF0000FF0000
|
|
|
|
00FF000000000000000000000000000000000000000000000000000000FFFF00
|
|
|
|
00FF800000FF800000FFFF0000FFFF0000FF800000FF800000FF000000FF0000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000FFFF00
|
|
|
|
00FF800000FF800000FFFF0000FFFF0000FF000000FF000000FF000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
00FFFF0000FF800000FF000000FF000000FF0000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
00FFFF0000FF000000FF00000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000FF0000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000FF0000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
000000000000000000FF00000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
000000000000000000FF00000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
00000000000000000000000000FF000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
00000000000000000000000000FF000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000FF0000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000FF0000000000000000000000000000
|
|
|
|
000000000000000000000000000000000000000000FF000000FF000000000000
|
|
|
|
0000000000FF000000FF0000000000000000000000FF000000FF000000000000
|
|
|
|
000000000000000000000000000000000000000000FF0000FFFF000000FF0000
|
|
|
|
00FF000080FF0000FFFF000000FF000000FF000080FF0000FFFF000000FF0000
|
|
|
|
00FF000000FF000000FF000000000000000000000000000000FF0000FFFF0000
|
|
|
|
80FF000080FF0000FFFF0000FFFF000080FF000080FF0000FFFF0000FFFF0000
|
|
|
|
80FF000000FF00000000000000000000000000000000000000FF0000FFFF0000
|
|
|
|
80FF000080FF0000FFFF0000FFFF000080FF000080FF0000FFFF0000FFFF0000
|
|
|
|
00FF000000000000000000000000000000000000000000000000000000FF0000
|
|
|
|
FFFF000080FF000080FF0000FFFF0000FFFF000080FF000080FF000000FF0000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000FF0000
|
|
|
|
FFFF000080FF000080FF0000FFFF0000FFFF000000FF000000FF000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
00FF0000FFFF000080FF000000FF000000FF0000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
00FF0000FFFF000000FF00000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000FF0000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000FF0000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
000000000000000000FF00000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
000000000000000000FF00000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
00000000000000000000000000FF000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
00000000000000000000000000FF000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000FF0000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000FF0000000000000000000000000000
|
|
|
|
000000000000000000000000000000000000000000FF000000FF000000000000
|
|
|
|
0000000000FF000000FF0000000000000000000000FF000000FF000000000000
|
|
|
|
000000000000000000000000000000000000000000FF00FFFFFF000000FF0000
|
|
|
|
00FF008080FF00FFFFFF000000FF000000FF008080FF00FFFFFF000000FF0000
|
|
|
|
00FF000000FF000000FF000000000000000000000000000000FF00FFFFFF0080
|
|
|
|
80FF008080FF00FFFFFF00FFFFFF008080FF008080FF00FFFFFF00FFFFFF0080
|
|
|
|
80FF000000FF00000000000000000000000000000000000000FF00FFFFFF0080
|
|
|
|
80FF008080FF00FFFFFF00FFFFFF008080FF008080FF00FFFFFF00FFFFFF0000
|
|
|
|
00FF000000000000000000000000000000000000000000000000000000FF00FF
|
|
|
|
FFFF008080FF008080FF00FFFFFF00FFFFFF008080FF008080FF000000FF0000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000FF00FF
|
|
|
|
FFFF008080FF008080FF00FFFFFF00FFFFFF000000FF000000FF000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
00FF00FFFFFF008080FF000000FF000000FF0000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
00FF00FFFFFF000000FF00000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000FF0000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000FF0000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
000000000000000000FF00000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
000000000000000000FF00000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
00000000000000000000000000FF000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
00000000000000000000000000FF000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000FF0000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000000000000000000000000000000000
|
|
|
|
0000000000000000000000000000000000FF0000000000000000000000000000
|
|
|
|
0000000000000000000000000000
|
|
|
|
}
|
2018-02-02 10:42:27 +00:00
|
|
|
BitmapAdv = {
|
|
|
|
4C6900000000
|
|
|
|
}
|
2016-08-19 13:31:56 +00:00
|
|
|
end
|
2016-08-12 13:50:47 +00:00
|
|
|
end
|