git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@63 05c56307-c608-d34a-929d-697000501d7a
23 lines
532 B
Plaintext
23 lines
532 B
Plaintext
object dxBarSubMenuEditor: TdxBarSubMenuEditor
|
|
Tag = 100
|
|
Left = 2
|
|
Top = 105
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsDialog
|
|
Caption = 'ExpressBars SubMenu Editor'
|
|
ClientHeight = 4
|
|
ClientWidth = 196
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
OldCreateOrder = True
|
|
OnActivate = FormActivate
|
|
OnClose = FormClose
|
|
OnDestroy = FormDestroy
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
end
|