18 lines
381 B
Plaintext
18 lines
381 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
|
|
OldCreateOrder = True
|
|
OnActivate = FormActivate
|
|
OnClose = FormClose
|
|
OnDestroy = FormDestroy
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
end
|