home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / ebmen.exe / %MAINDIR% / ebm.exe / 0 / RCDATA / TDLGCHKVER / TDLGCHKVER.txt
Encoding:
Text File  |  2001-06-29  |  2.5 KB  |  121 lines

  1. object DlgChkVer: TDlgChkVer
  2.   Left = 254
  3.   Top = 224
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 73
  6.   ClientWidth = 412
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object LabMessage: TLabel
  19.     Left = 9
  20.     Top = 6
  21.     Width = 394
  22.     Height = 35
  23.     AutoSize = False
  24.     WordWrap = True
  25.   end
  26.   object Bevel1: TBevel
  27.     Left = 6
  28.     Top = 80
  29.     Width = 403
  30.     Height = 5
  31.     Shape = bsTopLine
  32.   end
  33.   object BtnCancel: TButton
  34.     Tag = 8001
  35.     Left = 302
  36.     Top = 50
  37.     Width = 75
  38.     Height = 21
  39.     ModalResult = 2
  40.     TabOrder = 1
  41.     OnClick = BtnCancelClick
  42.   end
  43.   object PageControl: TPageControl
  44.     Left = 6
  45.     Top = 88
  46.     Width = 403
  47.     Height = 181
  48.     ActivePage = TSheetNote
  49.     TabOrder = 0
  50.     object TSheetNote: TTabSheet
  51.       Tag = 3654
  52.       ImageIndex = 1
  53.       object MemoNote: TMemo
  54.         Left = 0
  55.         Top = 0
  56.         Width = 395
  57.         Height = 150
  58.         Align = alClient
  59.         ScrollBars = ssBoth
  60.         TabOrder = 0
  61.       end
  62.     end
  63.     object TSheetDL: TTabSheet
  64.       Tag = 3655
  65.       ImageIndex = 2
  66.       object CVListView: TdfsExtListView
  67.         Left = 0
  68.         Top = 0
  69.         Width = 395
  70.         Height = 150
  71.         Columns = <
  72.           item
  73.             Tag = 3650
  74.             Width = 100
  75.           end
  76.           item
  77.             Tag = 3651
  78.             Width = 150
  79.           end
  80.           item
  81.             Tag = 3652
  82.             Width = 60
  83.           end
  84.           item
  85.             Tag = 3656
  86.             Width = 200
  87.           end>
  88.         ExtendedStyles = [lvxFullRowSelect]
  89.         NoColumnResize = False
  90.         SaveSettings.SaveColumnSizes = False
  91.         SaveSettings.SaveCurrentSort = False
  92.         SaveSettings.SaveColumnOrder = False
  93.         ColumnsFormat = <>
  94.         AutoColumnSort = acsSortToggle
  95.         AutoSortStyle = assDefault
  96.         AutoResort = False
  97.         AutoSortAscending = False
  98.         Align = alClient
  99.         ColumnClick = False
  100.         OnDblClick = CVListViewDblClick
  101.         ReadOnly = True
  102.         PopupMenu = PopupMenu
  103.         TabOrder = 0
  104.         ViewStyle = vsReport
  105.       end
  106.     end
  107.   end
  108.   object PopupMenu: TPopupMenu
  109.     AutoHotkeys = maManual
  110.     Images = eBookmarkForm.ImageListSmall
  111.     Left = 142
  112.     Top = 23
  113.     object LVPMItemCpURL: TMenuItem
  114.       Tag = 1254
  115.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜URL'
  116.       GroupIndex = 1
  117.       OnClick = LVPMItemCpURLClick
  118.     end
  119.   end
  120. end
  121.