home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d456
/
DCSLIB25.ZIP
/
DCOutBarEdit.dfm
/
DCOutBarEdit.txt
Wrap
Text File
|
2001-06-26
|
5KB
|
259 lines
object OutPanelEditDlg: TOutPanelEditDlg
Left = 259
Top = 183
ActiveControl = tvButtons
BorderStyle = bsDialog
Caption = 'Outlook Items Property Editor'
ClientHeight = 239
ClientWidth = 394
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object pnButtons: TPanel
Left = 0
Top = 209
Width = 394
Height = 30
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object btOk: TButton
Left = 148
Top = 4
Width = 80
Height = 23
Action = acOk
Anchors = [akRight, akBottom]
TabOrder = 0
end
object btCancel: TButton
Left = 231
Top = 4
Width = 80
Height = 23
Action = acCancel
Anchors = [akRight, akBottom]
Cancel = True
TabOrder = 1
end
object btApply: TButton
Left = 314
Top = 4
Width = 80
Height = 23
Action = acApply
TabOrder = 2
end
end
object pnItems: TPanel
Left = 0
Top = 0
Width = 220
Height = 209
Align = alLeft
BorderWidth = 4
TabOrder = 1
object Bevel1: TBevel
Left = 135
Top = 85
Width = 79
Height = 5
Shape = bsTopLine
end
object pnSep_1: TPanel
Left = 5
Top = 5
Width = 210
Height = 4
Align = alTop
BevelOuter = bvNone
TabOrder = 0
end
object btAdd: TButton
Left = 134
Top = 30
Width = 80
Height = 25
Action = acNew
TabOrder = 1
end
object btDel: TButton
Left = 134
Top = 57
Width = 80
Height = 25
Action = acDelete
TabOrder = 2
end
object tvButtons: TTreeView
Left = 5
Top = 9
Width = 125
Height = 195
Align = alLeft
HideSelection = False
Indent = 19
ReadOnly = True
RowSelect = True
ShowLines = False
ShowRoot = False
TabOrder = 3
OnChanging = tvButtonsChanging
OnKeyPress = tvButtonsKeyPress
end
object btClear: TButton
Left = 134
Top = 91
Width = 80
Height = 25
Action = acClear
TabOrder = 4
end
end
object pnProperties: TPanel
Left = 220
Top = 0
Width = 174
Height = 209
Align = alClient
BorderWidth = 4
TabOrder = 2
object lbCaption: TLabel
Left = 6
Top = 40
Width = 36
Height = 13
Caption = '&Caption'
end
object lbImageIndex: TLabel
Left = 6
Top = 97
Width = 55
Height = 13
Caption = '&ImageIndex'
end
object lbEnabled: TLabel
Left = 6
Top = 124
Width = 39
Height = 13
Caption = '&Enabled'
end
object lbTag: TLabel
Left = 6
Top = 150
Width = 19
Height = 13
Caption = '&Tag'
end
object lbHint: TLabel
Left = 8
Top = 65
Width = 19
Height = 13
Caption = '&Hint'
end
object pnSep_2: TPanel
Left = 5
Top = 5
Width = 164
Height = 4
Align = alTop
BevelOuter = bvNone
TabOrder = 0
end
object edImageIndex: TDCChoiceEdit
Left = 72
Top = 93
Width = 95
Height = 21
TabOrder = 1
Text = 'edImageIndex'
OnChange = edCaptionChange
ButtonExist = False
end
object cbEnabled: TDCComboBox
Left = 72
Top = 120
Width = 95
Height = 21
TabOrder = 2
Text = 'cbEnabled'
OnChange = edCaptionChange
Items.Strings = (
'False'
'True')
ItemHeight = 0
Style = csDropDown
ShowCheckBox = True
end
object edTag: TDCChoiceEdit
Left = 72
Top = 146
Width = 95
Height = 21
TabOrder = 3
Text = 'edTag'
OnChange = edCaptionChange
ButtonExist = False
end
object edCaption: TDCChoiceEdit
Left = 47
Top = 36
Width = 120
Height = 21
TabOrder = 4
Text = 'edCaption'
OnChange = edCaptionChange
ButtonChoiceStyle = btsEllipsis
OnButtonClick = edCaptionButtonClick
end
object edHint: TDCChoiceEdit
Left = 47
Top = 61
Width = 120
Height = 21
TabOrder = 5
Text = 'edHint'
OnChange = edCaptionChange
ButtonChoiceStyle = btsEllipsis
OnButtonClick = edHintButtonClick
end
end
object Actions: TActionList
Left = 188
Top = 177
object acNew: TAction
Caption = '&Add Button'
OnExecute = acNewExecute
end
object acDelete: TAction
Caption = '&Del Button'
OnExecute = acDeleteExecute
end
object acApply: TAction
Caption = '&Apply'
OnExecute = acApplyExecute
end
object acOk: TAction
Caption = 'OK'
OnExecute = acOkExecute
end
object acCancel: TAction
Caption = 'Cancel'
OnExecute = acCancelExecute
end
object acClear: TAction
Caption = '&Clear'
OnExecute = acClearExecute
end
end
end