You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/RnQ/Prefs/themedit_fr.dfm

183 lines
3.6 KiB
Plaintext

object themeditFr: TthemeditFr
Left = 316
Top = 152
ClientHeight = 529
ClientWidth = 519
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
DesignSize = (
519
529)
PixelsPerInch = 96
TextHeight = 13
object sizeLbl: TLabel
Left = 208
Top = 272
Width = 63
Height = 21
Alignment = taRightJustify
AutoSize = False
Caption = 'Size'
Layout = tlCenter
Visible = False
end
object Label2: TLabel
Left = 6
Top = 6
Width = 63
Height = 13
Caption = 'Theme editor'
end
object Label3: TLabel
Left = 6
Top = 189
Width = 49
Height = 13
Caption = 'Properties'
end
object fontLbl: TLabel
Left = 6
Top = 310
Width = 104
Height = 13
Caption = 'This is a font example'
end
object ColorBtn: TColorPickerButton
Left = 6
Top = 232
Width = 121
Height = 30
Flat = True
PopupSpacing = 8
ShowSystemColors = True
OnChange = ColorBtnChange
end
object fnBoxButton: TRnQSpeedButton
Left = 343
Top = 205
Width = 23
Height = 21
Anchors = [akTop, akRight]
Flat = True
ImageName = 'open'
OnClick = fnBoxButtonClick
end
object FontBoxButton: TRnQSpeedButton
Left = 166
Top = 272
Width = 24
Height = 22
Flat = True
ImageName = 'font'
OnClick = FontBoxButtonClick
end
object ImgPBox: TPaintBox
Left = 6
Top = 329
Width = 484
Height = 144
OnPaint = ImgPBoxPaint
end
object stringBox: TMemo
Left = 6
Top = 344
Width = 425
Height = 129
Anchors = [akLeft, akTop, akRight]
BevelKind = bkFlat
BorderStyle = bsNone
Ctl3D = True
ParentCtl3D = False
ScrollBars = ssVertical
TabOrder = 4
Visible = False
end
object sizeSpin: TRnQSpinEdit
Left = 277
Top = 271
Width = 60
Height = 22
Decimal = 0
MaxLength = 2
MaxValue = 100.000000000000000000
MinValue = 6.000000000000000000
TabOrder = 3
Value = 14.000000000000000000
AsInteger = 14
Visible = False
OnChange = fontBox11Change
end
object propsBox: TComboBox
Left = 6
Top = 205
Width = 209
Height = 21
Style = csDropDownList
TabOrder = 1
OnChange = propsBoxChange
OnClick = propsBoxChange
OnKeyPress = propsBoxKeyPress
OnSelect = propsBoxChange
end
object textBox: TMemo
Left = 6
Top = 24
Width = 508
Height = 155
Anchors = [akLeft, akTop, akRight]
ScrollBars = ssVertical
TabOrder = 0
end
object MPlayerBar: TToolBar
Left = 297
Top = 265
Width = 89
Height = 29
Align = alCustom
AutoSize = True
Caption = 'MPlayerBar'
Flat = False
TabOrder = 5
object PlayBtn: TRnQSpeedButton
Left = 0
Top = 0
Width = 23
Height = 22
Flat = True
ImageName = 'play'
OnClick = PlayBtnClick
end
end
object fnBox: TEdit
Left = 6
Top = 205
Width = 336
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 7
end
object FontBox: TEdit
Left = 6
Top = 272
Width = 161
Height = 21
ReadOnly = True
TabOrder = 6
end
object addBtn: TRnQButton
Left = 232
Top = 204
Width = 97
Height = 23
Caption = 'Add'
TabOrder = 2
OnClick = addBtnClick
ImageName = 'add'
end
end