94 lines
2.4 KiB
Plaintext
94 lines
2.4 KiB
Plaintext
object frxFormatEditorForm: TfrxFormatEditorForm
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Display Format'
|
|
ClientHeight = 264
|
|
ClientWidth = 316
|
|
Position = poScreenCenter
|
|
Visible = False
|
|
OnCreate = FormCreate
|
|
OnClose = FormClose
|
|
OnKeyDown = FormKeyDown
|
|
StyleLookup = 'backgroundstyle'
|
|
object OkB: TButton
|
|
Position.Point = '(156,232)'
|
|
Width = 75.000000000000000000
|
|
Height = 25.000000000000000000
|
|
TabOrder = 0
|
|
ModalResult = 1
|
|
Default = True
|
|
end
|
|
object CancelB: TButton
|
|
Position.Point = '(236,232)'
|
|
Width = 75.000000000000000000
|
|
Height = 25.000000000000000000
|
|
TabOrder = 1
|
|
ModalResult = 2
|
|
Cancel = True
|
|
end
|
|
object CategoryL: TGroupBox
|
|
Position.Point = '(4,4)'
|
|
Width = 151.000000000000000000
|
|
Height = 137.000000000000000000
|
|
TabOrder = 2
|
|
object CategoryLB: TListBox
|
|
Position.Point = '(8,20)'
|
|
Width = 133.000000000000000000
|
|
Height = 105.000000000000000000
|
|
OnClick = CategoryLBClick
|
|
TabOrder = 0
|
|
ItemHeight = 13.000000000000000000
|
|
end
|
|
end
|
|
object FormatL: TGroupBox
|
|
Position.Point = '(160,4)'
|
|
Width = 151.000000000000000000
|
|
Height = 137.000000000000000000
|
|
TabOrder = 3
|
|
object FormatLB: TListBox
|
|
Position.Point = '(8,20)'
|
|
Width = 133.000000000000000000
|
|
Height = 105.000000000000000000
|
|
OnClick = FormatLBClick
|
|
TabOrder = 0
|
|
ItemHeight = 13.000000000000000000
|
|
end
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Position.Point = '(4,146)'
|
|
Width = 307.000000000000000000
|
|
Height = 73.000000000000000000
|
|
TabOrder = 4
|
|
object FormatStrL: TLabel
|
|
Position.Point = '(8,16)'
|
|
Width = 129.000000000000000000
|
|
Height = 13.000000000000000000
|
|
OnClick = FormatStrLClick
|
|
TabOrder = 0
|
|
end
|
|
object SeparatorL: TLabel
|
|
Position.Point = '(8,44)'
|
|
Width = 129.000000000000000000
|
|
Height = 13.000000000000000000
|
|
TabOrder = 1
|
|
end
|
|
object FormatE: TEdit
|
|
Position.Point = '(152,12)'
|
|
Width = 133.000000000000000000
|
|
Height = 21.000000000000000000
|
|
TabOrder = 2
|
|
KeyboardType = vktDefault
|
|
Password = False
|
|
end
|
|
object SeparatorE: TEdit
|
|
Position.Point = '(152,40)'
|
|
Width = 25.000000000000000000
|
|
Height = 21.000000000000000000
|
|
TabOrder = 3
|
|
KeyboardType = vktDefault
|
|
Password = False
|
|
Text = ','
|
|
end
|
|
end
|
|
end
|