lazarus-ccr/components/rx/version/v2.6_laz_1.2/rxdbgridexportspreadsheet_paramsunit.lfm
alexs75 d770e2adff RxFPC - fix version number
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3870 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2015-01-06 06:47:18 +00:00

158 lines
3.9 KiB
Plaintext

object RxDBGridExportSpreadSheet_ParamsForm: TRxDBGridExportSpreadSheet_ParamsForm
Left = 732
Height = 236
Top = 338
Width = 548
Caption = 'Export params'
ClientHeight = 236
ClientWidth = 548
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '1.3'
object Label1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 6
Height = 21
Top = 6
Width = 105
BorderSpacing.Around = 6
Caption = 'Export file name'
FocusControl = FileNameEdit1
ParentColor = False
end
object FileNameEdit1: TFileNameEdit
AnchorSideLeft.Control = Label1
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 12
Height = 31
Top = 33
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
TabOrder = 0
end
object Label3: TLabel
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = cbOverwriteExisting
AnchorSideTop.Side = asrBottom
Left = 280
Height = 21
Top = 99
Width = 71
BorderSpacing.Around = 6
Caption = 'Page name'
FocusControl = edtPageName
ParentColor = False
end
object edtPageName: TEdit
AnchorSideLeft.Control = Label3
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 286
Height = 31
Top = 126
Width = 256
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
TabOrder = 1
end
object cbExportColumnFooter: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbExportColumnHeader
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 128
Width = 161
BorderSpacing.Around = 6
Caption = 'Export column footer'
TabOrder = 2
end
object cbOpenAfterExport: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = FileNameEdit1
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 70
Width = 140
BorderSpacing.Around = 6
Caption = 'Open after export'
TabOrder = 3
end
object ButtonPanel1: TButtonPanel
Left = 6
Height = 41
Top = 189
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
TabOrder = 4
ShowButtons = [pbOK, pbCancel, pbHelp]
end
object cbExportColumnHeader: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbOpenAfterExport
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 99
Width = 165
BorderSpacing.Around = 6
Caption = 'Export column header'
TabOrder = 5
end
object cbExportCellColors: TCheckBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = cbExportColumnFooter
AnchorSideTop.Side = asrBottom
Left = 6
Height = 23
Top = 157
Width = 136
BorderSpacing.Around = 6
Caption = 'Export cell colors'
TabOrder = 6
end
object Label4: TLabel
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = Owner
Left = 274
Height = 1
Top = 0
Width = 1
ParentColor = False
end
object cbOverwriteExisting: TCheckBox
AnchorSideLeft.Control = Label4
AnchorSideTop.Control = FileNameEdit1
AnchorSideTop.Side = asrBottom
Left = 280
Height = 23
Top = 70
Width = 166
BorderSpacing.Around = 6
Caption = 'Overwrite existing file'
TabOrder = 7
end
end