AbetoDesign_FactuGES2/Lib/DevExpressVCL/dxBarNameEd.dfm
2024-12-03 18:48:51 +01:00

52 lines
913 B
Plaintext

object dxBarNameEd: TdxBarNameEd
Left = 199
Top = 196
BorderIcons = []
BorderStyle = bsDialog
ClientHeight = 87
ClientWidth = 266
Color = clBtnFace
FormStyle = fsStayOnTop
OldCreateOrder = True
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 13
AutoScroll = False
object LName: TLabel
Left = 8
Top = 8
Width = 68
Height = 13
Caption = '&Toolbar name:'
end
object EName: TEdit
Left = 8
Top = 27
Width = 251
Height = 21
TabOrder = 0
OnChange = ENameChange
end
object BOK: TButton
Left = 106
Top = 58
Width = 73
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object BCancel: TButton
Left = 186
Top = 58
Width = 73
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end