You've already forked lazarus-ccr
266 lines
6.4 KiB
Plaintext
266 lines
6.4 KiB
Plaintext
![]() |
object Form1: TForm1
|
||
|
Left = 699
|
||
|
Height = 466
|
||
|
Top = 261
|
||
|
Width = 698
|
||
|
Caption = 'Form1'
|
||
|
ClientHeight = 466
|
||
|
ClientWidth = 698
|
||
|
OnCreate = FormCreate
|
||
|
LCLVersion = '1.3'
|
||
|
object RxDBGrid1: TRxDBGrid
|
||
|
Left = 0
|
||
|
Height = 394
|
||
|
Top = 72
|
||
|
Width = 698
|
||
|
TitleButtons = False
|
||
|
AutoSort = True
|
||
|
Columns = <
|
||
|
item
|
||
|
Color = clMoneyGreen
|
||
|
Title.Alignment = taCenter
|
||
|
Title.Caption = 'CODE'
|
||
|
Title.Orientation = toHorizontal
|
||
|
Width = 90
|
||
|
FieldName = 'CODE'
|
||
|
Filter.DropDownRows = 0
|
||
|
Filter.EmptyValue = '(Нет)'
|
||
|
Filter.EmptyFont.Style = [fsItalic]
|
||
|
Filter.ItemIndex = -1
|
||
|
EditButtons = <>
|
||
|
end
|
||
|
item
|
||
|
Color = clAqua
|
||
|
Title.Alignment = taCenter
|
||
|
Title.Caption = 'NAME'
|
||
|
Title.Orientation = toHorizontal
|
||
|
Width = 350
|
||
|
FieldName = 'NAME'
|
||
|
Filter.DropDownRows = 0
|
||
|
Filter.EmptyValue = '(Нет)'
|
||
|
Filter.EmptyFont.Style = [fsItalic]
|
||
|
Filter.ItemIndex = -1
|
||
|
EditButtons = <>
|
||
|
end
|
||
|
item
|
||
|
Title.Alignment = taCenter
|
||
|
Title.Caption = 'PRICE'
|
||
|
Title.Orientation = toHorizontal
|
||
|
Width = 120
|
||
|
FieldName = 'PRICE'
|
||
|
Filter.DropDownRows = 0
|
||
|
Filter.EmptyValue = '(Нет)'
|
||
|
Filter.EmptyFont.Style = [fsItalic]
|
||
|
Filter.ItemIndex = -1
|
||
|
EditButtons = <>
|
||
|
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>
|
||
|
OptionsRx = [rdgAllowColumnsForm, rdgAllowDialogFind, rdgAllowToolMenu]
|
||
|
Align = alClient
|
||
|
Color = clWindow
|
||
|
DrawFullLine = False
|
||
|
FocusColor = clRed
|
||
|
SelectedColor = clHighlight
|
||
|
GridLineStyle = psSolid
|
||
|
DataSource = DataSource1
|
||
|
Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColumnMove, dgColLines, dgRowLines, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
|
||
|
ParentColor = False
|
||
|
TabOrder = 0
|
||
|
TitleStyle = tsNative
|
||
|
end
|
||
|
object Panel1: TPanel
|
||
|
Left = 0
|
||
|
Height = 72
|
||
|
Top = 0
|
||
|
Width = 698
|
||
|
Align = alTop
|
||
|
AutoSize = True
|
||
|
ClientHeight = 72
|
||
|
ClientWidth = 698
|
||
|
TabOrder = 1
|
||
|
object Label1: TLabel
|
||
|
AnchorSideLeft.Control = Panel1
|
||
|
AnchorSideTop.Control = Panel1
|
||
|
Left = 7
|
||
|
Height = 21
|
||
|
Top = 7
|
||
|
Width = 145
|
||
|
BorderSpacing.Around = 6
|
||
|
Caption = 'SpeadSheet file name '
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object CheckBox1: TCheckBox
|
||
|
AnchorSideTop.Control = Panel1
|
||
|
AnchorSideRight.Control = Panel1
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
Left = 551
|
||
|
Height = 23
|
||
|
Top = 7
|
||
|
Width = 140
|
||
|
Anchors = [akTop, akRight]
|
||
|
BorderSpacing.Around = 6
|
||
|
Caption = 'Open after export'
|
||
|
Checked = True
|
||
|
State = cbChecked
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object FileNameEdit1: TFileNameEdit
|
||
|
AnchorSideLeft.Control = Label1
|
||
|
AnchorSideTop.Control = Label1
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
Left = 13
|
||
|
Height = 31
|
||
|
Top = 34
|
||
|
Width = 275
|
||
|
FilterIndex = 0
|
||
|
HideDirectories = False
|
||
|
ButtonWidth = 23
|
||
|
NumGlyphs = 1
|
||
|
BorderSpacing.Around = 6
|
||
|
MaxLength = 0
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object Button1: TButton
|
||
|
AnchorSideLeft.Control = FileNameEdit1
|
||
|
AnchorSideLeft.Side = asrBottom
|
||
|
AnchorSideTop.Control = FileNameEdit1
|
||
|
AnchorSideTop.Side = asrCenter
|
||
|
Left = 294
|
||
|
Height = 33
|
||
|
Top = 33
|
||
|
Width = 87
|
||
|
Caption = 'Export data'
|
||
|
OnClick = Button1Click
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
end
|
||
|
object RxMemoryData1: TRxMemoryData
|
||
|
FieldDefs = <
|
||
|
item
|
||
|
Name = 'CODE'
|
||
|
DataType = ftInteger
|
||
|
Precision = 0
|
||
|
Size = 0
|
||
|
end
|
||
|
item
|
||
|
Name = 'NAME'
|
||
|
DataType = ftString
|
||
|
Precision = 0
|
||
|
Size = 300
|
||
|
end
|
||
|
item
|
||
|
Name = 'PRICE'
|
||
|
DataType = ftCurrency
|
||
|
Precision = 0
|
||
|
Size = 0
|
||
|
end>
|
||
|
PacketRecords = 0
|
||
|
left = 368
|
||
|
top = 184
|
||
|
object RxMemoryData1CODE: TLongintField
|
||
|
DisplayWidth = 10
|
||
|
FieldKind = fkData
|
||
|
FieldName = 'CODE'
|
||
|
Index = 0
|
||
|
LookupCache = False
|
||
|
ProviderFlags = [pfInUpdate, pfInWhere]
|
||
|
ReadOnly = False
|
||
|
Required = False
|
||
|
end
|
||
|
object RxMemoryData1NAME: TStringField
|
||
|
DisplayWidth = 300
|
||
|
FieldKind = fkData
|
||
|
FieldName = 'NAME'
|
||
|
Index = 1
|
||
|
LookupCache = False
|
||
|
ProviderFlags = [pfInUpdate, pfInWhere]
|
||
|
ReadOnly = False
|
||
|
Required = False
|
||
|
Size = 300
|
||
|
end
|
||
|
object RxMemoryData1PRICE: TCurrencyField
|
||
|
DisplayWidth = 10
|
||
|
FieldKind = fkData
|
||
|
FieldName = 'PRICE'
|
||
|
Index = 2
|
||
|
LookupCache = False
|
||
|
ProviderFlags = [pfInUpdate, pfInWhere]
|
||
|
ReadOnly = False
|
||
|
Required = False
|
||
|
MaxValue = 0
|
||
|
MinValue = 0
|
||
|
Precision = 2
|
||
|
end
|
||
|
end
|
||
|
object DataSource1: TDataSource
|
||
|
DataSet = RxMemoryData1
|
||
|
left = 328
|
||
|
top = 184
|
||
|
end
|
||
|
object RxDBGridExportSpreadSheet1: TRxDBGridExportSpreadSheet
|
||
|
RxDBGrid = RxDBGrid1
|
||
|
Caption = 'Экспорт в электронную таблицу'
|
||
|
OnBeforeExecute = RxDBGridExportSpreadSheet1BeforeExecute
|
||
|
OnAfterExecute = RxDBGridExportSpreadSheet1AfterExecute
|
||
|
PageName = 'Test page'
|
||
|
Options = []
|
||
|
left = 336
|
||
|
top = 256
|
||
|
end
|
||
|
end
|