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/for.RnQ/RnQLangFrm.dfm

70 lines
1.9 KiB
Plaintext

object FrmLangs: TFrmLangs
Left = 0
Top = 0
Caption = 'Select a language'
ClientHeight = 274
ClientWidth = 243
Color = clBtnFace
ParentFont = True
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object LangsBox: TVirtualDrawTree
Left = 0
Top = 0
Width = 243
Height = 224
Align = alClient
Header.AutoSizeIndex = 0
Header.MainColumn = -1
Header.Options = [hoColumnResize, hoDrag]
Header.ParentFont = True
TabOrder = 0
TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSort, toAutoTristateTracking, toAutoDeleteMovedNodes]
TreeOptions.MiscOptions = [toAcceptOLEDrop, toFullRepaintOnResize, toGridExtensions, toInitOnSave, toToggleOnDblClick, toWheelPanning]
TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
TreeOptions.SelectionOptions = [toFullRowSelect, toMiddleClickSelect, toRightClickSelect]
OnDblClick = LangsBoxDblClick
OnDrawNode = LangsBoxDrawNode
OnFocusChanged = LangsBoxFocusChanged
OnFreeNode = LangsBoxFreeNode
Columns = <>
end
object PnlBtn: TPanel
Left = 0
Top = 224
Width = 243
Height = 50
Align = alBottom
TabOrder = 1
object BtnOk: TRnQButton
Left = 22
Top = 16
Width = 75
Height = 25
Caption = 'Ok'
Default = True
DoubleBuffered = True
ModalResult = 1
ParentDoubleBuffered = False
TabOrder = 0
OnClick = BtnOkClick
ImageName = 'ok'
end
object BtnCncl: TRnQButton
Left = 136
Top = 16
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
DoubleBuffered = True
ModalResult = 2
ParentDoubleBuffered = False
TabOrder = 1
end
end
end