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
Text File  |  2001-06-26  |  5KB  |  259 lines

  1. object OutPanelEditDlg: TOutPanelEditDlg
  2.   Left = 259
  3.   Top = 183
  4.   ActiveControl = tvButtons
  5.   BorderStyle = bsDialog
  6.   Caption = 'Outlook Items Property Editor'
  7.   ClientHeight = 239
  8.   ClientWidth = 394
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object pnButtons: TPanel
  20.     Left = 0
  21.     Top = 209
  22.     Width = 394
  23.     Height = 30
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object btOk: TButton
  28.       Left = 148
  29.       Top = 4
  30.       Width = 80
  31.       Height = 23
  32.       Action = acOk
  33.       Anchors = [akRight, akBottom]
  34.       TabOrder = 0
  35.     end
  36.     object btCancel: TButton
  37.       Left = 231
  38.       Top = 4
  39.       Width = 80
  40.       Height = 23
  41.       Action = acCancel
  42.       Anchors = [akRight, akBottom]
  43.       Cancel = True
  44.       TabOrder = 1
  45.     end
  46.     object btApply: TButton
  47.       Left = 314
  48.       Top = 4
  49.       Width = 80
  50.       Height = 23
  51.       Action = acApply
  52.       TabOrder = 2
  53.     end
  54.   end
  55.   object pnItems: TPanel
  56.     Left = 0
  57.     Top = 0
  58.     Width = 220
  59.     Height = 209
  60.     Align = alLeft
  61.     BorderWidth = 4
  62.     TabOrder = 1
  63.     object Bevel1: TBevel
  64.       Left = 135
  65.       Top = 85
  66.       Width = 79
  67.       Height = 5
  68.       Shape = bsTopLine
  69.     end
  70.     object pnSep_1: TPanel
  71.       Left = 5
  72.       Top = 5
  73.       Width = 210
  74.       Height = 4
  75.       Align = alTop
  76.       BevelOuter = bvNone
  77.       TabOrder = 0
  78.     end
  79.     object btAdd: TButton
  80.       Left = 134
  81.       Top = 30
  82.       Width = 80
  83.       Height = 25
  84.       Action = acNew
  85.       TabOrder = 1
  86.     end
  87.     object btDel: TButton
  88.       Left = 134
  89.       Top = 57
  90.       Width = 80
  91.       Height = 25
  92.       Action = acDelete
  93.       TabOrder = 2
  94.     end
  95.     object tvButtons: TTreeView
  96.       Left = 5
  97.       Top = 9
  98.       Width = 125
  99.       Height = 195
  100.       Align = alLeft
  101.       HideSelection = False
  102.       Indent = 19
  103.       ReadOnly = True
  104.       RowSelect = True
  105.       ShowLines = False
  106.       ShowRoot = False
  107.       TabOrder = 3
  108.       OnChanging = tvButtonsChanging
  109.       OnKeyPress = tvButtonsKeyPress
  110.     end
  111.     object btClear: TButton
  112.       Left = 134
  113.       Top = 91
  114.       Width = 80
  115.       Height = 25
  116.       Action = acClear
  117.       TabOrder = 4
  118.     end
  119.   end
  120.   object pnProperties: TPanel
  121.     Left = 220
  122.     Top = 0
  123.     Width = 174
  124.     Height = 209
  125.     Align = alClient
  126.     BorderWidth = 4
  127.     TabOrder = 2
  128.     object lbCaption: TLabel
  129.       Left = 6
  130.       Top = 40
  131.       Width = 36
  132.       Height = 13
  133.       Caption = '&Caption'
  134.     end
  135.     object lbImageIndex: TLabel
  136.       Left = 6
  137.       Top = 97
  138.       Width = 55
  139.       Height = 13
  140.       Caption = '&ImageIndex'
  141.     end
  142.     object lbEnabled: TLabel
  143.       Left = 6
  144.       Top = 124
  145.       Width = 39
  146.       Height = 13
  147.       Caption = '&Enabled'
  148.     end
  149.     object lbTag: TLabel
  150.       Left = 6
  151.       Top = 150
  152.       Width = 19
  153.       Height = 13
  154.       Caption = '&Tag'
  155.     end
  156.     object lbHint: TLabel
  157.       Left = 8
  158.       Top = 65
  159.       Width = 19
  160.       Height = 13
  161.       Caption = '&Hint'
  162.     end
  163.     object pnSep_2: TPanel
  164.       Left = 5
  165.       Top = 5
  166.       Width = 164
  167.       Height = 4
  168.       Align = alTop
  169.       BevelOuter = bvNone
  170.       TabOrder = 0
  171.     end
  172.     object edImageIndex: TDCChoiceEdit
  173.       Left = 72
  174.       Top = 93
  175.       Width = 95
  176.       Height = 21
  177.       TabOrder = 1
  178.       Text = 'edImageIndex'
  179.       OnChange = edCaptionChange
  180.       ButtonExist = False
  181.     end
  182.     object cbEnabled: TDCComboBox
  183.       Left = 72
  184.       Top = 120
  185.       Width = 95
  186.       Height = 21
  187.       TabOrder = 2
  188.       Text = 'cbEnabled'
  189.       OnChange = edCaptionChange
  190.       Items.Strings = (
  191.         'False'
  192.         'True')
  193.       ItemHeight = 0
  194.       Style = csDropDown
  195.       ShowCheckBox = True
  196.     end
  197.     object edTag: TDCChoiceEdit
  198.       Left = 72
  199.       Top = 146
  200.       Width = 95
  201.       Height = 21
  202.       TabOrder = 3
  203.       Text = 'edTag'
  204.       OnChange = edCaptionChange
  205.       ButtonExist = False
  206.     end
  207.     object edCaption: TDCChoiceEdit
  208.       Left = 47
  209.       Top = 36
  210.       Width = 120
  211.       Height = 21
  212.       TabOrder = 4
  213.       Text = 'edCaption'
  214.       OnChange = edCaptionChange
  215.       ButtonChoiceStyle = btsEllipsis
  216.       OnButtonClick = edCaptionButtonClick
  217.     end
  218.     object edHint: TDCChoiceEdit
  219.       Left = 47
  220.       Top = 61
  221.       Width = 120
  222.       Height = 21
  223.       TabOrder = 5
  224.       Text = 'edHint'
  225.       OnChange = edCaptionChange
  226.       ButtonChoiceStyle = btsEllipsis
  227.       OnButtonClick = edHintButtonClick
  228.     end
  229.   end
  230.   object Actions: TActionList
  231.     Left = 188
  232.     Top = 177
  233.     object acNew: TAction
  234.       Caption = '&Add Button'
  235.       OnExecute = acNewExecute
  236.     end
  237.     object acDelete: TAction
  238.       Caption = '&Del Button'
  239.       OnExecute = acDeleteExecute
  240.     end
  241.     object acApply: TAction
  242.       Caption = '&Apply'
  243.       OnExecute = acApplyExecute
  244.     end
  245.     object acOk: TAction
  246.       Caption = 'OK'
  247.       OnExecute = acOkExecute
  248.     end
  249.     object acCancel: TAction
  250.       Caption = 'Cancel'
  251.       OnExecute = acCancelExecute
  252.     end
  253.     object acClear: TAction
  254.       Caption = '&Clear'
  255.       OnExecute = acClearExecute
  256.     end
  257.   end
  258. end
  259.