22 lines
491 B
Plaintext
22 lines
491 B
Plaintext
|
object fmLVColumnsEditor: TfmLVColumnsEditor
|
||
|
Left = 246
|
||
|
Top = 107
|
||
|
Width = 268
|
||
|
Height = 314
|
||
|
HorzScrollBar.Visible = False
|
||
|
VertScrollBar.Visible = False
|
||
|
BorderIcons = [biSystemMenu]
|
||
|
Caption = 'Columns'
|
||
|
Color = clBtnFace
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -11
|
||
|
Font.Name = 'MS Sans Serif'
|
||
|
Font.Style = []
|
||
|
KeyPreview = True
|
||
|
OldCreateOrder = False
|
||
|
Scaled = False
|
||
|
PixelsPerInch = 96
|
||
|
TextHeight = 13
|
||
|
end
|