2014-07-25 11:20:01 +00:00
|
|
|
object RxDBGridExportSpreadSheet_ParamsForm: TRxDBGridExportSpreadSheet_ParamsForm
|
|
|
|
Left = 732
|
2016-03-24 13:13:58 +00:00
|
|
|
Height = 246
|
2014-07-25 11:20:01 +00:00
|
|
|
Top = 338
|
|
|
|
Width = 548
|
|
|
|
Caption = 'Export params'
|
2016-03-24 13:13:58 +00:00
|
|
|
ClientHeight = 246
|
2014-07-25 11:20:01 +00:00
|
|
|
ClientWidth = 548
|
|
|
|
OnCreate = FormCreate
|
|
|
|
Position = poScreenCenter
|
2016-03-24 13:13:58 +00:00
|
|
|
LCLVersion = '1.7'
|
2014-07-25 11:20:01 +00:00
|
|
|
object Label1: TLabel
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = Owner
|
|
|
|
Left = 6
|
2016-03-24 13:13:58 +00:00
|
|
|
Height = 20
|
2014-07-25 11:20:01 +00:00
|
|
|
Top = 6
|
2016-08-12 13:50:47 +00:00
|
|
|
Width = 105
|
2014-07-25 11:20:01 +00:00
|
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'Export file name'
|
2014-07-29 06:10:27 +00:00
|
|
|
FocusControl = FileNameEdit1
|
2014-07-25 11:20:01 +00:00
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object FileNameEdit1: TFileNameEdit
|
|
|
|
AnchorSideLeft.Control = Label1
|
|
|
|
AnchorSideTop.Control = Label1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 12
|
2016-08-12 13:50:47 +00:00
|
|
|
Height = 37
|
2016-03-24 13:13:58 +00:00
|
|
|
Top = 32
|
2014-07-25 11:20:01 +00:00
|
|
|
Width = 530
|
|
|
|
Filter = 'All files (*.*)|*.*|LibreOffice/OpenOffice (*.ods)|*.ods|Excell 97-2003|*.xls|Excell 2007-2013|*.xlxs'
|
|
|
|
FilterIndex = 0
|
|
|
|
HideDirectories = False
|
|
|
|
ButtonWidth = 23
|
|
|
|
NumGlyphs = 1
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Around = 6
|
|
|
|
MaxLength = 0
|
2016-08-12 13:50:47 +00:00
|
|
|
Spacing = 0
|
2014-07-25 11:20:01 +00:00
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object Label3: TLabel
|
|
|
|
AnchorSideLeft.Control = Label4
|
2014-07-25 11:53:30 +00:00
|
|
|
AnchorSideTop.Control = cbOverwriteExisting
|
2014-07-25 11:20:01 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 280
|
2016-03-24 13:13:58 +00:00
|
|
|
Height = 20
|
2016-08-12 13:50:47 +00:00
|
|
|
Top = 135
|
2014-07-25 11:20:01 +00:00
|
|
|
Width = 71
|
|
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'Page name'
|
2014-07-29 06:10:27 +00:00
|
|
|
FocusControl = edtPageName
|
2014-07-25 11:20:01 +00:00
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object edtPageName: TEdit
|
|
|
|
AnchorSideLeft.Control = Label3
|
|
|
|
AnchorSideTop.Control = Label3
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2014-07-28 07:26:28 +00:00
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2014-07-25 11:20:01 +00:00
|
|
|
Left = 286
|
2016-08-12 13:50:47 +00:00
|
|
|
Height = 37
|
|
|
|
Top = 161
|
2014-07-28 07:26:28 +00:00
|
|
|
Width = 256
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
2014-07-25 11:20:01 +00:00
|
|
|
BorderSpacing.Around = 6
|
2016-03-24 13:13:58 +00:00
|
|
|
TabOrder = 7
|
2014-07-25 11:20:01 +00:00
|
|
|
end
|
2014-07-25 11:53:30 +00:00
|
|
|
object cbExportColumnFooter: TCheckBox
|
2014-07-25 11:20:01 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
2014-07-25 11:53:30 +00:00
|
|
|
AnchorSideTop.Control = cbExportColumnHeader
|
2014-07-25 11:20:01 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 6
|
2016-03-24 13:13:58 +00:00
|
|
|
Height = 24
|
2016-08-12 13:50:47 +00:00
|
|
|
Top = 135
|
2016-03-24 13:13:58 +00:00
|
|
|
Width = 162
|
2014-07-25 11:20:01 +00:00
|
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'Export column footer'
|
2016-03-24 13:13:58 +00:00
|
|
|
TabOrder = 3
|
2014-07-25 11:20:01 +00:00
|
|
|
end
|
2014-07-25 11:53:30 +00:00
|
|
|
object cbOpenAfterExport: TCheckBox
|
2014-07-25 11:20:01 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
2014-07-28 07:26:28 +00:00
|
|
|
AnchorSideTop.Control = FileNameEdit1
|
2014-07-25 11:20:01 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 6
|
2016-03-24 13:13:58 +00:00
|
|
|
Height = 24
|
2016-08-12 13:50:47 +00:00
|
|
|
Top = 75
|
2016-03-24 13:13:58 +00:00
|
|
|
Width = 141
|
2014-07-25 11:20:01 +00:00
|
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'Open after export'
|
2016-03-24 13:13:58 +00:00
|
|
|
TabOrder = 1
|
2014-07-25 11:20:01 +00:00
|
|
|
end
|
|
|
|
object ButtonPanel1: TButtonPanel
|
|
|
|
Left = 6
|
2016-08-12 13:50:47 +00:00
|
|
|
Height = 46
|
|
|
|
Top = 194
|
2014-07-25 11:20:01 +00:00
|
|
|
Width = 536
|
|
|
|
OKButton.Name = 'OKButton'
|
|
|
|
OKButton.DefaultCaption = True
|
|
|
|
HelpButton.Name = 'HelpButton'
|
|
|
|
HelpButton.DefaultCaption = True
|
|
|
|
CloseButton.Name = 'CloseButton'
|
|
|
|
CloseButton.DefaultCaption = True
|
|
|
|
CancelButton.Name = 'CancelButton'
|
|
|
|
CancelButton.DefaultCaption = True
|
2016-03-24 13:13:58 +00:00
|
|
|
TabOrder = 8
|
2014-07-25 11:20:01 +00:00
|
|
|
ShowButtons = [pbOK, pbCancel, pbHelp]
|
|
|
|
end
|
2014-07-25 11:53:30 +00:00
|
|
|
object cbExportColumnHeader: TCheckBox
|
2014-07-25 11:20:01 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
2014-07-25 11:53:30 +00:00
|
|
|
AnchorSideTop.Control = cbOpenAfterExport
|
2014-07-25 11:20:01 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 6
|
2016-03-24 13:13:58 +00:00
|
|
|
Height = 24
|
2016-08-12 13:50:47 +00:00
|
|
|
Top = 105
|
|
|
|
Width = 167
|
2014-07-25 11:20:01 +00:00
|
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'Export column header'
|
2016-03-24 13:13:58 +00:00
|
|
|
TabOrder = 2
|
2014-07-25 11:20:01 +00:00
|
|
|
end
|
2014-07-25 11:53:30 +00:00
|
|
|
object cbExportCellColors: TCheckBox
|
2014-07-25 11:20:01 +00:00
|
|
|
AnchorSideLeft.Control = Owner
|
2014-07-25 11:53:30 +00:00
|
|
|
AnchorSideTop.Control = cbExportColumnFooter
|
2014-07-25 11:20:01 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 6
|
2016-03-24 13:13:58 +00:00
|
|
|
Height = 24
|
2016-08-12 13:50:47 +00:00
|
|
|
Top = 165
|
|
|
|
Width = 138
|
2014-07-25 11:20:01 +00:00
|
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'Export cell colors'
|
2016-03-24 13:13:58 +00:00
|
|
|
TabOrder = 4
|
2014-07-25 11:20:01 +00:00
|
|
|
end
|
|
|
|
object Label4: TLabel
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = Owner
|
|
|
|
Left = 274
|
|
|
|
Height = 1
|
|
|
|
Top = 0
|
|
|
|
Width = 1
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2014-07-25 11:53:30 +00:00
|
|
|
object cbOverwriteExisting: TCheckBox
|
|
|
|
AnchorSideLeft.Control = Label4
|
2016-03-24 13:13:58 +00:00
|
|
|
AnchorSideTop.Control = cbExportFormula
|
2014-07-25 11:53:30 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 280
|
2016-03-24 13:13:58 +00:00
|
|
|
Height = 24
|
2016-08-12 13:50:47 +00:00
|
|
|
Top = 105
|
2016-03-24 13:13:58 +00:00
|
|
|
Width = 168
|
2014-07-25 11:53:30 +00:00
|
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'Overwrite existing file'
|
2016-03-24 13:13:58 +00:00
|
|
|
TabOrder = 6
|
|
|
|
end
|
|
|
|
object cbExportFormula: TCheckBox
|
|
|
|
AnchorSideLeft.Control = Label4
|
|
|
|
AnchorSideTop.Control = FileNameEdit1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 280
|
|
|
|
Height = 24
|
2016-08-12 13:50:47 +00:00
|
|
|
Top = 75
|
|
|
|
Width = 121
|
2016-03-24 13:13:58 +00:00
|
|
|
BorderSpacing.Around = 6
|
|
|
|
Caption = 'Export formula'
|
|
|
|
TabOrder = 5
|
2014-07-25 11:53:30 +00:00
|
|
|
end
|
2014-07-25 11:20:01 +00:00
|
|
|
end
|