mirror of
https://gitlab.com/riva-lab/matrixFont
synced 2025-02-23 18:04:57 +03:00
384 lines
9.8 KiB
Plaintext
384 lines
9.8 KiB
Plaintext
object fmProp: TfmProp
|
|
Left = 353
|
|
Height = 461
|
|
Top = 150
|
|
Width = 759
|
|
AutoSize = True
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
BorderWidth = 10
|
|
Caption = 'Свойства шрифта'
|
|
ClientHeight = 461
|
|
ClientWidth = 759
|
|
Color = clForm
|
|
DesignTimePPI = 120
|
|
OnShow = FormShow
|
|
PopupMode = pmExplicit
|
|
Position = poMainFormCenter
|
|
ShowHint = True
|
|
LCLVersion = '2.2.6.0'
|
|
object pMain: TPanel
|
|
Left = 44
|
|
Height = 325
|
|
Top = 25
|
|
Width = 648
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ChildSizing.HorizontalSpacing = 10
|
|
ChildSizing.VerticalSpacing = 5
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 1
|
|
ClientHeight = 325
|
|
ClientWidth = 648
|
|
TabOrder = 0
|
|
object pEdits: TPanel
|
|
Left = 0
|
|
Height = 193
|
|
Top = 0
|
|
Width = 648
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ChildSizing.HorizontalSpacing = 10
|
|
ChildSizing.VerticalSpacing = 5
|
|
ChildSizing.EnlargeHorizontal = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
ClientHeight = 193
|
|
ClientWidth = 648
|
|
TabOrder = 0
|
|
object lbName: TLabel
|
|
Left = 0
|
|
Height = 28
|
|
Top = 0
|
|
Width = 76
|
|
Alignment = taRightJustify
|
|
Caption = 'Название'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object edFontName: TEdit
|
|
Left = 86
|
|
Height = 28
|
|
Top = 0
|
|
Width = 562
|
|
MaxLength = 64
|
|
TabOrder = 0
|
|
end
|
|
object lbAuthor: TLabel
|
|
Left = 0
|
|
Height = 28
|
|
Top = 33
|
|
Width = 76
|
|
Alignment = taRightJustify
|
|
Caption = 'Автор'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object edAuthor: TEdit
|
|
Left = 86
|
|
Height = 28
|
|
Top = 33
|
|
Width = 562
|
|
MaxLength = 64
|
|
TabOrder = 1
|
|
end
|
|
object lbFontEncoding: TLabel
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 0
|
|
Height = 28
|
|
Top = 66
|
|
Width = 76
|
|
Alignment = taRightJustify
|
|
Caption = 'Кодировка'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object cbEncoding: TComboBox
|
|
Left = 86
|
|
Height = 28
|
|
Top = 66
|
|
Width = 562
|
|
ItemHeight = 20
|
|
Style = csDropDownList
|
|
TabOrder = 2
|
|
end
|
|
object lbPath: TLabel
|
|
Left = 0
|
|
Height = 28
|
|
Top = 99
|
|
Width = 76
|
|
Alignment = taRightJustify
|
|
Caption = 'Файл'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object edPath: TEdit
|
|
Left = 86
|
|
Height = 28
|
|
Top = 99
|
|
Width = 562
|
|
Color = clForm
|
|
Constraints.MinWidth = 562
|
|
OnClick = edPathClick
|
|
ReadOnly = True
|
|
TabOrder = 3
|
|
end
|
|
object lbDateCreate: TLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 0
|
|
Height = 28
|
|
Top = 132
|
|
Width = 76
|
|
Alignment = taRightJustify
|
|
Caption = 'Создан'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object pCreate: TPanel
|
|
Left = 86
|
|
Height = 28
|
|
Top = 132
|
|
Width = 562
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ChildSizing.HorizontalSpacing = 5
|
|
ChildSizing.VerticalSpacing = 5
|
|
ChildSizing.EnlargeHorizontal = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 3
|
|
ClientHeight = 28
|
|
ClientWidth = 562
|
|
TabOrder = 4
|
|
object edDateCreate: TEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 28
|
|
Top = 0
|
|
Width = 279
|
|
Alignment = taCenter
|
|
Color = clForm
|
|
Constraints.MinWidth = 160
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
end
|
|
object edAppCreate: TEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 284
|
|
Height = 28
|
|
Top = 0
|
|
Width = 278
|
|
Alignment = taCenter
|
|
Color = clForm
|
|
Constraints.MinWidth = 160
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object lbDateChange: TLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 0
|
|
Height = 28
|
|
Top = 165
|
|
Width = 76
|
|
Alignment = taRightJustify
|
|
Caption = 'Изменен'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object pChange: TPanel
|
|
Left = 86
|
|
Height = 28
|
|
Top = 165
|
|
Width = 562
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ChildSizing.HorizontalSpacing = 5
|
|
ChildSizing.VerticalSpacing = 5
|
|
ChildSizing.EnlargeHorizontal = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 3
|
|
ClientHeight = 28
|
|
ClientWidth = 562
|
|
TabOrder = 5
|
|
object edDateChange: TEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 0
|
|
Height = 28
|
|
Top = 0
|
|
Width = 279
|
|
Alignment = taCenter
|
|
Color = clForm
|
|
Constraints.MinWidth = 160
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
end
|
|
object edAppChange: TEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 284
|
|
Height = 28
|
|
Top = 0
|
|
Width = 278
|
|
Alignment = taCenter
|
|
Color = clForm
|
|
Constraints.MinWidth = 160
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|
|
object pBottom: TPanel
|
|
Left = 0
|
|
Height = 127
|
|
Top = 198
|
|
Width = 648
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ChildSizing.HorizontalSpacing = 5
|
|
ChildSizing.VerticalSpacing = 5
|
|
ChildSizing.EnlargeHorizontal = crsScaleChilds
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
ClientHeight = 127
|
|
ClientWidth = 648
|
|
TabOrder = 1
|
|
object pValues: TPanel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 0
|
|
Height = 127
|
|
Top = 0
|
|
Width = 318
|
|
AutoSize = True
|
|
BevelOuter = bvNone
|
|
ChildSizing.HorizontalSpacing = 10
|
|
ChildSizing.VerticalSpacing = 5
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
ClientHeight = 127
|
|
ClientWidth = 318
|
|
TabOrder = 0
|
|
object lbStart: TLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 0
|
|
Height = 28
|
|
Top = 0
|
|
Width = 134
|
|
Alignment = taRightJustify
|
|
Caption = 'Первый символ'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object edStart: TEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 144
|
|
Height = 28
|
|
Top = 0
|
|
Width = 100
|
|
Alignment = taCenter
|
|
Color = clForm
|
|
Constraints.MinWidth = 80
|
|
NumbersOnly = True
|
|
ReadOnly = True
|
|
TabOrder = 0
|
|
end
|
|
object lbLast: TLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 0
|
|
Height = 28
|
|
Top = 33
|
|
Width = 134
|
|
Alignment = taRightJustify
|
|
Caption = 'Последний символ'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object edLast: TEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 144
|
|
Height = 28
|
|
Top = 33
|
|
Width = 100
|
|
Alignment = taCenter
|
|
Color = clForm
|
|
Constraints.MinWidth = 80
|
|
NumbersOnly = True
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
end
|
|
object lbWidth: TLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 0
|
|
Height = 28
|
|
Top = 66
|
|
Width = 134
|
|
Alignment = taRightJustify
|
|
Caption = 'Ширина символа'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object edWidth: TEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 144
|
|
Height = 28
|
|
Top = 66
|
|
Width = 100
|
|
Alignment = taCenter
|
|
Color = clForm
|
|
Constraints.MinWidth = 80
|
|
NumbersOnly = True
|
|
ReadOnly = True
|
|
TabOrder = 2
|
|
end
|
|
object lbHeight: TLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 0
|
|
Height = 28
|
|
Top = 99
|
|
Width = 134
|
|
Alignment = taRightJustify
|
|
Caption = 'Высота символа'
|
|
Layout = tlCenter
|
|
ParentColor = False
|
|
end
|
|
object edHeight: TEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 144
|
|
Height = 28
|
|
Top = 99
|
|
Width = 100
|
|
Alignment = taCenter
|
|
Color = clForm
|
|
Constraints.MinWidth = 80
|
|
NumbersOnly = True
|
|
ReadOnly = True
|
|
TabOrder = 3
|
|
end
|
|
end
|
|
object bbApply: TBitBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 398
|
|
Height = 44
|
|
Top = 83
|
|
Width = 250
|
|
BorderSpacing.InnerBorder = 6
|
|
BorderSpacing.CellAlignHorizontal = ccaRightBottom
|
|
BorderSpacing.CellAlignVertical = ccaRightBottom
|
|
Caption = 'Применить'
|
|
Constraints.MinHeight = 44
|
|
Constraints.MinWidth = 250
|
|
ModalResult = 1
|
|
Images = fmMain.ImListNew16A
|
|
ImageIndex = 44
|
|
Spacing = 10
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|
|
end
|